Skip to content

Commit

Permalink
Merge pull request #9393 from godotengine/classref/sync-bd2300d
Browse files Browse the repository at this point in the history
classref: Sync with current master branch (bd2300d)
  • Loading branch information
mhilbrunner authored May 18, 2024
2 parents abda5a1 + 530089d commit 83a98d8
Show file tree
Hide file tree
Showing 13 changed files with 2,342 additions and 210 deletions.
28 changes: 20 additions & 8 deletions classes/class_canvasitem.rst

Large diffs are not rendered by default.

2,356 changes: 2,173 additions & 183 deletions classes/class_editorexportplatformmacos.rst

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions classes/class_editorsettings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ Properties
+---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`interface/editor/font_antialiasing<class_EditorSettings_property_interface/editor/font_antialiasing>` |
+---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`interface/editor/font_disable_embedded_bitmaps<class_EditorSettings_property_interface/editor/font_disable_embedded_bitmaps>` |
+---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`interface/editor/font_hinting<class_EditorSettings_property_interface/editor/font_hinting>` |
+---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`interface/editor/font_subpixel_positioning<class_EditorSettings_property_interface/editor/font_subpixel_positioning>` |
Expand Down Expand Up @@ -2541,6 +2543,18 @@ FreeType's font anti-aliasing mode used to render the editor fonts. Most fonts a

----

.. _class_EditorSettings_property_interface/editor/font_disable_embedded_bitmaps:

.. rst-class:: classref-property

:ref:`bool<class_bool>` **interface/editor/font_disable_embedded_bitmaps**

If set to ``true``, embedded font bitmap loading is disabled (bitmap-only and color fonts ignore this property).

.. rst-class:: classref-item-separator

----

.. _class_EditorSettings_property_interface/editor/font_hinting:

.. rst-class:: classref-property
Expand Down
29 changes: 24 additions & 5 deletions classes/class_graphnode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ Properties
.. table::
:widths: auto

+----------------------------------------------+----------------------------------------------+-----------------------------------------------------------------------+
| :ref:`MouseFilter<enum_Control_MouseFilter>` | mouse_filter | ``0`` (overrides :ref:`Control<class_Control_property_mouse_filter>`) |
+----------------------------------------------+----------------------------------------------+-----------------------------------------------------------------------+
| :ref:`String<class_String>` | :ref:`title<class_GraphNode_property_title>` | ``""`` |
+----------------------------------------------+----------------------------------------------+-----------------------------------------------------------------------+
+----------------------------------------------+------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`ignore_invalid_connection_type<class_GraphNode_property_ignore_invalid_connection_type>` | ``false`` |
+----------------------------------------------+------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------+
| :ref:`MouseFilter<enum_Control_MouseFilter>` | mouse_filter | ``0`` (overrides :ref:`Control<class_Control_property_mouse_filter>`) |
+----------------------------------------------+------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------+
| :ref:`String<class_String>` | :ref:`title<class_GraphNode_property_title>` | ``""`` |
+----------------------------------------------+------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------+

.. rst-class:: classref-reftable-group

Expand Down Expand Up @@ -173,6 +175,23 @@ Emitted when any GraphNode's slot is updated.
Property Descriptions
---------------------

.. _class_GraphNode_property_ignore_invalid_connection_type:

.. rst-class:: classref-property

:ref:`bool<class_bool>` **ignore_invalid_connection_type** = ``false``

.. rst-class:: classref-property-setget

- |void| **set_ignore_invalid_connection_type**\ (\ value\: :ref:`bool<class_bool>`\ )
- :ref:`bool<class_bool>` **is_ignoring_valid_connection_type**\ (\ )

If ``true``, you can connect ports with different types, even if the connection was not explicitly allowed in the parent :ref:`GraphEdit<class_GraphEdit>`.

.. rst-class:: classref-item-separator

----

.. _class_GraphNode_property_title:

.. rst-class:: classref-property
Expand Down
2 changes: 1 addition & 1 deletion classes/class_gridmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ Bakes lightmap data for all meshes in the assigned :ref:`MeshLibrary<class_MeshL

:ref:`Vector3<class_Vector3>` **map_to_local**\ (\ map_position\: :ref:`Vector3i<class_Vector3i>`\ ) |const|

Returns the position of a grid cell in the GridMap's local coordinate space. To convert the returned value into global coordinates, use :ref:`Node3D.to_global<class_Node3D_method_to_global>`. See also :ref:`map_to_local<class_GridMap_method_map_to_local>`.
Returns the position of a grid cell in the GridMap's local coordinate space. To convert the returned value into global coordinates, use :ref:`Node3D.to_global<class_Node3D_method_to_global>`. See also :ref:`local_to_map<class_GridMap_method_local_to_map>`.

.. rst-class:: classref-item-separator

Expand Down
19 changes: 19 additions & 0 deletions classes/class_lightmapgi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Properties
+---------------------------------------------------------+---------------------------------------------------------------------------------------+------------+
| :ref:`CameraAttributes<class_CameraAttributes>` | :ref:`camera_attributes<class_LightmapGI_property_camera_attributes>` | |
+---------------------------------------------------------+---------------------------------------------------------------------------------------+------------+
| :ref:`int<class_int>` | :ref:`denoiser_range<class_LightmapGI_property_denoiser_range>` | ``10`` |
+---------------------------------------------------------+---------------------------------------------------------------------------------------+------------+
| :ref:`float<class_float>` | :ref:`denoiser_strength<class_LightmapGI_property_denoiser_strength>` | ``0.1`` |
+---------------------------------------------------------+---------------------------------------------------------------------------------------+------------+
| :ref:`bool<class_bool>` | :ref:`directional<class_LightmapGI_property_directional>` | ``false`` |
Expand Down Expand Up @@ -394,6 +396,23 @@ The :ref:`CameraAttributes<class_CameraAttributes>` resource that specifies expo

----

.. _class_LightmapGI_property_denoiser_range:

.. rst-class:: classref-property

:ref:`int<class_int>` **denoiser_range** = ``10``

.. rst-class:: classref-property-setget

- |void| **set_denoiser_range**\ (\ value\: :ref:`int<class_int>`\ )
- :ref:`int<class_int>` **get_denoiser_range**\ (\ )

The distance in pixels from which the denoiser samples. Lower values preserve more details, but may give blotchy results if the lightmap quality is not high enough. Only effective if :ref:`use_denoiser<class_LightmapGI_property_use_denoiser>` is ``true`` and :ref:`ProjectSettings.rendering/lightmapping/denoising/denoiser<class_ProjectSettings_property_rendering/lightmapping/denoising/denoiser>` is set to JNLM.

.. rst-class:: classref-item-separator

----

.. _class_LightmapGI_property_denoiser_strength:

.. rst-class:: classref-property
Expand Down
10 changes: 5 additions & 5 deletions classes/class_projectsettings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ Properties
+---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+
| :ref:`String<class_String>` | :ref:`rendering/renderer/rendering_method.web<class_ProjectSettings_property_rendering/renderer/rendering_method.web>` | ``"gl_compatibility"`` |
+---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`rendering/rendering_device/d3d12/agility_sdk_version<class_ProjectSettings_property_rendering/rendering_device/d3d12/agility_sdk_version>` | ``610`` |
| :ref:`int<class_int>` | :ref:`rendering/rendering_device/d3d12/agility_sdk_version<class_ProjectSettings_property_rendering/rendering_device/d3d12/agility_sdk_version>` | ``613`` |
+---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`rendering/rendering_device/d3d12/max_misc_descriptors_per_frame<class_ProjectSettings_property_rendering/rendering_device/d3d12/max_misc_descriptors_per_frame>` | ``512`` |
+---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -2880,7 +2880,7 @@ When set to ``warn`` or ``error``, produces a warning or an error respectively w

:ref:`int<class_int>` **debug/gdscript/warnings/standalone_expression** = ``1``

When set to ``warn`` or ``error``, produces a warning or an error respectively when calling an expression that has no effect on the surrounding code, such as writing ``2 + 2`` as a statement.
When set to ``warn`` or ``error``, produces a warning or an error respectively when calling an expression that may have no effect on the surrounding code, such as writing ``2 + 2`` as a statement.

.. rst-class:: classref-item-separator

Expand All @@ -2892,7 +2892,7 @@ When set to ``warn`` or ``error``, produces a warning or an error respectively w

:ref:`int<class_int>` **debug/gdscript/warnings/standalone_ternary** = ``1``

When set to ``warn`` or ``error``, produces a warning or an error respectively when calling a ternary expression that has no effect on the surrounding code, such as writing ``42 if active else 0`` as a statement.
When set to ``warn`` or ``error``, produces a warning or an error respectively when calling a ternary expression that may have no effect on the surrounding code, such as writing ``42 if active else 0`` as a statement.

.. rst-class:: classref-item-separator

Expand Down Expand Up @@ -11010,9 +11010,9 @@ Override for :ref:`rendering/renderer/rendering_method<class_ProjectSettings_pro

.. rst-class:: classref-property

:ref:`int<class_int>` **rendering/rendering_device/d3d12/agility_sdk_version** = ``610``
:ref:`int<class_int>` **rendering/rendering_device/d3d12/agility_sdk_version** = ``613``

Version code of the Direct3D 12 Agility SDK to use (``D3D12SDKVersion``).
Version code of the `Direct3D 12 Agility SDK <https://devblogs.microsoft.com/directx/directx12agility/>`__ to use (``D3D12SDKVersion``). This must match the *minor* version that is installed next to the editor binary and in the export templates directory for the current editor version. For example, if you have ``1.613.3`` installed, you need to input ``613`` here.

.. rst-class:: classref-item-separator

Expand Down
Loading

0 comments on commit 83a98d8

Please sign in to comment.