Blender Git Loki
Git Commits -> Revision 362b3bb
Revision 362b3bb by Campbell Barton (master) July 30, 2016, 05:14 (GMT) |
Cloth Simulation: add time scale property This setting can also be animated, to create a "time warp" effect. D2122 by @LucaRood |
Commit Details:
Full Hash: 362b3bbe58ae378d5e154dd1a27d55d913594a1a
Parent Commit: 7a43531
Lines Changed: +41, -3
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+5, -0) (Diff)
/source/blender/blenkernel/intern/cloth.c (+2, -1) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+19, -0) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+7, -0) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+6, -2) (Diff)
/source/blender/blenkernel/intern/cloth.c (+2, -1) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+19, -0) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+7, -0) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+6, -2) (Diff)