mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
8 lines
423 B
Python
8 lines
423 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.__group__ = ['materials']
|
|
except (NameError, AttributeError):
|
|
pass
|