Revision 916e631 by Julian Eisel October 13, 2016, 15:17 (GMT) |
Fix compiling with Blenderplayer |
Revision 78817ae by Sybren A. Stüvel October 13, 2016, 15:06 (GMT) |
Prevent problems when appending scene with referenced proxy Such a "referenced proxy" could be a proxy that is used in a constraint on another object. Brings back part of 1cdc54dc7db85766 but without the memory leak. |
Revision 6027550 by Bastien Montagne October 13, 2016, 14:20 (GMT) |
Usual UI/i18n tweaks & fixes. |
Revision 3579350 by Dalai Felinto October 13, 2016, 14:18 (GMT) |
immediate mode: small cleanup on timeline (no need to unbind/rebind the same program) |
Revision 6917de6 by Joshua Leung October 13, 2016, 12:19 (GMT) |
Fix: Grease Pencil palettes were missing a RNA path callback |
Revision 5c65155 by Sybren A. Stüvel October 13, 2016, 12:10 (GMT) |
Proxy appending: re-establish link to proxies when they are made local This allows appending of an entire scene from another blend file into this one, even when that blend file contains proxified armatures. This replaces the approach from commit 1cdc54dc7db85766. Thanks @sergey for the help. |
Revision 918e6cf by Bastien Montagne October 13, 2016, 08:23 (GMT) |
Fix T49635: column_flow Layout - last column is too small. Column flow layout was abuse ui_item_fit in a weird way, which was broken for last column items. Now rather use own code, which basically spread available width as equally as possible between all columns. |
Revision 786c096 by Bastien Montagne October 13, 2016, 08:23 (GMT) |
Cleanup: UI layout: remove unsed and confusing parameter. Things are complicated enough like that, no need to add useless noise on top of it! |
Revision 6f220c1 by Mike Erwin October 13, 2016, 04:38 (GMT) |
inform immediate mode when switching OpenGL context Longstanding to-do is now to-done. Heinous bug reported by @dfelinto pushed me to fix this. |
Revision 71656ac by Mike Erwin October 13, 2016, 04:38 (GMT) |
Gawain: fix immediate mode for multiple GL contexts New functions activate & deactivate immediate mode. Call these when switching context and the internal VAO will be handled properly. VAOs are one of the few things *not* shared between OpenGL contexts. |
Revision d5b7525 by Dalai Felinto October 13, 2016, 04:23 (GMT) |
Fix for crash on dopesheet drawing with immediate mode (rB7a552612c) |
Revision c565f7b by Dalai Felinto October 13, 2016, 02:50 (GMT) |
viewport: bring the manipulators |
Revision 165bdfb by Dalai Felinto October 13, 2016, 02:19 (GMT) |
Fix timeline break after recent immediate mode change (rBf6e7e46f) |
Revision b5c539f by Dalai Felinto October 13, 2016, 02:16 (GMT) |
gawain: assert for immBeginAtMost(..., 0) |
Revision 84ed9d9 by Dalai Felinto October 13, 2016, 00:36 (GMT) |
Draw depth even when in wire mode (for OB_RENDER) Note: this is not working at the moment, but the logic is sound. Since we will still change the drawing code a lot I think the commit is valid. |
Revision 69b1b95 by Dalai Felinto October 13, 2016, 00:36 (GMT) |
immediate mode: use new ThemeColor functions |
Revision e79f302 by Dalai Felinto October 13, 2016, 00:36 (GMT) |
gawain/immediate mode: new util functions for color uniforms |
Revision 8d573aa by Dalai Felinto October 13, 2016, 00:28 (GMT) |
wrong alpha set for timeline theme (fixup for rBf329ebe3) |
Revision f6e7e46 by Dalai Felinto October 12, 2016, 22:36 (GMT) |
Revision 2d03edb by Brecht Van Lommel October 12, 2016, 18:21 (GMT) |
Fix T49631: radial control operators not using DPI properly. |
|
|
|


Master Commits
MiikaHweb | 2003-2021