Skip to content

Commit

Permalink
OS agnostic packages file, tweaked context search.
Browse files Browse the repository at this point in the history
  • Loading branch information
instance-id committed Mar 26, 2020
1 parent e42dab0 commit 12c2758
Show file tree
Hide file tree
Showing 5 changed files with 469 additions and 331 deletions.
77 changes: 55 additions & 22 deletions packages/Searcher.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,56 @@
{
"env" :
[
{
"SEARCHER" : "E:\\GitHub\\Searcher"
},
{
"HOUDINI_PATH" : "$SEARCHER\\"
},
{
"HOUDINI_SCRIPT_PATH": "$SEARCHER\\scripts"
},
{
"HOUDINI_DSO_PATH": "$SEARCHER\\houdini\\python27\\dlls"
},
{
"PYTHONPATH" : "$SEARCHER\\python2.7libs;$SEARCHER\\houdini\\python27;"
},
{
"PATH": "$SEARCHER\\python27\\dlls"
},
{
"env": [
{
"SEARCHER": [
{
"houdini_version <= '18.0.391' and houdini_os == 'windows'": "E:/GitHub/Searcher",
"method": "append"
},
{
"houdini_version <= '18.0.391' and houdini_os == 'linux'": "/mnt/hgfs/Searcher",
"method": "append"
}
]
},
{
"HOUDINI_PATH": [
{
"houdini_version <= '18.0.391'": "$SEARCHER/",
"method": "append"
}
]
},
{
"HOUDINI_SCRIPT_PATH": [
{
"houdini_version <= '18.0.391'": "$SEARCHER/scripts",
"method": "append"
}
]
},
{
"HOUDINI_DSO_PATH": [
{
"houdini_version <= '18.0.391'": "$SEARCHER/houdini/python27/dlls",
"method": "append"
}
]
},
{
"PYTHONPATH": [
{
"houdini_version <= '18.0.391'": "$SEARCHER/python2.7libs;$SEARCHER/houdini/python27;",
"method": "append"
}
]
},
{
"PATH": [
{
"houdini_version <= '18.0.391'": "$SEARCHER/python27/dlls",
"method": "append"
}
]
}
]
}
}
Loading

0 comments on commit 12c2758

Please sign in to comment.