Skip to content

Commit

Permalink
Merge pull request #37 from Baldrax/release_prep
Browse files Browse the repository at this point in the history
Release prep
  • Loading branch information
Baldrax authored Feb 3, 2025
2 parents e9df3fa + 683aa6e commit fa083f4
Show file tree
Hide file tree
Showing 6 changed files with 747 additions and 2 deletions.
13 changes: 13 additions & 0 deletions MainMenuCommon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<mainMenu>
<menuBar>
<subMenu id="htg_submenu">
<label>TaleSpire</label>

<scriptItem>
<label>Check for Updates</label>
<scriptPath>$HTG_BASEDIR/scripts/python/htg/install_update.py</scriptPath>
</scriptItem>
</subMenu>
</menuBar>
</mainMenu>
7 changes: 7 additions & 0 deletions install.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Toolset Installation
#
# To run installation, launch Houdini, goto File->Run Script...
# Select this file and click "Run"

set base_dir = `strreplace($arg0, "/install.cmd", "")`
python ${base_dir}/scripts/python/htg/install_update.py $base_dir
Binary file modified otls/OBJ_TaleSpire_Terrain.hdanc
Binary file not shown.
3 changes: 3 additions & 0 deletions packages/htg_env.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"env": [
{
"HTG_BASEDIR": "$HOUDINI_PACKAGE_PATH/.."
},
{
"HTG_REPO_NAME": "Baldrax/Houdini_TaleSpire_Terrain_Generation_Toolset"
}
]
}
Loading

0 comments on commit fa083f4

Please sign in to comment.