Module commandHandlers :: Class Cinema4DCommandHandler
[hide private]
[frames] | no frames]

Class Cinema4DCommandHandler

source code


On Windows, ensure that the slashes face the right way, and escape any ctrl-characters

Instance Methods [hide private]
 
prepareCommand(self, job, cmd)
This method can be used to apply application version-specific or os-specific modifications to the commandline necessary to run the job
source code

Inherited from CommandHandler: __init__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

prepareCommand(self, job, cmd)

source code 

This method can be used to apply application version-specific or os-specific modifications to the commandline necessary to run the job

Parameters:
  • job - the job object that has been passed to the instance in the back-end code
  • cmd - the cmdline that the job will run
Returns:
the cmd, modified for the appVersion or OS
Overrides: CommandHandler.prepareCommand
(inherited documentation)