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
2022-11-13Rigify: annotate and fix warnings in basic rig components.HEADmasterAlexander Gavrilov
2022-11-07Rigify: port the ability to generate Action constraints from CloudRig.Alexander Gavrilov
2022-11-06Rigify: annotate and cleanup PyCharm warnings in utils and generation.Alexander Gavrilov
2022-11-04Rigify: cleanup PyCharm warning highlights in base_rig.pyAlexander Gavrilov
2022-07-12Rigify: fix exceptions when generating from scratch.Alexander Gavrilov
2022-07-11Rigify: fix T99352 - generation issues when same named rig is linked.Alexander Gavrilov
2022-07-11Rigify: fix T96376 - adjust node match epsilon according to scale.Alexander Gavrilov
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
2022-02-14File headers: use SPDX license identifiersCampbell Barton
2022-02-11Rigify: allow aligning IK control location channels to world space.Alexander Gavrilov
2022-02-11File headers: use SPDX license identifiersCampbell Barton
2022-01-03Rigify: support uniform scaling of limbs via the master control.Alexander Gavrilov
2021-12-14Rigify: Clean up "Rigify Buttons" panel UXDemeter Dzadik
2021-12-01Cleanup: trailing space & tabs to spacesCampbell Barton
2021-11-25Rigify: add options to change the layer for the finger IK control.Alexander Gavrilov
2021-11-05Fix T92530: Rigify is trying to copy addon propertiesDemeter Dzadik
2021-09-20Rigify: support generating mirrored linked duplicate widgets.Alexander Gavrilov
2021-08-27Update addons for D9697 "_RNA_UI" removalHans Goudey
2021-08-10Rigify: move new face rig components from the experimental feature set.Alexander Gavrilov
2021-07-20Rigify: clear driver errors after generation.Alexander Gavrilov
2021-07-16Rigify: add utilities for working with rig instance parent chains.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-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-11Fix addons to use PoseBone.custom_shape_scale_xyz.Alexander Gavrilov
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