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
2009-12-07- bone.basename now only gets the name before the first '.', since names like...Campbell Barton
2009-12-06remove nasty hack which made StructRNA class instaces have no __dict__,Campbell Barton
2009-12-06pep8 edits and fix some warningsCampbell Barton
2009-12-05Support for the C Macro system in Python.Martin Poirier
2009-12-04- property decorators for setting attributes didnt work, hack to prevent ever...Campbell Barton
2009-12-02- rig spine type WIP, editmode done, still needs pose constraints and drivers.Campbell Barton
2009-12-01added autorig neck typeCampbell Barton
2009-11-30- new objects added from the rna api defaulted to quat rotation, not even usi...Campbell Barton
2009-11-24- use a generic bone class so all 3 bone types (Edit/Pose/Armature) - can hav...Campbell Barton
2009-11-23use decorators for python attributes, added bone.lengthCampbell Barton
2009-11-23pose_bone attributes, children, children_recursive, parent_recursive & parent...Campbell Barton
2009-11-23more ui api changes.Campbell Barton
2009-11-23rna UI api rename...Campbell Barton
2009-11-22- hide members of bpy from dir() and autocomp.Campbell Barton
2009-11-22- aspectx wasnt saved in the render presetCampbell Barton
2009-11-22render presets, select from a directory, button to add own presetsCampbell Barton
2009-11-20use a metaclass to have operator attributes register and display in the order...Campbell Barton
2009-11-19- StructRNA's __dir__ was missing members from its classes __dict__Campbell Barton
2009-11-13changes python initializationCampbell Barton
2009-11-11- In the context, EditBones and Bases were set as 'RNA_UnknownType', replaced...Campbell Barton
2009-11-10modify the python context access so invalid names will raise an exception rat...Campbell Barton
2009-11-08bpy/rna api class featureCampbell Barton