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
2012-04-06Testing to see if I can commit.Nathan Vegdahl
2012-04-03style cleanup: pep8Campbell Barton
2012-03-15Rigify: patch from Ryan King to give better error messages fromNathan Vegdahl
2012-02-08code cleanup: style and typo - some edits to bypass the comments spell checker.Campbell Barton
2012-01-19minor adjustmentsCampbell Barton
2012-01-19- Removed dots from the end of descriptionSergey Sharybin
2012-01-14remove api field, was never used.Campbell Barton
2012-01-04use sets for checking against multiple values.Campbell Barton
2012-01-01use props rather then p for op props nameCampbell Barton
2012-01-01fix change for row/column, even though its only in a commentCampbell Barton
2012-01-01set as pep8, only minor editsCampbell Barton
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