Adverti horiz upsell

jd_Maya2Krakatoa 1.1.0 for Maya (maya script)

UI to easily export particles as PRT to be loaded in Krakatoa

License
Button download
732 Downloads

Compatibility

  • 2012

Operating Systems

  • Windows

History

Created:04/15/2012
Last Modified:02/24/2013
File Size: 80.7 KB

Keywords

Krakatoa, nParticles, prt

Q/A

I cannot export? :(

Date:08/14/2012
Submitted by: apoorva shah apoorva shah
Hey Jean,

I am not sure what is wrong but when i export prt it saves file to the specific location but the file size is 1kb for all the prt files and when i import it in max it does not show anything. I tried it with particles and nparticles but  same result. can you please help me troubleshooting this error.

thanks

Apoorva

Replies to this question:

  • Billy_The_Kid

    Billy_The_Kid said about 12 years ago:

    I have the exact same problem... maya 2012 x64 sp1
  • kazidamui

    kazidamui said about 12 years ago:

    Hey guys, really sorry about that, there's a bug in my script and I didn't had the time to fix it yet. for now, I would advise to use the original python script : (from https://code.google.com/p/ortholab/wiki/PRTTranslator) ### import maya.cmds as cmds particleShape = 'nParticleShape1' frames = 30 pathTemplate = 'C:/AAA.%.4d.prt' melCommand = 'file -force -options "" -typ "PRT" -pr -es \"%s\"' cmds.select(particleShape, r = True) for i in range(0, frames + 1): cmds.currentTime(i, edit = True, update = True) path = pathTemplate % i print path cmds.file(path, exportSelected = True, force = True, type = 'PRT') ### replace the variables particleShape, frames and pathTemplate with your needs and make sure the PRTtranslator.mll plugin is loaded. will try to fix my UI asap but Krakatoa for Maya should be released soon so...
  • Replyindent
    kazidamui

    kazidamui said over 11 years ago:

    Fixed in version 1.1

Post a reply: