moved attribute definitions to openpype/lib

This commit is contained in:
Jakub Trllo 2022-03-22 18:18:02 +01:00
parent 5901d45e5e
commit 970d076811
9 changed files with 52 additions and 49 deletions

View file

@ -2,7 +2,7 @@ import uuid
from Qt import QtWidgets, QtCore
from openpype.pipeline.lib import (
from openpype.lib.attribute_definitions import (
AbtractAttrDef,
UnknownDef,
NumberDef,