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
2010-12-17bugfix [#25240] Custom properties panel on pinned data fail.Campbell Barton
2010-09-18use is rather then == when comparing against None.Campbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-09-02bugfix [#23635] property limits don't work when added via scripting\Campbell Barton
2010-08-27bugfix [#23534] Custom Properties not showing in OBJECT panelCampbell Barton
2010-08-26rna api - replace panel properties bl_default_closed and bl_show_header with ...Campbell Barton
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-06-14naming changesCampbell Barton
2010-05-10Fix [#22296] Wrong Operator Names?Matt Ebb
2010-02-27store vars in py operators in the instance rather then the operator classes.Campbell Barton
2010-02-24allow cloth sim for linked duplicates, not many people use this but we need f...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-02subtype support for properties in bpy.props.Campbell Barton
2010-01-31pep8 changesCampbell Barton
2010-01-08custom properties panels for most ID types. use subclassing to keep panel UI ...Campbell Barton
2009-12-25fix for [#20244] importing .obj without "Object" option checked crashes blenderCampbell Barton
2009-12-25operator draw function working again. needed to add layout to the operator to...Campbell Barton
2009-12-24* register operators like other classesCampbell Barton
2009-12-13script for automating pep8 checks.Campbell Barton
2009-12-10- rigify context changes & example for deltaCampbell Barton
2009-12-08white space commit (spaces -> tabs and clearing whitespace)Campbell Barton
2009-12-07rna flag PROP_ENUM_FLAG which makes rna props a tuple of enums when converted...Campbell Barton
2009-12-06pep8 edits and fix some warningsCampbell Barton
2009-12-04String fix and a bunch of PEP8 issues I had collected in the meanwhile.Guillermo S. Romero
2009-11-24rig-generation from metadata, the idea is to input a simple rig with metadata...Campbell Barton
2009-11-24- new pyrna api functions srna & prop path_to_id(), useful when setting drive...Campbell Barton
2009-11-23more ui api changes.Campbell Barton
2009-11-23rna UI api rename...Campbell Barton
2009-11-22- aspectx wasnt saved in the render presetCampbell 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-19operators were copying the properties from the rna operator into the class in...Campbell Barton
2009-11-18ID properties that are displayed via RNA can now define their own UI settings,Campbell Barton
2009-11-18- rna attribute setting problem, class instances could not set their own attr...Campbell Barton
2009-11-17make animation system and rna internals use getattr style syntax for user def...Campbell Barton
2009-11-17fix for error editing a string property with quotesCampbell Barton
2009-11-17- in pose mode, pose bone properties are edited rather then armature boneCampbell Barton
2009-11-17nicer UI, allow editing of values without pressing edit for basic typesCampbell Barton
2009-11-17property editor for bone and object ID props, add/remove/editCampbell Barton