Blender Git Commit Log

Git Commits -> Revision 6ced026

Revision 6ced026 by Jacques Lucke (master)
October 20, 2020, 10:07 (GMT)
Simulation: remove particle nodes with outdated design

The design for how we approach the "Everything Nodes" project
has changed. We will focus on a different part of the project initially.

While future me will likely refer back to some of the code I remove here,
there is no point in keeping this code around in master currently.
It would just confuse other developers working on the project.

This does not remove the simulation modifier and data block. Those are
just cleaned up, so that the boilerplate code can be reused in the future.

Commit Details:

Full Hash: 6ced026ae1547ac28c88516a0d061315aeacc913
Parent Commit: 63a9f24
Lines Changed: +24, -4651

29 Deleted Paths:

/source/blender/nodes/simulation/nodes/node_sim_age_reached_event.cc (+0, -38)
/source/blender/nodes/simulation/nodes/node_sim_emit_particles.cc (+0, -38)
/source/blender/nodes/simulation/nodes/node_sim_execute_condition.cc (+0, -39)
/source/blender/nodes/simulation/nodes/node_sim_force.cc (+0, -36)
/source/blender/nodes/simulation/nodes/node_sim_kill_particle.cc (+0, -36)
/source/blender/nodes/simulation/nodes/node_sim_multi_execute.cc (+0, -38)
/source/blender/nodes/simulation/nodes/node_sim_particle_attribute.cc (+0, -52)
/source/blender/nodes/simulation/nodes/node_sim_particle_birth_event.cc (+0, -37)
/source/blender/nodes/simulation/nodes/node_sim_particle_mesh_collision_event.cc (+0, -40)
/source/blender/nodes/simulation/nodes/node_sim_particle_mesh_emitter.cc (+0, -41)
/source/blender/nodes/simulation/nodes/node_sim_particle_simulation.cc (+0, -39)
/source/blender/nodes/simulation/nodes/node_sim_particle_time_step_event.cc (+0, -37)
/source/blender/nodes/simulation/nodes/node_sim_set_particle_attribute.cc (+0, -58)
/source/blender/nodes/simulation/nodes/node_sim_simulation_time.cc (+0, -31)
/source/blender/simulation/intern/particle_allocator.cc (+0, -86)
/source/blender/simulation/intern/particle_allocator.hh (+0, -98)
/source/blender/simulation/intern/particle_function.cc (+0, -166)
/source/blender/simulation/intern/particle_function.hh (+0, -94)
/source/blender/simulation/intern/particle_mesh_emitter.cc (+0, -362)
/source/blender/simulation/intern/particle_mesh_emitter.hh (+0, -49)
/source/blender/simulation/intern/simulation_collect_influences.cc (+0, -907)
/source/blender/simulation/intern/simulation_collect_influences.hh (+0, -65)
/source/blender/simulation/intern/simulation_solver.cc (+0, -522)
/source/blender/simulation/intern/simulation_solver.hh (+0, -37)
/source/blender/simulation/intern/simulation_solver_influences.cc (+0, -57)
/source/blender/simulation/intern/simulation_solver_influences.hh (+0, -234)
/source/blender/simulation/intern/simulation_update.cc (+0, -357)
/source/blender/simulation/intern/time_interval.hh (+0, -90)
/source/blender/simulation/SIM_simulation_update.hh (+0, -31)

22 Modified Paths:

/release/scripts/startup/bl_operators/object_quick_effects.py (+0, -54) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+0, -2) (Diff)
/release/scripts/startup/nodeitems_builtins.py (+0, -58) (Diff)
/source/blender/blenkernel/BKE_node.h (+0, -21) (Diff)
/source/blender/blenkernel/BKE_simulation.h (+0, -20) (Diff)
/source/blender/blenkernel/intern/node.c (+0, -70) (Diff)
/source/blender/blenkernel/intern/simulation.cc (+5, -284) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+0, -18) (Diff)
/source/blender/editors/space_node/drawnode.c (+1, -55) (Diff)
/source/blender/makesdna/DNA_ID.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_modifier_defaults.h (+0, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+0, -3) (Diff)
/source/blender/makesdna/DNA_node_types.h (+0, -4) (Diff)
/source/blender/makesdna/DNA_simulation_types.h (+1, -56) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+0, -60) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+0, -100) (Diff)
/source/blender/modifiers/intern/MOD_simulation.cc (+16, -49) (Diff)
/source/blender/nodes/CMakeLists.txt (+0, -14) (Diff)
/source/blender/nodes/intern/node_socket.cc (+0, -19) (Diff)
/source/blender/nodes/NOD_simulation.h (+0, -15) (Diff)
/source/blender/nodes/NOD_static_types.h (+0, -15) (Diff)
/source/blender/simulation/CMakeLists.txt (+0, -16) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021