Pisces Chen
pisces
About Me
Houdini FX | Pipeline Dev | Game Dev | Modeling.
Currently working in China as a Houdini FX artist.
Graduated from GuangDong University Of Technology, Digital Media Technology, 2016
Houdini Engine
Availability
Not Specified
My Gallery
Recent Forum Posts
usdview marshall geo into houdini issue 2020年1月18日21:15
just for fun.
usdview marshall geo into houdini issue 2019年12月30日2:23
Here are attachments
usdview marshall geo into houdini issue 2019年12月30日2:20
I am trying to combine usdview and houdini engine api to marshall usd mesh into houdini, I just simply get the usd mesh and its geo data into a python list, then use boost to bring those data into c++ code. I kind of get the result I want, I marshall the usd mesh to houdini native geometry. But the problem is, the result only happens inside houdini. When I invoke the python module that generated using boost outside houdini, I would get such error:
Thrift: Mon Dec 30 15:02:13 2019 TPipe:pen ::CreateFile errored GLE=errno = 2
even using InProcessSession, I would get these error:
C:/PROGRA~1/SIDEEF~1/HOUDIN~1.287/houdini/scripts/123.cmd (27): Path /img not found
C:/PROGRA~1/SIDEEF~1/HOUDIN~1.287/houdini/scripts/123.cmd (28): Can't add operators for /
C:/PROGRA~1/SIDEEF~1/HOUDIN~1.287/houdini/scripts/123.cmd (29): Can't find comp1 for locating
C:/PROGRA~1/SIDEEF~1/HOUDIN~1.287/houdini/scripts/123.cmd (35): Path /tasks not found
C:/PROGRA~1/SIDEEF~1/HOUDIN~1.287/houdini/scripts/123.cmd (36): Can't add operators for /
C:/PROGRA~1/SIDEEF~1/HOUDIN~1.287/houdini/scripts/123.cmd (37): Can't find topnet1 for locating
Could any one help me with these issues? Thanks a lot.
Thrift: Mon Dec 30 15:02:13 2019 TPipe:pen ::CreateFile errored GLE=errno = 2
even using InProcessSession, I would get these error:
C:/PROGRA~1/SIDEEF~1/HOUDIN~1.287/houdini/scripts/123.cmd (27): Path /img not found
C:/PROGRA~1/SIDEEF~1/HOUDIN~1.287/houdini/scripts/123.cmd (28): Can't add operators for /
C:/PROGRA~1/SIDEEF~1/HOUDIN~1.287/houdini/scripts/123.cmd (29): Can't find comp1 for locating
C:/PROGRA~1/SIDEEF~1/HOUDIN~1.287/houdini/scripts/123.cmd (35): Path /tasks not found
C:/PROGRA~1/SIDEEF~1/HOUDIN~1.287/houdini/scripts/123.cmd (36): Can't add operators for /
C:/PROGRA~1/SIDEEF~1/HOUDIN~1.287/houdini/scripts/123.cmd (37): Can't find topnet1 for locating
Could any one help me with these issues? Thanks a lot.