Process#
(Process)
- Abstract Class
- Category:
Process
- Default object name:
process
- Inherits from: ProjectItem
- Inherited by: ProcessImageNodeWrite, ProcessImageNodeWriteDeep, ProcessMerge, ProcessScript, ProcessVariableRange, ProcessVariableSet, ProcessWriteAbc, ProcessWriteUsd
No corresponding User page.
Description#
Base class for processes.
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
action |
run_process |
VISUAL_HINT_DEFAULT |
CID#
class "Process" "ProjectItem" {
abstract yes
#license {
flavor "advanced"
}
#version 0.9
icon "../icons/object_icons/process.iconrc"
category "Process"
doc "Base class for processes."
attribute_group "run" {
action "run_process" {
value <empty>
}
}
}