Usage ¶
setInputCurveInfo(session
: hapi.Session, node_id
: int
, part_id
: int
, info
: hapi.InputCurveInfo) → bool
Set meta-data for the input curves, including the curve type, order, reverse and closed properties.
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 node id.
part_id
Currently unused. Input asset geos are assumed to have only one part.
info
The curve info represents the meta-data about the curves, including the type, order, and closed and reverse properties.