io_scene_3ds: Added cursor location #104797

Merged
Sebastian Sille merged 50 commits from :main into main 2023-07-30 02:31:35 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a8689e45bf - Show all commits

View File

@ -725,7 +725,7 @@ def process_next_chunk(context, file, previous_chunk, imported_objects, CONSTRAI
bitmapnode = nodes.new(type='ShaderNodeTexEnvironment')
bitmapnode.label = bitmap_name
bitmapnode.location = (-300, 300)
bitmapnode.image = load_image(bitmap_name, dirname, place_holder=False, recursive=image_search, check_existing=True)
bitmapnode.image = load_image(bitmap_name, dirname, place_holder=False, recursive=use_image_search, check_existing=True)
links.new(bitmapnode.outputs['Color'], nodes['Background'].inputs[0])
new_chunk.bytes_read += read_str_len