Blender Git Loki
Git Commits -> Revision 5418ab9
Revision 5418ab9 by Lukas Toenne (temp_merge_gooseberry_hair) January 19, 2015, 16:39 (GMT) |
New voxel texture mode "Hair", for displaying the internal hair volume structure as a texture. This is mostly a debugging feature that may be removed again later. |
Commit Details:
Full Hash: 5418ab91dc20c5aa36ddce4aafafd2e76e7c061a
Parent Commit: 8707be3
Lines Changed: +137, -20
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_texture.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/implicit.c (+104, -20) (Diff)
/source/blender/makesdna/DNA_texture_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_texture.c (+1, -0) (Diff)
/source/blender/render/intern/source/voxeldata.c (+26, -0) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/implicit.c (+104, -20) (Diff)
/source/blender/makesdna/DNA_texture_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_texture.c (+1, -0) (Diff)
/source/blender/render/intern/source/voxeldata.c (+26, -0) (Diff)