Files
test/source/blender
Julian Eisel bdd0ac5bce Fix on_drag_start handler not getting ID when dragging from Outliner
We would first invoke the dragging, and then set the drag data (like the
ID or the dragged modifier), so the `wmDropBox.on_drag_start()` handler
wouldn't be able to access this. This broke dragging some IDs from the
Outliner, noticed in D15333.

It's now possible to first create/request drag data, extend it, and then
invoke the actual dragging. The normal function to start dragging
returns `void` now instead of `wmDrag *`, so the drag data can't easily
be modified after starting anymore.
2022-07-14 19:21:56 +02:00
..
2022-07-08 09:48:49 +10:00
2022-07-11 10:38:04 +10:00
2022-07-14 22:02:52 +10:00
2022-07-04 15:26:57 +10:00
2022-07-14 22:02:52 +10:00
2022-03-16 11:58:22 +11:00
2022-07-12 16:58:04 +02:00
2022-06-30 12:14:22 +10:00
2022-05-17 15:34:02 +10:00