qgs3dmapscene: Fix python bindings availability note

Qgs3DMapScene is now available in Python bindings.

See: 176807bc35
This commit is contained in:
Jean Felder 2024-05-03 15:01:10 +02:00 committed by Nyall Dawson
parent afbedeae25
commit 13109d7577
3 changed files with 0 additions and 9 deletions

View File

@ -18,10 +18,6 @@ class Qgs3DMapScene : QObject
{
%Docstring(signature="appended")
Entity that encapsulates our 3D scene - contains all other entities (such as terrain) as children.
.. note::
Not available in Python bindings
%End
%TypeHeaderCode

View File

@ -18,10 +18,6 @@ class Qgs3DMapScene : QObject
{
%Docstring(signature="appended")
Entity that encapsulates our 3D scene - contains all other entities (such as terrain) as children.
.. note::
Not available in Python bindings
%End
%TypeHeaderCode

View File

@ -62,7 +62,6 @@ class QgsDoubleRange;
/**
* \ingroup 3d
* \brief Entity that encapsulates our 3D scene - contains all other entities (such as terrain) as children.
* \note Not available in Python bindings
*/
#ifndef SIP_RUN
class _3D_EXPORT Qgs3DMapScene : public Qt3DCore::QEntity