blender/doc
Guillermo Venegas 1254fee589 IO: Add support for Drag and Drop to FileHandlers
Added support to Drag and Drop to file handlers, part of #111242.

If file handlers are registered with an import operator they can now be
invoked with drag and drop path data.

Import operators must either declare a `filepath` StringProperty or both
a `directory` StringProperty and a `files` CollectionProperty depending
on if they support single or multiple files respectively.

Multiple FileHandlers could be valid for handling a dropped path. When
this happens a menu is shown so the user can choose which exact handler
to use for the file.

Pull Request: https://projects.blender.org/blender/blender/pulls/116047
2024-01-06 03:51:45 +01:00
..
blender_file_format License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
doxygen Cleanup: consistent indentation for HTML templates, wrap long lines 2023-12-08 13:28:45 +11:00
guides Cleanup: spelling in comments 2023-08-25 09:40:42 +10:00
license Licenses: add MPL-2.0 (from recent inclusion of NanoVDB.h) 2023-12-12 13:08:16 +11:00
manpage Fix #115056: man-page fails to build with non-portable install 2023-11-28 16:55:53 +11:00
python_api IO: Add support for Drag and Drop to FileHandlers 2024-01-06 03:51:45 +01:00