Installing MOP

Can't get MOPs installed? Ask here.
User avatar
toadstorm
Site Admin
Posts: 142
Joined: Sun Sep 22, 2019 1:28 pm

Re: Installing MOP

Post 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.

RedWolf
Posts: 14
Joined: Thu Jun 08, 2023 4:16 pm

Re: Installing MOP

Post 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
You do not have the required permissions to view the files attached to this post.

RedWolf
Posts: 14
Joined: Thu Jun 08, 2023 4:16 pm

Re: Installing MOP

Post by RedWolf »

Also, I use an Educational Houdini License.

User avatar
toadstorm
Site Admin
Posts: 142
Joined: Sun Sep 22, 2019 1:28 pm

Re: Installing MOP

Post by toadstorm »

Weird. Can you please try temporarily removing your houdini.env file and see if MOPs loads correctly?

RedWolf
Posts: 14
Joined: Thu Jun 08, 2023 4:16 pm

Re: Installing MOP

Post by RedWolf »

I did what you asked. Unfortunately, there are no changes.
Screenshot 2023-06-08 195333.png
Screenshot 2023-06-08 195513.png
You do not have the required permissions to view the files attached to this post.

User avatar
toadstorm
Site Admin
Posts: 142
Joined: Sun Sep 22, 2019 1:28 pm

Re: Installing MOP

Post 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.

RedWolf
Posts: 14
Joined: Thu Jun 08, 2023 4:16 pm

Re: Installing MOP

Post 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
You do not have the required permissions to view the files attached to this post.

User avatar
toadstorm
Site Admin
Posts: 142
Joined: Sun Sep 22, 2019 1:28 pm

Re: Installing MOP

Post 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.

RedWolf
Posts: 14
Joined: Thu Jun 08, 2023 4:16 pm

Re: Installing MOP

Post by RedWolf »

Here is the response to the command.
Screenshot 2023-06-08 201506.png
You do not have the required permissions to view the files attached to this post.

User avatar
toadstorm
Site Admin
Posts: 142
Joined: Sun Sep 22, 2019 1:28 pm

Re: Installing MOP

Post 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?

Post Reply