classref: Sync with current master branch (c09d83010)

This commit is contained in:
Rémi Verschelde
2022-06-08 13:39:15 +02:00
parent 869830c6ba
commit 8d5cdb0c7a
304 changed files with 12946 additions and 5236 deletions

View File

@@ -40,6 +40,10 @@ Enumerations
.. _class_VisualShaderNodeMix_constant_OP_TYPE_VECTOR_3D_SCALAR:
.. _class_VisualShaderNodeMix_constant_OP_TYPE_VECTOR_4D:
.. _class_VisualShaderNodeMix_constant_OP_TYPE_VECTOR_4D_SCALAR:
.. _class_VisualShaderNodeMix_constant_OP_TYPE_MAX:
enum **OpType**:
@@ -54,7 +58,11 @@ enum **OpType**:
- **OP_TYPE_VECTOR_3D_SCALAR** = **4** --- The ``a`` and ``b`` ports use a 3D vector type. The ``weight`` port uses a scalar type.
- **OP_TYPE_MAX** = **5** --- Represents the size of the :ref:`OpType<enum_VisualShaderNodeMix_OpType>` enum.
- **OP_TYPE_VECTOR_4D** = **5** --- A 4D vector type.
- **OP_TYPE_VECTOR_4D_SCALAR** = **6** --- The ``a`` and ``b`` ports use a 4D vector type. The ``weight`` port uses a scalar type.
- **OP_TYPE_MAX** = **7** --- Represents the size of the :ref:`OpType<enum_VisualShaderNodeMix_OpType>` enum.
Property Descriptions
---------------------