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
2010-08-12Fix #23098: crash in baking, it did a call to BLI_end_threads too much,Brecht Van Lommel
2010-08-12Fix #23238: crash rendering multiple scenes from compositor.Brecht Van Lommel
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-10- Enable shape key switching in edit mode for curves, surfaces and latticiesSergey Sharybin
2010-08-10header re-shuffle, some headers contained unneeded refereces to other headers...Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-03set origin was setting surfaces as 2D curves, added dupli-group support using...Campbell Barton
2010-08-02Fix preview render crash after recent G.main changes.Brecht Van Lommel
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-08-01bugfix'sCampbell Barton
2010-08-01fix for un-initialized layer (only bits between 1 and 20 were initialized)Campbell Barton
2010-07-31Separate proportional edit setting between edit and object mode. They are now...Martin Poirier
2010-07-31use more BLI math funcs (no functional changes)Campbell Barton
2010-07-303 duplicate functions: bone_flip_name() object_flip_name() flip_side_name()Campbell Barton
2010-07-27bugfix [#22027] Group disappears in render after adding a group instanceCampbell Barton
2010-07-27bugfix [#22832] ctrl+shift+a on linked in group which is in a group makes out...Campbell Barton
2010-07-24bugfix [#22941] set object center/origin on a linked duplicate causes linked ...Campbell Barton
2010-07-23bugfix [#22954] Crash going edit mode on an object linked in another scene (K...Campbell Barton
2010-07-22Fix de/select all operator naming for consistencyMatt Ebb
2010-07-20- correct some spelling errors.Campbell Barton
2010-07-17reverting commit r28693. Making backspace a 3rd delete key.Campbell Barton
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-07-14- make duplis real wasnt redrawingCampbell Barton
2010-07-13group refcount checking was inconsistent.Campbell Barton
2010-07-07Fix for bug #22763, Blender 2.52 Crashes with the default scene when in weigh...Nicholas Bishop
2010-07-05Fix #21917: add object operator has 30 layers, now the layer propertyBrecht Van Lommel
2010-07-05Fix #22213: applying deform modifier in front of multires modifier crashes,Brecht Van Lommel
2010-07-05Bugfix #22685: Screen update slow, animation player ALT-A, files created with...Joshua Leung
2010-07-04Fix for [#22714] Constraints stack : move up and move down buttons problemThomas Dinges
2010-07-01adding image strips wasnt working, use the 'directory' component of the file ...Campbell Barton
2010-06-28Partial fix for [#22666] TWO BUGS of LIGHTMatt Ebb
2010-06-27Fix [#22564] Object name by object typeMatt Ebb
2010-06-27Fix [#22675] Dupli toolMatt Ebb
2010-06-23Fix #22642: NURBS surfaces doesnt displaySergey Sharybin
2010-06-14adding curve and mesh objects through python would create the object without ...Campbell Barton
2010-06-14naming changesCampbell Barton
2010-06-13Made Add Surface Operator more atomic, now each primitive has own operator, b...Michael Fox
2010-06-11Deny applying location/rotation to 2D curve - such transformation couldSergey Sharybin
2010-06-09enable adding objects in background mode by not using the context to get the ...Campbell Barton
2010-06-09Fix #22317 View reamins in camera's view after camera is deleted (again)Diego Borghetti
2010-06-09- added a flag argument to WM_operator_properties_filesel() currently only us...Campbell Barton
2010-06-09Fix #22534 linking object data for two forces results in crash.Diego Borghetti
2010-06-07Bugfix: copying a newly-created vertex group caused a crash.Nicholas Bishop
2010-06-07Fix bug #22317 View reamins in camera's view after camera is deleted.Diego Borghetti
2010-06-06Removed non working operator options from the 'redo' user interface. William Reynish
2010-06-06- Added checking if modifier is active in find_multires_modifierSergey Sharybin
2010-06-06- WITH_CXX_GUARDEDALLOC working againCampbell Barton
2010-06-06finish cleanup to cmake editors, also removed some stuff from scons thats not...Campbell Barton
2010-06-05get rid of some warnings,Campbell Barton