Skip to content

Commit 9ef9c86

Browse files
committed
[UPDATE] **ZibraVDB** - Updated Labs ZibraVDB nodes to v0.2.2.2. Added serialization of visualisation and voxel offset data. Updated ZibraVDB File Cache HDA to reload cache on recompression. Added alternative load path for library, to allow for site-wide install via HSITE. Added alternative license file search path, to allow for site-wide license install via HSITE (implemented in downloaded library). Fixed crash when HSITE environment variable is not set. Fixed loading library from HSITE on older Houdini versions. Improved error handling in File Cache HDA.
1 parent 8eff58f commit 9ef9c86

File tree

13 files changed

+499
-76
lines changed

13 files changed

+499
-76
lines changed

otls/zibravdb_filecache.0.2.hda/INDEX__SECTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Inputs: 1 to 1
1010
Subnet: true
1111
Python: false
1212
Empty: false
13-
Modified: Wed Dec 11 23:57:32 2024
13+
Modified: Fri Jan 17 08:59:09 2025
1414

otls/zibravdb_filecache.0.2.hda/labs_8_8Sop_1zibravdb__filecache_8_80.2/Contents.dir/Contents.createtimes

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
"hdaroot/rop_zibravdb_compress1.def":1733406794,
33
"hdaroot/groupdelete1.def":1726217517,
44
"hdaroot/attribcast1.def":1726217548,
5+
"hdaroot/detect_unsupported_vdbs.def":1737114157,
56
"hdaroot/OUT_CACHE.def":1726217642,
67
"hdaroot/output0.def":1726217245,
8+
"hdaroot/trim_unsupported_str.def":1737114741,
9+
"hdaroot/input_error.def":1737115078,
710
"hdaroot/convertvdb1.def":1726688029,
811
"hdaroot/IN.def":1726217455,
912
"hdaroot/zibravdb_decompress1.def":1733406797,
1013
"hdaroot/attribdelete1.def":1726217481,
11-
"hdaroot.def":1733776619,
14+
"hdaroot.def":1737088133,
15+
"hdaroot/switch_has_unsupported.def":1737115423,
1216
"hdaroot/switchif1.def":1726217305
1317
}
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
2-
"values":["0.2","20.5.444"
2+
"values":["20.5.480"
33
],
44
"indexes":{
5-
"hdaroot/IN.userdata":1,
6-
"hdaroot/zibravdb_decompress1.userdata":1,
7-
"hdaroot.userdata":0,
8-
"hdaroot/switchif1.userdata":1,
9-
"hdaroot/convertvdb1.userdata":1,
10-
"hdaroot/groupdelete1.userdata":1,
11-
"hdaroot/attribcast1.userdata":1,
12-
"hdaroot/output0.userdata":1,
13-
"hdaroot/OUT_CACHE.userdata":1,
14-
"hdaroot/rop_zibravdb_compress1.userdata":1
5+
"hdaroot/IN.userdata":0,
6+
"hdaroot/switch_has_unsupported.userdata":0,
7+
"hdaroot/zibravdb_decompress1.userdata":0,
8+
"hdaroot/switchif1.userdata":0,
9+
"hdaroot/convertvdb1.userdata":0,
10+
"hdaroot/groupdelete1.userdata":0,
11+
"hdaroot/attribcast1.userdata":0,
12+
"hdaroot/output0.userdata":0,
13+
"hdaroot/OUT_CACHE.userdata":0,
14+
"hdaroot/rop_zibravdb_compress1.userdata":0,
15+
"hdaroot/input_error.userdata":0
1516
}
1617
}

0 commit comments

Comments
 (0)