Blender Git Commit Log
Git Commits -> Revision c4ef2e2
September 14, 2018, 13:52 (GMT) |
Cloth: Improve UI This reorganizes the cloth UI, and changes some of the behaviour to be more reasonable. Changes included here: * Reorganized cloth panels * Improved some tooltips * Removed `vel_damping` option * Removed cloth pinning checkbox * Removed stiffness scaling checkbox * Separated shrinking from sewing * Separated self collisions from object collisions Reviewed By: brecht Differential Revision: https://developer.blender.org/D3691 |
Commit Details:
Full Hash: c4ef2e2f2ebcd9967aa5d4b283ac7abe51156d51
Parent Commit: 1287965
Lines Changed: +298, -265
11 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+124, -102) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/cloth.c (+32, -42) (Diff)
/source/blender/blenkernel/intern/collision.c (+69, -61) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+1, -2) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+27, -2) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+35, -36) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+1, -1) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+5, -15) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/cloth.c (+32, -42) (Diff)
/source/blender/blenkernel/intern/collision.c (+69, -61) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+1, -2) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+27, -2) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+35, -36) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+1, -1) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+5, -15) (Diff)