mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
wip connect ornatrix rig
This commit is contained in:
parent
4a5d3224cc
commit
d9e89d60c5
1 changed files with 3 additions and 0 deletions
|
|
@ -86,6 +86,9 @@ class ConnectOrnatrixRig(InventoryAction):
|
|||
with open(settings_file, "w") as fp:
|
||||
source_nodes.extend(
|
||||
item.get("node") for item in json.load(fp))
|
||||
self.display_warning(
|
||||
source_nodes
|
||||
)
|
||||
grooms_file = maya_file.replace(ext, ".oxg.zip")
|
||||
grooms_file = grooms_file.replace("\\", "/")
|
||||
# Compare loaded connections to scene.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue