Hello,
I would like to know if there is a way to change the content of a list in a camera switcher.
It the cameras list accessible in Hscript or Python? Can we reorder it and change its content?
I also would like to know if it is possible to add a custom input to a node.
Thank you very much
How to dynamically set a camera in the camera switcher list?
3536 2 1- werwack
- Member
- 71 posts
- Joined: Oct. 2007
- Offline
- tamte
- Member
- 8832 posts
- Joined: July 2007
- Offline
it's perfectly possible in python
take a look in docs: http://www.sidefx.com/docs/houdini12.0/hom/hou/Node [sidefx.com]
especially functions which deal with inputs like
setInput
setFirstInput
setNextInput
insertInput
inputConnections
inputs
and so on
take a look in docs: http://www.sidefx.com/docs/houdini12.0/hom/hou/Node [sidefx.com]
especially functions which deal with inputs like
setInput
setFirstInput
setNextInput
insertInput
inputConnections
inputs
and so on
Tomas Slancik
FX Supervisor
Method Studios, NY
FX Supervisor
Method Studios, NY
- werwack
- Member
- 71 posts
- Joined: Oct. 2007
- Offline
-
- Quick Links