mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
collect anatomy objec plugin is using new Anatomy import
This commit is contained in:
parent
168c3b38a4
commit
05fe6ca5cf
1 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue