Blender Add-on: Drag and Drop Support
Blender add-on for importing some files from drag-and-drop.
Supports
v2.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)
Installation
- Download Installation Archive from GitHub Releases
- Extract downloaded zip archive
- Open the Preferences window and select
Add-ons
tab - Press
Install
button, selectdrag-and-drop-support.zip
and selectInstall Add-on
- Select
Community
tab and enableImport: Drag and Drop Support
How to use
- Drag and Drop some file to 3D view, load it
- if you want to configure import, please use
Drag and Drop Support
tab in 3D view.
- if you want to configure import, please use
Known Issues
- if the dropped file(s) includes the non-ASCII characters, does not work import correctly.
Remarks
- 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