January 10, 2020, 10:03 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-refactor |
January 10, 2020, 10:02 (GMT) |
Merge branch 'master' into greasepencil-object |
January 10, 2020, 09:26 (GMT) |
Version cycle 2.83, master is now in alpha and open for new work and features |
January 10, 2020, 09:26 (GMT) |
Merge branch 'blender-v2.82-release' |
January 10, 2020, 09:25 (GMT) |
Version cycle to 2.83 alpha for master. |
January 10, 2020, 08:04 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-refactor |
January 10, 2020, 08:03 (GMT) |
Merge branch 'master' into greasepencil-object |
January 10, 2020, 07:08 (GMT) |
Cleanup: group event_query functions in header |
January 10, 2020, 06:54 (GMT) |
Cleanup: name wm_event_modalkeymap_begin/end Relocate & name functions to make it clear calling begin should be followed by a call to end. Also group locking & report functions. |
January 10, 2020, 06:54 (GMT) |
Cleanup: move public event queries into their own file event_system.c has been collecting a lot of different functionality, move generic query/access functions into their own file, since these are used by operators and other parts of the windowing code and aren't part of low level event handling. Also move public last-property API to wm_operators.c. |
January 10, 2020, 06:10 (GMT) |
Version 2.82 cycle to beta for bcon3, stabilizing period |
January 10, 2020, 05:34 (GMT) |
Cleanup: use doxy sections in wm_event_system.c |
January 10, 2020, 05:31 (GMT) |
Correct last commit, restore the double-click state for modal events |
January 10, 2020, 04:49 (GMT) |
Fix T72999: Fast keystrokes ignored for operators with modal keymaps Logic to convert double-click events into press events wasn't running in the case an operator had a modal keymap, causing bevel for e.g. to ignore keys pressed quickly. Change event handling logic so modal handlers never receive double click events, so checks for press/release are reliable. While this is an old issue for mouse events in practice it wasn't a problem since the first event typically executed/canceled. Support for keyboard double-click exposed the problem for all modal operators that take numeric input. |
January 10, 2020, 04:10 (GMT) |
Docs: explain logic behind wm_event_modalkeymap |
January 10, 2020, 02:08 (GMT) |
Fix T72948: Smooth active tool gizmo vibrates |
January 10, 2020, 02:03 (GMT) |
Fix mesh randomize tool not running Missing from recent update to execute immediately when properties are set. |
Revision 938a26b by Clément Foucault (greasepencil-object, greasepencil-refactor, temp-gpencil-eval) January 9, 2020, 21:09 (GMT) |
Gpencil: Refactor: Support per layer random color in wireframe overlay |
Revision de4c233 by Clément Foucault (greasepencil-object, greasepencil-refactor, temp-gpencil-eval) January 9, 2020, 21:09 (GMT) |
GPencil: Refactor: Add support for GPencil wireframes |
Revision 2942e7e by Clément Foucault (greasepencil-object, greasepencil-refactor, temp-gpencil-eval) January 9, 2020, 21:09 (GMT) |
GPencil: Refactor: Don't draw Gpencil objects if drawtype is not solid |
|
|
|


Master Commits
MiikaHweb | 2003-2021