You can’t instantiate this object directly, call hou.anim.newBookmark instead.
Methods ¶
name()
→ str
Returns the name of this bookmark.
setName(name)
Updates the name of the bookmark.
startFrame()
→ int
Returns the start frame of this bookmark.
setStartFrame(start_frame)
Updates the start frame of the bookmark.
endFrame()
→ int
Returns the end frame of this bookmark.
setEndFrame(end_frame)
Updates the end frame of the bookmark.
comment()
→ str
Returns the comment of this bookmark.
setComment(comment)
Updates the comment of the bookmark.
setColor(color)
Updates the color of the bookmark.
The color
parameter should be a hou.Color.
visible()
→ bool
Returns whether or not this bookmark is visible.
setVisible(visible)
Updates the visibility of the bookmark.
sessionId()
- int
Returns the id of the bookmark. Note that this is a per-session id which is not guaranteed to be the same between different sessions.