maya.shadertool#
A Maya utility tool used to work with shaders.
Classes:
|
|
|
|
- class bookmarks.maya.shadertool.RenameDialog(parent=None)[source]#
Bases:
QDialog
Methods:
sizeHint
()Returns a size hint.
- class bookmarks.maya.shadertool.ShaderModel[source]#
Bases:
QAbstractTableModel
Methods:
columnCount
(self[, parent])data
(self, index[, role])flags
(self, index)headerData
(self, section, orientation[, role])index
(self, row, column[, parent])Initializes data.
rowCount
(self[, parent])- columnCount(self, parent: PySide2.QtCore.QModelIndex = Invalid(PySide2.QtCore.QModelIndex)) int [source]#
- data(self, index: PySide2.QtCore.QModelIndex, role: int = PySide2.QtCore.Qt.ItemDataRole.DisplayRole) Any [source]#
- headerData(self, section: int, orientation: PySide2.QtCore.Qt.Orientation, role: int = PySide2.QtCore.Qt.ItemDataRole.DisplayRole) Any [source]#
- class bookmarks.maya.shadertool.ShadersWidget[source]#
Bases:
MayaQWidgetDockableMixin
,QWidget
Methods:
closeEvent
(self, event)hideEvent
(event)Event handler.
Initializes data.
paintEvent
(event)Event handler.
showEvent
(event)Event handler.