MarXindia
April 24, 2024 16:21:00
Hey team,
When I am trying to import a solaris based HDA(even a basic one, that just exports a sphere) Maya throws an error saying
"// Error: Invalid argument given: Invalid manager type.",where as SOP based HDAs are working fine. Which to me seems like Houdini Engine doesn't have support for LOP based HDAs, or am I doing something wrong?
johnmather
April 24, 2024 16:39:38
We disable LOPs and anything that may bring in any of Houdini's UI libraries as it can cause conflicts with the libraries used in other applications. We err on the side of caution, but you are able to re-enable them at your own risk.
In the mod file for Houdini Engine for Maya, remove USD_Ops
from HOUDINI_DSO_EXCLUDE_PATTERN
. This file can be found inside the modules folder inside Maya's installation location.
MarXindia
April 25, 2024 00:42:51
johnmather
remove
Thanks John, I'll check this out.
mrSmokey
July 3, 2024 08:40:04
Hey, how did this pan out? I'm quite interested in creating some HDAs/houdini engine tools with LOPs nodes in it too...