mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Add shape to container when loading.
This commit is contained in:
parent
0d8a8af371
commit
0d7b42957f
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class ArnoldStandinLoader(load.LoaderPlugin):
|
||||||
sequence = is_sequence(os.listdir(os.path.dirname(self.fname)))
|
sequence = is_sequence(os.listdir(os.path.dirname(self.fname)))
|
||||||
cmds.setAttr(standin_shape + ".useFrameExtension", sequence)
|
cmds.setAttr(standin_shape + ".useFrameExtension", sequence)
|
||||||
|
|
||||||
nodes = [root, standin]
|
nodes = [root, standin, standin_shape]
|
||||||
if operator is not None:
|
if operator is not None:
|
||||||
nodes.append(operator)
|
nodes.append(operator)
|
||||||
self[:] = nodes
|
self[:] = nodes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue