Improve Drag-and-Drop for Importing Files, and Supports More Formats!
*.3mf (Required Blender 3MF Format)*.abc*.bvh*.dae (Not supported in Blender 5.0+ due to Collada removal)*.fbx*.glb*.gltf*.obj*.ply*.pmx (Required MMD Tools)*.stl*.svg*.usd*.usda*.usdc*.vrm (Required VRM Add-on for Blender)*.x3d (Required Web3D X3D/VRML2 when greater than Blender 4.4)*.wrlAdd detection for third-party addon FileHandlers to prevent conflicts by @Clonephaze in https://github.com/mika-f/blender-drag-and-drop/pull/129
This extension requests the following permission:
Import models from the disk
这是 Blender 软件运行 Python 脚本时的报错信息,核心内容为:
错误类型:AttributeError(属性错误 ),调用 bpy.ops.import_mesh.threemf 操作符时,该操作符无法找到 。
报错回溯:
I've confirmed that it works with Blender 4.2, but after some research, I found that the addon that supports 3MF files (Blender 3MF Format) doesn't work with Blender 4.4 and later.
The D&D addon also doesn't work because it internally calls the addon's import function. If possible, please use a version of Blender older than 4.4.
A previous comment had the same issue, but my .3mf files don't work, and they display the same error message the previous commenter had.
I've confirmed that it works with Blender 4.2, but after some research, I found that the addon that supports 3MF files (Blender 3MF Format) doesn't work with Blender 4.4 and later.
The D&D addon also doesn't work because it internally calls the addon's import function. If possible, please use a version of Blender older than 4.4.
Great add-on! For some reason, it doesn't work in 5.0. Any ideas?