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
2011-08-23fix [#28336] Particles: setting to zero the count of all elements of a group ...Campbell Barton
2011-08-23fix [#28344] for this file, the multires smiley has 2 materials, but only 1 l...Campbell Barton
2011-08-23add warning about misuse of ID.user_clear() since it can crash blender.Campbell Barton
2011-08-23Make Ctrl+RMB in editmode behave like 2.4x, was re-using center option which ...Campbell Barton
2011-08-23Fix for [#28339] Rev:39618 The revision part doesn't suffice. Thomas Dinges
2011-08-23change compression level for gzip saving to 1, approx twice as fast when savi...Campbell Barton
2011-08-23Revert a part of 39385.Thomas Dinges
2011-08-22glsl and render support for derivative mapsMorten Mikkelsen
2011-08-22Update rules for linux cross and mingw: list of DLLs for FFmpeg should be def...Sergey Sharybin
2011-08-22fix for buildinfo changes with blenderplayerCampbell Barton
2011-08-22Forgot this in previous commitSergey Sharybin
2011-08-22actually, this if is still marginally good to haveMorten Mikkelsen
2011-08-22FFmpeg library update:Sergey Sharybin
2011-08-22properly escape chars for pythons bpy objects __repr__Campbell Barton
2011-08-22rename NAN_BUILDINFO --> WITH_BUILDINFOCampbell Barton
2011-08-22buildinfo is now quoted from the build systems, avoids stripping quotes on st...Campbell Barton
2011-08-22remove workaround for bug in python 3.2.0 loading web pages on *nixCampbell Barton
2011-08-22pep8 edits and change '!= None' to 'is not None'Campbell Barton
2011-08-22patch [#28320] Small change to trunk needed for Motion Capture Addon - GSoC 2...Campbell Barton
2011-08-22fix [bf-blender-Patches][27924] Redundant applying of SetNetworkDeviceCampbell Barton
2011-08-22name mandatory driver for OSX NDOF compile - testcommit same timeJens Verwiebe
2011-08-21Fix #28154: linux3-config.py doesn't existSergey Sharybin
2011-08-21Small fix, report in IRC by Olivier:Ton Roosendaal
2011-08-21new cmake doesn't consider CLang == GNUCC, set flags for clang explicitly.Campbell Barton
2011-08-21fix for out of bounds array access for shaded drawing in the UI, remove alpha...Campbell Barton
2011-08-20floats were being promoted to doubles in quite a few cases (using gcc's -Wdou...Campbell Barton
2011-08-20use ghash for DNA_struct_find_nr(), gives ~18% speedup on loading sintel lite...Campbell Barton
2011-08-20fix for crash when loading a file from a script, and executing user modules i...Campbell Barton
2011-08-20remove over zealous undo's on operators that don't need it.Campbell Barton
2011-08-19py style change only - make property definitions consistentCampbell Barton
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-08-19minor speedup to python/rna api keyword argument lookups.Campbell Barton
2011-08-19minor style changeCampbell Barton
2011-08-19store a pointer to the units system in the uiBlock since the button code was ...Campbell Barton
2011-08-18misc changes to unterface & undoCampbell Barton
2011-08-18minor change for operator OUTLINER_OT_item_activateCampbell Barton
2011-08-18bugfix: genx and geny are not the image resolution. Texture space variant nee...Morten Mikkelsen
2011-08-18disable undo for hard coded interface buttons:Campbell Barton
2011-08-18disable undo for screen & wm RNA buttons, changing shading mode via the UI fo...Campbell Barton
2011-08-18fix for undo issues with generic, multi-purpose WM_OT_context* operators, ope...Campbell Barton
2011-08-18more minor changes to wm.py, get data_path's once at the start of each func a...Campbell Barton
2011-08-18formatting edits, no functional changes.Campbell Barton
2011-08-18fix for bad array access in transform operator, was assigning an array to a s...Campbell Barton
2011-08-18Fix for [#28216] particles objects rotation still wrong with r39287Janne Karhu
2011-08-18BGE: Upon further investigation this should have been 8 since up/down and lef...Mitchell Stokes
2011-08-18BGE: Upping the max Axis Number for the Axis event type on joystick sensors f...Mitchell Stokes
2011-08-17Fix #28207: animating pin option for cloth didn't work, solver doesn't supportBrecht Van Lommel
2011-08-17Fix #28265: blender 2.59 not starting on OS X with old ndof driver.Brecht Van Lommel
2011-08-17Fix #28262: uv unwrap in sync selection mode unwrapped all faces irrespectiveBrecht Van Lommel
2011-08-172.6 RNA:Thomas Dinges