mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge pull request #3497 from pypeclub/feature/OP-3268_Nuke-LoadClip-with-retime-on-demand
Nuke: load clip with options from settings
This commit is contained in:
commit
70d6836bc8
3 changed files with 86 additions and 21 deletions
|
|
@ -287,7 +287,11 @@
|
|||
"LoadClip": {
|
||||
"enabled": true,
|
||||
"_representations": [],
|
||||
"node_name_template": "{class_name}_{ext}"
|
||||
"node_name_template": "{class_name}_{ext}",
|
||||
"options_defaults": {
|
||||
"start_at_workfile": true,
|
||||
"add_retime": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"workfile_builder": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue