Skip to content

Commit

Permalink
Merge pull request #209 from toadstorm/experimental
Browse files Browse the repository at this point in the history
Experimental
  • Loading branch information
toadstorm authored Sep 12, 2019
2 parents d696a6c + 86596bf commit e339ced
Show file tree
Hide file tree
Showing 227 changed files with 45,363 additions and 2,540 deletions.
8 changes: 7 additions & 1 deletion MOPS.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"path" : "C:/Users/Henry/Projects/VFX/MOPS"
"env": [
{
"MOPS": "C:/Users/Henry/Projects/VFX/MOPS"
},
],
"path": "$MOPS"

}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Download the desired release directly from the [releases page](https://github.co

**Option 1: Plugin (17.5+ only)**
For those of you running Houdini 17.5 or later, you have an option for a much easier install.
Simply create a folder inside your Houdini preferences directory (where the houdini.env typically is) called "packages", and place the MOPS.json file from the MOPs download into that folder. Then edit MOPS.json and change the "path" variable to match the install path.
Simply create a folder inside your Houdini preferences directory (where the houdini.env typically is) called "packages", and place the MOPS.json file from the MOPs download into that folder. Then edit MOPS.json and change the "MOPS" variable to match the install path.

**Option 2: Edit Houdini.env**
You need to add the MOPS root directory to your Houdini environment file. For more information about the Houdini environment file, see [this help link](https://www.sidefx.com/docs/houdini/basics/config_env.html#setting-environment-variables).
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.55 Stable
v0.1.64 Experimental
Binary file modified examples/move_along_spline_1.4.hip
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion otls/MOPS_Aim.hda/INDEX__SECTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Inputs: 1 to 2
Subnet: true
Python: false
Empty: false
Modified: Sun Jun 9 17:31:45 2019
Modified: Wed Aug 7 19:38:40 2019

Binary file modified otls/MOPS_Aim.hda/MOPS_8_8Sop_1Aim_8_81.0/Contents.dir/.OPdummydefs
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
MOPS::Sop/Apply_Attributes::1.2 C:/Users/Henry/Projects/VFX/MOPS/otls/MOPS_applyAttributes.hda
MOPS::Sop/Apply_Attributes::1.2 otls/MOPS_applyAttributes.hda
MOPS::Sop/Apply_Attributes::1.3 C:/Users/Henry/Projects/VFX/MOPS/otls/MOPS_applyAttributes.hda
MOPS::Sop/Apply_Attributes::1.3 otls/MOPS_applyAttributes.hda
MOPS::Sop/Extract_Attributes::1.0 C:/Users/Henry/Projects/VFX/MOPS/otls/MOPS_extractAttributes.hda
MOPS::Sop/Extract_Attributes::1.0 otls/MOPS_extractAttributes.hda
Sop/attribdelete C:/PROGRA~1/SIDEEF~1/HOUDIN~1.173/houdini/otls/OPlibSop.hda
Sop/attribdelete C:/PROGRA~1/SIDEEF~1/HOUDIN~1.229/houdini/otls/OPlibSop.hda
Sop/attribdelete otls/OPlibSop.hda
Sop/attribwrangle C:/PROGRA~1/SIDEEF~1/HOUDIN~1.173/houdini/otls/OPlibSop.hda
Sop/attribwrangle C:/PROGRA~1/SIDEEF~1/HOUDIN~1.229/houdini/otls/OPlibSop.hda
Sop/attribwrangle otls/OPlibSop.hda
Loading

0 comments on commit e339ced

Please sign in to comment.