c4d.plugins.PriorityList

Stores execution priorities.

Definition

class c4d.plugins.PriorityList

Members

PriorityList.Add(node, priority, flags)

Adds an execution point for node and the time specified by priority.

Parameters:
  • node (GeListNode) – The node to execute.
  • priority (int) –

    The priority in the pipeline. Standard values are:

    EXECUTION_INITIAL Initial
    EXECUTION_ANIMATION Animation
    EXECUTION_EXPRESSION Expressions
    EXECUTION_DYNAMICS Dynamics
    EXECUTION_GENERATOR Generators
  • flags (int) – Not currently used.

Table Of Contents