Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-08Fix #34165: Disappearing active marker label in timeline windowSergey Sharybin
2013-02-08Fix part #33935: Texture painting slow down with mouse, but not with tabletSergey Sharybin
2013-02-08building ghost-sdl works again.Campbell Barton
2013-02-08fix for error in own recent commit, null check before assignment.Campbell Barton
2013-02-08fix null pointer issue when child nodes reference to unknown/invalid meshGaia Clary
2013-02-08fix warning message when imported Collada nodes have < 3 edges.Gaia Clary
2013-02-08Fix part of #34083: crash trying to play surround .wav file in the game engineBrecht Van Lommel
2013-02-07Fix #34156: Spec. and Alpha Intensity OpenGL issueSergey Sharybin
2013-02-07start blender maximized on X11 - finding screen limits taking window borders,...Campbell Barton
2013-02-07Small UI annoyance: proxy build progress could is incorrect in some casesSergey Sharybin
2013-02-07removing xinerama on X11 dependency, this wasn't working very usefully.Campbell Barton
2013-02-07fix for [#34133] Creation of an RGBA buffer from an RGB color and an alpha ch...Jeroen Bakker
2013-02-07Fix #34145: 'Save Image' incorrect file type.Sergey Sharybin
2013-02-07fix for regression in bpy-api, python context passed to operators couldn't ov...Campbell Barton
2013-02-07code cleanup: use exist_ok keyword arg to os.makedirs() rather then checking ...Campbell Barton
2013-02-07when using blender as a python module, force factory-startupCampbell Barton
2013-02-07fix for annoyance where header menus would get scroller arrows added because ...Campbell Barton
2013-02-07minor glitch in file selector, when opening with an operator sort wasn't set.Campbell Barton
2013-02-07CUDA / sm_20:Thomas Dinges
2013-02-07Fix small memory leak in cycles tile render, a few bytes for each tile.Brecht Van Lommel
2013-02-07Fix #34139: render display did not convert to straight alpha when dithering w...Brecht Van Lommel
2013-02-06problem with own changes to triabgulate: calling beauty fill directly would r...Campbell Barton
2013-02-06style cleanup: some warnigs & spelling.Campbell Barton
2013-02-06Fix #34115, Group Node corrupted by frames.Lukas Toenne
2013-02-06fix for building blender as a python module,Campbell Barton
2013-02-06some fixes for building blender as a python module again (wip, more work need...Campbell Barton
2013-02-06Bugfix #34046Ton Roosendaal
2013-02-06add more path debug prints when PATH_DEBUG is defined.Campbell Barton
2013-02-06Code clean up translate nodeMonique Dewanchand
2013-02-06add missing bullet header to cmake, quiet reports from 'make test_cmake'Campbell Barton
2013-02-06fix for crashes running some operators in background mode and some divide by ...Campbell Barton
2013-02-06Bugfix [#34123] Armature "Switch Direction" doesn't work when selected boneJoshua Leung
2013-02-06enable xinerama for scons.Campbell Barton
2013-02-06fix [#34125] Crash when bake margin = 0Campbell Barton
2013-02-06rigidbody: Use ARROWS empty draw type when creating constraintsSergej Reich
2013-02-06rigidbody: Code cleanupSergej Reich
2013-02-06rigidbody: Invert spring damping rangeSergej Reich
2013-02-06rigidbody: Don't use units for spring stiffnessSergej Reich
2013-02-05OSX/cmake/scons: python version foolproofJens Verwiebe
2013-02-05OSX/cmake: Fix ypthn version for module compileJens Verwiebe
2013-02-05New matcap collection for default in release. It's now 24 images, orderedTon Roosendaal
2013-02-05Fix cycles missing AA/alpha settings for OpenGL render, these are now in the ...Brecht Van Lommel
2013-02-05Apparently my system here considers fullscreen window as maximizedSergey Sharybin
2013-02-05Didn't notice this panel was already enabled for CyclesSergey Sharybin
2013-02-05Add missing Custom Properties panels when Cycles render is activeSergey Sharybin
2013-02-05Compositor:Thomas Dinges
2013-02-05set drag/drop operators as 'INTERNAL', there not useful to access from operat...Campbell Barton
2013-02-05fix [#34118] Crash, when clicking "Assign image to UV Map"Campbell Barton
2013-02-05Workaround for deadlock in face/hole merge function in carveSergey Sharybin
2013-02-05add RNA_define_animate_sdna() so animation can be easily disabled when defini...Campbell Barton