Sebastien Durand

sebd3dvfx

About Me

専門知識
Technical Director

Connect

LOCATION
Santa Cruz de Tenerife, Spain
ウェブサイト

Houdini Skills

ADVANCED
Python
BEGINNER
Solaris  | VEX

Availability

I am currently employed at Skydance Animation

Recent Forum Posts

Skipping unrecognized parameter 2024年4月5日3:34

Yeah of course, but in our studio we have a lot of these that are predictable and annoying (in other term : useless),
i was wondering if you could filter them, but i understand ...

Opening a file through python or CMD, to an existing Houdini 2024年4月5日3:32

No sorry i couldn't find what i need .
I need to open a .hip file in the already opened Houdini...
Everything runs new instance of Houdini.

I might be looking for something like Maya command port (?)

Opening a file through python or CMD, to an existing Houdini 2024年4月4日10:13

viklc
Hi, you can use the hip file module there is a load function.

>>> path = "C:/Users/*username/Desktop/xxx.hiplc"
>>> hou.hipFile.load(path)
thank you but i meant being outside Houdini context,
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