Revision 03e5ba3 by Campbell Barton November 7, 2018, 07:20 (GMT) |
Fix hidden action-zone interaction |
Revision 484faae by Campbell Barton November 7, 2018, 07:20 (GMT) |
Fix for hidden regions becoming active |
Revision 767a395 by Campbell Barton November 7, 2018, 07:19 (GMT) |
Fix redraws from non-existing scrollbars Cursor motion was often causing redraws. Distance to scrollbars that don't exist in hidden regions caused redraws (for alpha fading). Check if scrollbars are used before calculating fade. |
Revision 0bd6122 by Campbell Barton November 7, 2018, 03:40 (GMT) |
Tool System: display tooltip generation error While this shouldn't ever happen there have been reports of tooltip creation failure - keep this until the issue is resolved. |
Revision 4e11b6f by Campbell Barton November 7, 2018, 02:40 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 8a014e7 by Campbell Barton November 7, 2018, 02:37 (GMT) |
November 7, 2018, 02:15 (GMT) |
Multi-Objects: MBALL_OT_select_similar Compared to previous implementation, the following has been changed: * Threshold: is now an absolute value. This allows a comparison with e.g. radii that are much larger than selected radius. This is also consistent with `CURVE_OT_select_similar` * Radius in world space is the average of the radius scaled in x, y and z directions * Since MetaBalls are symmetrical, rotation is only considered from 0 to ?/2. So for example rotations of 90� and -90� are considered equal. This is also consistent with the way `CURVE_OT_select_similar` works. Fix/changes from committer (Dalai Felinto): * Drawing not updating after changes. (see original patch for details). Reviewers: dfelinto Differential Revision: https://developer.blender.org/D3895 |
Revision ad3a241 by Campbell Barton November 7, 2018, 01:57 (GMT) |
Icons: add ops.paint.weight_sample |
Revision b9e919b by Campbell Barton November 7, 2018, 01:57 (GMT) |
Icons: remove unused vertex paint icons Also update names to match enum. |
Revision 188857e by Campbell Barton November 7, 2018, 01:57 (GMT) |
Cleanup: style |
Revision 0a893c0 by Dalai Felinto November 7, 2018, 01:32 (GMT) |
Revision f6bec57 by Campbell Barton November 7, 2018, 01:28 (GMT) |
Merge branch 'master' into blender2.8 |
Revision dca3d3e by Campbell Barton November 7, 2018, 01:17 (GMT) |
Cleanup: use BLI_compiler_compat.h for BLI_INLINE |
Revision 6bda925 by Campbell Barton November 7, 2018, 01:04 (GMT) |
Cleanup: remove GPENCIL_OT_sculpt_select This can be done via WM_OT_context_set_enum |
Revision 101fd08 by Campbell Barton November 7, 2018, 00:59 (GMT) |
Merge branch 'master' into blender2.8 |
November 7, 2018, 00:56 (GMT) |
Multi-Objects: CURVE_OT_select_similar Implemented the following methods: * SIMCURHAND_TYPE * SIMCURHAND_RADIUS * SIMCURHAND_WEIGHT * SIMCURHAND_DIRECTION Limits: * DIRECTION does not support surfaces, because `BKE_nurb_bpoint_calc_normal` does not work with Nurbs of type `CU_CARDINAL`. This also didn't work prior to this patch, so we wait until surfaces are properly supported in EditMode. * Also DIRECTION should take scaling into consideration. We need our own versions of BKE_nurb_bpoint_calc_normal/bezt. * Threshold default is too large. Not sure if it's better to change the default or scale the threshold in code. Differential Revision: https://developer.blender.org/D3846 Changes from committer (Dalai Felinto): * Moved nurb_bpoint_direction_worldspace_get/bezt to functions. * Comments hinting at the mode (direction) that require scaling to be taken into account - to be addressed by patch creator in a future patch. |
Revision 59e70d5 by Campbell Barton November 7, 2018, 00:52 (GMT) |
Cleanup: renmae ePaintTexture(Projective) -> 3D Matches ePaintTexture2D, less verbose. |
Revision c19dafd by Campbell Barton November 7, 2018, 00:42 (GMT) |
Paint: paint.brush_select now supports gpencil Replace grease pencil specific brush select operator. |
Revision 895295a by Campbell Barton November 6, 2018, 23:54 (GMT) |
Paint: update shortcut detection for new logic |
Revision 87a6aab by Pablo Vazquez November 6, 2018, 23:43 (GMT) |
UI: Fix hard to see unselected channel name in Graph Editor. And unify colors with the Dope Sheet. |
|
|
|


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