mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix(nuke): nuke.templates renamed to nuke.presets
- it was still remaining as templates in some modules
This commit is contained in:
parent
637862f22d
commit
fd2e0f8c27
2 changed files with 2 additions and 2 deletions
|
|
@ -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),
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue