anon_user_82375471
2015年10月14日 09:15:35
I have an OTL that uses an internal SOP to load some geo from our inhouse file format. When I load this into the Engine in Maya (2015) I'm not able to see the geo loaded by that SOP. Other geo (obj or abc) seems to load fine.
Are custom plugins not supported inside the engine?
I have set HOUDINI_DSO_PATH and HOUDINI_PATH vars without any luck
awong
2015年10月14日 13:25:12
Custom DSO are definitely supported. Maybe there's an error that prevents your custom DSO from being loaded? Try setting the environment variable HOUDINI_DSO_ERROR to “3”. This will make Houdini print out errors as it tries to load the DSOs.You can also use it to check if Houdini Engine attempted to process your DSO at all.
anon_user_82375471
2015年10月15日 07:48:18
Didn't have an Houdini env setup, so it wasn't able to find the libs.
got it working now. Thanks!
grayOlorin
2017年3月6日 15:09:15
Hey Svenito, what did you set in your env file? I seem to be having the same issue right now where I cannot get the Houdini engine in Maya to load dso's (when opening via the debugger, I just get a merge node instead of the node)
grayOlorin
2017年3月7日 13:32:32
actually figured it out

I was loading the wrong node… doh!
thank you!