Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Release 18.5 - Fixed egLib.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eglaubauf committed Oct 30, 2020
1 parent 6c1dc3f commit 2250fb6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ A collection of scripts for SideFx Houdini
- easy Usage a provided shelf
- provides error messages if required Libraries are missing
- easy Install via Packages Workflow - see more below
- Tested on Houdini 18.0.460
- Tested on Houdini 18.5.376
- Tested on Windows 10

## Installation:
Expand Down
16 changes: 13 additions & 3 deletions egLib.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
{
"env": [
{
"EGLIB": "C:/Git/egLib"
"EGLIB": "C:/Users/Elmar/Documents/Git/egLib"

},
{
"HOUDINI_OTLSCAN_PATH": "$EGLIB/otls"
"HOUDINI_OTLSCAN_PATH": [
"$EGLIB/otls",
{
"method": "append"
}
]
},
{
"EGICONS": "$EGLIB/icons"
}

],
"path": "$EGLIB"
"path": ["$EGLIB",
{
"method": "append"
}
]

}

0 comments on commit 2250fb6

Please sign in to comment.