[TODO] Add drag and drop popup menu #26
Labels
No Label
bug
confirmed
duplicate
enhancement
help wanted
High
known issue
Normal
not a task
question
task
v2.4
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: extensions/io_scene_x3d#26
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Most other file formats already support it, however this extension doesn't.
Check the efforts to be made to implmenet this feature and implement it.
We most likely need to use this API part: https://docs.blender.org/api/current/bpy.types.FileHandler.html#bpy.types.FileHandler.poll_drop
A modal should be shown, just like for this .stl file:
[TODO] Add drag and drop import functionailityto [TODO] Add drag and drop popup menuThe file handler istself exists now, though currently only single files are supported and no import popup is drawn, instead the file browser opens.