Deadline Scripting Reference  10.1.23.6
Deadline.Plugins Namespace Reference

Classes

class  DeadlinePlugin
 The abstract render plugin class, which is subclassed in the plugin python script file. More...
 
class  FailRenderException
 An exception thrown to indicate that the Render has failed. More...
 
class  PluginConfig
 Contains the configuration settings for a render or event plugin. More...
 

Enumerations

enum class  PluginType { Simple , Advanced }
 The plugin types. More...
 

Enumeration Type Documentation

◆ PluginType

The plugin types.

Enumerator
Simple 

A simple plugin that uses a managed process. This is often the choice when using an application's command line renderer to do the rendering.

Advanced 

A more advanced plugin that provides more flexibility and control over the render job.