Module modoCmdrangeBackEnd
[hide private]
[frames] | no frames]

Module modoCmdrangeBackEnd

source code


A backend that writes out a modo command file for an agenda item, then redirects that command
file to the modo_cl executable:
    
    modo_cl < commands.txt

Classes [hide private]
  ModoCmdRangeBackEnd
A backend for a Modo using the cmdrange approach, starts Modo for every agenda item
Variables [hide private]
  MODO_CMD_TEMPLATE = '\nlog.toConsole true\nlog.toConsoleRollin...
  __package__ = None
hash(x)
Variables Details [hide private]

MODO_CMD_TEMPLATE

Value:
'''
log.toConsole true
log.toConsoleRolling true
scene.open "%(scene)s" normal
pref.value render.threads %(renderThreads)s
pref.value render.useNetwork False
pref.value lanservices.sendAssetsForNetworkJob false
@ChangeRenderFrameRange.pl %(fStart)s %(fEnd)s %(fStep)s
...