New naming convention proposal #149

Merged
Demeter Dzadik merged 12 commits from Mets/blender-studio-pipeline:mets-naming-conventions into main 2023-11-23 17:11:47 +01:00
Showing only changes of commit d5140afb7f - Show all commits

View File

@ -102,9 +102,11 @@ Rigs may use Actions for Action Constraint based control set-ups. Since these ar
Corrective Actions are ones which are meant to activate when two other actions activate. These should use the name of the two trigger actions, separated by a "+". Corrective Actions are ones which are meant to activate when two other actions activate. These should use the name of the two trigger actions, separated by a "+".
Examples: Examples:
- `RIG-ES-mouth_open` ```
- `RIG-ES-lips_wide` RIG-ES-mouth_open
- `RIG-ES-mouth_open+lips_wide` RIG-ES-lips_wide
RIG-ES-mouth_open+lips_wide
```
### Animations of Shots ### Animations of Shots
Actions created for shots should be named `ANI-{asset_mnemonic}-{scene_name}.{version}` Actions created for shots should be named `ANI-{asset_mnemonic}-{scene_name}.{version}`