Git Product home page Git Product logo

bligify's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bligify's Issues

Feature request(s) : more gifsicle control

Just tried your add-on, it's very cool !
However I'm missing some gifsicle options.
If this addon included --optimize[=LEVEL], --use-colormap and --dither, I would consider using it.
Until then I prefer using commands.
Thanks for this great work you've already done though.

no .gif file created

Generated folder of .png files but no .gif generated. Maybe related to the dependency executables?

Windows 10 + Blender 3 +Bligify 1.3.9

I could not find any error messages in the blender logs. I also tried moving the executables to a different directory but that didn't solve the problem. I noticed after restarting blender the path preferences in the add-on window were not saved and reset to the default exe location.

Transparent Background

Hello first thanks for the awesome addon! I´m trying to render with a transparent background, it´s not possible? I´ve tried to render a scene with Transparent active on Film option on. Tried to import an transparent PNG sequence also.

Import gif without modifying project?

I was making a project and I imported the gif thinking it would only import the frames, but the project had been modified to fit the resolution of the gif, and frame rate?
Is there a way to just import the gif's frames without affecting the project?

Unable to find "Shading" tab and cannot export with alpha transparency.

Hello Doakey3,

First of all thank you for making this fantastic tool!
Unfortunately I came across an issue while using it... No matter what I do, I cannot get the transparency to work because the "Shading" seems to be missing from the version of Blender I'm currently using.
Is there a fix to this issue, or this project is now obsolete to newer version of Blender?

Thank you in advance for your help.
image

GIF Rendering Fails, Crashes To Desktop

Blender 3.6.2. Crash log below.

Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\amaranth\misc\dupli_group_id.py", line 85, in poll
    return context.active_object.instance_collection
AttributeError: 'NoneType' object has no attribute 'instance_collection'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\ant_landscape\ant_functions.py", line 122, in poll
    return (ob.ant_landscape and not ob.ant_landscape.sphere_mesh)
AttributeError: 'NoneType' object has no attribute 'ant_landscape'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\mesh_tiny_cad\E2F.py", line 80, in poll
    return all([bool(ob), ob.type == 'MESH', ob.mode == 'EDIT'])
AttributeError: 'NoneType' object has no attribute 'type'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\amaranth\scene\material_remove_unassigned.py", line 14, in poll
    return context.active_object.material_slots
AttributeError: 'NoneType' object has no attribute 'material_slots'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\ant_landscape\ant_functions.py", line 172, in poll
    if ob.mode == 'EDIT':
AttributeError: 'NoneType' object has no attribute 'mode'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\space_clip_editor_refine_solution.py", line 123, in poll
    return (context.area.spaces.active.clip is not None)
AttributeError: 'SpaceSequenceEditor' object has no attribute 'clip'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\amaranth\misc\dupli_group_id.py", line 134, in poll
    return context.active_object.instance_collection
AttributeError: 'NoneType' object has no attribute 'instance_collection'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\mesh_tiny_cad\BIX.py", line 72, in poll
    return all([obj is not None, obj.type == 'MESH', obj.mode == 'EDIT'])
AttributeError: 'NoneType' object has no attribute 'type'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\amaranth\misc\dupli_group_id.py", line 85, in poll
    return context.active_object.instance_collection
AttributeError: 'NoneType' object has no attribute 'instance_collection'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\ant_landscape\ant_functions.py", line 122, in poll
    return (ob.ant_landscape and not ob.ant_landscape.sphere_mesh)
AttributeError: 'NoneType' object has no attribute 'ant_landscape'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\mesh_tiny_cad\E2F.py", line 80, in poll
    return all([bool(ob), ob.type == 'MESH', ob.mode == 'EDIT'])
AttributeError: 'NoneType' object has no attribute 'type'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\amaranth\scene\material_remove_unassigned.py", line 14, in poll
    return context.active_object.material_slots
AttributeError: 'NoneType' object has no attribute 'material_slots'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\ant_landscape\ant_functions.py", line 172, in poll
    if ob.mode == 'EDIT':
AttributeError: 'NoneType' object has no attribute 'mode'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\space_clip_editor_refine_solution.py", line 123, in poll
    return (context.area.spaces.active.clip is not None)
AttributeError: 'SpaceSequenceEditor' object has no attribute 'clip'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\amaranth\misc\dupli_group_id.py", line 134, in poll
    return context.active_object.instance_collection
AttributeError: 'NoneType' object has no attribute 'instance_collection'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\mesh_tiny_cad\BIX.py", line 72, in poll
    return all([obj is not None, obj.type == 'MESH', obj.mode == 'EDIT'])
AttributeError: 'NoneType' object has no attribute 'type'  # Error
bpy.ops.sequencer.rendersize()  # Operator
bpy.context.scene.render.use_border = True  # Property
bpy.context.scene.render.use_border = False  # Property
bpy.context.scene.render.use_border = True  # Property
bpy.context.scene.render.use_crop_to_border = True  # Property
bpy.context.scene.render.use_crop_to_border = False  # Property
bpy.context.scene.render.use_crop_to_border = True  # Property
bpy.context.scene.render.resolution_x = 875  # Property
bpy.ops.transform.translate(value=(-260.256, 7.44828, 0), orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', mirror=False, snap=False, snap_elements={'VERTEX', 'EDGE', 'FACE'}, use_snap_project=False, snap_target='CLOSEST', use_snap_self=True, use_snap_edit=True, use_snap_nonedit=True, use_snap_selectable=False)  # Operator
bpy.ops.transform.translate(value=(6.30858, 0, 0), orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', mirror=False, snap=False, snap_elements={'VERTEX', 'EDGE', 'FACE'}, use_snap_project=False, snap_target='CLOSEST', use_snap_self=True, use_snap_edit=True, use_snap_nonedit=True, use_snap_selectable=False, release_confirm=True)  # Operator
bpy.ops.transform.translate(value=(7.84705, -13.7549, 0), orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', mirror=False, snap=False, snap_elements={'VERTEX', 'EDGE', 'FACE'}, use_snap_project=False, snap_target='CLOSEST', use_snap_self=True, use_snap_edit=True, use_snap_nonedit=True, use_snap_selectable=False, release_confirm=True)  # Operator
bpy.context.scene.render.resolution_x = 875  # Property
bpy.context.scene.render.resolution_x = 781  # Property
bpy.ops.transform.translate(value=(-12.6435, -4.87086, 0), orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', mirror=False, snap=False, snap_elements={'VERTEX', 'EDGE', 'FACE'}, use_snap_project=False, snap_target='CLOSEST', use_snap_self=True, use_snap_edit=True, use_snap_nonedit=True, use_snap_selectable=False, release_confirm=True)  # Operator
bpy.ops.transform.translate(value=(3.56008, 0, 0), orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', mirror=False, snap=False, snap_elements={'VERTEX', 'EDGE', 'FACE'}, use_snap_project=False, snap_target='CLOSEST', use_snap_self=True, use_snap_edit=True, use_snap_nonedit=True, use_snap_selectable=False, release_confirm=True)  # Operator
bpy.context.scene.render.resolution_x = 781  # Property
bpy.context.scene.render.resolution_x = 769  # Property
bpy.context.scene.render.resolution_x = 771  # Property
bpy.ops.transform.translate(value=(-0.712021, -0, -0), orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', constraint_axis=(True, False, False), mirror=False, snap=False, snap_elements={'VERTEX', 'EDGE', 'FACE'}, use_snap_project=False, snap_target='CLOSEST', use_snap_self=True, use_snap_edit=True, use_snap_nonedit=True, use_snap_selectable=False, release_confirm=True)  # Operator
bpy.context.scene.render.resolution_x = 769  # Property
bpy.context.scene.render.resolution_y = 457  # Property
bpy.context.scene.render.resolution_y = 466  # Property
bpy.ops.transform.translate(value=(0, 3.41566, 0), orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', constraint_axis=(False, True, False), mirror=False, snap=False, snap_elements={'VERTEX', 'EDGE', 'FACE'}, use_snap_project=False, snap_target='CLOSEST', use_snap_self=True, use_snap_edit=True, use_snap_nonedit=True, use_snap_selectable=False, release_confirm=True)  # Operator
bpy.context.scene.render.resolution_y = 474  # Property
bpy.context.scene.render.resolution_y = 487  # Property
bpy.ops.transform.translate(value=(0, 0, 0), orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', mirror=False, snap=False, snap_elements={'VERTEX', 'EDGE', 'FACE'}, use_snap_project=False, snap_target='CLOSEST', use_snap_self=True, use_snap_edit=True, use_snap_nonedit=True, use_snap_selectable=False, release_confirm=True)  # Operator
bpy.ops.transform.translate(value=(0, 8.61607, 0), orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', constraint_axis=(False, True, False), mirror=False, snap=False, snap_elements={'VERTEX', 'EDGE', 'FACE'}, use_snap_project=False, snap_target='CLOSEST', use_snap_self=True, use_snap_edit=True, use_snap_nonedit=True, use_snap_selectable=False, release_confirm=True)  # Operator
bpy.context.scene.render.resolution_y = 477  # Property
bpy.context.scene.render.resolution_y = 482  # Property
bpy.context.scene.render.resolution_y = 481  # Property
bpy.context.scene.render.resolution_y = 480  # Property
bpy.context.scene.render.resolution_y = 479  # Property
bpy.context.scene.render.resolution_y = 478  # Property
bpy.context.scene.render.resolution_y = 479  # Property
No more keyframes to jump to in this direction  # Info
bpy.ops.transform.translate(value=(0, -0.56446, 0), orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', mirror=False, snap=False, snap_elements={'VERTEX', 'EDGE', 'FACE'}, use_snap_project=False, snap_target='CLOSEST', use_snap_self=True, use_snap_edit=True, use_snap_nonedit=True, use_snap_selectable=False)  # Operator
bpy.ops.transform.translate(value=(0, -0.413238, 0), orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', mirror=False, snap=False, snap_elements={'VERTEX', 'EDGE', 'FACE'}, use_snap_project=False, snap_target='CLOSEST', use_snap_self=True, use_snap_edit=True, use_snap_nonedit=True, use_snap_selectable=False)  # Operator
No more keyframes to jump to in this direction  # Info
bpy.context.scene.render.resolution_y = 480  # Property
No more keyframes to jump to in this direction  # Info
No more keyframes to jump to in this direction  # Info
bpy.ops.transform.translate(value=(0, 0.204869, 0), orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', mirror=False, snap=False, snap_elements={'VERTEX', 'EDGE', 'FACE'}, use_snap_project=False, snap_target='CLOSEST', use_snap_self=True, use_snap_edit=True, use_snap_nonedit=True, use_snap_selectable=False)  # Operator
bpy.context.scene.render.resolution_y = 479  # Property
bpy.ops.transform.translate(value=(0, -0.302531, 0), orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', mirror=False, snap=False, snap_elements={'VERTEX', 'EDGE', 'FACE'}, use_snap_project=False, snap_target='CLOSEST', use_snap_self=True, use_snap_edit=True, use_snap_nonedit=True, use_snap_selectable=False)  # Operator
Saved "untitled.blend"  # Info
bpy.context.space_data.context = 'RENDER'  # Property
bpy.context.space_data.context = 'OUTPUT'  # Property
bpy.context.scene.render.filepath = "D:\\Projects\\3D\\Blender Projects\\Dumb One-Offs\\Ghost Trick - Time Is Passing\\Ghost Trick - Time Is Passing.gif"  # Property
File association registered  # Info
bpy.context.space_data.system_bookmarks_active = 3  # Property
bpy.context.space_data.bookmarks_active = 9  # Property
bpy.context.space_data.params.filter_search = "blig"  # Property
Modules Installed (bligify_windows) from 'D:\\Downloads\\bligify_windows.zip' into 'C:\\Users\\nekkowe!\\AppData\\Roaming\\Blender Foundation\\Blender\\3.6\\scripts\\addons'  # Info
Saved "untitled.blend"  # Info
bpy.context.space_data.context = 'TOOL'  # Property
bpy.context.space_data.context = 'TOOL'  # Property
bpy.context.space_data.context = 'RENDER'  # Property
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\amaranth\misc\dupli_group_id.py", line 85, in poll
    return context.active_object.instance_collection
AttributeError: 'NoneType' object has no attribute 'instance_collection'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\ant_landscape\ant_functions.py", line 122, in poll
    return (ob.ant_landscape and not ob.ant_landscape.sphere_mesh)
AttributeError: 'NoneType' object has no attribute 'ant_landscape'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\mesh_tiny_cad\E2F.py", line 80, in poll
    return all([bool(ob), ob.type == 'MESH', ob.mode == 'EDIT'])
AttributeError: 'NoneType' object has no attribute 'type'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\amaranth\scene\material_remove_unassigned.py", line 14, in poll
    return context.active_object.material_slots
AttributeError: 'NoneType' object has no attribute 'material_slots'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\ant_landscape\ant_functions.py", line 172, in poll
    if ob.mode == 'EDIT':
AttributeError: 'NoneType' object has no attribute 'mode'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\space_clip_editor_refine_solution.py", line 123, in poll
    return (context.area.spaces.active.clip is not None)
AttributeError: 'SpaceSequenceEditor' object has no attribute 'clip'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\amaranth\misc\dupli_group_id.py", line 134, in poll
    return context.active_object.instance_collection
AttributeError: 'NoneType' object has no attribute 'instance_collection'  # Error
Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\mesh_tiny_cad\BIX.py", line 72, in poll
    return all([obj is not None, obj.type == 'MESH', obj.mode == 'EDIT'])
AttributeError: 'NoneType' object has no attribute 'type'  # Error
bpy.context.space_data.params.filename = "Output.gif"  # Property
Python: Traceback (most recent call last):
  File "C:\Users\nekkowe!\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\bligify_windows\operators\rendergif.py", line 163, in execute
    bpy.ops.render.render('INVOKE_DEFAULT', animation=True)
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\modules\bpy\ops.py", line 111, in __call__
    ret = _op_call(self.idname_py(), C_dict, kw, C_exec, C_undo)
RuntimeError: Error: Border rendering is not supported by sequencer  # Error

# backtrace
Exception Record:

ExceptionCode         : EXCEPTION_ACCESS_VIOLATION
Exception Address     : 0x00007FF686F8D35D
Exception Module      : blender.exe
Exception Flags       : 0x00000000
Exception Parameters  : 0x2
	Parameters[0] : 0x0000000000000000
	Parameters[1] : 0x00000072657377E1


Stack trace:
blender.exe         :0x00007FF686F8D340  WM_keymap_active
blender.exe         :0x00007FF686F91FF0  wm_handler_operator_call
blender.exe         :0x00007FF686F93250  wm_handlers_do_intern
blender.exe         :0x00007FF686F92680  wm_handlers_do
blender.exe         :0x00007FF686F98FC0  wm_event_do_handlers
blender.exe         :0x00007FF686F7D710  WM_main
blender.exe         :0x00007FF686A29AD0  main
blender.exe         :0x00007FF68B2DACC4  __scrt_common_main_seh
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Threads:
Thread : 00002d6c
ntdll.dll           :0x00007FFB2B4F0220  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFB28911080  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFB035D49C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFB035D37A0  IlmThread_3_1::ThreadPool::setThreadProvider
IlmThread.dll       :0x00007FFB035D1290  IlmThread_3_1::supportsThreads
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 000026d0
ntdll.dll           :0x00007FFB2B4F0220  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFB28911080  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFB035D49C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFB035D37A0  IlmThread_3_1::ThreadPool::setThreadProvider
IlmThread.dll       :0x00007FFB035D1290  IlmThread_3_1::supportsThreads
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 00000810
ntdll.dll           :0x00007FFB2B4F0220  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFB28911080  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFB035D49C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFB035D37A0  IlmThread_3_1::ThreadPool::setThreadProvider
IlmThread.dll       :0x00007FFB035D1290  IlmThread_3_1::supportsThreads
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 0000339c
ntdll.dll           :0x00007FFB2B4F0220  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFB28911080  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFB035D49C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFB035D37A0  IlmThread_3_1::ThreadPool::setThreadProvider
IlmThread.dll       :0x00007FFB035D1290  IlmThread_3_1::supportsThreads
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 00002478
ntdll.dll           :0x00007FFB2B4F0220  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFB28911080  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFB035D49C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFB035D37A0  IlmThread_3_1::ThreadPool::setThreadProvider
IlmThread.dll       :0x00007FFB035D1290  IlmThread_3_1::supportsThreads
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 000031ec
ntdll.dll           :0x00007FFB2B4F0220  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFB28911080  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFB035D49C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFB035D37A0  IlmThread_3_1::ThreadPool::setThreadProvider
IlmThread.dll       :0x00007FFB035D1290  IlmThread_3_1::supportsThreads
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 0000070c
ntdll.dll           :0x00007FFB2B4F0220  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFB28911080  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFB035D49C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFB035D37A0  IlmThread_3_1::ThreadPool::setThreadProvider
IlmThread.dll       :0x00007FFB035D1290  IlmThread_3_1::supportsThreads
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 00003550
ntdll.dll           :0x00007FFB2B4F0220  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFB28911080  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFB035D49C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFB035D37A0  IlmThread_3_1::ThreadPool::setThreadProvider
IlmThread.dll       :0x00007FFB035D1290  IlmThread_3_1::supportsThreads
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 00003718
ntdll.dll           :0x00007FFB2B4F0220  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFB28911080  WaitForSingleObjectEx
nvoglv64.DLL        :0x00007FFADB465B20  DrvValidateVersion
nvoglv64.DLL        :0x00007FFADB1F3E0D  Symbols not available


Thread : 000019b0
ntdll.dll           :0x00007FFB2B4F0790  NtWaitForMultipleObjects
KERNELBASE.dll      :0x00007FFB28911300  WaitForMultipleObjectsEx
KERNEL32.DLL        :0x00007FFB2B0C1060  WaitForMultipleObjects
nvoglv64.DLL        :0x00007FFADB49CF30  DrvPresentBuffers
nvoglv64.DLL        :0x00007FFADB49CF30  DrvPresentBuffers
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 000029a8
ntdll.dll           :0x00007FFB2B4F0790  NtWaitForMultipleObjects
KERNELBASE.dll      :0x00007FFB28911300  WaitForMultipleObjectsEx
KERNEL32.DLL        :0x00007FFB2B0C1060  WaitForMultipleObjects
nvoglv64.DLL        :0x00007FFADB49CF30  DrvPresentBuffers
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 00002300
ntdll.dll           :0x00007FFB2B4F0790  NtWaitForMultipleObjects
KERNELBASE.dll      :0x00007FFB28911300  WaitForMultipleObjectsEx
USER32.dll          :0x00007FFB29723550  CallNextHookEx
USER32.dll          :0x00007FFB297237C0  MsgWaitForMultipleObjects
nvoglv64.DLL        :0x00007FFADB465B20  DrvValidateVersion
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 00002654
ntdll.dll           :0x00007FFB2B4F0790  NtWaitForMultipleObjects
KERNELBASE.dll      :0x00007FFB28911300  WaitForMultipleObjectsEx
USER32.dll          :0x00007FFB29723550  CallNextHookEx
USER32.dll          :0x00007FFB297237C0  MsgWaitForMultipleObjects
uxtheme.dll         :0x00007FFB271BCA90  DllGetClassObject
uxtheme.dll         :0x00007FFB271BCA90  DllGetClassObject
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 00002190
ntdll.dll           :0x00007FFB2B4F1CA0  ZwWaitForAlertByThreadId
ntdll.dll           :0x00007FFB2B4DE0A0  RtlSleepConditionVariableSRW
KERNELBASE.dll      :0x00007FFB28987C90  SleepConditionVariableSRW
MSVCP140.dll        :0x00007FFAFE732820  std::_Winerror_message
MSVCP140.dll        :0x00007FFAFE732BB0  Cnd_wait
OpenImageIO_Util.dll:0x00007FFB0023AE50  OpenImageIO_v2_4::paropt::operator=
OpenImageIO_Util.dll:0x00007FFB00238720  OpenImageIO_v2_4::Sysutil::usleep
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 0000231c
ntdll.dll           :0x00007FFB2B4F1CA0  ZwWaitForAlertByThreadId
ntdll.dll           :0x00007FFB2B4DE0A0  RtlSleepConditionVariableSRW
KERNELBASE.dll      :0x00007FFB28987C90  SleepConditionVariableSRW
MSVCP140.dll        :0x00007FFAFE732820  std::_Winerror_message
MSVCP140.dll        :0x00007FFAFE732BB0  Cnd_wait
OpenImageIO_Util.dll:0x00007FFB0023AE50  OpenImageIO_v2_4::paropt::operator=
OpenImageIO_Util.dll:0x00007FFB00238720  OpenImageIO_v2_4::Sysutil::usleep
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 000034e8
ntdll.dll           :0x00007FFB2B4F1CA0  ZwWaitForAlertByThreadId
ntdll.dll           :0x00007FFB2B4DE0A0  RtlSleepConditionVariableSRW
KERNELBASE.dll      :0x00007FFB28987C90  SleepConditionVariableSRW
MSVCP140.dll        :0x00007FFAFE732820  std::_Winerror_message
MSVCP140.dll        :0x00007FFAFE732BB0  Cnd_wait
OpenImageIO_Util.dll:0x00007FFB0023AE50  OpenImageIO_v2_4::paropt::operator=
OpenImageIO_Util.dll:0x00007FFB00238720  OpenImageIO_v2_4::Sysutil::usleep
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 000018f4
ntdll.dll           :0x00007FFB2B4F1CA0  ZwWaitForAlertByThreadId
ntdll.dll           :0x00007FFB2B4DE0A0  RtlSleepConditionVariableSRW
KERNELBASE.dll      :0x00007FFB28987C90  SleepConditionVariableSRW
MSVCP140.dll        :0x00007FFAFE732820  std::_Winerror_message
MSVCP140.dll        :0x00007FFAFE732BB0  Cnd_wait
OpenImageIO_Util.dll:0x00007FFB0023AE50  OpenImageIO_v2_4::paropt::operator=
OpenImageIO_Util.dll:0x00007FFB00238720  OpenImageIO_v2_4::Sysutil::usleep
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 00002e94
ntdll.dll           :0x00007FFB2B4F1CA0  ZwWaitForAlertByThreadId
ntdll.dll           :0x00007FFB2B4DE0A0  RtlSleepConditionVariableSRW
KERNELBASE.dll      :0x00007FFB28987C90  SleepConditionVariableSRW
MSVCP140.dll        :0x00007FFAFE732820  std::_Winerror_message
MSVCP140.dll        :0x00007FFAFE732BB0  Cnd_wait
OpenImageIO_Util.dll:0x00007FFB0023AE50  OpenImageIO_v2_4::paropt::operator=
OpenImageIO_Util.dll:0x00007FFB00238720  OpenImageIO_v2_4::Sysutil::usleep
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 0000164c
ntdll.dll           :0x00007FFB2B4F1CA0  ZwWaitForAlertByThreadId
ntdll.dll           :0x00007FFB2B4DE0A0  RtlSleepConditionVariableSRW
KERNELBASE.dll      :0x00007FFB28987C90  SleepConditionVariableSRW
MSVCP140.dll        :0x00007FFAFE732820  std::_Winerror_message
MSVCP140.dll        :0x00007FFAFE732BB0  Cnd_wait
OpenImageIO_Util.dll:0x00007FFB0023AE50  OpenImageIO_v2_4::paropt::operator=
OpenImageIO_Util.dll:0x00007FFB00238720  OpenImageIO_v2_4::Sysutil::usleep
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 000019f0
ntdll.dll           :0x00007FFB2B4F1CA0  ZwWaitForAlertByThreadId
ntdll.dll           :0x00007FFB2B4DE0A0  RtlSleepConditionVariableSRW
KERNELBASE.dll      :0x00007FFB28987C90  SleepConditionVariableSRW
MSVCP140.dll        :0x00007FFAFE732820  std::_Winerror_message
MSVCP140.dll        :0x00007FFAFE732BB0  Cnd_wait
OpenImageIO_Util.dll:0x00007FFB0023AE50  OpenImageIO_v2_4::paropt::operator=
OpenImageIO_Util.dll:0x00007FFB00238720  OpenImageIO_v2_4::Sysutil::usleep
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 00003020
ntdll.dll           :0x00007FFB2B4F0220  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFB28911080  WaitForSingleObjectEx
tbb.dll             :0x00007FFB1239D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFB1239D800  tbb::thread_bound_filter::try_process_item
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 00002468
ntdll.dll           :0x00007FFB2B4F0220  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFB28911080  WaitForSingleObjectEx
tbb.dll             :0x00007FFB1239D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFB1239D800  tbb::thread_bound_filter::try_process_item
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 00000c14
ntdll.dll           :0x00007FFB2B4F0220  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFB28911080  WaitForSingleObjectEx
tbb.dll             :0x00007FFB1239D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFB1239D800  tbb::thread_bound_filter::try_process_item
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 000037e0
ntdll.dll           :0x00007FFB2B4F0220  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFB28911080  WaitForSingleObjectEx
tbb.dll             :0x00007FFB1239D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFB1239D800  tbb::thread_bound_filter::try_process_item
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 0000309c
ntdll.dll           :0x00007FFB2B4F0220  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFB28911080  WaitForSingleObjectEx
tbb.dll             :0x00007FFB1239D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFB1239D800  tbb::thread_bound_filter::try_process_item
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 00002058
ntdll.dll           :0x00007FFB2B4F0220  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFB28911080  WaitForSingleObjectEx
tbb.dll             :0x00007FFB1239D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFB1239D800  tbb::thread_bound_filter::try_process_item
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 00001a08
ntdll.dll           :0x00007FFB2B4F0220  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFB28911080  WaitForSingleObjectEx
tbb.dll             :0x00007FFB1239D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFB1239D800  tbb::thread_bound_filter::try_process_item
ucrtbase.DLL        :0x00007FFAE63CF440  o__realloc_base
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 00002b90
ntdll.dll           :0x00007FFB2B4F1CA0  ZwWaitForAlertByThreadId
ntdll.dll           :0x00007FFB2B4DE0A0  RtlSleepConditionVariableSRW
KERNELBASE.dll      :0x00007FFB28987C90  SleepConditionVariableSRW
avcodec-60.dll      :0x00007FFADD7446C0  av_parser_iterate
avcodec-60.dll      :0x00007FFADD7446C0  av_parser_iterate
msvcrt.dll          :0x00007FFB28FD0A50  strupr
msvcrt.dll          :0x00007FFB28FD0B30  endthreadex
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 00001054
ntdll.dll           :0x00007FFB2B4F1CA0  ZwWaitForAlertByThreadId
ntdll.dll           :0x00007FFB2B4DE0A0  RtlSleepConditionVariableSRW
KERNELBASE.dll      :0x00007FFB28987C90  SleepConditionVariableSRW
avcodec-60.dll      :0x00007FFADD7446C0  av_parser_iterate
avcodec-60.dll      :0x00007FFADD7446C0  av_parser_iterate
msvcrt.dll          :0x00007FFB28FD0A50  strupr
msvcrt.dll          :0x00007FFB28FD0B30  endthreadex
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 0000213c
ntdll.dll           :0x00007FFB2B4F1CA0  ZwWaitForAlertByThreadId
ntdll.dll           :0x00007FFB2B4DE0A0  RtlSleepConditionVariableSRW
KERNELBASE.dll      :0x00007FFB28987C90  SleepConditionVariableSRW
avcodec-60.dll      :0x00007FFADD7446C0  av_parser_iterate
avcodec-60.dll      :0x00007FFADD7446C0  av_parser_iterate
msvcrt.dll          :0x00007FFB28FD0A50  strupr
msvcrt.dll          :0x00007FFB28FD0B30  endthreadex
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 000009f4
ntdll.dll           :0x00007FFB2B4F1CA0  ZwWaitForAlertByThreadId
ntdll.dll           :0x00007FFB2B4DE0A0  RtlSleepConditionVariableSRW
KERNELBASE.dll      :0x00007FFB28987C90  SleepConditionVariableSRW
avcodec-60.dll      :0x00007FFADD7446C0  av_parser_iterate
avcodec-60.dll      :0x00007FFADD7446C0  av_parser_iterate
msvcrt.dll          :0x00007FFB28FD0A50  strupr
msvcrt.dll          :0x00007FFB28FD0B30  endthreadex
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 00002bf8
ntdll.dll           :0x00007FFB2B4F1CA0  ZwWaitForAlertByThreadId
ntdll.dll           :0x00007FFB2B4DE0A0  RtlSleepConditionVariableSRW
KERNELBASE.dll      :0x00007FFB28987C90  SleepConditionVariableSRW
avcodec-60.dll      :0x00007FFADD7446C0  av_parser_iterate
avcodec-60.dll      :0x00007FFADD7446C0  av_parser_iterate
msvcrt.dll          :0x00007FFB28FD0A50  strupr
msvcrt.dll          :0x00007FFB28FD0B30  endthreadex
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 00001618
ntdll.dll           :0x00007FFB2B4F1CA0  ZwWaitForAlertByThreadId
ntdll.dll           :0x00007FFB2B4DE0A0  RtlSleepConditionVariableSRW
KERNELBASE.dll      :0x00007FFB28987C90  SleepConditionVariableSRW
avcodec-60.dll      :0x00007FFADD7446C0  av_parser_iterate
avcodec-60.dll      :0x00007FFADD7446C0  av_parser_iterate
msvcrt.dll          :0x00007FFB28FD0A50  strupr
msvcrt.dll          :0x00007FFB28FD0B30  endthreadex
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 000016f0
ntdll.dll           :0x00007FFB2B4F1CA0  ZwWaitForAlertByThreadId
ntdll.dll           :0x00007FFB2B4DE0A0  RtlSleepConditionVariableSRW
KERNELBASE.dll      :0x00007FFB28987C90  SleepConditionVariableSRW
avcodec-60.dll      :0x00007FFADD7446C0  av_parser_iterate
avcodec-60.dll      :0x00007FFADD7446C0  av_parser_iterate
msvcrt.dll          :0x00007FFB28FD0A50  strupr
msvcrt.dll          :0x00007FFB28FD0B30  endthreadex
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Thread : 000021f4
ntdll.dll           :0x00007FFB2B4F1CA0  ZwWaitForAlertByThreadId
ntdll.dll           :0x00007FFB2B4DE0A0  RtlSleepConditionVariableSRW
KERNELBASE.dll      :0x00007FFB28987C90  SleepConditionVariableSRW
avcodec-60.dll      :0x00007FFADD7446C0  av_parser_iterate
avcodec-60.dll      :0x00007FFADD7446C0  av_parser_iterate
msvcrt.dll          :0x00007FFB28FD0A50  strupr
msvcrt.dll          :0x00007FFB28FD0B30  endthreadex
KERNEL32.DLL        :0x00007FFB2B0C13B0  BaseThreadInitThunk
ntdll.dll           :0x00007FFB2B4754D0  RtlUserThreadStart


Loaded Modules :
0x00007FF686900000 3.6.2.0              blender.exe C:\Program Files\Blender Foundation\Blender 3.6\blender.pdb 
0x00007FFB2B460000 6.3.9600.20512       ntdll.dll  
0x00007FFB2B0C0000 6.3.9600.20625       KERNEL32.DLL  
0x00007FFB28910000 6.3.9600.20666       KERNELBASE.dll  
0x00007FFB12390000                      tbb.dll  
0x00007FFB06A30000                      tbbmalloc.dll  
0x00007FFB29720000 6.3.9600.20564       USER32.dll  
0x00007FFB29B70000 6.3.9600.20617       SHELL32.dll  
0x00007FFAEBBB0000 4.1.0.0              embree4.dll  
0x00007FFADF750000                      cycles_kernel_oneapi_aot.dll  
0x00007FFAF09B0000 6.1.0.0              sycl6.dll  
0x00007FFAEB2C0000                      OpenImageIO.dll  
0x00007FFB001D0000                      OpenImageIO_Util.dll  
0x00007FFAEAEC0000                      OpenColorIO_2_2.dll  
0x00007FFB025D0000                      boost_python310-vc142-mt-x64-1_80.dll  
0x00007FFAE9430000                      usd_ms.dll  
0x00007FFAFF340000                      epoxy-0.dll  
0x00007FFAE7C80000 10.0.0.0             openvdb.dll  
0x00007FFB02580000                      Iex.dll  
0x00007FFAF06E0000                      OpenEXR.dll  
0x00007FFB023D0000                      Imath.dll  
0x00007FFADD260000 60.3.100.0           avcodec-60.dll  
0x00007FFAE7910000 60.3.100.0           avformat-60.dll  
0x00007FFB12360000 60.1.100.0           avdevice-60.dll  
0x00007FFAE7700000 58.2.100.0           avutil-58.dll  
0x00007FFAFF290000 7.1.100.0            swscale-7.dll  
0x0000000067380000 1.1.0.0              libsndfile-1.dll  
0x00007FFAF1240000 1.21.1.0             OpenAL32.dll  
0x00007FFAE75A0000 2.0.20.0             SDL2.dll  
0x000000006ACC0000                      libgmp-10.dll  
0x00007FFB26540000                      libgmpxx.dll  
0x00007FFB123D0000                      boost_thread-vc142-mt-x64-1_80.dll  
0x00007FFAFF430000                      boost_locale-vc142-mt-x64-1_80.dll  
0x00007FFAE6930000 3.10.12150.1013      python310.dll  
0x00007FFB15580000                      tbbmalloc_proxy.dll  
0x00007FFAFE720000 14.29.30139.0        MSVCP140.dll  
0x00007FFB28630000 6.3.9600.17415       CFGMGR32.dll  
0x00007FFB11A20000 14.29.30139.0        VCRUNTIME140.dll  
0x00007FFB13750000 14.29.30139.0        VCRUNTIME140_1.dll  
0x00007FFB12340000 10.0.14393.2247      api-ms-win-crt-heap-l1-1-0.dll  
0x00007FFB11C20000 10.0.14393.2247      api-ms-win-crt-environment-l1-1-0.dll  
0x00007FFB0E490000 10.0.14393.2247      api-ms-win-crt-stdio-l1-1-0.dll  
0x00007FFB0E380000 10.0.14393.2247      api-ms-win-crt-time-l1-1-0.dll  
0x00007FFB0AE10000 10.0.14393.2247      api-ms-win-crt-string-l1-1-0.dll  
0x00007FFB0ADC0000 10.0.14393.2247      api-ms-win-crt-runtime-l1-1-0.dll  
0x00007FFB0AB10000 10.0.14393.2247      api-ms-win-crt-convert-l1-1-0.dll  
0x00007FFB07BB0000 10.0.14393.2247      api-ms-win-crt-math-l1-1-0.dll  
0x00007FFB07B60000 10.0.14393.2247      api-ms-win-crt-utility-l1-1-0.dll  
0x00007FFB06B20000 10.0.14393.2247      api-ms-win-crt-locale-l1-1-0.dll  
0x00007FFB06AE0000 10.0.14393.2247      api-ms-win-crt-filesystem-l1-1-0.dll  
0x00007FFB28D90000 6.3.9600.18340       WS2_32.dll  
0x00007FFB023A0000 6.3.9600.17415       AVIFIL32.dll  
0x00007FFB295B0000 6.3.9600.20616       GDI32.dll  
0x00007FFB25F70000 6.10.9600.19393      COMCTL32.dll  
0x00007FFB25F60000 6.3.9600.17415       VERSION.dll  
0x00007FFB29070000 6.3.9600.20618       ADVAPI32.dll  
0x00007FFB2B2C0000 6.3.9600.20663       ole32.dll  
0x00007FFB04050000 6.3.9600.20369       dbghelp.dll  
0x00007FFB29A60000 6.3.9600.20616       SHLWAPI.dll  
0x00007FFB26AA0000 6.3.9600.20328       shcore.dll  
0x00007FFB26C20000 6.3.9600.17415       dwmapi.dll  
0x00007FFB29B30000 6.3.9600.17415       IMM32.dll  
0x0000000070680000                      libfftw3-3.dll  
0x00007FFB28FC0000 7.0.9600.17415       msvcrt.dll  
0x00007FFB292D0000 6.3.9600.20663       combase.dll  
0x00007FFAE7510000                      OpenEXRCore.dll  
0x00007FFAE64B0000 6.3.9600.20369       dbgeng.dll  
0x00007FFAFF8D0000 6.3.9600.17415       OPENGL32.dll  
0x00007FFAE7480000                      MaterialXRender.dll  
0x00007FFB00170000                      MaterialXGenGlsl.dll  
0x00007FFAE73C0000                      MaterialXGenShader.dll  
0x00007FFAFF250000                      MaterialXFormat.dll  
0x00007FFAE72F0000                      MaterialXCore.dll  
0x00007FFB035D0000                      IlmThread.dll  
0x00007FFAFF220000 4.10.100.0           swresample-4.dll  
0x00007FFB184F0000 6.3.9600.17415       Secur32.dll  
0x00007FFB28CC0000 6.3.9600.20016       OLEAUT32.dll  
0x00007FFB00580000 6.3.9600.17415       AVICAP32.dll  
0x00007FFB27FE0000 6.3.9600.20517       bcrypt.dll  
0x00007FFB25E50000 6.3.9600.17415       WINMM.dll  
0x00007FFB28AE0000 6.3.9600.17415       SETUPAPI.dll  
0x00007FFB035C0000 10.0.14393.2247      api-ms-win-crt-process-l1-1-0.dll  
0x00007FFB032C0000 10.0.14393.2247      api-ms-win-crt-conio-l1-1-0.dll  
0x00007FFB28DF0000 6.3.9600.17415       NSI.dll  
0x00007FFB29190000 6.3.9600.20625       RPCRT4.dll  
0x00007FFB26640000 6.3.9600.17415       MSACM32.dll  
0x00007FFAFE6F0000 6.3.9600.17415       MSVFW32.dll  
0x00007FFB29AD0000 6.3.9600.20295       sechost.dll  
0x00007FFB29900000 6.3.9600.19724       MSCTF.dll  
0x00007FFAE63B0000 10.0.14393.2990      ucrtbase.DLL  
0x00007FFB1F2A0000 6.3.9600.19416       XmlLite.dll  
0x00007FFB1EDA0000 6.3.9600.17415       GLU32.dll  
0x00007FFB005A0000 6.3.9600.17415       DDRAW.dll  
0x00007FFB25D20000 6.3.9600.17415       WINMMBASE.dll  
0x00007FFB288E0000 6.3.9600.20616       SspiCli.dll  
0x00007FFB256A0000 6.3.9600.17415       DCIMAN32.dll  
0x00007FFB27320000 6.3.9600.17415       DEVOBJ.dll  
0x00007FFB271A0000 6.3.9600.19597       uxtheme.dll  
0x00007FFB27370000 6.3.9600.17415       kernel.appcore.dll  
0x00007FFB283D0000 6.3.9600.17415       CRYPTBASE.dll  
0x00007FFB28360000 6.3.9600.20517       bcryptPrimitives.dll  
0x00007FFB28500000 6.3.9600.17415       profapi.dll  
0x00007FFB294F0000 2001.12.10530.17415  clbcatq.dll  
0x00007FFB25C80000 6.3.9600.17415       MMDevApi.dll  
0x00007FFB08EC0000 6.3.9600.19377       AUDIOSES.DLL  
0x00007FFB284A0000 6.3.9600.17415       powrprof.dll  
0x00007FFADA790000 30.0.14.7411         nvoglv64.DLL  
0x00007FFB259B0000 6.3.9600.17415       WTSAPI32.dll  
0x00007FFB285B0000 6.3.9600.20664       msasn1.dll  
0x00007FFB24EE0000 6.3.9600.18878       cryptnet.dll  
0x00007FFB28680000 6.3.9600.20512       CRYPT32.dll  
0x00007FFB298A0000 6.3.9600.20566       WLDAP32.dll  
0x00007FFB24E20000 6.3.9600.17415       drvstore.dll  
0x00007FFB257D0000 6.3.9600.17415       wldp.dll  
0x00007FFB285D0000 6.3.9600.20369       WINTRUST.dll  
0x00007FFB1FAD0000 6.3.9600.17415       ntmarta.dll  
0x00007FFB28010000 6.3.9600.17415       WINSTA.dll  
0x00007FFB27DA0000 6.3.9600.17415       CRYPTSP.dll  
0x00007FFB279C0000 6.3.9600.20031       rsaenh.dll  
0x00007FFB1EEE0000 6.3.9600.19062       explorerframe.dll  
0x00007FFB26B70000 6.3.9600.17415       DUser.dll  
0x00007FFB26C50000 6.3.9600.17415       DUI70.dll  
0x00007FFB03260000 3.10.12150.1013      python3.DLL  
0x00007FFB02650000 3.10.12150.1013      _uuid.pyd  
0x00007FFAFD850000 3.10.12150.1013      _bz2.pyd  
0x00007FFAFD820000 3.10.12150.1013      _lzma.pyd  
0x00007FFAE6100000                      _multiarray_umath.cp310-win_amd64.pyd  
0x00007FFAF1220000                      _multiarray_tests.cp310-win_amd64.pyd  
0x00007FFAF1200000 3.10.12150.1013      _socket.pyd  
0x00007FFB1FA40000 6.3.9600.20563       IPHLPAPI.DLL  
0x00007FFB24740000 6.3.9600.17415       WINNSI.DLL  
0x00007FFB02570000 3.10.12150.1013      select.pyd  
0x00007FFAF06B0000 3.10.12150.1013      _ctypes.pyd  
0x00007FFB02390000                      libffi-7.dll  
0x00007FFAE5EF0000                      _umath_linalg.cp310-win_amd64.pyd  
0x00007FFAF0690000                      _pocketfft_internal.cp310-win_amd64.pyd  
0x00007FFAE7260000                      mtrand.cp310-win_amd64.pyd  
0x00007FFAE5EC0000                      bit_generator.cp310-win_amd64.pyd  
0x00007FFAE5E90000                      _common.cp310-win_amd64.pyd  
0x00007FFAFF420000 3.10.12150.1013      _hashlib.pyd  
0x00007FFAE5950000 3.0.9.0              libcrypto-3.dll  
0x00007FFAE5910000                      _bounded_integers.cp310-win_amd64.pyd  
0x00007FFAF0670000                      _mt19937.cp310-win_amd64.pyd  
0x00007FFAE58F0000                      _philox.cp310-win_amd64.pyd  
0x00007FFAE58D0000                      _pcg64.cp310-win_amd64.pyd  
0x00007FFAFE6E0000                      _sfc64.cp310-win_amd64.pyd  
0x00007FFAE5820000                      _generator.cp310-win_amd64.pyd  
0x00007FFAE57E0000 3.10.12150.1013      pyexpat.pyd  
0x00007FFB24D40000 6.3.9600.17415       LINKINFO.dll  
0x00007FFB1FB50000 7.0.9600.17415       PROPSYS.dll  
0x00007FFAD8EB0000 30.0.14.7411         nvcuda.dll  
0x00007FFB14BA0000 30.0.14.7411         nvapi64.dll  
0x00007FFB13630000 6.3.9600.18589       mscms.dll  
0x00007FFB27AD0000 6.3.9600.19846       USERENV.dll  
0x00007FFAD8D90000 3.10.12150.1013      unicodedata.pyd  

# Python backtrace

Render GIF with previous images

Enjoy the Tool! I use Blender 2.8 with Bligify to render GIF, but the previous images do not disappear according to the timeline. Not sure if the tool support Blender 2.8?

0001 png

No 'Tools' Panels shows up in N menu Linux Mint 21

Linux Mint 21 Cinnamon, Bligify 1.3.9 and Blender 3.2.2. I've installed the plugin along with gifsicle and magick. I've pointed the folders to the appropriate files but I do not see a "tools" tab in the N menu.

imagemagick not found

When I press "render GIF" I get the message that imagemagick is not found.
Can someone tell me how to install that on ubuntu 18.94?

Windows 1.3.7 is not rendering a Gif

Add-on installed successfully and sees both executables provided in the .zip.

Upon clicking "Render Gif" the program renders out all the frames and puts them in a (nameofgif)Frames folder, but then nothing occurs.

Blender console provides no error, it simply saves all the frames and then terminates

Still asking for imagemagick and gifsickle

I installed Bligify_Windows.zip in Blender 2.79 but it didn't show in the Tools tab or anywhere in blender and in the user preferences it keeps telling me I need Imagemagick and gifsickle even after I installed them. Please help :(

GIF Render stops with no gif created (Debian)

On Debian, I installed Imagemagick and Gifsicle from the official repository
When I don't set any path for Imagemagick, I get This function requires Imagemagick to work.
So I set it to where the Imagemagick executable is located (usr/bin/convert) and the render starts but then stops and no gif is created.
So I guess I'm using the wrong executable. I don't have one called "magick", instead I have multiple ones (convert, animate, etc...). Am I using the wrong one (convert)?

Video unavailable :-(

"A Tutorial Video is available for an early version of the addon." but the youtube link is dead :-(

Sorry i have never used add-ons. Where do i find the "button" to popup your add-on ?

GIF import fps conversion error

Blender shows a conversion error during import on line 57 in operators/importgif.py:
Workaround: conversion with int(): scene.render.fps = int(fps)

It does not do any conversion

Hi

I have been testing this but it does not seem to create the final gif. It renders the Pngs but then gets stuck at creating the gif as seen

 Time: 00:00.11 (Saving: 00:00.10)

Converting PNG to GIF frames: [--------------------] 0.00%

I am on Windows 10 x64, using Blender 3.0

thanks

Never mind, I missed to download the Windows version.

OS support

You should mention somewhere that your program depends on windows.

It should be not so complicated to implement your python code with linux:

  • Detect the platform:
>>> import platform
>>> platform.system()
'Linux'

gifsicle and magick on M1 not working (path)

Setting the path of gifsicle and magick does not work. I installed both via homebrew and changed the default path to /opt/homebrew/bin/gifsicle which "transfromed" into /opt/homebrew/Cellar/gifsicle/1.93/bin/gifsicle after selection. I have no idea if all that is the right procedure anyways but it is not working. also the pathes of the plugins seem to reset themselfes when i restart blender.

Exports frames instead of a gif.

I've been trying to export a gif by following the instructions, but no matter what I do it keeps exporting frames instead of a .gif .

Solution for Mac users that don't use HomeBrew

I haven't install homebrew (considering it) yet, so I was having issue making this Bligify work on the Mac. So I found a solution that seems to work

You can find the already complied version of Gifsicle in the in the ImageOptim.app!

So go grab ImageOptim, then find it on your drive, /Volumes/HD/local-location/ImageOptim.app/Contents/Frameworks/ImageOptimGPL.framework/Versions/A/Resources/Gifsicle

You will need to manually copy and install gifsicle file in /usr/local/bin/

Now it should work on the Mac without homebrew. I'm sure there are reason some may frown upon this way, and I open to hearing them. Till then happy rendering!

NoneType context.area.type = "SEQUENCE_EDITOR"

Blender 2.93 Beta

location: :-1
Error: Python: Traceback (most recent call last):
File "C:\Users\RUben\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\bligify_windows\operators\rendergif.py", line 177, in modal
context.area.type = "SEQUENCE_EDITOR"
AttributeError: 'NoneType' object has no attribute 'type'

location: :-1

local variable 'fps' referenced before assignment

I got this today and tried this on two gifs so far. One kept giving me this error on my project in progress:

Traceback (most recent call last):
File "C\Users...\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\Bligify-master\operators\importgif.py", line 147, in execute adjust_scene_for_gif(context, abspath, frames_folder)
File "C\Users...\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\Bligify-master\operators\importgif.py", line 57, in adjust_scene_for_gif
scene.render.fps = fps
UnboundLocalError: localvariable 'fps' referenced before assignment

So I started a new project, and I ran into the same error. However, another gif imported flawlessly. Please let me know what I may have done to run into this error.

Blender 2.78c, Windows 10

Tools tab absent in Sequencer/Preview mode

The tools tab containing Bligify is not visible when using the Sequencer/Preview mode (the one that stacks both modes in the same area).

Tested on Blender 2.8 with Bligify 1.3.8 and Blender 2.79 with Bligify 1.3.7.

path for imagemagic and gifsicle resets after closing blender 2.79 and 2.9

I'm using ubuntu 20.04 and have the plugin installed in blender 2.79 and blender 2.91, I installed image magic and gifsicle the addon works great but when I close blender it resets and I have to manually put the path to image magic and gifsicle again.
any idea why is this happening?
thanks for the great addon btw.

Bligify always rendering at 10 FPS / FPS Adjust not working

Hello,
This addon is a cool idea and could potentially save me some time.
However right now whenever I press Render Gif in the Bligify tool it renders out a Gif at only 10 FPS (Which was the default value in the panel next to fps adjust), regardless of my Scene FPS (tested 30 and 60).
The FPS Adjust button does seem to do nothing, but I am quite unsure, if it is supposed to work with Actions or only with Data in the Sequencer.
I am using Blender 2.91.2 on Windows.
I can provide more Information if needed.
Thank you very much.

Can it export at 30 fps instead of 33.33 fps, please?

Firstly, thank you so much for the great effort, and for saving us a lot of time.
My question is that when I try to export gifs at 30 fps or 24 fps, it exports with 25 fps and 33.3 fps, so it basically makes the delay time between the frames 4 or 3 milliseconds. Is there any news to make it export with exactly 30 fps? that will be so great.

I've attached a zip file that contains both the sequence images I tried and the output gifs when trying both 24 and 30 fps.

Thank you so much again :)
Stay safe :)
bligify issue files.zip

Getting stuck when FPS adjusting twice

The first time I perform an FPS adjust on the selected strip(s) it works fine, but if I do it a second time, Blender gets stuck until I kill the app. (of course the strip(s) have to be selected, otherwise it will just change the framerate).
The simple workaround is obviously to delete the generated Speed control(s), move the strip handle(s) to bring back its full length and from there perform the 2nd FPS adjust, but it would be good to at least not have Blender freeze.

Render Frames but no gif created

It renders the frames into a (project name)_folder but does not create a Gif file.

ive looked through the closed topics, and it seems to be an permissions problem, here the tings i´ve tried:

Reinstalled the addon
Gave Blender Administrator priviliges
rendered the gif to the desktop

General info:

i installed the master Branch
i use blender 2.83

it still does not convert to gif

no errors pop up as to my knowlege, though i did not check the console.

Not working on macOS High Sierra

I installed the Add-On via Homebrew, activated it, restarted Blender 2,8 and when I try to bring a .gif into a Reference image, I just have a pink background. Any ideas what could be wrong ?

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.