I have a load of objects that I created with Python.
I want them all to have the same particle effect.
I try to copy the effect from another mesh using
copyAllPropertiesTo() but this doesn’t seem to work
(BTW what does this do, the doc says zero)
I can create an effect with new and copy everything
using the getters and setters but…
The doc for Effect.new() doesn’t tell you how
to “link” it to a mesh object. Neither does the
Object doc.
I tried link() but Mesh doesn’t like Effect data
I look in the “outliner” window to get a clue
and… effects don’t show up either.
Any answers?