December 19, 2017, 09:01 (GMT) |
Fix T53559: Auto texture space for text and font is wrong in Cycles The issue actually goes a bit deeper, converting curve to mesh will change texture space just because font and bezier curves are using CV to calculate texture space. So now when those objects are converted to mesh, we disable auto texture space and copy evaluated space over. |
December 19, 2017, 08:54 (GMT) |
Cycles tests: Enable texture space tests |
December 19, 2017, 08:40 (GMT) |
Merge branch 'master' into blender2.8 |
December 19, 2017, 08:33 (GMT) |
UI: split out button checks from tooltip creation Allows to make tooltips from other kinds of data. |
December 19, 2017, 07:57 (GMT) |
Merge branch 'master' into blender2.8 |
December 19, 2017, 07:56 (GMT) |
Fix T53547 for real now Original fix was assuming that particle init operation is updated on every frame, which is wrong behavior and that was fixed in previous commit to the original bugfix. |
December 19, 2017, 06:14 (GMT) |
Manipulator: ui-scale support for navigate widget |
December 19, 2017, 04:28 (GMT) |
Manipulator: 3D view navigation improvements - Highlight's were too intense/distracting use more subtle alpha (consistent with the rest of our UI). - Don't fill center cube (only draw edges). - Draw widget while interacting since this is helpful in some cases. Thanks to @jbakker for suggestions. Also change axis hotspots so the nearest is always selected for quicker axis picking (relies on dragging any axis to orbit). |
December 19, 2017, 03:36 (GMT) |
Correct axis mapping logic |
December 19, 2017, 03:15 (GMT) |
Merge branch 'master' into blender2.8 |
December 19, 2017, 03:05 (GMT) |
3D View: use shortest angle between quaternions Gave incorrect smoothview speed changing between some axis and axis locking. |
December 19, 2017, 03:03 (GMT) |
Math Lib: signed versions of quaternion angle There was no simple way to get the shortest quaternion angle. |
December 19, 2017, 01:48 (GMT) |
Manipulator: Support click only manipulator's Makes the 3D view navigation widget easier to use: dragging anywhere in the rotation region now rotates without having to avoid the XYZ axis hotspots which only activate on a single click. Logic for drag detection is complicated by manipulators reliance on keeping the modal operator running. Currently this is wrapped in an ifdef, we may want to implement it differently later. |
December 19, 2017, 01:46 (GMT) |
Manipulaor: de-duplicate finish call |
December 19, 2017, 01:24 (GMT) |
Forgotten on last commit |
December 19, 2017, 01:17 (GMT) |
Draw Manager: draw_cache_imp_displist, always return IndexBuf even when there is no index This prevents possible errors with materials and a crash with low resolution metaball. Also a small cleanup was done in the code. |
Revision dc834e2 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) December 18, 2017, 18:20 (GMT) |
Fix compiler warning The previous commit was wrong |
Revision 2d53346 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) December 18, 2017, 18:17 (GMT) |
Fix compiler warning |
December 18, 2017, 17:24 (GMT) |
Fix T53474, bevel glitchy with big objects. A comparison should have not just have been against an epsilon, but relative to the edge length involved. Thanks to mano-wii for patch on which this is based. |
Revision 86c3fbf by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) December 18, 2017, 16:50 (GMT) |
Add alpha factor to mask while filling If the color fill opacity is equal to 1.0, it's very hard to see the strokes that you want to fill. With this change, always the stroke is visible while painting. |
|
|
|


Master Commits
MiikaHweb | 2003-2021