🚨 fix hound round 2

This commit is contained in:
Ondrej Samohel 2022-12-07 01:23:22 +01:00
parent 7327334226
commit 7560677769
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
2 changed files with 3 additions and 3 deletions

View file

@ -18,4 +18,5 @@ class CreatePointCache(plugin.MaxCreator):
instance_data,
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"))

View file

@ -6,8 +6,7 @@ Because of limited api, alembics can be only loaded, but not easily updated.
"""
import os
from openpype.pipeline import (
load,
get_representation_path,
load
)