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
AgeCommit message (Expand)Author
2021-02-12Rigify: revert D8801 to restore dots marking layers of the active bone.Alexander Gavrilov
2021-01-18Rigify: make properties overridable when copying.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-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: 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-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-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-05Rigify: allow passing Armature "targets" as a kwarg for make_constraint.Demeter Dzadik
2020-11-04Rigify: Remove pass_index driver hack in favor of Custom Property to attach r...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-06-29Fix T78193 (Rigify): use bone history tracking to find derived DEF bones.Alexander Gavrilov
2020-06-25Rigify: support other keyword options in make_property.Alexander Gavrilov
2020-03-05Cleanup: tabs -> spacesCampbell Barton
2019-12-16Rigify: add utilities for handling top/bottom side markers in names.Alexander Gavrilov
2019-11-02Rigify: support switchable parents in the basic.pivot rig.Alexander Gavrilov
2019-11-02Rigify: implement an optional IK palm pivot control in the arm rig.Alexander Gavrilov
2019-10-25Rigify: assign a more reasonable B-Bone display size in metarigs too.Alexander Gavrilov
2019-10-23Rigify: support tags in SwitchParentBuilder for default selection.Alexander Gavrilov
2019-10-23Rigify: make the generic FK to IK snap operator even more generic.Alexander Gavrilov
2019-10-22Rigify: clear custom pivots in IK->FK snap and use in widget placement.Alexander Gavrilov
2019-10-22Merge branch 'blender-v2.81-release'Alexander Gavrilov
2019-10-22Rigify: fix nonsensical default parent for pole controls.Alexander Gavrilov
2019-10-16Rigify: improve the layer selection UI layout for narrow properties panel.Alexander Gavrilov
2019-10-16Rigify: implement optional custom pivot controls.Alexander Gavrilov
2019-10-15Rigify: fix incorrect layer assignment for tweak bones in the cat metarig.Alexander Gavrilov
2019-10-01Rigify: add more parent switching and 2.81 inherit scale features.Alexander Gavrilov
2019-09-29Rigify: implement a deformed circle widget for main spine controls.Alexander Gavrilov
2019-09-29Rigify: implement priorities to add toes to the FK bone group.Alexander Gavrilov
2019-09-29Rigify: various additions to bone, mechanism and widget utilities.Alexander Gavrilov
2019-09-29Rigify: implement a new reload process to support Reload Scripts properly.Alexander Gavrilov
2019-09-28Rigify: support new 2.81 features of constraints and drivers in utils.Alexander Gavrilov
2019-09-15Rigify: replace deprecated use_inherit_scale and use_offset properties.Alexander Gavrilov
2019-09-14Rigify: update super_chain from the latest 2.79 version by MAD.Alexander Gavrilov
2019-09-14Rigify: redesign generate.py and introduce a base rig class.Alexander Gavrilov
2019-09-08Fix T69313: rigify crashes on custom properties without UI metadata.Alexander Gavrilov
2019-09-08Fix T68856: rigify adds widgets to the wrong collection.Alexander Gavrilov