Remove remaining imports from avalon

This commit is contained in:
Roy Nieterau 2022-05-02 21:35:09 +02:00
parent fc55ad3bad
commit c608eeb262
9 changed files with 18 additions and 19 deletions

View file

@ -463,7 +463,7 @@ def imprint(node_id, data, remove=False):
remove (bool): Removes the data from the scene.
Example:
>>> from avalon.harmony import lib
>>> from openpype.hosts.harmony.api import lib
>>> node = "Top/Display"
>>> data = {"str": "someting", "int": 1, "float": 0.32, "bool": True}
>>> lib.imprint(layer, data)