We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae5e32 commit 9705ef2Copy full SHA for 9705ef2
i_scene_cp77_gltf/jsontool.py
@@ -21,7 +21,7 @@ def json_ver_validate(json_data):
21
return False
22
header = json_data['Header']
23
if "WolvenKitVersion" in header and "8.13" not in header["WolvenKitVersion"]:
24
- if "8.15" not in header["WolvenKitVersion"]:
+ if "8.15" not in header["WolvenKitVersion"] and "8.16" not in header["WolvenKitVersion"]:
25
26
if "MaterialJsonVersion" in header:
27
if "1." not in header["MaterialJsonVersion"]:
0 commit comments