February 27, 2018, 11:17 (GMT) |
Merge branch 'master' into soc-2017-normal-tools |
Revision 21a09cb 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) February 27, 2018, 11:05 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 6ba26e6 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) February 27, 2018, 10:47 (GMT) |
Fix infinite loop if color is missing Usually, this never happens, but if any color is missing, needed to add to hash to avoid the creation of duplicate materials. |
Revision 98d1b46 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) February 27, 2018, 08:53 (GMT) |
Fix wrong interpolation for fake events The distribution was not even and it was slightly moved because it was not necessary to copy point between segments. |
February 27, 2018, 01:07 (GMT) |
Fix Cycles to mostly work with render layer / depsgraph changes. Point density texture and motion blur are still broken, and many more changes are needed in general to used evaluated datablocks. |
February 26, 2018, 22:37 (GMT) |
Rename "Editing" section to "General" Also moved to be first item. |
February 26, 2018, 22:18 (GMT) |
Rename "User Preferences" to "Settings" in the UI |
February 26, 2018, 21:34 (GMT) |
Use lean/shallow EvaluationContext for point density texture I'm confident this is not working, but I want to check with others how to test this and if we need a full EvaluationContext with depsgraph for this. |
Revision 0336d60 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) February 26, 2018, 21:11 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
February 26, 2018, 19:39 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-render-depsgraph |
February 26, 2018, 19:37 (GMT) |
Fix Sequencer for new depsgraph/render changes |
Revision 1c045f6 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) February 26, 2018, 18:37 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision c1c1b52 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) February 26, 2018, 18:34 (GMT) |
Invert Input Samples value In order to keep UI consistency, the value now it's inverted. Bigger values, means more precission. A value of Zero means, no additional sampling. |
Revision a636f3f 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) February 26, 2018, 17:38 (GMT) |
Generate missing mouse event When the artist moves very fast the mouse, there are event that are not captured due hardware limitations, so need to interpolate the position and generate the missing control points in the stroke. |
February 26, 2018, 17:33 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-drawcontext |
February 26, 2018, 17:30 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-drawcontext |
February 26, 2018, 14:22 (GMT) |
From review: render_to_image should not get RenderLayer |
Revision 0014d09 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) February 26, 2018, 13:54 (GMT) |
Fix Monkey stroke scale This was missing when Pixfactor was changed |
February 26, 2018, 13:48 (GMT) |
Move render ViewLayer iterator outside render_result_new |
February 26, 2018, 02:36 (GMT) |
Fixes for proper initialization and destruction of draw context. |
|