Build fix

This commit is contained in:
unknown
2018-11-04 16:22:53 +01:00
parent afd34bb7a3
commit c8a8b0102e
3 changed files with 31 additions and 29 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ def on_make_renderpath():
arm.assets.add_embedded_data('noise256.png')
if bpy.data.worlds['Arm'].arm_project_name == 'ArmorPaint':
if arm.make_state.target == 'krom':
if arm.make_state.target.startswith('krom'): # krom, krom-windows,..
arm.material.mat_utils.add_mesh_contexts = ['voxel'] # Defaults to make_ao
arm.write_data.add_compiledglsl = """
const ivec3 voxelgiResolution = ivec3(256, 256, 256);