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
2021-03-02Fix error in rigify property generationCampbell Barton
2021-02-22Rigidy: update for internal changes to deferred property registrationCampbell Barton
2021-02-12Rigify: revert D8801 to restore dots marking layers of the active bone.Alexander Gavrilov
2021-02-12Rigify version bump.Alexander Gavrilov
2021-01-25Cleanup: strip trailing spaceCampbell Barton
2021-01-18Rigify: fix incorrect locks on the neck bend control.Alexander Gavrilov
2021-01-18Rigify: make properties overridable when copying.Alexander Gavrilov
2021-01-18Rigify: fix the ORG bone rename affecting objects dependent on the rig.Alexander Gavrilov
2021-01-04Rigify: move drivers together with constraints and code improvement.Alexander Gavrilov
2020-12-21Rigify: generate UI script for custom properties from metarig.Alexander Gavrilov
2020-12-21Rigify: display which rig on which bone is legacy.Alexander Gavrilov
2020-12-09Rigify: fix errors when no feature sets are installed.Alexander Gavrilov
2020-12-09Rigify: when using a widget from the metarig, create a linked duplicate.Alexander Gavrilov
2020-12-08Rigify: add the jaw and teeth widgets to the registered list.Alexander Gavrilov
2020-12-08Rigify: move constraints to control and deform bones in super_copy.Alexander Gavrilov
2020-12-08Rigify: support choosing widgets out of a list in super_copy and pivot.Alexander Gavrilov
2020-12-07Rigify: include widgets in generated metarig code.Alexander Gavrilov
2020-12-07Rigify: use separate widget collection for each generated rig.Alexander Gavrilov
2020-12-07Rigify: keep custom widgets already assigned in metarig.Alexander Gavrilov
2020-12-05Rigify: a number of small fixes.Alexander Gavrilov
2020-12-02Rigify: support lazy bone names in utils/mechanism.py tools.Alexander Gavrilov
2020-12-01Rigify: internal API enhancements.Alexander Gavrilov
2020-12-01Rigify: add an option to generate controls for each of the palm bones.Alexander Gavrilov
2020-11-25Rigify: Fix T80764: handling of bones with ORG prefix in raw_copy.Alexander Gavrilov
2020-11-25Rigify: support including Inherit Scale and constraints in metarig.Alexander Gavrilov
2020-11-24Rigify: Fix T78463: better support unguligrade animals (horse) setup.Demeter Dzadik
2020-11-17Rigify: replace the Damped Track + Stretch To idiom with the Swing mode.Alexander Gavrilov
2020-11-10Merge branch 'blender-v2.91-release'Alexander Gavrilov
2020-11-10Rigify: fix raw_copy not being able to find bones produced by legacy rigs.Alexander Gavrilov
2020-11-08Rigify: Addon Prefs & Feature Sets UIDemeter Dzadik
2020-11-05Rigify: allow passing Armature "targets" as a kwarg for make_constraint.Demeter Dzadik
2020-11-04Rigify: Turn Rotation Mode converter into single operatorDemeter Dzadik
2020-11-04Rigify: Remove pass_index driver hack in favor of Custom Property to attach r...Demeter Dzadik
2020-10-19Rigify: suppress module load order list mismatch errors.Alexander Gavrilov
2020-09-13Rigify: make sure to disable Mirror X when generating.Alexander Gavrilov
2020-09-07Rigify: Code cleanup: create_selection_sets()Demeter Dzadik
2020-09-07Rigify: Code Cleanup: Use ControlLayersOption classDemeter Dzadik
2020-09-04Rigify: Code Cleanup: Use 'LAYER' BoolVectorProperty subtypeDemeter Dzadik
2020-09-04Rigify: Code Cleanup: Remove redundant def & fileDemeter Dzadik
2020-07-28Rigify: remove an extraneous 'self' reference.Alexander Gavrilov
2020-07-15Rigify: make sure not to copy certain properties in copy_custom_properties.Alexander Gavrilov
2020-07-02Rigify: add a few utilities for working with existing custom properties.Alexander Gavrilov
2020-07-01Rigify: don't complain about poll functions in property definitions.Alexander Gavrilov
2020-06-29Rigify: small fixes.Alexander Gavrilov
2020-06-29Fix T78193 (Rigify): use bone history tracking to find derived DEF bones.Alexander Gavrilov
2020-06-27Rigify: use user-friendly feature set names in the filter dropdown.Alexander Gavrilov
2020-06-25Rigify: support other keyword options in make_property.Alexander Gavrilov
2020-06-25Rigify: Clean up importsDemeter Dzadik
2020-06-24Rigify: support register and unregister functions in feature sets.Alexander Gavrilov
2020-06-10Fix T74483: Rigify Meta-Human Neck Bone stretching.Demeter Dzadik