Particles in b28
Created by: zeffii
I add it here as I found an issue that seems to be related to Blender 2.8, not Sverchok.
Issue: empty particle data
How:
- add an object on scene
- add a particle system and tweak it to see particles in the viewport
- now go to Sverchok and add a particle node Expected: the particle node gives you the locations of the particles
Test:
- select your object and go in Console,
- write len(C.active_object.particle_systems[-1].particles) and it returns 0 (!...)
Done with latest January update of blender master repo.
So I suppose we have to wait for either an explanation on how to access particle data or a fix.
Originally posted by @nantille in https://github.com/nortikin/sverchok/pull/2353#issuecomment-453829503