Quote from
RichardF on 23. January 2024, 17:31
Yes the Code State is for Python code.
If you are in Maya you can import the cmds module. If you are in Houdini you can import the hou module. That way you can access the api of each DCC.
Using the "pcore" variable you can access the Prism API.
Yes you can use this state to run some custom checks in your scene. The artists will be able to disable the state though. With a plugin or a hook you could add custom checks, which cannot be ignored so easily.
Yes the Code State is for Python code.
If you are in Maya you can import the cmds module. If you are in Houdini you can import the hou module. That way you can access the api of each DCC.
Using the "pcore" variable you can access the Prism API.
Yes you can use this state to run some custom checks in your scene. The artists will be able to disable the state though. With a plugin or a hook you could add custom checks, which cannot be ignored so easily.