Blender Git Loki
Git Commits -> Revision 976c0cd
July 2, 2016, 08:32 (GMT) |
Vertex attributes for the strand root points. These attributes carry information for interpolating guide strands in the geometry shader. Each strand can have up to 4 guide strands (identified by index) with a normalized weight for each. |
Commit Details:
Full Hash: 976c0cd42d1b96b858771b93d82a71bf2b591317
Parent Commit: 31298b7
Lines Changed: +81, -11
6 Modified Paths:
/source/blender/blenkernel/BKE_strands.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/strands.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/drawstrands.c (+10, -1) (Diff)
/source/blender/gpu/GPU_strands.h (+5, -0) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+19, -6) (Diff)
/source/blender/gpu/intern/gpu_strands.c (+45, -2) (Diff)
/source/blender/blenkernel/intern/strands.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/drawstrands.c (+10, -1) (Diff)
/source/blender/gpu/GPU_strands.h (+5, -0) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+19, -6) (Diff)
/source/blender/gpu/intern/gpu_strands.c (+45, -2) (Diff)