collect anatomy objec plugin is using new Anatomy import

This commit is contained in:
Jakub Trllo 2022-06-29 15:29:23 +02:00
parent 168c3b38a4
commit 05fe6ca5cf

View file

@ -4,11 +4,11 @@ Requires:
os.environ -> AVALON_PROJECT
Provides:
context -> anatomy (pype.api.Anatomy)
context -> anatomy (openpype.pipeline.anatomy.Anatomy)
"""
import os
from openpype.api import Anatomy
import pyblish.api
from openpype.pipeline import Anatomy
class CollectAnatomyObject(pyblish.api.ContextPlugin):