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-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2022-02-09Rigify: Move panels into sub-panelsDemeter Dzadik
Before, 3 Rigify panels: {F12837079} After, single Rigify panel with sub-panels: {F12823002} Originally mentioned in T88711, where it didn't spark much discussion, hopefully meaning it's non-controversial. This patch proposes moving the many panels of Rigify into sub-panels under a single Rigify main panel, in order to reduce clutter in the Properties Editor's Armature tab. This also makes it easier to add more Rigify features in the future, since new panels won't make the overcrowding of this tab even worse. It also unifies some of the available functionalities between edit and pose mode, where limiting a workflow to only pose mode didn't seem necessary. Reviewed By: angavrilov Differential Revision: https://developer.blender.org/D13914
2022-01-22Rigify: fix the face convertor if nose.004 connects directly to lips.Alexander Gavrilov
2021-08-15Rigify: add an operator to upgrade the old face rig to modular face.Alexander Gavrilov
Converted from the script originally included in the feature set. This operator aims to preserve compatibility with the existing weight painting, but not animations, since the latter is impossible anyway due to major differences in the rig chains.