IO: Importing multiple 3DS files at once #105227
No reviewers
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#105227
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch ":roblop-patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Only the first file is imported even if multiple files are selected. In order to import many 3DS files, we have to manually import them one by one (difficult to do with hundreds of files).
These changes allow all selected files (in the file dialog) to be imported in a single operation.
Limitation : the settings are applied to all imported files.
I tested this but was not able to import multiple files at once, how do you select multiple files in the file browser? It seems to me it always imports the one shown on the bottom cell
@NRGSille to select several files, you must press the SHIFT or CTRL key.
Moreover, this patch works very well on Blender 4.1 beta but doesn’t on the last Blender 4.2 alpha (the last build) because the there is an issue with the Blender 4.2 alpha addon : I can’t import any 3DS even if I test the addon without this patch.
@RobLop I am researching the error in version 4.2, that one is another issue. Importing multiple files at once is a good idea but even if I select multiple files and then click import only one file gets imported. If I use ctrl the last selected object gets imported and with shift the first selected file gets imported. This has to be checked, if it works I will give it a go^^
@RobLop I removed the matrix transformation in the import script wich caused the error in 4.2.
Here is the commit:
39f3ea4ab0
@NRGSille Thanks for your commit. I tried another time my commit in 4.2 with your patch and it works as expected (import multiple 3ds files at once). I don't understand why this doesn't work for you.
@RobLop I tested again - now it seems to work, We can merge this
I will also add this to the release notes