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

8 lines
441 B
Python

# The following has been generated automatically from src/3d/materials/qgsphongtexturedmaterialsettings.h
try:
QgsPhongTexturedMaterialSettings.supportsTechnique = staticmethod(QgsPhongTexturedMaterialSettings.supportsTechnique)
QgsPhongTexturedMaterialSettings.create = staticmethod(QgsPhongTexturedMaterialSettings.create)
QgsPhongTexturedMaterialSettings.__group__ = ['materials']
except (NameError, AttributeError):
pass