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
2012-01-22reduce operator lookups in the UI (could do 4 hash lookups per button).Campbell Barton
2012-01-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2011-12-17svn merge ^/trunk/blender -r42660:42669Campbell Barton
2011-12-16de-duplicate parent loop checking functionCampbell Barton
2011-12-05manual sync with trunk - pulling in changes where the issues are not bmesh sp...Campbell Barton
2011-12-03svn merge ^/trunk/blender -r42333:42361Campbell Barton
2011-12-03Fix #29477: make proxy gave proxy object the wrong name with OB prefix.Brecht Van Lommel
2011-11-23svn merge ^/trunk/blender -r42080:42095Campbell Barton
2011-11-23Fix #29367: Vertex parent regressionSergey Sharybin
2011-11-06svn merge ^/trunk/blender -r41503:41575Campbell Barton
2011-11-06As discussed on the mailing list, removing the non-functional,Joshua Leung
2011-11-05Code refactoring: split lamp functions from object.c into new lamp.c.Brecht Van Lommel
2011-11-05Code refactoring: split camera functions from object.c into new camera.c.Brecht Van Lommel
2011-10-28svn merge -r41310:41329 ^/trunk/blenderCampbell Barton
2011-10-28use generic path remapping when making all library data local, previously onl...Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41100:41150Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-09svn merge ^/trunk/blender -r40720:40872Campbell Barton
2011-10-03add macro OB_TYPE_SUPPORT_MATERIAL, type checks were being done inline, some ...Campbell Barton
2011-09-21svn merge -r40295:40367 ^/trunk/blenderCampbell Barton
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-19Fix for add hook/vertex parent for meshesSergey Sharybin
2011-09-17svn merge -r40166:40279 ^/trunk/blenderCampbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-09-06fix for make vertex parent (reported todo)Campbell Barton
2011-09-06svn merge -r39890:39889 source/blender/editors/object/object_relations.c sou...Campbell Barton
2011-09-05Partial revert commit 39878 "Fix #28280: Insert Hook wrong index"Sergey Sharybin
2011-09-03svn merge -r39877:39878 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Campbell Barton
2011-09-02Fix #28280: Insert Hook wrong indexSergey Sharybin
2011-09-01svn merge -r39781:39792 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Campbell Barton
2011-08-11svn merge -r39145:39286 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-11svn merge -r39057:39286 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-08fix [#28178] make single user copy of object data doesn't workCampbell Barton
2011-08-05svn merge -r38804:38971 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Campbell Barton
2011-08-043D Audio GSoC:Joerg Mueller
2011-08-02Merging trunk up to r38932.Joerg Mueller
2011-08-013D Audio GSoC:Joerg Mueller
2011-07-30quiet some compiler warnings & fix possible (but unlikely) crash.Campbell Barton
2011-07-26svn merge -r38200:38300 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Campbell Barton
2011-07-25svn merge -r38000:38200 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-07-25svn merge -r37900:38000 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-07-24svn merge -r37500:37600 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-07-09Wrong tooltip for OBJECT_OT_make_links_scene() operator.Ton Roosendaal
2011-07-06Fix #27883: object actions did not get duplicated on full scene copy.Brecht Van Lommel
2011-07-01Fix #27816: Outliner does not update when parents are clearedSergey Sharybin