Installing MOP

Can't get MOPs installed? Ask here.
Post Reply
claire560
Posts: 1
Joined: Wed Apr 15, 2020 2:08 pm

Installing MOP

Post by claire560 »

Hello, I'm very new to Houdini and Github. When installing the Motion Operators, what install path do you enter in the MOPS.json path variable? I've tried both in the package folder and the folder Houdini itself is installed. Thanks :)

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

Re: Installing MOP

Post by toadstorm »

Hi Claire!

You want to point to the path that you installed MOPs to... the root path of MOPs, where the "otls" and "scripts" folders are. Ideally this path should be somewhere outside of the /documents/houdini18.0/ folder.

Then once you've edited and saved the JSON file, copy it to /documents/houdini18.0/packages. If the packages folder doesn't exist, create it manually, then drop the JSON in there.

Please let me know if you have any other questions!

turtle000
Posts: 2
Joined: Thu Oct 15, 2020 11:27 am

Re: Installing MOP

Post by turtle000 »

I am finding installation instructions confusing also. I have the MOPS.json file in the packages folder but after that I don't understand what to do next.

"Then once you've edited and saved the JSON file"

What is meant by "edit" the json file? I can't do anything to this file.

"Ideally this path should be somewhere outside of the /documents/houdini18.0/ folder."

Huh? "Outside?" Shouldn't it be inside /documents/houdini18.0/ folder? Where the packages folder is? Don't understand.

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

Re: Installing MOP

Post by toadstorm »

Okay, let me clarify the installation steps...

The MOPs.json package file goes into your packages directory, which is /houdini18.0/packages as you mentioned. What you need to do next is edit MOPs.json in a text editor, and adjust the value of the "MOPS" variable inside from the default path that is listed to the actual path on disk that you placed the MOPs files. The MOPs files (scripts, otls, etc) themselves should not be in your /houdini18.0/ folder, they should be somewhere else.

So for example, if I placed MOPs in C:/Users/Henry/MOPS, then I would edit the "MOPS" variable in my JSON file (in /houdini18.0/packages/) like this:

"MOPS": "C:/Users/Henry/MOPS"

Once that's done, if you boot Houdini and drop down a Geometry container and dive inside, you should be able to create any of the MOPs nodes.

Please let me know if you have any more trouble with the installation.

turtle000
Posts: 2
Joined: Thu Oct 15, 2020 11:27 am

Re: Installing MOP

Post by turtle000 »

Thanks so much for the clarification! Its now functioning correctly!

Post Reply