Author Topic: Mayabatch simplecmd (exposes all cmdline options for most maya renderers)  (Read 9529 times)

Scot Brew

  • Hero Member
  • *****
  • Posts: 272
    • PipelineFX
This simplecmd exposes all commandline options for the "render" command.  It adds a submission dialog for about a dozen standard and optional maya renderers.

Standard Renderers:
  • file (Use the renderer stored in the Maya file)
  • sw (Maya software renderer)
  • hw (Maya hardware renderer
  • lightmap (Mentalray lightmap)
  • mi (Mentalray Exporter)
  • mr (Mentalray renderer)
  • vr (Vector renderer)

Plugin Renderers
  • 3delight (3Delight renderer)
  • vray (Vray renderer)
  • rib (Renderman rib renderer)
  • rman (Renderman renderer)
  • turtle (Turtle renderer)

Note:  This long list of renderers can be pruned by editing the file and commenting out the unneeded lines in the create() function.


[attachment deleted by admin]
« Last Edit: May 06, 2008, 09:24:34 PM by Scot Brew »

Scot Brew

  • Hero Member
  • *****
  • Posts: 272
    • PipelineFX
Fix: All commandline arguments specified before scenefile
« Reply #1 on: May 06, 2008, 09:23:35 PM »
Updated with fix to put all arguments before the scenefile to address a compatibility issue on some platforms. 

The mayabatch.py script modified in main post above.