mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
8 lines
271 B
Python
8 lines
271 B
Python
# The following has been generated automatically from src/3d/qgs3d.h
|
|
try:
|
|
Qgs3D.instance = staticmethod(Qgs3D.instance)
|
|
Qgs3D.initialize = staticmethod(Qgs3D.initialize)
|
|
Qgs3D.materialRegistry = staticmethod(Qgs3D.materialRegistry)
|
|
except NameError:
|
|
pass
|