Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
add a setting in maya project settings to enable updating animation i…
Browse files Browse the repository at this point in the history
…nstances
  • Loading branch information
Thomas Fricard committed Apr 12, 2023
1 parent fde0b50 commit 9211c4a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openpype/settings/defaults/project_settings/maya.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"destination-path": []
}
},
"update_instances": {
"enabled": false
},
"scriptsmenu": {
"name": "OpenPype Tools",
"definition": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,24 @@
}
]
},
{
"type": "dict",
"collapsible": true,
"key": "update_instances",
"label": "Update animation instances on Reset Frame Range",
"checkbox_key": "enabled",
"children": [
{
"type": "label",
"label": "If enabled, the frame range and the handles of all the animation instances will be updated when using the 'Reset Frange Range' functionality"
},
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
}
]
},
{
"type": "schema",
"name": "schema_scriptsmenu"
Expand Down

0 comments on commit 9211c4a

Please sign in to comment.