Revision ef80c41 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 7, 2018, 08:44 (GMT) |
Make Dots mode thickness equal to Line mode The dots was using half of thickness and when change the mode to line, the line was thicker. Now, both thickness are equal. |
Revision d8689a4 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 7, 2018, 07:23 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
March 7, 2018, 05:34 (GMT) |
Add missing NULL check Caused loading user-prefs to crash. |
March 7, 2018, 03:29 (GMT) |
Merge branch 'master' into blender2.8 |
March 7, 2018, 03:00 (GMT) |
Cleanup: edit-mode undo API Move function descriptions into the struct, minor improvements to variable naming, use convention of 'g_' prefix for static vars. |
March 7, 2018, 00:40 (GMT) |
DRW: Fix memory leak. This prevents the creation of a new job if no job is running. |
March 7, 2018, 00:40 (GMT) |
Eevee: Fix volume rendering glitches. The bug was due to the Halton function returning uninitialized value for 0 iteration. |
March 7, 2018, 00:40 (GMT) |
Eevee: Fix garbage on the first frames when enabling volumetrics. Was cause by newly added shader deferred compilation. |
March 6, 2018, 22:27 (GMT) |
Draw Manager: Simplify the algorithm that extract the BoundingSphere of a Frustum The idea is to separate the most common case from symmetrical frustum. And to make a simple but efficient calculation. The new radius is usually 98% the size of the radius size of the asymmetric solution. Thanks to @fclem for reviewing the patch on IRC |
Revision 40b1caa 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 6, 2018, 18:15 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 6fa4ac5 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 6, 2018, 18:14 (GMT) |
WIP: Integrate Cycles render This is the first try to integrate the Cycles render with Grease Pencil. Eevee uses its own call and don't need all this stuff because reuse all Eevee initialization code. |
March 6, 2018, 15:52 (GMT) |
Eevee: Fix crash with volumetrics + default mat + alpha blend |
March 6, 2018, 15:45 (GMT) |
Eevee: Fix Cascaded shadowmap setup. It was getting the wrong matrice because of the point light override. |
March 6, 2018, 15:45 (GMT) |
DRW: Fix DRW_viewport_matrix_override_set_all function. |
March 6, 2018, 15:45 (GMT) |
Eevee: Fix probes not working after a world update. |
March 6, 2018, 15:45 (GMT) |
Eevee: Update to support shader deferred compilation. World probe is tagged to refresh when it it's shader is updated. Probes are recomputed only after all meshes shaders have been compiled. |
March 6, 2018, 15:45 (GMT) |
GPU: Fix typo. |
March 6, 2018, 15:45 (GMT) |
DRW: Fix broken grid in ortho view. |
March 6, 2018, 15:45 (GMT) |
Eevee: fix wrong sizeof. Like really? wtf dude? *self face slapping* |
March 6, 2018, 15:45 (GMT) |
DRW: Shader Deferred compilation: Use a wmJob for threading. Also get rid of the static var and initialization. This enables the user to see the progress on the info header. Closing blender or reading a file also kill the job which is good. Unfortunatly, this job cannot be interrupt by users directly. We could make it interruptible but we need a way to resume the compilation. |
|
|
|


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