Commit Graph

4 Commits

Author SHA1 Message Date
b3f0ffc587 rigify: update for changes in Blender
Update names matching changes in c468aeefb5b17b43f12e0bb69b60641721033e8a.
2023-02-03 15:08:43 +11:00
2fe1c5a693 Rigify: reduce the number of suppressed spell check tags.
A combination of fixing naming, and adding words to local dictionary.
Also, BlIdLowercase should be disabled in the editor.
2022-11-22 14:40:14 +02:00
3d89a38c19 Rigify: finish clearing out warnings in functional code. 2022-11-21 01:15:00 +02:00
dddf346f1a Rigify: port the ability to generate Action constraints from CloudRig.
CloudRig has a feature that allows the user to automatically generate
Action constraints that move bones of the rig based on the position
of other bones. This is done by adding and configuring the actions
in a UI panel of the metarig. The feature also supports corrective
actions that activate based on the state of two other actions.

This ports the feature to base Rigify with the necessary changes in
code organization and style, and replacing CloudRig-specific code.

There are also some functional changes:

- The order of action constraints is reversed.
- The way symmetry of LOCATION_X is handed is changed to
  match how Paste Pose Flipped works.
- The action slot UI is shown even without a generated rig.
- More alerts in the UI, e.g. for duplicate rows.

Differential Revision: https://developer.blender.org/D16336
2022-11-07 16:16:57 +02:00