mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Add todo for later
This commit is contained in:
parent
0941469c24
commit
9012b9f18f
1 changed files with 4 additions and 0 deletions
|
|
@ -80,6 +80,10 @@ def create_interactive(creator_identifier, **kwargs):
|
|||
raise RuntimeError("Invalid creator identifier: "
|
||||
"{}".format(creator_identifier))
|
||||
|
||||
# TODO: Once more elaborate unique create behavior should exist per Creator
|
||||
# instead of per network editor area then we should move this from here
|
||||
# to a method on the Creators for which this could be the default
|
||||
# implementation.
|
||||
pane = stateutils.activePane(kwargs)
|
||||
if isinstance(pane, hou.NetworkEditor):
|
||||
pwd = pane.pwd()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue