Houdini engine On Maya 2018

   6818   3   4
User Avatar
Member
10 posts
Joined: Oct. 2016
Offline
Houdini Engine on Maya 2018 Windows Crash
User Avatar
Member
818 posts
Joined: Sept. 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:

optionVar -iv "houdiniEngineSessionType" 2 -iv "houdiniEngineSessionPipeCustom" 0;

Then, load the plugin.
Edited by awong - Sept. 13, 2017 12:20:25
Andrew / アンドリュー
User Avatar
Member
1 posts
Joined: Aug. 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
User Avatar
Member
536 posts
Joined: July 2009
Offline
I have to say this has saved me a lot of times thanks awong.
  • Quick Links