|
Blender
V3.3
|
Classes | |
| class | blender::compositor::ExecutionGroup |
| Class ExecutionGroup is a group of Operations that are executed as one. This grouping is used to combine Operations that can be executed as one whole when multi-processing. More... | |
|
strong |
The order of chunks to be scheduled.
| Enumerator | |
|---|---|
| CenterOut | order from a distance to centerX/centerY |
| Random | order randomly |
| TopDown | no ordering |
| RuleOfThirds | experimental ordering with 9 hot-spots. |
| Default | |
Definition at line 95 of file COM_defines.h.
|
strong |
Possible priority settings.
| Enumerator | |
|---|---|
| High | High quality setting. |
| Medium | Medium quality setting. |
| Low | Low quality setting. |
Definition at line 32 of file COM_Enums.h.
|
strong |
Possible quality settings.
| Enumerator | |
|---|---|
| High | High quality setting. |
| Medium | Medium quality setting. |
| Low | Low quality setting. |
Definition at line 19 of file COM_Enums.h.
|
strong |
the execution state of a chunk in an ExecutionGroup
| Enumerator | |
|---|---|
| NotScheduled | chunk is not yet scheduled |
| Scheduled | chunk is scheduled, but not yet executed |
| Executed | chunk is executed. |
Definition at line 45 of file COM_Enums.h.
|
strong |
Work type to execute.
| Enumerator | |
|---|---|
| Tile | Executes an execution group tile. |
| CustomFunction | Executes a custom function. |
Definition at line 64 of file COM_Enums.h.