step_simulation
Advances DOP simulation by a specified number of frames, triggering a forced cook of the DOP node. Moves time forward and updates the simulation cache, without undo support.
Instructions
推进 DOP 模拟(add-dops-tools,NO_UNDO)。
通过 ``hou.setTime(frameToTime(current + frames))`` 后
``dop_node.cook(force=True)``;拒绝 ``frames <= 0``,不恢复旧帧。
会触发依赖图 cook 与 DOP cache 生成/替换,**不**进入 undo group。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| frames | No | ||
| dop_path | Yes |