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

9 lines
490 B
Python

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