Revision b3ec99f by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 27, 2018, 20:44 (GMT) |
Revision 8b1315f by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 27, 2018, 18:15 (GMT) |
Temp fix to compile There is a problem with the generator for themes, and this is a temp fix while Campbell fix the generator, |
June 27, 2018, 18:11 (GMT) |
Temp fix to compile theme |
June 27, 2018, 14:52 (GMT) |
Merge branch 'greasepencil-object' into temp-greasepencil-vfx |
Revision b0ba734 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 27, 2018, 14:51 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
June 27, 2018, 14:46 (GMT) |
Merge branch 'greasepencil-object' into temp-greasepencil-vfx |
Revision 411a8d1 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 27, 2018, 14:45 (GMT) |
Increase multisample texture precission When use FX get glitches. |
Revision 7c3c256 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 27, 2018, 14:44 (GMT) |
Fix wrong engine name |
June 27, 2018, 11:37 (GMT) |
More changes to Blur effect Still there are problems |
June 27, 2018, 10:09 (GMT) |
Cleanup: Rename File |
June 27, 2018, 09:43 (GMT) |
Merge branch 'greasepencil-object' into temp-greasepencil-vfx |
Revision 01d9f81 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 27, 2018, 09:43 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision c117484 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 27, 2018, 09:33 (GMT) |
Fix struct typo name errors |
Revision 08a2176 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 27, 2018, 09:28 (GMT) |
Fix FXAA problem when drawing The internal passes never must check z-depth values, only in the final pass. |
June 27, 2018, 09:23 (GMT) |
Set intermediate passes to DRW_STATE_DEPTH_ALWAYS This passes must write z-depth but don't need check it. Note: This solves the FXAA problem too. |
June 27, 2018, 09:00 (GMT) |
Add missing copyData function This function was removed by error when migrate the old VFX, but it's required by depsgraph to do the COW. |
June 27, 2018, 08:30 (GMT) |
Chnage notificator to update viewport |
June 27, 2018, 08:15 (GMT) |
Cleanup code and comments |
June 27, 2018, 08:09 (GMT) |
Remove unused callback The FX are done in draw engine and the apply call is not required now. I fmore callbacks are required in the future, we will add them, but now is unused code. |
June 27, 2018, 08:04 (GMT) |
Fix typo errors |
|