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

9 lines
555 B
Python

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