Adverti horiz upsell

Particle System for Nuke 6 0.1.1 for Nuke (nuke script)

flexible 3D particle system for Nuke 6

License
Button download
1,534 Downloads

Compatibility

  • 5.x

Operating Systems

  • Linux
  • Mac
  • Windows

History

Created:05/19/2010
Last Modified:08/21/2010
File Size: 21.2 KB

Keywords

particle system, nuke

Bugs

problems with nuke 6.1v1

Statusactive
Priorityhigh
Date08/13/2010
Submitted bysuperburner superburner
Since moving to 6.1v1 (from 6.0v3) i'm seeing a lot of these errors, and also opening large-ish saved nuke files with this node crash nuke (on update).

 Traceback (most recent call last):
  File "/software/apps/nuke/6.1v1/cent5.x86_64/plugins/nuke/callbacks.py", line 124, in knobChanged
    _doCallbacks(knobChangeds)
  File "/software/apps/nuke/6.1v1/cent5.x86_64/plugins/nuke/callbacks.py", line 44, in _doCallbacks
    f[0](*f[1],**f[2])
  File "/home/jordanb/.nuke/particles.py", line 23, in ParticlesCallback
    if (n['__ISPARTICLESYSTEM'] == None):
NameError: knob __ISPARTICLESYSTEM does not exist

hope it's a easy fix!  this thing is great.  using it right now to gory blood sprays!

Comments on this bug:

  • Chris Keller

    Chris Keller said over 14 years ago:

    I don't have access to Nuke 6.1 at the moment. I modified the code section in question, but possibly they've changed more in the scripting system. Can you please give me feedback?
  • Dave Levy

    Dave Levy said over 14 years ago:

    replace line 23 in particles.py if (n['__ISPARTICLESYSTEM'] == None): with if n.knob('__ISPARTICLESYSTEM') is None:

Post a comment: