Blender Git Commit Log
Git Commits -> Revision a99781c
July 27, 2014, 16:10 (GMT) |
Added time stepping in the modifier, like all the other simulations do. This is pretty crappy in general, but there is no good alternative so far. Eventually we'd like to separate simulation stepping from the keyframe animation system, so that simulations can be advanced independently. This would be very useful for tweaking (in a otherwise constant environment), doing pre-roll, setting start frame in the cache etc. For now this modifier update approach is just a quick hack to get visual feedback for the integrator. |
Commit Details:
Full Hash: a99781c28e42c9329409e86dce8e87349b449e9c
Parent Commit: d572d60
Lines Changed: +50, -44
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+3, -3) (Diff)
/source/blender/editors/physics/hair_ops.c (+2, -37) (Diff)
/source/blender/editors/physics/physics_intern.h (+0, -1) (Diff)
/source/blender/editors/physics/physics_ops.c (+0, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+7, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_hair.c (+35, -2) (Diff)
/source/blender/editors/physics/hair_ops.c (+2, -37) (Diff)
/source/blender/editors/physics/physics_intern.h (+0, -1) (Diff)
/source/blender/editors/physics/physics_ops.c (+0, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+7, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_hair.c (+35, -2) (Diff)