Blender Git Commit Log

Git Commits -> Revision a393026

December 6, 2017, 16:41 (GMT)
New VFX light modifier

This modifier simulates a point light over the stroke. There is not shadows support and use its own internal lamp point. Only ambient and diffuse.

The use of this VFX is to get special effects. In the future, a real lighting system can be implemented using normal Blender lamps, but this is different of this modifier.

Commit Details:

Full Hash: a3930268e147e9e190e303d23a53d0afabe8fb02
Parent Commit: b2f3260
Lines Changed: +324, -2

2 Added Paths:

/source/blender/draw/engines/gpencil/shaders/gpencil_light_frag.glsl (+47, -0) (View)
/source/blender/modifiers/intern/MOD_gpencillight.c (+79, -0) (View)

12 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_modifier.py (+17, -0) (Diff)
/source/blender/draw/CMakeLists.txt (+1, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+30, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+15, -2) (Diff)
/source/blender/draw/engines/gpencil/gpencil_vfx.c (+59, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+60, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021