overlay switch

This commit is contained in:
ABelliqueux 2021-04-14 15:57:07 +02:00
parent 8f17a24d9e
commit c754c02426
1 changed files with 2 additions and 2 deletions

View File

@ -1707,7 +1707,7 @@ class ExportMyFormat(bpy.types.Operator, ExportHelper):
f.write("extern unsigned long " + "_binary_TIM_" + prefix + "_tim_length;\n\n")
f.write("TIM_IMAGE tim_" + prefix + ";\n\n")
f.write("TIM_IMAGE " + fileName + "_tim_" + prefix + ";\n\n")
level_symbols.append( "unsigned long " + "_binary_TIM_" + prefix + "_tim_start[]" )
@ -1715,7 +1715,7 @@ class ExportMyFormat(bpy.types.Operator, ExportHelper):
level_symbols.append( "unsigned long " + "_binary_TIM_" + prefix + "_tim_length" )
level_symbols.append( "TIM_IMAGE tim_" + prefix )
level_symbols.append( "TIM_IMAGE " + fileName + "_tim_" + prefix )
timList.append(prefix)