mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
🚨 fix hound round 2
This commit is contained in:
parent
7327334226
commit
7560677769
2 changed files with 3 additions and 3 deletions
|
|
@ -18,4 +18,5 @@ class CreatePointCache(plugin.MaxCreator):
|
||||||
instance_data,
|
instance_data,
|
||||||
pre_create_data) # type: CreatedInstance
|
pre_create_data) # type: CreatedInstance
|
||||||
|
|
||||||
instance_node = rt.getNodeByName(instance.get("instance_node"))
|
# for additional work on the node:
|
||||||
|
# instance_node = rt.getNodeByName(instance.get("instance_node"))
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,7 @@ Because of limited api, alembics can be only loaded, but not easily updated.
|
||||||
"""
|
"""
|
||||||
import os
|
import os
|
||||||
from openpype.pipeline import (
|
from openpype.pipeline import (
|
||||||
load,
|
load
|
||||||
get_representation_path,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue