Нода «Предупреждение» (warning node)¶
The Warning node outputs a custom message that is displayed when the node tree is evaluated.
This allows node groups to communicate expectations, assumptions, or error conditions, such as required input ranges, missing data, or unsupported configurations.
By default, warnings are propagated through parent node groups. This behavior can be controlled with the Распространение (propagation) Геометрические ноды setting on each node.
Входы (inputs)¶
- Показать (show)
Controls whether the warning is displayed.
When disabled, the warning is suppressed.
- Сообщение (message)
Text of the warning message.
This can be used to describe invalid inputs, required conditions, or other information relevant to users of the node group.
Свойства (properties)¶
- Тип предупреждения (warning type)
Severity of the warning.
The warning type also determines the icon used when the message is displayed.
- Информация (info):
Информационное сообщение, не указывающее на проблему.
- Предупреждение (warning):
Указывает на потенциальную проблему, которая может привести к неожиданным результатам.
- Ошибка (error):
Указывает на недопустимую конфигурацию, которая может привести к неверным результатам.
Выходы (outputs)¶
- Показать (show)
Passes through the Show input.
This can be used to combine or forward warning conditions to other nodes.