December 23, 2018, 21:55 (GMT) |
Merge branch 'master' into userpref_redesign |
December 23, 2018, 21:42 (GMT) |
Fix floating panel (HUD) applying DPI incorrectly ARegion.sizex/y should never have DPI factor applied. For regular panel regions, DPI will be applied in region_rect_recursive already, causing it to be applied twice when region size is set dynamically (= based on content dimensions). |
December 23, 2018, 21:03 (GMT) |
Fix and workaround for i18n messages extraction code. |
December 23, 2018, 21:03 (GMT) |
Cleanup: First batch of UI messages fixes (typos, final points...). Also contains some code typo fixes (mostly, adtaptative -> adaptive, former is nearly innexistant in English, let's stick to simple valid words ;) ). |
December 23, 2018, 17:13 (GMT) |
Merge branch 'master' into userpref_redesign |
December 23, 2018, 17:04 (GMT) |
Avoid creating & registering zero sized AZones Would allocate memory for AZones and register them even if their coordinates/bounding-box was all 0, meaning they're not visible and not interactive. |
Revision d28d0e4 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 23, 2018, 15:58 (GMT) |
Merge branch 'master' into greasepencil-object Conflicts: source/blender/editors/gpencil/gpencil_intern.h source/blender/editors/gpencil/gpencil_primitive.c |
December 23, 2018, 15:54 (GMT) |
GP: Small changes to help text |
December 23, 2018, 15:45 (GMT) |
GP: Add Shift+F to define strength for primitives |
December 23, 2018, 15:12 (GMT) |
Fix T59783: Convert GP stroke to geometry menu disabled The Convert operator works only in Object mode but it was defined in Edit menu. Now the operator is defined in object menu and in specials menu. |
December 23, 2018, 14:32 (GMT) |
Fix missing update when deleting animation channels. |
December 23, 2018, 14:32 (GMT) |
Fix missing update when toggling NLA solo mode. |
December 23, 2018, 12:48 (GMT) |
More tweaks to Preferences * Brighter navigation bar background to avoid conflicts with subpanel backgrounds * Group together device input settings into one panel (with sub-panels) * Group together view manipulation settings into one panel (with sub-panels) * Move Save Preferences button back to header until own region for it is ready |
December 23, 2018, 12:28 (GMT) |
BLI_math_rotation: properly name the quaternion power function. "angular mult factor" is a completely unintelligible description for a function that raises a unit quaternion to the scalar power. |
December 23, 2018, 11:38 (GMT) |
Merge branch 'master' into userpref_redesign |
Revision 61d3c12 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) December 23, 2018, 11:09 (GMT) |
Merge remote-tracking branch 'remotes/origin/blender2.8' into soc-2018-npr |
December 23, 2018, 09:16 (GMT) |
Fix T59782: Replace RMB by MMB in bottom help text |
December 22, 2018, 14:10 (GMT) |
Point locale sub-repo to blender2.7 branch. Since we start translating for 2.8 very soon, better to archive 2.7x translations in their own branch. ;) |
December 22, 2018, 09:56 (GMT) |
GP: Update Suzanne 2D object Review of the "D Suzanne to reduce number of points and small changes in shapes and colors. Designed by Matias Mendiola and Daniel M. Lara |
December 22, 2018, 00:45 (GMT) |
Fix T59505: Knife tool cut preview line becomes black The root of the problem is that KnifeTool_OpData->colors was not init in some cases. But the reason is unknown as it seems to be random and the init function was always called. So instead on init the color only once, we query the colors each time we draw the knife points. The overhead of this approach is negligeable. |
|
|
|


Master Commits
MiikaHweb | 2003-2021