Simulation Scene

About

  • Header File: pbd_simulations/description/opbdscene.h

  • Description Category: Scene Objects. A c4d.BaseObject.

  • Included Description:

Parameters

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


Parameter: Device

  • Parameter ID: c4d.PBDSCENE_DEVICE

  • Parameter Type: int

  • Cycle Values:
    • CPU (c4d.PBDSCENE_DEVICE_CPU)

    • GPU (c4d.PBDSCENE_DEVICE_GPU)


Parameter: Gravity

  • Parameter ID: c4d.PBDSCENE_DEFAULTGRAVITY

  • Parameter Type: float


Parameter: Scene Scale

  • Parameter ID: c4d.PBDSCENE_SCENESCALE

  • Parameter Type: float


Parameter: Substeps

  • Parameter ID: c4d.PBDSCENE_SUBSTEPS

  • Parameter Type: int


Parameter: Constraints Solver

  • Parameter ID: c4d.PBDSCENE_CONSTRAINTSOLVER

  • Parameter Type: int

  • Cycle Values:
    • Jacobi (c4d.PBDSCENE_CONSTRAINTSOLVER_JACOBI)

    • Gauss-Seidel (c4d.PBDSCENE_CONSTRAINTSOLVER_GAUSSSEIDEL)

    • Gauss-Seidel Vivace (c4d.PBDSCENE_CONSTRAINTSOLVER_GAUSSSEIDELVIVACE)


Parameter: Iterations

  • Parameter ID: c4d.PBDSCENE_ITERATIONS

  • Parameter Type: int


Parameter: Smoothing Iterations

  • Parameter ID: c4d.PBDSCENE_SMOOTHINGITERATIONS

  • Parameter Type: int


Parameter: Simulate Before Generators

  • Parameter ID: c4d.PBDSCENE_EVALUATEBEFOREGENERATORS

  • Parameter Type: bool


Parameter: Damping

  • Parameter ID: c4d.PBDSCENE_DAMPING

  • Parameter Type: float


Parameter: Collision Passes

  • Parameter ID: c4d.PBDSCENE_COLLISIONPASSES

  • Parameter Type: int


Parameter: Post Collision Passes

  • Parameter ID: c4d.PBDSCENE_POSTCOLLISIONPASSES

  • Parameter Type: int


Parameter: Polish Iterations

  • Parameter ID: c4d.PBDSCENE_POLISHITERATIONS

  • Parameter Type: int


Parameter: Document Frame Range

  • Parameter ID: c4d.PBDSCENE_USEDOCUMENT_RANGE

  • Parameter Type: bool


Parameter: Start Frame

  • Parameter ID: c4d.PBDSCENE_SIMULATION_FROM

  • Parameter Type: int


Parameter: End Frame

  • Parameter ID: c4d.PBDSCENE_SIMULATION_TO

  • Parameter Type: int


Parameter: Elements


Parameter: Forces