Blender Git Commit Log
Git Commits  -> Revision 1f50beb
		
			
			
		
Revision 1f50beb by Jacques Lucke (master) October 7, 2020, 16:04 (GMT)  | 
Volumes: new Volume Displace modifier This modifier uses a 3D texture to displace a volume. For now, this can only use the previously existing texture system, because we do not have a better alternative yet. Still, the results can be quite good and interesting. See D9075 for some examples. Reviewers: brecht, simonthommes Differential Revision: https://developer.blender.org/D9075  | 
Commit Details:
Full Hash: 1f50beb9f28edd2fe54d97647222ad6ee5808c1c
Parent Commit: b8638b6
Lines Changed:  +444,  -0
1 Added Path:
/source/blender/modifiers/intern/MOD_volume_displace.cc (+345, -0)  (View)
6 Modified Paths:
/source/blender/makesdna/DNA_modifier_types.h (+20, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+75, -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)
/source/blender/makesrna/intern/rna_modifier.c (+75, -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)


 Master Commits
MiikaHweb | 2003-2021