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-07-13Rigify: don't print "No options" from BaseRig.parameters_ui.Alexander Gavrilov
2021-07-11Rigify: add more utility code for the upcoming face rig.Alexander Gavrilov
2021-07-06Rigify: add utility and operator classes for the upcoming face rigs.Alexander Gavrilov
2021-06-27Fix T89394: update for mandatory keyword argument in Python API.Alexander Gavrilov
2021-06-23Rigify: Remove Legacy ModeDemeter Dzadik
2021-06-18Rigify: update to follow B-Bone property changes in D9870.Alexander Gavrilov
2021-06-08Update for changes in the Python API using keyword only argumentsCampbell Barton
2021-05-31Rigify: Make operators searchable by adding a Rigify header drop-downDemeter Dzadik
2021-05-11Fix addons to use PoseBone.custom_shape_scale_xyz.Alexander Gavrilov
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