QGIS/python/PyQt6/3d/auto_additions/qgsnullmaterialsettings.py
2024-12-03 07:47:10 +00:00

8 lines
387 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.__group__ = ['materials']
except (NameError, AttributeError):
pass