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-04-20avoid calling newdataadr() on NULL vertex groups, gives a small speedup on lo...Campbell Barton
2011-04-20tested with a very large blend file 600mb. - from [#27002].Campbell Barton
2011-04-19Bugfix [#25960] Action/NLA Editor issues with animdata contextJoshua Leung
2011-04-18Fix for [#26949] problems opening 2.49 files with audio (relative path proble...Joerg Mueller
2011-04-13fix [#26904] Crush while open file !Campbell Barton
2011-04-08fix [#26830] Blender crashes when opening this fileCampbell Barton
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-04-04Revert mesh recalculation change that gives different vertex normals basedBrecht Van Lommel
2011-04-04remove unused DNA from mesh, effects list & cubemap size.Campbell Barton
2011-04-03quiet warnings.Campbell Barton
2011-03-31library linked modifiers were not having their ID linked expanded properly.Campbell Barton
2011-03-30Fix for [#26646] Hair particle density texture prevents strand render on link...Janne Karhu
2011-03-27imbuf, mathutils & readfile: floats were being implicitly promoted to doubles...Campbell Barton
2011-03-27Fix for [26631] relative blur decimal value from 2.49 is not correctly conver...Lukas Toenne
2011-03-26Fix #26582, #26586, #26613: recent normal calculation changes didn't takeBrecht Van Lommel
2011-03-24ZanQdo Bugfix:Joshua Leung
2011-03-23Fix #26573, #26574 and #26551: objects on layers not visible on load or undoBrecht Van Lommel
2011-03-21Fixing a typo: "Unknown erro reading file" -> "Unknown error reading file"Mitchell Stokes
2011-03-20Fix/change in normal computation, now the viewport uses the same angleBrecht Van Lommel
2011-03-18New particle collisions code:Janne Karhu
2011-03-14Measure of precaution: clear the list of temporary links in the node space af...Lukas Toenne
2011-03-13[#26482] Solidify / Animation Opengl render. no texture.Campbell Barton
2011-03-13py/library api: raise an error if a requested member isn't found.Campbell Barton
2011-03-12pass report list along to BLO_blendhandle_from_file(), avoid unlikely crash i...Campbell Barton
2011-03-12- BKE_idcode_iter_step() - function to step over all ID codes.Campbell Barton
2011-03-12Completely refactored sph fluid particles. Only the very core of the algorith...Janne Karhu
2011-03-12== Sculpt ==Nicholas Bishop
2011-03-11move do_version code under latest subversion bump.Campbell Barton
2011-03-11(no commit message)Ervin Weber
2011-03-10Bugfix #26424Ton Roosendaal
2011-03-08needed removing here tooCampbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-03-03solidify material offsets for 2nd surface and rim faces.Campbell Barton
2011-02-27doxygen: blender/blenloader tagged.Nathan Letwory
2011-02-25Fix #26158: The layer hight of the layer tool cannot longer be controled by t...Sergey Sharybin
2011-02-24Fix for [#26197] High resolution smoke cache not available due to pointcache ...Janne Karhu
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
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-22Small fix: reset the NTREE_DO_VERSIONS flag, so new node trees don't get upda...Lukas Toenne
2011-02-22Fixed sloppyness bug, used wrong pointer names when calling lib_nodetree_do_v...Lukas Toenne
2011-02-21Fixed do_versions for node groups which contain nodes that have changed socke...Lukas Toenne
2011-02-21Big node groups improvement patch. Node group trees now have their own lists ...Lukas Toenne
2011-02-18- clear some warningsCampbell Barton
2011-02-18Bring blenloader module under data group. Rename the group to look a bit more...Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-12Particles todo item: particle texturesJanne Karhu
2011-02-12- resource leak in pointcache, opendir without closedir()Campbell Barton
2011-02-09Bugfix [#25990] backward compatibility with ShapeKey Actions :: 2.49Joshua Leung