Something like this?
fileNode = hou.node(“../file2”)
fileNode.parm(“file”).set(highName)
You can drag the fbx node into the python to get the path to the node. Hover over parameters to know what they are called behind the scenes.
fbxNode = hou.node(“/rop/rop_fbx1”)
fbxNode.parm(“execute”).pressButton()
Found 3 posts.
Search results Show results as topic list.
Houdini Indie and Apprentice » Getting a Geometry File using a Python string
- Patrick Reece
- 3 posts
- Offline
Houdini Lounge » 3D cursor from Blender
- Patrick Reece
- 3 posts
- Offline
Blender's 3d cursor [youtu.be]
This looks pretty great! I wonder if it's easy to do something similar in Houdini.
This looks pretty great! I wonder if it's easy to do something similar in Houdini.
Technical Discussion » Houdini unable to start - HOUDINI_USER_PREF_DIR missing __HVER__
- Patrick Reece
- 3 posts
- Offline
I was using Houdini/ Mantra this morning but something changed and I can't open Houdini any more. I tried running License Administrator and it gives me this message:
EnvControl: HOUDINI_USER_PREF_DIR missing __HVER__, ignored.
I tried deleting houdini.env but that didn't help. Any ideas welcome!
EnvControl: HOUDINI_USER_PREF_DIR missing __HVER__, ignored.
I tried deleting houdini.env but that didn't help. Any ideas welcome!
-
- Quick Links