Houdini 20.0 hapi

hapi.revertGeo function

Remove all changes that have been committed to this

Usage

revertGeo(session: hapi.Session, node_id: int) → bool

Remove all changes that have been committed to this geometry. If this is an intermediate result node (Edit SOP), all deltas will be removed. If it’s any other type of node, the node will be unlocked if it is locked.

session

The session of Houdini you are interacting with. See hapi.Session for more on sessions. Pass None to just use the default in-process session.

node_id

The SOP node id.

hapi