Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

is possible to change the particle system in a scene?

  • #1, by pds 5 years ago Zitieren
    Hello,
    like the title of the topic, has anybody of you chenged the particle system of a scene using action panel?

    Or i should use a script?
    Thank you
  • #2, by esmeralda 5 years ago Zitieren
    I don't think you can change the particle system of a scene via actions. I haven't seen an action part that does that.
    Lua should be possible, but as I suck at lua I can't tell you how. In the luadocs there is Scenes.ParticleSystem listed.

    I would assign the particle system to an object (components tab) and a second one to a second object and switch between these objects by activating/deactivating them via a condition or value.
  • #3, by afrlme 5 years ago Zitieren
    It's actually better to assign them to scene objects as they inherit various properties of the object, which includes the object center (z-index), opacity (I think), & if the object is hidden/shown via a condition or value, then the particle system will also be hidden/shown.

    All in all, you have much better control over the particle system assigned to your scene, though technically it's also possible to tweak it via scripting too.