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-02-22Fix #30231: Drag and Droping Parenting from Outliner giving unnecessary Loop ...Sergey Sharybin
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-22svn merge ^/trunk/blender -r43564:43609Campbell Barton
2012-01-22Patch [#27790] Drag and drop parenting in outlinerJoshua Leung
2012-01-03svn merge ^/trunk/blender -r43062:43085Campbell Barton
2012-01-02replace:Campbell Barton
2011-12-05syncing some minor formatting edits from bmesh branch.Campbell Barton
2011-11-23svn merge ^/trunk/blender -r42080:42095Campbell Barton
2011-11-23Fix compilation error of blenderplayer caused by recent commit.Sergey Sharybin
2011-11-23Added method clear to most of collections which supports new/remove.Sergey Sharybin
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-11svn merge -r40075:40104 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-10fix for building with collada and some other warningsCampbell 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-05-13svn merge -r36603:36651 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Campbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-09=bmesh= merge from trunk at r36529Joseph Eagar
2011-05-01=bmesh=Joseph Eagar
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-02-21doxygen: editor entryNathan Letwory
2010-12-04Maintenance, Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-05Reorganisation of COLLADA import code. Classes have been split into their own...Nathan Letwory
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-31Separate proportional edit setting between edit and object mode. They are now...Martin Poirier
2010-06-14adding curve and mesh objects through python would create the object without ...Campbell Barton
2010-06-09enable adding objects in background mode by not using the context to get the ...Campbell Barton
2010-04-16Fix [#21492] "Align to view" option from tools panel's operator part doesn't ...Matt Ebb
2010-03-31Fix [#21832] Add Modifier, Pinned ContextMatt Ebb
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-29* Partially converted constraint template to layout engineMatt Ebb
2010-01-21Fix [#20750] adding Lattice object in Local space doesn't appearsMatt Ebb
2010-01-19Motion Paths - (Part 3) Operators, Drawing, and FixesJoshua Leung
2010-01-12Fix [#20644] new curve sets itself to the origin, but the pivot to the cursorMatt Ebb
2009-12-28dont register or undo 3D cursor settingCampbell Barton
2009-12-28moved shape key insert function into BKE_object.hCampbell Barton
2009-12-28Added location and rotation operator properties for adding objects. The Align...Matt Ebb
2009-11-301. Extend option for 3d view border select now does something (default True t...Martin Poirier
2009-11-28py/rna apiCampbell Barton
2009-11-26Fix warning.Elia Sarti
2009-11-26fix for adding drivers to constraints via python.Campbell Barton
2009-11-24Made select operator return FINISHED only when it did something (only PASSTHR...Martin Poirier
2009-11-22* New option on modifiers that don't change topology: Apply as ShapeMatt Ebb
2009-11-22Parenting and Deforms:Joshua Leung