mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
Sipify
This commit is contained in:
parent
15d89d273a
commit
82136d0c6e
6
python/3d/auto_additions/qgstextureatlasgenerator.py
Normal file
6
python/3d/auto_additions/qgstextureatlasgenerator.py
Normal file
@ -0,0 +1,6 @@
|
||||
# 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
|
@ -0,0 +1,6 @@
|
||||
# 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
|
Loading…
x
Reference in New Issue
Block a user