io_scene_3ds: Added spotlight aspect and projector #104813

Merged
Sebastian Sille merged 69 commits from :main into main 2023-08-03 00:41:35 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 482cf8f602 - Show all commits

View File

@ -762,7 +762,7 @@ def process_next_chunk(context, file, previous_chunk, imported_objects, CONSTRAI
contextWorld.mist_settings.use_mist = True
contextWorld.mist_settings.start = read_float(new_chunk)
contextWorld.mist_settings.depth = read_float(new_chunk)
contextWorld.mist_settings.heigth = contextWorld.mist_settings.depth * 0.5
contextWorld.mist_settings.height = contextWorld.mist_settings.depth * 0.5
layerfog.inputs['Density'].default_value = read_float(new_chunk)
layerfog_flag = read_long(new_chunk)
if layerfog_flag == 0: