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-10-26Removed old rigify code, as it is starting to interfere with the newer Rigify...Nathan Vegdahl
2010-10-13patch [#24221] Creating graph from armature doesn't work with unsaved .blend ...Campbell Barton
2010-09-11Patch [#23759] more replace self.properties.foo --> self.foo for bf-extension...Thomas Dinges
2010-09-10fix for error updating rigify UI classesCampbell Barton
2010-09-10remove redundant buffer character positioning code & remove attr keyword argu...Campbell Barton
2010-09-09- bugfix, operators were getting their properties registered twice.Campbell Barton
2010-09-09remove class methods for defining propertiesCampbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-09-02rna context renameCampbell Barton
2010-08-26rna api - replace panel properties bl_default_closed and bl_show_header with ...Campbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-10minor adjustments to python scripts to make them easier to run outside of ble...Campbell Barton
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-06remove narrow ui featureCampbell Barton
2010-08-06bugfix [#23194] export UVs miss the extension fileCampbell Barton
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-31== rigify ==Luca Bonavita
2010-07-23[#22488] Reloading scripts causes crashCampbell Barton
2010-06-14naming changesCampbell Barton
2010-06-02rename some rna properties filename --> filepathCampbell Barton
2010-05-16Properties Window:Thomas Dinges
2010-03-16fix for nasty bug where registering properties would register them in the par...Brecht Van Lommel
2010-03-01replace operator options bl_undo and bl_register with bl_optionsCampbell Barton
2010-03-01remove netrender reference from rigifyCampbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-16[#21177] Text editorCampbell Barton
2010-02-15rigify panel, ignore removing a bones type when its not foundCampbell Barton
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-12-26replace dynamic_menu.py with Menu classmethods much less complicated.Campbell 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-21Simple fix - don't show meta-rig panel for non-armature dataMatt Ebb
2009-12-18rigify graph was using xdot path on my system, this isnt portable but at leas...Campbell Barton
2009-12-17autorigging front end, access in pose mode armature panel (at the bottom)Campbell Barton