Object Operator

About

  • Header File: xpressocore/description/gvobject.h

  • Description Category: GraphView Operators.

  • Included Description:

Parameters

Parameters are accessed with C4DAtom.GetParameter()/C4DAtom.SetParameter().


Parameter: Reference

  • Parameter ID: c4d.GV_OBJECT_OBJECT_ID

  • Parameter Type: c4d.BaseList2D


Parameter: Reference Mode

  • Parameter ID: c4d.GV_OBJECT_PATH_TYPE

  • Parameter Type: int

  • Cycle Values:
    • Use Start Position (c4d.GV_OBJECT_PATH_TYPE_START)

    • Absolute Reference (c4d.GV_OBJECT_PATH_TYPE_ABSOLUTE)

    • Relative Reference (c4d.GV_OBJECT_PATH_TYPE_RELATIVE)


Parameter: Start Position

  • Parameter ID: c4d.GV_OBJECT_START_TYPE_ID

  • Parameter Type: int


Parameter: Start Distance

  • Parameter ID: c4d.GV_OBJECT_DISTANCE_ID

  • Parameter Type: int


Parameter: History Depth

  • Parameter ID: c4d.GV_OBJECT_HISTORY_DEPTH_ID

  • Parameter Type: int


Parameter: Path

  • Parameter ID: c4d.GV_OBJECT_PATH_ID

  • Parameter Type: str


Parameter: Local Matrix

  • Parameter ID: c4d.GV_OBJECT_OPERATOR_LOCAL_IN

  • Parameter Type: c4d.Matrix


Parameter: Global Matrix

  • Parameter ID: c4d.GV_OBJECT_OPERATOR_GLOBAL_IN

  • Parameter Type: c4d.Matrix


Parameter: History level

  • Parameter ID: c4d.GV_OBJECT_OPERATOR_HISTORY_IN

  • Parameter Type: int


Parameter: On

  • Parameter ID: c4d.GV_OBJECT_OPERATOR_ON

  • Parameter Type: bool


Parameter: Local Matrix

  • Parameter ID: c4d.GV_OBJECT_OPERATOR_LOCAL_OUT

  • Parameter Type: c4d.Matrix


Parameter: Global Matrix

  • Parameter ID: c4d.GV_OBJECT_OPERATOR_GLOBAL_OUT

  • Parameter Type: c4d.Matrix


Parameter: Previous position

  • Parameter ID: c4d.GV_OBJECT_OPERATOR_OLD_POS_OUT

  • Parameter Type: c4d.Vector


Parameter: Previous rotation

  • Parameter ID: c4d.GV_OBJECT_OPERATOR_OLD_ROT_OUT

  • Parameter Type: c4d.Vector


Parameter: Previous scale

  • Parameter ID: c4d.GV_OBJECT_OPERATOR_OLD_SIZE_OUT

  • Parameter Type: c4d.Vector


Parameter: Previous global matrix

  • Parameter ID: c4d.GV_OBJECT_OPERATOR_OLD_GLOBAL_OUT

  • Parameter Type: c4d.Matrix


Parameter: Previous local matrix

  • Parameter ID: c4d.GV_OBJECT_OPERATOR_OLD_LOCAL_OUT

  • Parameter Type: c4d.Matrix


Parameter: Position velocity

  • Parameter ID: c4d.GV_OBJECT_OPERATOR_VELOCITY_POS_OUT

  • Parameter Type: c4d.Vector


Parameter: Rotation velocity

  • Parameter ID: c4d.GV_OBJECT_OPERATOR_VELOCITY_ROT_OUT

  • Parameter Type: c4d.Vector


Parameter: Scale velocity

  • Parameter ID: c4d.GV_OBJECT_OPERATOR_VELOCITY_SIZE_OUT

  • Parameter Type: c4d.Vector