Revision 4a7d969 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, 20:13 (GMT) |
Cleanup: Move eraser brush draw to function and avoid duplicated code |
Revision 9387647 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, 19:56 (GMT) |
Fix problem with Eraser cursor size The problem was the internal red area was not using the same size of the external lines. |
Revision 7a0ee16 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, 19:15 (GMT) |
Change Eraser brush to use brush radius not global value The old configuration uses a global user prefs value, but now must be the brush size. Still need to fix the problem when resize size of the brush. |
Revision 3058310 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, 19:04 (GMT) |
Enable right cursor for Erase brush The cursor must show that you are using the eraser |
March 2, 2018, 18:56 (GMT) |
Fix Cycle standalone build. |
Revision 32c4bc3 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, 18:30 (GMT) |
WIP: New Eraser brush This new brush is equal to the old eraser, but it makes the interface more consistent. Still need more work to adapt all eraser features, limit other actions not related to eraser and brush switching. |
March 2, 2018, 17:34 (GMT) |
Clay: Perf: Early out of SSAO if there is no need for it. |
March 2, 2018, 17:34 (GMT) |
DRW: Refactor simple instancing. Instead of creating a new instancing shading group without attrib, we now have instancing calls. The benefits is that they can be culled. They can be used in conjuction with the standard and generate calls but shader must support it (which is generally not the case). We store a pointer to the actual count so that the number can be tweaked between redraw. This will makes multi layer rendering more efficient. |
March 2, 2018, 17:34 (GMT) |
Object Mode: Make use of optimized DRW_shgroup_call_object_add |
March 2, 2018, 17:34 (GMT) |
DRW: Add DRWMatrixState to manage all matrices together. |
March 2, 2018, 17:34 (GMT) |
Eevee: Cleanup & fix Warnings. |
March 2, 2018, 17:34 (GMT) |
Eevee: Make use of culling when rendering the shadowmaps. |
March 2, 2018, 16:09 (GMT) |
Fix build errors in Linux |
Revision 4a2cb19 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, 15:57 (GMT) |
Cleanup previous commit Make more compact the code |
Revision 5b07881 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, 15:53 (GMT) |
Hide Draw cursor when Eraser is enabled If the eraser is enabled, the little color dot used as cursor for drawing must be hidden and replaced by dash line circle cursor only. |
March 2, 2018, 15:42 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 90b8960 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, 15:41 (GMT) |
Remove duplicate line This line had to be removed in a previous commit. |
March 2, 2018, 15:27 (GMT) |
Depsgraph: Fix dependency cycle when ID prop drives ID property Introduced explicit ID property node for driers in depsgraph, so it is clear what is the input for driver, and what is the output. This also solved relations builder throwing lots of errors due to ID property not being found. |
Revision a8818d5 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, 15:00 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision a73d902 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, 14:53 (GMT) |
Fix again grease pencil modes after merge |
|
|
|


Master Commits
MiikaHweb | 2003-2021