Page 2 of 3

Re: Installing MOP

Posted: Thu Jun 08, 2023 4:38 pm
by toadstorm
Okay, so that HOUDINI_PATH declaration is overwriting anything that the package file is doing.

You just need to add $HOUDINI_PATH; to the beginning of the HOUDINI_PATH declaration, similar to what's already being done with $PATH on the previous line.

Re: Installing MOP

Posted: Thu Jun 08, 2023 4:47 pm
by RedWolf
I did what you said and it still doesn't work.
I use Windows 10 btw.
Screenshot 2023-06-08 194601.png
Screenshot 2023-06-08 194611.png

Re: Installing MOP

Posted: Thu Jun 08, 2023 4:48 pm
by RedWolf
Also, I use an Educational Houdini License.

Re: Installing MOP

Posted: Thu Jun 08, 2023 4:50 pm
by toadstorm
Weird. Can you please try temporarily removing your houdini.env file and see if MOPs loads correctly?

Re: Installing MOP

Posted: Thu Jun 08, 2023 4:55 pm
by RedWolf
I did what you asked. Unfortunately, there are no changes.
Screenshot 2023-06-08 195333.png
Screenshot 2023-06-08 195513.png

Re: Installing MOP

Posted: Thu Jun 08, 2023 5:01 pm
by toadstorm
Okay.

From within Houdini, go to the Python shell (ALT+SHIFT+P) and enter the following, one at a time:

import os
print(os.getenv("HOUDINI_PATH"))

Then show me the result of this command.

Alternatively, if you'd like me to help you via video chat, please email me at henry@motionoperators.com and I'll send you a link.

Re: Installing MOP

Posted: Thu Jun 08, 2023 5:09 pm
by RedWolf
So, I did the command you asked me to do and after doing that command, I tried to get a MOPs node in a geometry node. Without success. I didn't reboot my Houdini after doing the command. Should I have done that too?
Screenshot 2023-06-08 200608.png
Screenshot 2023-06-08 200701.png

Re: Installing MOP

Posted: Thu Jun 08, 2023 5:11 pm
by toadstorm
The command is just to see what value is returned. I'm trying to make sure that the MOPs directory is actually being added to your HOUDINI_PATH. You don't need to restart... just hit enter after entering each of those commands, and show me what comes back.

Re: Installing MOP

Posted: Thu Jun 08, 2023 5:15 pm
by RedWolf
Here is the response to the command.
Screenshot 2023-06-08 201506.png

Re: Installing MOP

Posted: Thu Jun 08, 2023 5:17 pm
by toadstorm
Now that's interesting! See how it's adding "C:/Users/Henry/Projects/VFX/MOPS" to your HOUDINI_PATH? That means that the package file you saved isn't the one being read. Did you happen to copy that original package file anywhere else on your drive? Maybe somewhere in the Houdini installation directory? Can you double check that the JSON file that you placed in /houdini19.5/packages/ has the correct path for MOPS?