Revision 433c2d1 by Clément Foucault May 28, 2019, 12:37 (GMT) |
Fix T65226 Crash on entering in Edit mode with ASAN build |
Revision e0c1116 by Clément Foucault May 28, 2019, 12:22 (GMT) |
Cleanup: DRW: Rename DRW_STATE_BLEND_* for API clarity |
Revision 2e211d0 by Howard Trickey May 28, 2019, 11:56 (GMT) |
Revision b2b1aa2 by Philipp Oeser May 28, 2019, 10:22 (GMT) |
Fix T57090: selected node group input sockets circles not drawing in sidebar UIList nodesockets were actually drawn, but immediately drawn over by widgets from the widget draw batch cache. solution here is to "widgify" nodesocket drawing as well. Reviewers: brecht Maniphest Tasks: T57090 Differential Revision: https://developer.blender.org/D4963 |
Revision fc8547b by Sergey Sharybin May 28, 2019, 09:11 (GMT) |
Fix T57483: Driver on grease pencil modifier does not update |
Revision 1cf2766 by Antonio Vazquez May 28, 2019, 08:24 (GMT) |
Fix T65212: Cycles_render_layer test grease pencil crashes. Theme colors should not be accessed for rendering. Also some minor cleanups. Thanks @brecht for catching the bug. |
Revision 1008d9c by Campbell Barton May 28, 2019, 06:37 (GMT) |
Cleanup: unused args/vars |
Revision 7bf8d8b by Campbell Barton May 28, 2019, 06:17 (GMT) |
Cleanup: use time scrub instead of scrubbing Renaming was only done to ED_time_scrub_ui.h, function names and struct members used term 'scrubbing' which is ambiguous. |
Revision 8d81a3d by Campbell Barton May 28, 2019, 06:11 (GMT) |
Cleanup: clang format |
Revision 671eb29 by Campbell Barton May 28, 2019, 05:26 (GMT) |
Cleanup: rename gizmo keymaps Don't use plural because single/multiple isn't relevant for keymap definitions and reads badly for specific gizmo types that only use a single gizmo. |
Revision 1e51839 by Campbell Barton May 28, 2019, 05:18 (GMT) |
Cleanup: remove unused modal gizmo keymap An operator can only have one modal keymap, there is no use in defining multiple. |
Revision 13f292d by Campbell Barton May 28, 2019, 04:40 (GMT) |
Gizmo: only highlight when held modifier keys are used Check the current events modifiers against the gizmo keymap, only highlighting when keymap items match. Needed to resolve T63996 |
Revision 2e22cfd by Campbell Barton May 28, 2019, 03:36 (GMT) |
Gizmo: changes to internal drag logic Minor changes to recent gizmo click/drag logic 08dff7b40bc6a Changing the gizmos highlighted part in the invoke_prepare callback is too error prone since it needs to run before it's known which operator will execute. Add back 'drag_part', since it simplifies click-drag use. While this isn't essential with custom keymaps per gizmo it avoids having to define a keymap in the case a drag event needs a different action. |
Revision 219e6a9 by Campbell Barton May 28, 2019, 01:46 (GMT) |
Fix show face-dot check Match edit-mesh drawing. |
Revision c716005 by Campbell Barton May 28, 2019, 01:39 (GMT) |
Docs: correct descriptions |
Revision 89207df by Ray molenkamp May 27, 2019, 19:48 (GMT) |
cmake: Fix building with clang on windows. |
Revision 55814cd by Ray molenkamp May 27, 2019, 17:34 (GMT) |
Cleanup: Fix const warning in makesrna rna_function_string was not const correct leading to different 'const' qualifiers (C4090) warnings in MSVC. |
Revision 3a8f543 by Antonio Vazquez May 27, 2019, 17:30 (GMT) |
Fix T65190: GPencil stroke not correctly initializated using python API The value of new gradient fields was wrong. |
Revision 4778dfa by Ray molenkamp May 27, 2019, 17:29 (GMT) |
Cleanup: Fix warnings in bf_physics MSVC did not detect the usage of i in the openmp loops and emitted a unused variable warning. |
Revision 8a484ac by Ray molenkamp May 27, 2019, 16:46 (GMT) |
Cleanup: Fix build warning in bf_editor_interface widget_draw_text_ime_underline was not const correct leading to warnings with MSVC |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021