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-03-14Group tree sockets were not being freed after removing.Lukas Toenne
2011-03-14Fix for crashes due to links without fromnode pointers. This can happen with ...Lukas Toenne
2011-03-13Fixed the node_recurs_check function used to define the order of nodes in ntr...Lukas Toenne
2011-03-13Pose Sliding Tools - Custom Property Support + Other bugfixesJoshua Leung
2011-03-12- BKE_idcode_iter_step() - function to step over all ID codes.Campbell Barton
2011-03-12tag/comment unused variables.Campbell Barton
2011-03-12Completely refactored sph fluid particles. Only the very core of the algorith...Janne Karhu
2011-03-11Better progress info for physics baking:Janne Karhu
2011-03-10Bugfix #26443Ton Roosendaal
2011-03-10Fix for [#26441] Child Hair CrashJanne Karhu
2011-03-10add option requested [#25598] projection surface snap issueCampbell Barton
2011-03-09Fix for [#26372] Objects as PS Hair displays and renders differentlyJanne Karhu
2011-03-08Prevent memory corruption when using fixed texture and fast strokes withSergey Sharybin
2011-03-08Fix #26408: [texture paint] brush spacingSergey Sharybin
2011-03-08Fix for [#26322] x-mirror gives wrong results while editing hair particlesJanne Karhu
2011-03-08Old IDProperty bug, (from original commit r8916),Campbell Barton
2011-03-07Bugfix #26388Ton Roosendaal
2011-03-07bug [#26329] Project Paint not workingCampbell Barton
2011-03-05Bugfix #26367Ton Roosendaal
2011-03-04Two additional fixes for node-tree + texture paint:Ton Roosendaal
2011-03-03bugfix #26267Ton Roosendaal
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-03-01Fix #26218: texture paintSergey Sharybin
2011-03-01Py/RNA API test code to prevent crashing blender when python references freed...Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-27BGE patch: [#26223] Some RigidBody joints fixes (ui angles, conetwist/hinge l...Dalai Felinto
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-26Bugfix #26221Ton Roosendaal
2011-02-25needed for building without pythonCampbell Barton
2011-02-24Fixed memory leak in group nodes. Only buffers from exposed sockets should re...Lukas Toenne
2011-02-23Clean up headers a bit more.Guillermo S. Romero
2011-02-23The material "Dynamic" node (disabled anyway) had incomplete base type initia...Lukas Toenne
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-23Possible fix for [#26190] Changing particle amount crashesJanne Karhu
2011-02-23remove unused functions,Campbell Barton
2011-02-22Convenience fix: Exposing internal sockets now copies the default input value...Lukas Toenne
2011-02-22Added RNA functions to group tree inputs/outputs for exposing internal socket...Lukas Toenne
2011-02-22Fix for [#26160] Blender Crashes when undoingJoerg Mueller
2011-02-22fix for uninitialized stack variable in displaying the modifier template.Campbell Barton
2011-02-22Fixed missing initialization of node stack entries.Lukas Toenne
2011-02-21Fixed do_versions for node groups which contain nodes that have changed socke...Lukas Toenne
2011-02-21Bugfix #26116Ton Roosendaal
2011-02-21Big node groups improvement patch. Node group trees now have their own lists ...Lukas Toenne
2011-02-20Fix for crash when sculpting on multires object during playbackSergey Sharybin
2011-02-19Bugfix #26015Ton Roosendaal
2011-02-19set main() argv functions to be const char *Campbell Barton
2011-02-19fix for string wrap backface culling not working when one of the objects was ...Campbell Barton
2011-02-18Bug fix: with bigger than 1 cache step dead particles didn't alway stay deadJanne Karhu
2011-02-18Particle fluid settings weren't copied when particle settings were copied.Janne Karhu
2011-02-18Particle textures didn't use original coordinates properly for grid distribut...Janne Karhu