QGIS/python/PyQt6/3d/auto_additions/qgstextureatlasgenerator.py
Nyall Dawson 82136d0c6e Sipify
2025-09-29 08:16:55 +10:00

7 lines
344 B
Python

# The following has been generated automatically from src/3d/qgstextureatlasgenerator.h
try:
QgsTextureAtlasGenerator.createFromRects = staticmethod(QgsTextureAtlasGenerator.createFromRects)
QgsTextureAtlasGenerator.createFromImages = staticmethod(QgsTextureAtlasGenerator.createFromImages)
except (NameError, AttributeError):
pass