mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
9 lines
520 B
Python
9 lines
520 B
Python
# The following has been generated automatically from src/3d/materials/qgsphongmaterialsettings.h
|
|
try:
|
|
QgsPhongMaterialSettings.supportsTechnique = staticmethod(QgsPhongMaterialSettings.supportsTechnique)
|
|
QgsPhongMaterialSettings.create = staticmethod(QgsPhongMaterialSettings.create)
|
|
QgsPhongMaterialSettings.__overridden_methods__ = ['type', 'clone', 'equals', 'toExportParameters', 'readXml', 'writeXml']
|
|
QgsPhongMaterialSettings.__group__ = ['materials']
|
|
except (NameError, AttributeError):
|
|
pass
|