Blender Git Commit Log
Git Commits -> Revision ed2e8f5
July 9, 2016, 12:41 (GMT) |
Enum property for selecting among the available hair shader models. Available choices are the "classic" particle shading (bogus, but useful for comparison), Kajiya, and Marschner. The Marschner model is not yet implemented. |
Commit Details:
Full Hash: ed2e8f59a727504bd2d592cb5b61f194527fb057
Parent Commit: 08ad6e5
Lines Changed: +99, -6
9 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+5, -0) (Diff)
/source/blender/blenkernel/BKE_strands.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/strands.c (+11, -0) (Diff)
/source/blender/editors/space_view3d/drawstrands.c (+14, -2) (Diff)
/source/blender/gpu/GPU_strands.h (+7, -1) (Diff)
/source/blender/gpu/intern/gpu_strands.c (+24, -2) (Diff)
/source/blender/gpu/shaders/gpu_shader_strand_frag.glsl (+3, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+9, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+22, -0) (Diff)
/source/blender/blenkernel/BKE_strands.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/strands.c (+11, -0) (Diff)
/source/blender/editors/space_view3d/drawstrands.c (+14, -2) (Diff)
/source/blender/gpu/GPU_strands.h (+7, -1) (Diff)
/source/blender/gpu/intern/gpu_strands.c (+24, -2) (Diff)
/source/blender/gpu/shaders/gpu_shader_strand_frag.glsl (+3, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+9, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+22, -0) (Diff)