Skip to content

Commit

Permalink
Merge pull request #15 from Baldrax/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Baldrax authored Nov 23, 2022
2 parents 1ac7765 + 748b64a commit d304eaa
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
Binary file modified hip/examples/biomes.hipnc
Binary file not shown.
Binary file modified otls/OBJ_TaleSpire_Terrain.hdanc
Binary file not shown.
5 changes: 5 additions & 0 deletions scripts/python/htg/nodes/OBJ_TaleSpire_Terrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ def write_terrain_tiles(node=None):
read_node = hou.node(node.path() + '/terrain_tiler/read_terrain_tiles')
write_node.parm('execute').pressButton()
read_node.parm('reload').pressButton()
biome_data_node = hou.node(node.path() + '/DATA/Biome_info')
try:
biome_data_node.cook(force=True)
except hou.OperationFailed:
pass


def cache_uuids(node):
Expand Down
9 changes: 9 additions & 0 deletions setup/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
The files in this directory are for setup purposes.

Copy the `packages` directory to your houdini setup directory, likely in `Documents\houdinix.x`,
if there is already a `packages` directory in there it is safe paste it in the same directory,
it should merge the directories.

You then need to modify the contents of the `HTTGT.json` file inside that `packages` directory
replacing the file path to the path where you installed this toolset to.
It should point to the `packages` directory at the root of the toolset, not the one under `setup`
3 changes: 3 additions & 0 deletions setup/packages/HTTGT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"package_path": "D:/Users/<username>/Documents/TaleSpire/Houdini_TaleSpire_Terrain_Generation_Toolset/packages"
}

0 comments on commit d304eaa

Please sign in to comment.