Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-11-29 14:00:26 +01:00
parent 9998843ec2
commit 79727af98b
10 changed files with 105 additions and 43 deletions

View File

@@ -692,7 +692,7 @@ Defines the mode of background.
| *Getter* | get_sky_orientation() |
+-----------+------------------------------------+
:ref:`Sky<class_Sky>` resource's rotation expressed as a :ref:`Basis<class_Basis>`
:ref:`Sky<class_Sky>` resource's rotation expressed as a :ref:`Basis<class_Basis>`.
----
@@ -708,7 +708,7 @@ Defines the mode of background.
| *Getter* | get_sky_rotation() |
+-----------+-------------------------+
:ref:`Sky<class_Sky>` resource's rotation expressed as euler angles in radians
:ref:`Sky<class_Sky>` resource's rotation expressed as Euler angles in radians.
----
@@ -724,7 +724,7 @@ Defines the mode of background.
| *Getter* | get_sky_rotation_degrees() |
+-----------+---------------------------------+
:ref:`Sky<class_Sky>` resource's rotation expressed as euler angles in degrees
:ref:`Sky<class_Sky>` resource's rotation expressed as Euler angles in degrees.
----