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
2008-09-26svn merge -r 16608:16749 https://svn.blender.org/svnroot/bf-blender/trunk/ble...soc-2008-jaguarandiAndre Susano Pinto
2008-08-22svn merge -r 16174:16215 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Andre Susano Pinto
2008-06-12Merge from trunkAndre Susano Pinto
2008-05-28[#10223] a new object function to add vertex group from an armatureMartin Poirier
2008-05-11Initial commit for BPy Particle patch #8557 from Cedric PailleStephen Swaney
2008-04-27remove old particle system.Campbell Barton
2008-04-15Ipo View Option - Loc View Area - stops using each ipo's view area when chang...Campbell Barton
2008-04-09API Doc for new Object attributes trackAxis and upAxis.Stephen Swaney
2008-04-07added an optional arg for object.getBoundBox(worldspace) - so you can get loc...Campbell Barton
2007-12-24patch from Vladimir Espinosa for keying object layers from pythonCampbell Barton
2007-11-30dupliFaceScale wasnt being initialized for new objects, added Python api accessCampbell Barton
2007-05-28adding object.matrixParentInverseCampbell Barton
2007-05-25Many long standing memory leaks fixed in the BPY api.Campbell Barton
2007-05-05more epy doc updatesCampbell Barton
2007-04-25Object.c - made object action writableCampbell Barton
2007-03-14disabled Object.Duplicate() in background mode bacause it needs the 3d view, ...Campbell Barton
2007-02-27added id_attributes.py, this containes ID doc strings, all datablocks that ha...Campbell Barton
2007-02-20Object parentType could never match Object.ParentTypes.LATTICE, Id incorrectl...Campbell Barton
2007-01-27Updated docs not to use Object.New() in examples, use scn.objects.*Campbell Barton
2007-01-18IDProp, removed reference to self - other EPYDocs dont use this and its confu...Campbell Barton
2007-01-02weightpaint_envelope_assign - was making an error checking a null vgroupCampbell Barton
2006-12-28Made it possible to copy modifiers from the python APICampbell Barton
2006-12-22adding ob.activeMaterial - allows you to get/set the active material for an o...Campbell Barton
2006-12-19Python APIKen Hughes
2006-12-19adding ob_arm.makeParentBone([ob1, ob2...], bonename)Campbell Barton
2006-12-17Python APIKen Hughes
2006-12-17=IDProperties Python update= Joseph Eagar
2006-12-17Python APIKen Hughes
2006-12-17Enable/Disable DupFaces from the Python API.Campbell Barton
2006-12-13mesh_edges2curves - edge key optimize and made use of scn.objects rather then...Campbell Barton
2006-12-13added ob.passIndex to bpy, changed passIndex tooltip to a better one ton sugg...Campbell Barton
2006-12-11Python APIKen Hughes
2006-12-11added the flag group_exclusive to materialCampbell Barton
2006-11-28=IDProperties small update= Joseph Eagar
2006-11-22Python APIKen Hughes
2006-11-20=ID Properties Python Doc Update= Joseph Eagar
2006-10-06added comparison function to many python types so you can do == and =!Campbell Barton
2006-09-23new read only object property to be used for the collada exporterCampbell Barton
2006-08-30Adds toggle to Object API for enabling NLA animation versus active ActionRoland Hess
2006-08-15===Python API===Ken Hughes
2006-08-14===Python API===Ken Hughes
2006-08-09Type in effect docs, edited some of the object docs also.Campbell Barton
2006-07-26===Python API===Ken Hughes
2006-07-26Added a note in the object docs about object data and editmodeCampbell Barton
2006-07-23Fixed bullet formatting and explained where some constants were stored (had t...Campbell Barton
2006-07-12A little spell-checkage.Stephen Swaney
2006-07-11Added some notes on mesh materials and object getData(mesh=1)Campbell Barton
2006-07-09BPython API:Willian Padovani Germano
2006-07-05Added a note in mathutils about how line intersect worksCampbell Barton
2006-06-28EpyDoc/Object: Added notes and updated the makeDisplayList example for new mo...Campbell Barton