Blender Git Commit Log
Git Commits -> Revision c9bdeef
Revision c9bdeef by Jacques Lucke (temp-test-point-cloud-simulation-depsgraph-integration) April 9, 2020, 10:34 (GMT) |
core particle simulation nodes |
Commit Details:
Full Hash: c9bdeef488b322f998c7cd6beb0f33bc13ca6ba2
Parent Commit: 827861c
Lines Changed: +500, -1
12 Added Paths:
/source/blender/nodes/simulation/nodes/node_sim_emit_particles.cc (+22, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_execute_condition.cc (+23, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_force.cc (+20, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_multi_execute.cc (+22, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_particle_attribute.cc (+36, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_particle_birth_event.cc (+21, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_particle_mesh_collision_event.cc (+24, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_particle_mesh_emitter.cc (+24, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_particle_simulation.cc (+23, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_particle_time_step_event.cc (+21, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_set_particle_attribute.cc (+41, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_simulation_time.cc (+15, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_execute_condition.cc (+23, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_force.cc (+20, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_multi_execute.cc (+22, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_particle_attribute.cc (+36, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_particle_birth_event.cc (+21, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_particle_mesh_collision_event.cc (+24, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_particle_mesh_emitter.cc (+24, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_particle_simulation.cc (+23, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_particle_time_step_event.cc (+21, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_set_particle_attribute.cc (+41, -0) (View)
/source/blender/nodes/simulation/nodes/node_sim_simulation_time.cc (+15, -0) (View)
9 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+24, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+19, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+13, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+33, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+75, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+12, -0) (Diff)
/source/blender/nodes/NOD_simulation.h (+13, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+13, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+19, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+13, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+33, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+75, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+12, -0) (Diff)
/source/blender/nodes/NOD_simulation.h (+13, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+13, -0) (Diff)