Coder Social home page Coder Social logo

mika-f / blender-drag-and-drop Goto Github PK

View Code? Open in Web Editor NEW
260.0 11.0 7.0 964 KB

Experimental Blender Add-on: Drag and Drop Support

Home Page: https://docs.natsuneko.cat/en-us/drag-and-drop-support/

License: MIT License

C++ 45.74% C 2.44% Python 48.14% Makefile 0.12% Batchfile 2.01% Assembly 1.55%
blender blender-addon

blender-drag-and-drop's Introduction

Blender Add-on: Drag and Drop Support

Blender add-on for importing some files from drag-and-drop.

Supported Formats

  • *.abc
  • *.bvh
  • *.dae
  • *.fbx
  • *.glb
  • *.gltf
  • *.obj
  • *.ply
  • *.stl
  • *.svg
  • *.usd
  • *.usda
  • *.usdc
  • *.vrm (Required VRM Add-on for Blender)
  • *.x3d
  • *.wrl

Planned

Supported Blenders

v3.0.0 supports the following versions of Blender:

  • Blender 3.1.0 (x64 - Windows)
  • Blender 3.1.1 (x64 - Windows)
  • Blender 3.1.2 (x64 - Windows)
  • Blender 3.2.0 (x64 - Windows)
  • Blender 3.2.1 (x64 - Windows)
  • Blender 3.2.2 (x64 - Windows)
  • Blender 3.3.0 (x64 - Windows)
  • Blender 3.3.1 (x64 - Windows)
  • Blender 3.3.2 (x64 - Windows)
  • Blender 3.3.3 (x64 - Windows)
  • Blender 3.3.4 (x64 - Windows)
  • Blender 3.4.0 (x64 - Windows)
  • Blender 3.4.1 (x64 - Windows)
  • Blender 3.5.0 (x64 - Windows)
  • Blender 3.5.1 (x64 - Windows)
  • Blender 3.6.0 (x64 - Windows)
  • Blender 3.6.1 (x64 - Windows)
  • Blender 3.6.2 (x64 - Windows)
  • Blender 3.6.4 (x64 - Windows)
  • Blender 3.6.5 (x64 - Windows)
  • Blender 4.0.0 (x64 - Windows)
  • Blender 4.0.1 (x64 - Windows)
  • Blender 4.0.2 (x64 - Windows)

ScreenShot

Installation

  1. Download Installation Archive from GitHub Releases
  2. Extract downloaded zip archive
  3. Open the Preferences window and select Add-ons tab
  4. Press Install button, select drag-and-drop-support.zip and select Install Add-on
  5. Select Community tab and enable Import: Drag and Drop Support

How to use

  1. If you use Blender 4.0 or lower
    1. Please agree to security policy in preferences add-ons view.
  2. Drag and Drop some file to 3D view, load it

Known Issues (Blender 4.0 or lower)

  • if the dropped file(s) includes the non-ASCII characters, does not work import correctly.

Remarks (Blender 4.0 or lower)

  • This addon loading DLL written in C++ into Blender via Python, and replace view3d_ima_empty_drop_poll function in memory.
    • If you enable this addon, load DLL and replace it function.
    • And you disable this addon, unload DLL and restore it function.

Release

Create a new pull request from GitHub to bump versions with pr template.

License

MIT by @6jz

blender-drag-and-drop's People

Contributors

ares9323 avatar jyrka98 avatar mika-f avatar

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

blender-drag-and-drop's Issues

I cant enable the addon

What happened?

After download the addon and install it, I cant find it to enable it and use it.

Someone can help me how to enable, I search in several ways but it doesnt look.
Also I close the program and re install several times but it doesnt work
I use 3.6.1 and also a old version

image

Add-on Version

2.8.0

Blender versions

3.6.1

Relevant log output

No response

Crashes Blender for Artists after enabling plugin

What happened?

When enabling the plugin, Blender for Artists (Blender 3.6.0) is crashing instantly.
(All other plugins for so far in BFA, that should not be the issue I think)

Add-on Version

2.7.0

Blender versions

3.6.0

Relevant log output

No response

Concerns about the use of DLL injection

Hey, so I noticed in the README it says:

This addon loading DLL written in C++ into Blender via Python, and replace view3d_ima_empty_drop_poll function in memory.

To me, this is an extreme red flag, as replacing components with dynamic libraries is typically malware behavior. I went and looked at the C++ code itself and needless to say, I'm still concerned. Some things I found include:

  • A lot of reinterpret_cast (which many consider bad practice to use)
  • Use of unions (even though the code is seemly in C++17)
  • Heaps upon heaps of raw assembly

Replacing components with dynamic libraries is in my opinion a terible idea security wise. Someone could replace the DLL with a tainted one, and infect user's systems. This is unacceptable, user security should be the number one priority (I say this as an addon developer myself)

I would advise considering whether or not the risks are worth it to users. Personally, I think either:

  • Try to integrate this in Blender itself (i.e. add drag and drop to Blender itself without an addon). This would be the most secure and easiest approach, and would benefit everyone.
  • Clarify why such malware-like practice is needed, and give warnings to the risks of using this addon

I look forward to your response addressing this concern

Building release binaries with GitHub Actions for transparency

What do you want?

Due to security concerns, instead of building in a personal environment, we build transparently on GitHub Actions.
It also improves maintainability by reducing dependencies on individual environments.

Blender versions

No response

[Bug]: Version 3.6.2 doesnβ€˜t work, 3.6.1 was fine.

What happened?

My Blender version is 3.6.2, When I drag in an .lbj file, nothing happens. but it was OK in 3.6.1

Hope you can check it out when you have time, thank you very much!

Add-on Version

2.8.0

Blender versions

No response

Relevant log output

No response

[Bug]: After dragging in the file, the import menu will be displayed three times.

What happened?

I'm using the test version and I found 2 problems

The first one may just happen occasionally when I enable the plug-in for the first time and it will show that it cannot find the operator.DropEventListener in the init.py's code line: classes: list[type] = [operator.DropEventListener, preferences.DragAndDropPreferences]. So I unconditionally from . import operator in the init.py file, and then the plug-in can be enabled and work normally. But after I reverted back to the original code, the previous problem did not reappear.

The second question is:
After dragging in the file, the import menu will be displayed three times. My friends and I all have this problem.
I've restarted blender and restarted the plug-in, and it's still like this

Other than that everything works great. I've also tried adding a custom format import with no issues at all.
Thank you for your work!

Add-on Version

3.0.0-alpha.1

Blender versions

3.5.0, 3.6.0

Relevant log output

No response

[Feature Request]: Support Blender 3.6.1

What do you want?

The add-on is currently not supported in Blender 3.6.1.

Blender 3.6.1 had some very important bug and crash fixes. So, if this add-on would be updated to support 3.6.1, it would be much appreciated.

Blender versions

No response

Automatically support the latest version with GitHub Actions

What do you want?

Currently, I am manually updating the native part of this add-on, but the update itself can be done mechanically.
Therefore, I will reduce maintenance costs by programming this part and creating GitHub Actions that automatically attempts to create a pull request when the latest version of Blender is released.

Blender versions

No response

[Bug]: Blender 3.2.2 Crash on importing PNG image as reference

What happened?

Using the addon 2.6.0 and Blender Version 3.2.2,
Blender crashes after trying to drag and drop a png image into the blender viewport (which is a default Blender behavior).
I'm guessing there is some conflict with the way blender allows users to drag and drop reference images to the viewport, and the addon behavior, which also uses drag and drop.
I ran Blender using a bat starter to generate a crash log file, here it is.

blender.crash.txt

Add-on Version

2.6.0

Blender versions

3.2.2

Relevant log output

# Blender 3.2.2, Commit date: 2022-08-02 18:15, Hash bcfdb14560e7
bpy.ops.object.drop_named_image(filepath="C:\\Users\\User\\Documents\\577_IMP02_PUC_T1.jpg", align='WORLD', location=(0, 0, 0), scale=(1, 1, 1))  # Operator

# backtrace
Exception Record:

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


Stack trace:
blender.exe         :0x00007FF663021AB0  wm_drags_draw
blender.exe         :0x00007FF663023DD0  wm_draw_window_onscreen
blender.exe         :0x00007FF663023630  wm_draw_window
blender.exe         :0x00007FF663023120  wm_draw_update
blender.exe         :0x00007FF662FFCA30  WM_main
blender.exe         :0x00007FF6620E11D0  main
blender.exe         :0x00007FF6681063E0  __scrt_common_main_seh
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Threads:
Thread : 00004ed4
ntdll.dll           :0x00007FFD55130AC0  ZwWaitForWorkViaWorkerFactory
ntdll.dll           :0x00007FFD550E26D0  TpReleaseCleanupGroupMembers
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00000b38
ntdll.dll           :0x00007FFD55130AC0  ZwWaitForWorkViaWorkerFactory
ntdll.dll           :0x00007FFD550E26D0  TpReleaseCleanupGroupMembers
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00005088
ntdll.dll           :0x00007FFD55130AC0  ZwWaitForWorkViaWorkerFactory
ntdll.dll           :0x00007FFD550E26D0  TpReleaseCleanupGroupMembers
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 000042d8
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
blender.exe         :0x00007FF668C786B0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF668C77EC0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF6622A3980  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00001c1c
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
blender.exe         :0x00007FF668C786B0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF668C77EC0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF6622A3980  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00003fe8
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
blender.exe         :0x00007FF668C786B0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF668C77EC0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF6622A3980  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00002c48
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
blender.exe         :0x00007FF668C786B0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF668C77EC0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF6622A3980  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00001b28
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
blender.exe         :0x00007FF668C786B0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF668C77EC0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF6622A3980  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 0000361c
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
blender.exe         :0x00007FF668C786B0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF668C77EC0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF6622A3980  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00005a0c
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
blender.exe         :0x00007FF668C786B0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF668C77EC0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF6622A3980  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 000033a8
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
blender.exe         :0x00007FF668C786B0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF668C77EC0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF6622A3980  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00003a00
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
blender.exe         :0x00007FF668C786B0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF668C77EC0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF6622A3980  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00002308
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
blender.exe         :0x00007FF668C786B0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF668C77EC0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF6622A3980  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00001cd0
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
blender.exe         :0x00007FF668C786B0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF668C77EC0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF6622A3980  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00001f68
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
blender.exe         :0x00007FF668C786B0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF668C77EC0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF6622A3980  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 0000117c
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
blender.exe         :0x00007FF668C786B0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF668C77EC0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF6622A3980  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 000023b4
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
blender.exe         :0x00007FF668C786B0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF668C77EC0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF6622A3980  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00005a14
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
blender.exe         :0x00007FF668C786B0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF668C77EC0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF6622A3980  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00001bb4
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
blender.exe         :0x00007FF668C786B0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF668C77EC0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF6622A3980  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00004f34
ntdll.dll           :0x00007FFD55130AC0  ZwWaitForWorkViaWorkerFactory
ntdll.dll           :0x00007FFD550E26D0  TpReleaseCleanupGroupMembers
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 0000222c
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
nvoglv64.dll        :0x00007FFC8CEFDA90  DrvValidateVersion
nvoglv64.dll        :0x00007FFC8CC933CC  Symbols not available


Thread : 00002a98
ntdll.dll           :0x00007FFD5512DBA0  ZwWaitForMultipleObjects
KERNELBASE.dll      :0x00007FFD528C1A50  WaitForMultipleObjectsEx
KERNELBASE.dll      :0x00007FFD528C1A30  WaitForMultipleObjects
nvoglv64.dll        :0x00007FFC8CF32F90  DrvPresentBuffers
nvoglv64.dll        :0x00007FFC8CF32F90  DrvPresentBuffers
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00005740
win32u.dll          :0x00007FFD52D9A0F0  NtUserMsgWaitForMultipleObjectsEx
USER32.dll          :0x00007FFD549D0760  MsgWaitForMultipleObjectsEx
nvoglv64.dll        :0x00007FFC8CEFDA90  DrvValidateVersion
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 0000011c
ntdll.dll           :0x00007FFD55130AC0  ZwWaitForWorkViaWorkerFactory
ntdll.dll           :0x00007FFD550E26D0  TpReleaseCleanupGroupMembers
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00004b20
ntdll.dll           :0x00007FFD5512DBA0  ZwWaitForMultipleObjects
KERNELBASE.dll      :0x00007FFD528C1A50  WaitForMultipleObjectsEx
combase.dll         :0x00007FFD53DE2C70  InternalTlsAllocData
combase.dll         :0x00007FFD53DE2C70  InternalTlsAllocData
combase.dll         :0x00007FFD53DE2C70  InternalTlsAllocData
combase.dll         :0x00007FFD53DE2C70  InternalTlsAllocData
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 0000319c
ntdll.dll           :0x00007FFD5512DBA0  ZwWaitForMultipleObjects
KERNELBASE.dll      :0x00007FFD528C1A50  WaitForMultipleObjectsEx
Wacom_Tablet.dll    :0x00007FFD23408FDF  WTOpenW
Wacom_Tablet.dll    :0x00007FFD23408FDF  WTOpenW
Wacom_Tablet.dll    :0x00007FFD23408FDF  WTOpenW
Wacom_Tablet.dll    :0x00007FFD23408FDF  WTOpenW
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00003e9c
ntdll.dll           :0x00007FFD5512D170  ZwRemoveIoCompletion
mswsock.dll         :0x00007FFD51F310AB  Symbols not available


Thread : 000056a4
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 000038e4
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 0000264c
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00000690
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 0000262c
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 000026d8
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00000b48
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
mswsock.dll         :0x00007FFD51F380FC  Symbols not available


Thread : 00004e9c
ntdll.dll           :0x00007FFD5512D6D0  NtDelayExecution
KERNELBASE.dll      :0x00007FFD528BB3B0  SleepEx
python310.dll       :0x00007FFD0EAD5960  PyTraceMalloc_GetTraceback
python310.dll       :0x00007FFD0EAD5960  PyTraceMalloc_GetTraceback
python310.dll       :0x00007FFD0EB6E1C0  PyCFunction_GetFlags
python310.dll       :0x00007FFD0EC36D50  PyOS_URandomNonblock
python310.dll       :0x00007FFD0EC3F000  PyEval_GetFuncDesc
python310.dll       :0x00007FFD0EC388F0  PyEval_EvalFrameDefault
python310.dll       :0x00007FFD0EC388F0  PyEval_EvalFrameDefault
python310.dll       :0x00007FFD0EB2A280  PyFunction_Vectorcall
python310.dll       :0x00007FFD0EC36D50  PyOS_URandomNonblock
python310.dll       :0x00007FFD0EC3F000  PyEval_GetFuncDesc
python310.dll       :0x00007FFD0EC388F0  PyEval_EvalFrameDefault
python310.dll       :0x00007FFD0EC388F0  PyEval_EvalFrameDefault
python310.dll       :0x00007FFD0EB2A280  PyFunction_Vectorcall
python310.dll       :0x00007FFD0EC36D50  PyOS_URandomNonblock
python310.dll       :0x00007FFD0EC3F000  PyEval_GetFuncDesc
python310.dll       :0x00007FFD0EC388F0  PyEval_EvalFrameDefault
python310.dll       :0x00007FFD0EC388F0  PyEval_EvalFrameDefault
python310.dll       :0x00007FFD0EB2A280  PyFunction_Vectorcall
python310.dll       :0x00007FFD0EB2C1A0  PyCell_Set
python310.dll       :0x00007FFD0EB2C690  PyMethod_Self
python310.dll       :0x00007FFD0EACF720  PyOS_SigintEvent
python310.dll       :0x00007FFD0ECBDA60  PyThread_init_thread
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00003638
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00003974
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00002394
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00002b78
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00000a74
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00000b78
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00002034
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00001694
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Thread : 00003b38
ntdll.dll           :0x00007FFD5512D0D0  ZwWaitForSingleObject
KERNELBASE.dll      :0x00007FFD52893040  WaitForSingleObjectEx
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FFD4F0FD800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FFD52791B20  configthreadlocale
KERNEL32.DLL        :0x00007FFD54F37600  BaseThreadInitThunk
ntdll.dll           :0x00007FFD550E2680  RtlUserThreadStart


Loaded Modules :
0x00007FF661F70000 3.2.2.0              blender.exe C:\Program Files\Blender Foundation\Blender 3.2\blender.pdb 
0x00007FFD55090000 10.0.19041.2788      ntdll.dll  
0x00007FFD54F20000 10.0.19041.2913      KERNEL32.DLL  
0x00007FFD52870000 10.0.19041.2913      KERNELBASE.dll  
0x00007FFD54FE0000 10.0.19041.546       WS2_32.dll  
0x00007FFD54B50000 10.0.19041.2965      RPCRT4.dll  
0x00007FFD4F0F0000                      tbb.dll  
0x00007FFD549B0000 10.0.19041.2788      USER32.dll  
0x00007FFD4F0B0000                      tbbmalloc.dll  
0x00007FFD52D90000 10.0.19041.2913      win32u.dll  
0x00007FFD53A90000 10.0.19041.2913      GDI32.dll  
0x00007FFD52E90000 10.0.19041.2913      gdi32full.dll  
0x00007FFD52DC0000 10.0.19041.789       msvcp_win.dll  
0x00007FFD52770000 10.0.19041.789       ucrtbase.dll  
0x00007FFD538A0000 10.0.19041.2913      ADVAPI32.dll  
0x00007FFD54D90000 7.0.19041.546        msvcrt.dll  
0x00007FFD4E4D0000 14.29.30139.0        VCRUNTIME140.dll  
0x00007FFD54630000 10.0.19041.2913      sechost.dll  
0x00007FFD3C240000 14.29.30139.0        MSVCP140.dll  
0x00007FFD530F0000 10.0.19041.2788      SHELL32.dll  
0x00007FFD4E4C0000 14.29.30139.0        VCRUNTIME140_1.dll  
0x00007FFD53840000 10.0.19041.2075      SHLWAPI.dll  
0x00007FFD52BE0000 10.0.19041.1620      CFGMGR32.dll  
0x00007FFD50380000 10.0.19041.867       dbghelp.dll  
0x00007FFD52E60000 10.0.19041.2486      bcrypt.dll  
0x00007FFD53AE0000 10.0.19041.2965      ole32.dll  
0x00007FFD53D40000 10.0.19041.2788      combase.dll  
0x00007FFD37CE0000 10.0.19041.2193      OPENGL32.dll  
0x00007FFD540A0000 10.0.19041.546       PSAPI.DLL  
0x00007FFD54110000 10.0.19041.1865      shcore.dll  
0x00007FFD0BDD0000 9.0.0.0              openvdb.dll  
0x00007FFC96770000 59.18.100.0          avcodec-59.dll  
0x00007FFD54C80000 10.0.19041.2673      IMM32.dll  
0x00007FFD15A90000 59.16.100.0          avformat-59.dll  
0x00007FFD4DB40000 59.4.100.0           avdevice-59.dll  
0x00007FFD546D0000 10.0.19041.985       OLEAUT32.dll  
0x00007FFD37B10000 6.4.100.0            swscale-6.dll  
0x00007FFD2F6C0000 57.17.100.0          avutil-57.dll  
0x0000000070440000 1.0.28.0             libsndfile-1.dll  
0x00007FFD20AA0000 1.21.1.0             OpenAL32.dll  
0x000000006ACC0000                      libgmp-10.dll  
0x00007FFD4D810000                      libgmpxx.dll  
0x00007FFD20940000 2.0.20.0             SDL2.dll  
0x00007FFD4D800000                      tbbmalloc_proxy.dll  
0x00007FFD541C0000 10.0.19041.2193      SETUPAPI.dll  
0x00007FFD0EA20000 3.10.2150.1013       python310.dll  
0x00007FFD460A0000 6.10.19041.1110      COMCTL32.dll  
0x00007FFD4D7A0000 10.0.19041.1         AVIFIL32.dll  
0x00007FFD4C0E0000 10.0.19041.546       VERSION.dll  
0x00007FFD4C470000 10.0.19041.2193      GLU32.dll  
0x00007FFD4C440000 4.3.100.0            swresample-4.dll  
0x0000000070680000                      libfftw3-3.dll  
0x00007FFD37850000 10.0.19041.546       Secur32.dll  
0x00007FFD3C220000 10.0.19041.1         AVICAP32.dll  
0x00007FFD43D00000 10.0.19041.546       WINMM.dll  
0x00007FFCFC8D0000 10.0.19041.1         MSVFW32.dll  
0x00007FFC8FDD0000 10.0.19041.1         MSACM32.dll  
0x00007FFD340C0000 10.0.19041.1         winmmbase.dll  
0x00007FFD52660000 10.0.19041.2130      SSPICLI.DLL  
0x00007FFD51010000 10.0.19041.546       kernel.appcore.dll  
0x00007FFD50830000 10.0.19041.2788      windows.storage.dll  
0x00007FFD521D0000 10.0.19041.2788      Wldp.dll  
0x00007FFD4F2E0000 10.0.19041.2193      uxtheme.dll  
0x00007FFD53060000 10.0.19041.2486      bcryptPrimitives.dll  
0x00007FFD526B0000 10.0.19041.844       profapi.dll  
0x00007FFD53C10000 2001.12.10941.16384  clbcatq.dll  
0x00007FFD47990000 10.0.19041.1503      MMDevApi.dll  
0x00007FFD52540000 10.0.19041.1620      DEVOBJ.dll  
0x00007FFD3D320000 10.0.19041.2364      AUDIOSES.DLL  
0x00007FFD51D40000 10.0.19041.546       powrprof.dll  
0x00007FFD51BB0000                      UMPDC.dll  
0x00007FFD53950000 10.0.19041.2673      MSCTF.dll  
0x00007FFD4BF70000 10.0.19041.2788      AppXDeploymentClient.dll  
0x00007FFC8BC30000 31.0.15.2849         nvoglv64.dll  
0x00007FFD4DC20000 10.0.19041.546       WTSAPI32.dll  
0x00007FFD52360000 10.0.19041.2251      msasn1.dll  
0x00007FFD4AFA0000 10.0.19041.906       cryptnet.dll  
0x00007FFD52C30000 10.0.19041.2965      CRYPT32.dll  
0x00007FFD4AE50000 10.0.19041.2546      drvstore.dll  
0x00007FFD52140000 10.0.19041.546       cryptbase.dll  
0x0000022644170000 10.0.19041.2913      WINTRUST.dll  
0x00007FFD51870000 10.0.19041.546       ntmarta.dll  
0x00007FFD47ED0000 10.0.19041.546       dxcore.dll  
0x00007FFD4F670000 10.0.19041.746       dwmapi.dll  
0x00007FFD51670000 10.0.19041.2075      WINSTA.dll  
0x00007FFD38450000 10.0.19041.1387      dataexchange.dll  
0x00007FFD50570000 10.0.19041.2913      d3d11.dll  
0x00007FFD4E5A0000 10.0.19041.2913      dcomp.dll  
0x00007FFD51030000 10.0.19041.2311      dxgi.dll  
0x00007FFD4B250000 10.0.19041.1865      twinapi.appcore.dll  
0x00007FFD3CB70000 10.0.19041.2913      textinputframework.dll  
0x00007FFD4EB20000 10.0.19041.2193      CoreMessaging.dll  
0x00007FFD4EC20000 10.0.19041.546       CoreUIComponents.dll  
0x00007FFD4E2F0000 10.0.19041.2788      wintypes.dll  
0x00007FFD20550000 1.0.5.10             Wintab32.dll  
0x00007FFD45AD0000 10.0.19041.1806      MPR.dll  
0x00007FFD23400000 6.3.41.1             Wacom_Tablet.dll  
0x00007FFD38210000 10.0.19041.1949      explorerframe.dll  
0x00007FFD52120000 10.0.19041.546       CRYPTSP.dll  
0x00007FFD517E0000 10.0.19041.1052      rsaenh.dll  
0x00000226432B0000 3.10.2150.1013       python3.DLL  
0x00007FFD3C200000 3.10.2150.1013       _socket.pyd  
0x00007FFD51BD0000 10.0.19041.2788      IPHLPAPI.DLL  
0x00007FFD4D790000 3.10.2150.1013       select.pyd  
0x00007FFD4C430000 3.10.2150.1013       _hashlib.pyd  
0x00007FFD0E6D0000 1.1.1.13             libcrypto-1_1.dll  
0x00007FFD3C1E0000 3.10.2150.1013       _bz2.pyd  
0x00007FFD3BFE0000 3.10.2150.1013       _lzma.pyd  
0x00007FFD0E3D0000                      _multiarray_umath.cp310-win_amd64.pyd  
0x00007FFD3BF30000                      _multiarray_tests.cp310-win_amd64.pyd  
0x00007FFD38140000 3.10.2150.1013       _ctypes.pyd  
0x00007FFD3C1D0000                      libffi-7.dll  
0x00007FFD162A0000                      _umath_linalg.cp310-win_amd64.pyd  
0x00007FFD38430000                      _pocketfft_internal.cp310-win_amd64.pyd  
0x00007FFD37A70000                      mtrand.cp310-win_amd64.pyd  
0x00007FFD38110000                      bit_generator.cp310-win_amd64.pyd  
0x00007FFD37E60000                      _common.cp310-win_amd64.pyd  
0x00007FFD37C90000                      _bounded_integers.cp310-win_amd64.pyd  
0x00007FFD380F0000                      _mt19937.cp310-win_amd64.pyd  
0x00007FFD37E40000                      _philox.cp310-win_amd64.pyd  
0x00007FFD37C70000                      _pcg64.cp310-win_amd64.pyd  
0x00007FFD37A50000                      _sfc64.cp310-win_amd64.pyd  
0x00007FFD33AD0000                      _generator.cp310-win_amd64.pyd  
0x00007FFD37810000 3.10.2150.1013       pyexpat.pyd  
0x00007FFD3BFD0000 3.10.2150.1013       _queue.pyd  
0x00007FFD37A20000 3.10.2150.1013       _ssl.pyd  
0x00007FFD307D0000 1.1.1.13             libssl-1_1.dll  
0x00007FFD51F30000 10.0.19041.546       mswsock.dll  
0x00007FFD23020000 3.10.2150.1013       unicodedata.pyd  
0x00007FFD3BF20000 3.10.2150.1013       _uuid.pyd  
0x00007FFD51C10000 10.0.19041.2546      DNSAPI.dll  
0x00007FFD53AC0000 10.0.19041.610       NSI.dll  
0x000000005E720000 3.1.0.1              mdnsNSP.dll  
0x00007FFD43120000 10.0.19041.546       rasadhlp.dll  
0x00007FFD43030000 10.0.19041.2913      fwpuclnt.dll  
0x00007FFC83F10000                      cv2.pyd  
0x00007FFD54CB0000 10.0.19041.1806      COMDLG32.dll  
0x00007FFD33980000 10.0.19041.1         WSOCK32.dll  
0x00007FFD4C9D0000 10.0.19041.746       MFPlat.DLL  
0x00007FFD4D660000 10.0.19041.2965      MF.dll  
0x00007FFD0A340000 10.0.19041.746       MFReadWrite.dll  
0x00007FFD4D1A0000 10.0.19041.2965      MFCORE.DLL  
0x00007FFD4D0C0000 10.0.19041.1         ksuser.dll  
0x00007FFD4C780000 10.0.19041.1741      RTWorkQ.DLL  
0x00007FFD0B6C0000                      _framework_bindings.cp310-win_amd64.pyd  
0x00007FFC808A0000 3.4.10.0             opencv_world3410.dll  
0x00007FFD377C0000 14.29.30139.0        CONCRT140.dll  
0x00007FFD37860000                      _api_implementation.cp310-win_amd64.pyd  
0x00007FFD17490000                      _message.cp310-win_amd64.pyd  
0x00007FFD380E0000                      _c_internal_utils.cp310-win_amd64.pyd  
0x00007FFD0B3A0000                      _imaging.cp310-win_amd64.pyd  
0x00007FFD37760000                      _path.cp310-win_amd64.pyd  
0x00007FFD2F620000                      ft2font.cp310-win_amd64.pyd  
0x00007FFD35CA0000                      _cext.cp310-win_amd64.pyd  
0x00007FFD35A30000                      _image.cp310-win_amd64.pyd  
0x00007FFD30780000 3.10.2150.1013       _decimal.pyd  
0x00007FFD2FF10000 3.10.2150.1013       _elementtree.pyd  
0x00007FFD2A4E0000                      sketchup.cp310-win_amd64.pyd  
0x00007FFD0AAF0000 21.1.279.0           SketchUpAPI.dll  
0x00007FFD23C90000 21.1.279.89          SketchUpCommonPreferences.dll  
0x00007FFD23AF0000                      blender-injection.dll  

# Python backtrace

[Bug]: Failed to load archived add-on

What happened?

This issue related to #75 the first section.

AttributeError: module 'formats' has no attribute 'CLASSES'

Add-on Version

3.0.0-alpha.1

Blender versions

4.0.0

Relevant log output

No response

[Bug]: Error in 3.5.1

What happened?

Addon is not supporteded in blender 3.5.1

Blender 3.5.1 had som important bug fixes, so if this addon coulde be updated it woulde be great!

Add-on Version

2.5.0

Blender versions

No response

Relevant log output

[ERROR] exception: out of range
[ERROR] injector detected the unsupported version of Blender. Please upgrade Drag-and-Drop Support or downgrade Blender
[ERROR] detected version : 3.5.1

auto detect target Blender version from manifest

Interferes with some asset browser files

The add-on is great, but unfortunately it is interfering with the built-in asset browser of Blender, for me anyway. I cannot drag and drop the following assets without having Blender crash:

  • World Materials
  • Node Groups

Is there a way to check that the filetype is blender-internal and gets skipped?

To recreate the issue, just open a blend file and have an asset saved (in the built-in asset browser) as a world texture or node group, with Drag and Drop enabled. When those filetypes are dragged into the viewport, the program crashes instantly. I disabled the Drag and Drop addon in preferences, and this behaviour disappeared entirely.

[Bug]: Blender LTS 3.6 STL/PLY no action

What happened?

No pop-up or any action happens when dragging and dropping a stl/ply file, is 3.6 LTS not supported?

Add-on Version

2.12.1

Blender versions

3.6 LTS

Relevant log output

No response

[Bug]: Image plane is not created

What happened?

Dragging and dropping images into the viewport does not work. The image plane is not created.

When you disable the plugin, everything works.

Blender 3.5.0

Add-on Version

2.5.0

Blender versions

No response

Relevant log output

No response

[Bug]: Can't drag and drop import models

What happened?

I downloaded and installed the plugin and enabled it, but I still can't drag and drop to import, just like I did before I installed the plugin.
I downloaded the portable version of the latest version (3.6.1) from the official website, and I wonder if it differs from the installer version

Add-on Version

2.8.0

Blender versions

3.6.1

Relevant log output

No response

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.