io_scene_3ds: Moved specular color texture to specular tint #104918
@ -731,7 +731,7 @@ def process_next_chunk(context, file, previous_chunk, imported_objects, CONSTRAI
|
||||
new_chunk.bytes_read += read_str_len
|
||||
|
||||
# If fog chunk
|
||||
elif new_chunk.ID == LAYER_FOG:
|
||||
elif CreateWorld and new_chunk.ID == LAYER_FOG:
|
||||
if contextWorld is None:
|
||||
path, filename = os.path.split(file.name)
|
||||
realname, ext = os.path.splitext(filename)
|
||||
@ -758,7 +758,7 @@ def process_next_chunk(context, file, previous_chunk, imported_objects, CONSTRAI
|
||||
else:
|
||||
skip_to_end(file, temp_chunk)
|
||||
new_chunk.bytes_read += temp_chunk.bytes_read
|
||||
elif new_chunk.ID == USE_LAYER_FOG:
|
||||
elif CreateWorld and new_chunk.ID == USE_LAYER_FOG:
|
||||
context.view_layer.use_pass_mist = True
|
||||
|
||||
# is it an object info chunk?
|
||||
|
Loading…
Reference in New Issue
Block a user