Hello !
I'm looking forward to exectue a command that would open a .hip file (through python or CMD), to an existing Houdini.exe instance. Is that something possible ?
Thank you in advance
S.
Opening a file through python or CMD, to an existing Houdini
1516 3 0-
- sebd3dvfx
- Member
- 18 posts
- Joined: March 2024
- Offline
-
- vikus
- Member
- 247 posts
- Joined: May 2017
- Offline
Hi, you can use the hip file module there is a load [www.sidefx.com] function.
>>> path = "C:/Users/*username/Desktop/xxx.hiplc" >>> hou.hipFile.load(path)
-
- sebd3dvfx
- Member
- 18 posts
- Joined: March 2024
- Offline
viklcthank you but i meant being outside Houdini context,
Hi, you can use the hip file module there is a load function.
>>> path = "C:/Users/*username/Desktop/xxx.hiplc"
>>> hou.hipFile.load(path)
let's say i'm in another python standalone application that list files,
i'm looking to open a file to the already loaded Houdini.exe
Edited by sebd3dvfx - April 4, 2024 10:15:15
-
- sebd3dvfx
- Member
- 18 posts
- Joined: March 2024
- Offline
-
- Quick Links

