Created by: niarchou
Addressed problem description
ParticlesMK2 node returns empty particle data, issue #2355 (closed). This happens because the way to access particle data has changed.
Solution description
The ParticlesMK2 node requires access to the evaluated dependency graph in order to retrieve the particle data. We add a reference to the graph in the node tree, so that the node can get the particle data via the graph (discussed in #2355 (closed)).
Preflight checklist
Put an x letter in each brackets when you're done this item:
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.