fix(nuke): nuke.templates renamed to nuke.presets

- it was still remaining as templates in some modules
This commit is contained in:
Jakub Jezek 2019-11-06 15:52:19 +01:00
parent 637862f22d
commit fd2e0f8c27
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ def reload_config():
for module in (
"{}.api".format(AVALON_CONFIG),
"{}.nuke.actions".format(AVALON_CONFIG),
"{}.nuke.templates".format(AVALON_CONFIG),
"{}.nuke.presets".format(AVALON_CONFIG),
"{}.nuke.menu".format(AVALON_CONFIG),
"{}.nuke.plugin".format(AVALON_CONFIG),
"{}.nuke.lib".format(AVALON_CONFIG),

View file

@ -16,7 +16,7 @@ from .presets import (
get_node_colorspace_preset
)
from .templates import (
from .presets import (
get_anatomy
)
# TODO: remove get_anatomy and import directly Anatomy() here