Blender Git Loki
Git Commits -> Revision ca18f5d
Revision ca18f5d by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) November 4, 2015, 14:05 (GMT) |
added inner uv map setting, which will contain only inner face's UVs, useful for texture based inner smoke in conjunction with fracture modifier |
Commit Details:
Full Hash: ca18f5ddd4967460e1ee8c8d237e0d33df3aae11
Parent Commit: 3c54514
Lines Changed: +112, -40
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_fracture.py (+4, -3) (Diff)
/source/blender/blenkernel/BKE_fracture.h (+2, -1) (Diff)
/source/blender/blenkernel/BKE_fracture_util.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/fracture.c (+31, -20) (Diff)
/source/blender/blenkernel/intern/fracture_util.c (+41, -11) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+9, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+22, -3) (Diff)
/source/blender/blenkernel/BKE_fracture.h (+2, -1) (Diff)
/source/blender/blenkernel/BKE_fracture_util.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/fracture.c (+31, -20) (Diff)
/source/blender/blenkernel/intern/fracture_util.c (+41, -11) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+9, -0) (Diff)
/source/blender/modifiers/intern/MOD_fracture.c (+22, -3) (Diff)