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

9 lines
401 B
Python

# The following has been generated automatically from src/3d/lights/qgslightsource.h
try:
QgsLightSource.createFromXml = staticmethod(QgsLightSource.createFromXml)
QgsLightSource.__virtual_methods__ = ['resolveReferences']
QgsLightSource.__abstract_methods__ = ['type', 'clone', 'writeXml', 'readXml']
QgsLightSource.__group__ = ['lights']
except (NameError, AttributeError):
pass