Revision 7c466e1 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) March 3, 2018, 15:52 (GMT) |
UI: Move brush mode to separated panel This option has been moved to a separated panel because is too disruptive to have in the main brush panel. Maybe in the future must be moved to new location, but we put here while we found a better place. |
Revision 629a5df 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) March 3, 2018, 15:18 (GMT) |
UI: Change Pin icon location |
Revision d6a25d6 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) March 3, 2018, 15:08 (GMT) |
Fix error using different eraser modes If the bursh was eraser, the brush was not using the eraser mode. |
March 3, 2018, 14:35 (GMT) |
fix legacy wturbulence windows will not compile with issue - only warning on linux |
March 3, 2018, 13:58 (GMT) |
Merge branch 'master' into blender2.8 |
March 3, 2018, 13:57 (GMT) |
Fix T54211: OpenGL debug error message in texture draw mode. Quite harmless and won't be a problem in 2.8. |
Revision abbcf11 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) March 3, 2018, 10:38 (GMT) |
UI: Define pin icon for default eraser Using pin button keep UI consistency better than a checkbox. |
Revision 34296ab 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) March 3, 2018, 09:55 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 9321612 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) March 3, 2018, 09:51 (GMT) |
Avoid drawing with Eraser brush If the current brush is eraser and try to draw, cancel the operator. This could be activated with the D key and must be forbidden. |
Revision 16e0f2f 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) March 3, 2018, 09:39 (GMT) |
Implement brush eraser quick switch This eraser switch works very similar to smooth sculpt brush in object sculpt mode. When the user press Ctrl, the current drawing brush is replaced by the default eraser brush while hold the key. After release the override key, the brush back to the drawing brush. |
Revision cc93479 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) March 3, 2018, 09:17 (GMT) |
UI: Hide appeareance panel for Eraser brush |
Revision c691ab8 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) March 3, 2018, 09:12 (GMT) |
Create a full set of eraser brushes Create Soft, Hard and Stroke eraser brushes. |
March 3, 2018, 05:36 (GMT) |
WorkSpace: use existing mode data w/ scene-switch Check if mode data exists before attempting to change the modes. |
March 3, 2018, 05:22 (GMT) |
WorkSpace: avoid redundant notifiers w/ mode sync |
March 3, 2018, 01:28 (GMT) |
WorkSpace: always change modes w/ the same active object |
Revision d1d5c99 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) March 2, 2018, 23:07 (GMT) |
Add new property Default Eraser This property will be used when the eraser is enabled using fast switch key while drawing with other type of brush. |
Revision a2f8d2e 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) March 2, 2018, 22:24 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 68683f2 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) March 2, 2018, 22:19 (GMT) |
Add new Eraser modes to UI panel Now there are 3 types of Eraser in UI panel: Soft: Need several passes to clean stroke. Hard: One pass, clean points. Stroke: Clean all stroke when touch any point. This modes were available before using modifier keys, but it was not easy to discover. |
March 2, 2018, 22:10 (GMT) |
Fix T54202: Cycles crash rendering empty mesh volume after recent optimization. |
March 2, 2018, 20:19 (GMT) |
Fix texture panel for Cycles I keep reading that texture painting is not working yet. However it is fully working. We even have a "Full Shading" option in the viewport display panel. Clay/EEVEE still need their UI figured out. But the context itself is doing its part after this patch, and at least for Cycles it's working like 2.79. |
|
|
|


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