Add todo for later

This commit is contained in:
Roy Nieterau 2023-04-20 12:34:14 +02:00
parent 0941469c24
commit 9012b9f18f

View file

@ -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()