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-12-06use %r to format strings rather than '%s', since %r adds quotes and correctly...Campbell Barton
2011-11-19Rigify: fix for bug report #29298, basically just an update for API changes.Nathan Vegdahl
2011-11-03Rigify: fixed bug that triggered error when generating a rig that doesn'tNathan Vegdahl
2011-09-20Rigify: changed quat/vector multiplication order to conform to api changes.Nathan Vegdahl
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
2011-08-27Addon UI Cleanup, Part 2Thomas Dinges
2011-08-08use sets rather then tuples for if checks, python optimizes this case.Campbell Barton
2011-07-25use reverse vector multiplication orderCampbell Barton
2011-07-11cleanupCampbell Barton
2011-06-29Rigify: fixed bug where generating failed on metarig with no animation data.Nathan Vegdahl
2011-06-24Rigify: bug fix, trying assign invalid group.Nathan Vegdahl
2011-06-24Rigify: drivers now get transfered from the metarig to the generated rig.Nathan Vegdahl
2011-06-22Rigify: constraints are now copied over from metarig.Nathan Vegdahl
2011-06-21fix for unregistering rigifyCampbell Barton
2011-06-21Rigify: minor bug fixes on the neck and spine rig types.Nathan Vegdahl
2011-06-19Rig layers can now be organized into rows by the user, for nicer layout.Nathan Vegdahl
2011-06-19Rigify: users can now specify layer names in the metarig armature properties.Nathan Vegdahl
2011-06-18Rigify: added bend hinting to the arm and leg rigs.Nathan Vegdahl
2011-06-15Rigify: new spine rig!Nathan Vegdahl
2011-06-01Rigify: fixed bug in default human metarig that caused generating to fail.Nathan Vegdahl
2011-05-17Rigify: user can disable control and deform rig generation on copy and copy_c...Nathan Vegdahl
2011-05-15Rigify: added a 'copy_chain' rig type.Nathan Vegdahl
2011-04-11Rigify: fixed broken ik/fk snapping (api changes).Nathan Vegdahl
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