mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
qgs3dmapscene: Fix python bindings availability note
Qgs3DMapScene is now available in Python bindings.
See: 176807bc35
This commit is contained in:
parent
afbedeae25
commit
13109d7577
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user