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
2014-07-22Cleanup: pep8 & redundant varsCampbell Barton
2014-06-06Fix T40520: Properties panel in properties region in 3D view does not go away.Bastien Montagne
2014-02-25Fix T38778: Properties from bpy.props could be edited as custom propsCampbell Barton
2014-02-25Fix for custom property editor when property id's contained quotesCampbell Barton
2013-02-15And more UI messages issues fixing... Thanks again to Gabriel Gazzán and Leo...Bastien Montagne
2013-02-08disable translations for some python buttons.Campbell Barton
2013-01-23fix [#29950] Linked proxy armature object properties can't be editedCampbell Barton
2012-01-01use `props` all over for operator properties varsCampbell Barton
2011-07-10cleanup for python scripts - unused vars and importsCampbell Barton
2011-06-17IDProperty python module updateCampbell Barton
2011-01-01pep8 cleanupCampbell Barton
2010-12-19fix for own error [#25299] custom properties not showing in viedw3d panelCampbell Barton
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