mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Merge pull request #1087 from pypeclub/feature/add_look_assigner_to_pype_tools
Add Maya look assigner to pype tools
This commit is contained in:
commit
f68bb4e9bc
9 changed files with 901 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ def override_toolbox_ui():
|
|||
log.warning("Could not import Workfiles tool")
|
||||
|
||||
try:
|
||||
import mayalookassigner
|
||||
from pype.tools import mayalookassigner
|
||||
except Exception:
|
||||
log.warning("Could not import Maya Look assigner tool")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue