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 (Collapse)Author
2022-07-11Rigify: fix T95864 - inconsistent bone roll in the wolf metarig.Alexander Gavrilov
Edit mode represents bone orientation via their head and tail locations, plus a roll value. This math has a singularity in the -Y direction, resulting in instability and discontinuity for bones exactly aligned to the Y axis (the tail flips the deform bones, so +Y is also bad). The only reliable way to avoid problems is to un-align the bones via very small offsets in the Z direction.
2022-02-14File headers: use SPDX license identifiersCampbell Barton
Some files needed to be changed manually.
2022-02-11Rigify: make world orientation the default for IK control location.Alexander Gavrilov
For backward compatibility the option technically defaults to old behavior, but all metarigs are changed to the new mode.
2020-11-24Rigify: Fix T78463: better support unguligrade animals (horse) setup.Demeter Dzadik
Add support for 5 bone chains to the limbs.paw rig. Implement a new limbs.rear_paw rig, which provides a three bone IK mechanism designed to keep the first and third bones nearly parallel by default (based on a YouTube video by @Pieriko as suggested by @icappiello). Implement a limbs.front_paw rig with automation that aims to keep the angle between second and third bones mostly stable by default (has influence option), as suitable for front paws. The horse and wolf metarigs are updated to use these new rig types, with the horse rig further overhauled by @icappiello. Maniphest Tasks: T78463 Differential Revision: https://developer.blender.org/D8496
2019-10-25Rigify: assign a more reasonable B-Bone display size in metarigs too.Alexander Gavrilov
2019-10-15Rigify: implement FK controls for basic_spine with an option to disable.Alexander Gavrilov
All metarigs are updated to use split spine components, as super_spine is deprecated and won't generate FK controls for backward compatibility.
2018-09-07Merge branch 'master' into blender2.8Campbell Barton
2018-09-07Cleanup: trailing spaceCampbell Barton
2018-08-22rigify: Fix bad rename from previous commit fe90ef2Ines Almeida
Reason for rename is that 'set' is a python builtin data structure.
2017-07-26Rigify 0.5: small fixes on cat and wolf metarigsLucio Rossi
2017-06-08Rigify 0.5 metarig fixes, advanced generation options, code cleanupLucio Rossi