Blender Git Loki
Git Commits -> Revision 7cd2c1f
Revision 7cd2c1f by Jacques Lucke (master) August 1, 2020, 19:56 (GMT) |
Particles: support custom particle events in solver Previously, there were only particle-birth and time-step events. Now the solver can handle custom events. On the user level this does not change anything yet. This feature of the solver will be used by an upcoming Age Reached Event node and possibly others. When this node exists, I can finally remove the hardcoded maximum particle age. |
Commit Details:
Full Hash: 7cd2c1fd2e7a4c82dd5569cf0ee0155c3cca9101
Parent Commit: 6141549
Lines Changed: +292, -15
4 Modified Paths:
/source/blender/simulation/intern/simulation_collect_influences.cc (+66, -2) (Diff)
/source/blender/simulation/intern/simulation_solver.cc (+179, -13) (Diff)
/source/blender/simulation/intern/simulation_solver_influences.cc (+4, -0) (Diff)
/source/blender/simulation/intern/simulation_solver_influences.hh (+43, -0) (Diff)
/source/blender/simulation/intern/simulation_solver.cc (+179, -13) (Diff)
/source/blender/simulation/intern/simulation_solver_influences.cc (+4, -0) (Diff)
/source/blender/simulation/intern/simulation_solver_influences.hh (+43, -0) (Diff)