blender/scripts
Jesse Yurkovich af7a34dee7 ImportHelper: Common methods for FileHandler drag and drop support
Provide common implementations for two operations that all Python
FileHandlers will typically use.

- `poll_file_object_drop` To be used inside the FileHandler `poll_drop`
   callback
- `invoke_popup` To be used inside the Operator `invoke` callback

The above code closely mirrors what is currently done inside the
existing Blender c++ FileHandlers.

Pull Request: https://projects.blender.org/blender/blender/pulls/119774
2024-03-29 01:22:51 +01:00
..
freestyle Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
modules ImportHelper: Common methods for FileHandler drag and drop support 2024-03-29 01:22:51 +01:00
presets UI: Removal of Five Operator Confirmations 2024-03-29 01:09:15 +01:00
site Cleanup: spelling in comments, update dictionary 2023-09-03 21:35:07 +10:00
startup Cleanup: assign object & space variables from the context for reuse 2024-03-29 10:08:59 +11:00
templates_osl License headers: remove GPL header from OSL template script 2023-08-04 13:24:15 +10:00
templates_py Cleanup: code-comments, use doxygen formatting & spelling corrections 2024-03-26 17:55:20 +11:00