Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

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