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-03-29use identity comparison with None (as suggested by python)Campbell Barton
2011-03-26Scale is a class method, no need to instance the class first.Campbell Barton
2011-03-21dont import UI directly, get classes via bpy.typesCampbell Barton
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-03-19Rigify: added another person to the credits file.Nathan Vegdahl
2011-03-15Rigify now automatically runs the generated rig UI script after generatingNathan Vegdahl
2011-03-13Rigify:Nathan Vegdahl
2011-03-10Rigify:Nathan Vegdahl
2011-03-10Rigify:Nathan Vegdahl
2011-03-10Rigify:Nathan Vegdahl
2011-03-09Added IK -> FK snapping in rigify arms.Nathan Vegdahl
2011-03-08Beginnings of ik/fk snapping functions in Rigify.Nathan Vegdahl
2011-02-24Updated rigify addon info.Nathan Vegdahl
2011-02-24Added foot side-to-side-rocking metarig construct to the default human metarig.Nathan Vegdahl
2011-02-24The leg/foot rig can now rock from side to side. Requires a special metarigNathan Vegdahl
2011-02-24The generated rig UI script wasn't registering its panels. Fixed.Nathan Vegdahl
2011-02-22Accidentally left a temporary print statement in rigify.Nathan Vegdahl
2011-02-21Rigify works again! Yay!Nathan Vegdahl
2011-02-16update for changes in blender.Campbell Barton
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