Adverti horiz upsell

Water Drops 1.0.0 for Maya (maya script)

This script makes water drops and sweat.

License
Button download
7,255 Downloads

Compatibility

  • 2011

Operating Systems

  • Windows

History

Created:06/14/2011
Last Modified:06/14/2011
File Size: 6.85 KB

Keywords

nParticles

Bugs

maya 2016

Statuspending
Priorityhigh
Date04/17/2016
Submitted byasag asag
on maya 2016 don't working(

Comments on this bug:

  • ben gunn

    ben gunn said almost 8 years ago:

    I guess all you need is to peplace all these lines in Script Editor:
     
    NParticleMenu MayaWindow|mainNParticleMenu;
    updateNParticleStyleMenu "Water";
     
    with these
     

    DynParticlesMenu MayaWindow|mainParticlesMenu;
    updateNParticleStyleMenu MayaWindow|mainParticlesMenu;
    optionVar -stringValue NParticleStyle "Water";

    This will fix this // Error: Cannot find procedure "NParticleMenu". // 

    Here is the file:

Post a comment: