On this page | |
Inheritence |
|
Values
hou.qt.renderGalleryDataRole.Label
The label of a snapshot. Type: str
.
hou.qt.renderGalleryDataRole.Image
The image associated with a snapshot. Type: PySide2.QtGui.QImage
.
hou.qt.renderGalleryDataRole.CreationTime
The date and time a snapshot was created on. Type: PySide2.QtCore.QDateTime
.
hou.qt.renderGalleryDataRole.Star
Indicates whether a snapshot item is starred. Type: bool
.
hou.qt.renderGalleryDataRole.DiffMarker
Indicates the marker placed on a snapshot for diffing: A, B, or neither.
Type: hou.qt.galleryDiffMarker
.
hou.qt.renderGalleryDataRole.Color
The color a snapshot is categorized by. Type: hou.qt.galleryColor
.
hou.qt.renderGalleryDataRole.Tags
The set of tags associated with a snapshot. Type: list
of str
.
hou.qt.renderGalleryDataRole.Metadata
The metadata associated with a snapshot. Type: dict
.
hou.qt.renderGalleryDataRole.SnapshotFile
The file path of the LOP network snapshot. Type: str
.
hou.qt.renderGalleryDataRole.Snapshot
The raw data of the LOP network snapshot. Type: PySide2.QtCore.QByteArray
.
hou.qt.renderGalleryDataRole.ImageValid
Indicates whether the image associated with the snapshot is valid. Type: 'bool'.
hou.qt.renderGalleryDataRole.Rendering
Indicates whether the snapshot is part of an active (unfinished) render.
Type: bool
.