Display:
Master Commits
Branch Commits
All Commits
Blender
Git "soc-2019-npr" branch commits.
Page: 121 / 226
April 5, 2018, 09:34 (GMT)
Improve render image blending The blend of the Eevee/Cycles render and grease pencil render was not working as expected when grease pencil used transparency. Now the blend is using blend equation with GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA
April 4, 2018, 15:41 (GMT)
Cleanup: Style
April 4, 2018, 15:14 (GMT)
Cleanup: Add comments
April 4, 2018, 15:02 (GMT)
Cleanup: Move cache functions to own module
April 4, 2018, 14:37 (GMT)
Cleanup: Move vfx code and solve VFX order All the code moved to vfx module and now the VFX modifiers are evaluated in the same order defined in the interface. Before, the order was always the same and did not use the interface order.
April 4, 2018, 14:23 (GMT)
Cleanup: Define variable using #define
April 4, 2018, 14:17 (GMT)
Cleanup: Remove redundant object parameter for VFX
April 4, 2018, 14:10 (GMT)
Cleanup: Remove object index parameter for vfx
April 4, 2018, 14:07 (GMT)
Cleanup: More work to structure code
April 4, 2018, 14:00 (GMT)
Cleanup. Create framebuffers in separate function
April 4, 2018, 13:54 (GMT)
Cleanup: Create shaders in a separate function
April 4, 2018, 13:44 (GMT)
Merge branch 'blender2.8' into greasepencil-object
April 4, 2018, 08:02 (GMT)
Merge branch 'blender2.8' into greasepencil-object
April 3, 2018, 17:31 (GMT)
Add Lock to Focal Plane to Blur VFX This optn works only in camera view and defines the blur factor depending of location of the object in depth of field. If the object is on a location inside near and far depth of filed values, the blur is disabled.
April 3, 2018, 16:40 (GMT)
Merge branch 'blender2.8' into greasepencil-object Conflicts: source/blender/editors/gpencil/gpencil_data.c source/blender/editors/gpencil/gpencil_paint.c
April 3, 2018, 16:28 (GMT)
Refactor VFX code Make code more consistent and clear to understand.
April 2, 2018, 15:23 (GMT)
Allow zero samples for VFX Blur When the number of samples is set to zero, the blur is dissabled, but this can be used to get effects animating the samples parameter. If the zero is not a valid value, it is impossible to disable the blur with only this parameter.
April 2, 2018, 14:40 (GMT)
Fix reproject error drawing lines The reproject was done two times and must be done only once.
April 2, 2018, 14:33 (GMT)
Cleanup redundant variable
April 2, 2018, 14:18 (GMT)
Fix errors after merge