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
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
2006-06-26join could crash blender in background mode or if the mesh was not in the cur...Campbell Barton
2006-06-14===Python API===Ken Hughes
2006-06-03Added an option to OBJ import "As Instance" - so people can import all the ob...Campbell Barton
2006-06-01===Python API===Ken Hughes
2006-05-22===Python API===Ken Hughes
2006-05-17===Python API===Ken Hughes
2006-05-17*added new Object method Object.evaluatePose(frame)Joseph Gilbert
2006-05-07===Python API===Ken Hughes
2006-05-07added optional 'worldspace' arg to getLocation/getSize/getEulerCampbell Barton