Blender Git Commits

Blender Git "greasepencil-refactor" branch commits.

Page: 182 / 287

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
April 2, 2018, 13:58 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/editors/space_outliner/outliner_select.c
April 1, 2018, 14:23 (GMT)
Cleanup: Make code more compact
April 1, 2018, 14:03 (GMT)
Recover line deleted by mistake in previous commit

Still there is a problem when the undo change to a non GP object.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021