Houdini engine On Maya 2018
7450 3 4-
- pluneau
- Member
- 12 posts
- Joined: 10月 2016
- Offline
-
- awong
- Member
- 818 posts
- Joined: 9月 2013
- Offline
By default, Maya loads the Houdini Engine backend into the Maya process, which is probably causing conflicts in Maya 2018. It's also possible to load the Houdini Engine as a separate process, which would avoid library conflicts all together. Normally, you'd select it from the Houdini Engine preferences. But since you aren't able to load the Maya plugin to begin with, you could run the following MEL to set the same preferences:
Then, load the plugin.
optionVar -iv "houdiniEngineSessionType" 2 -iv "houdiniEngineSessionPipeCustom" 0;
Then, load the plugin.
Edited by awong - 2017年9月13日 12:20:25
Andrew / アンドリュー
-
- emincangener
- Member
- 1 posts
- Joined: 8月 2017
- Offline
awong
By default, Maya loads the Houdini Engine backend into the Maya process, which is probably causing conflicts in Maya 2018. It's also possible to load the Houdini Engine as a separate process, which would avoid library conflicts all together. Normally, you'd select it from the Houdini Engine preferences. But since you aren't able to load the Maya plugin to begin with, you could run the following MEL to set the same preferences:optionVar -iv "houdiniEngineSessionType" 2 -iv "houdiniEngineSessionPipeCustom" 0;
Then, load the plugin.
It did work for me. Thanks a lot

-
- Cera
- Member
- 536 posts
- Joined: 7月 2009
- Offline
-
- Quick Links