Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEclipse
languagepython
linenumberstrue
emitter  = scene.get_PB_Emitter("Circle01")
particle = emitter.getFirstParticle()

while (particle):
    if (particle.queryAttribute(100)):
        scene.message("This attribute exists!")

    particle = particle.getNextParticle()