Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/rigify
AgeCommit message (Expand)Author
2011-02-11all modules now register and unregister without errors.Campbell Barton
2011-02-11rigify update for manual registeration.Campbell Barton
2011-02-11add in module register calls (first pass, batch replace, will test each addon...Campbell Barton
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
2011-02-07rename id.update() to update_tag()Campbell Barton
2011-02-05update for changes in mathutuils.Campbell Barton
2011-01-30Attempting to standardize some of the locations and fixing up descriptions in...Jonathan Smith
2011-01-14bl_addon_info -> bl_infoCampbell Barton
2011-01-08== Tracker urls formatting ==Luca Bonavita
2010-12-23fix for rigify with data editing restriction, store runtime props in the wind...Campbell Barton
2010-12-23use imp.reload() rather then reload().Campbell Barton
2010-12-02Update to the Rigify readme, so explain how to have a rig type generate aNathan Vegdahl
2010-12-02Added a readme file that gives a brief explanation of the internals of RigifyNathan Vegdahl
2010-11-30- Minor fix for the finger rig. It was accepting, and failing on,Nathan Vegdahl
2010-11-18Check for '.' in rigify rig types was preventing *.py files from being loaded.Nathan Vegdahl
2010-11-17minor edits from my last patch, possible win32 fix and warn if '.' in dir names.Campbell Barton
2010-11-17Rigify patch from Campbell, to clean up some of the code.Nathan Vegdahl
2010-11-17Adding the Rigify addon to svn.Nathan Vegdahl