QGIS/python/3d/auto_additions/qgsgoochmaterialsettings.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

9 lines
520 B
Python

# The following has been generated automatically from src/3d/materials/qgsgoochmaterialsettings.h
try:
QgsGoochMaterialSettings.create = staticmethod(QgsGoochMaterialSettings.create)
QgsGoochMaterialSettings.supportsTechnique = staticmethod(QgsGoochMaterialSettings.supportsTechnique)
QgsGoochMaterialSettings.__overridden_methods__ = ['type', 'clone', 'equals', 'readXml', 'writeXml', 'toExportParameters']
QgsGoochMaterialSettings.__group__ = ['materials']
except (NameError, AttributeError):
pass