Skip to content
Snippets Groups Projects

:bug: Fix transform publisher

Merged Corentin requested to merge develop into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -9,6 +9,8 @@ def _get_controllers(root):
groups = [c for c in groups if c.endswith("_GRP")]
for group in groups:
children = cmds.listRelatives(group, path=True, allDescendents=True, type="transform")
if not children:
continue
children = [c for c in children if c.endswith("_CTL")]
controllers[group] = children
Loading