Add shape to container when loading.

This commit is contained in:
Toke Stuart Jepsen 2023-03-30 07:08:24 +01:00
parent 0d8a8af371
commit 0d7b42957f

View file

@ -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