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

11 lines
404 B
Python

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