Blender Git Commit Log
Git Commits -> Revision 8782508
Revision 8782508 by Luca Rood (cloth-improvements) March 30, 2017, 17:51 (GMT) |
Implement cloth trouble indication map This allows one to set a vertex group, to which "trouble" data is written. This allows one to see where issues occured for instance in the event of a cloth explosion. |
Commit Details:
Full Hash: 87825084d57ec4a8ae246d8edb005a230e1a59e5
Parent Commit: d6a6417
Lines Changed: +64, -7
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+3, -0) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/cloth.c (+9, -1) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+24, -0) (Diff)
/source/blender/physics/BPH_mass_spring.h (+1, -1) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+23, -4) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/cloth.c (+9, -1) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+24, -0) (Diff)
/source/blender/physics/BPH_mass_spring.h (+1, -1) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+23, -4) (Diff)