Attribute Randomize¶
The Attribute Randomize node replaces the values in an attribute with random values within the given range.
Inputs – Уводи¶
- Geometry – Геометрія
Standard geometry input.
- Атрибут – Attribute
Name of the attribute to fill with random values. If there is no attribute with the given name, a new one is created.
- Min – Мін
The random value will be at least those values.
- Max – Макс
The random values will be no more than those values.
- Базис – Seed
Seed to change the random sequence.
Properties – Властивості¶
- Type – Тип
Type of data stored in the attribute.
- Float
Single (floating-point) value.
- Vector – Вектор
Array of three (floating-point) values.
- Boolean – Булів
A true or false value.
- Operation – Операція
How new random attribute values relate to the existing attribute values.
- Replace/Create
Replace the value and data type of an existing attribute, or create a new one.
- Add – Додання
Add the random values to the existing attribute values.
- Subtract – Відняття
Subtract random values from the existing attribute values.
- Multiply – Множення
Multiply the existing attribute values with the random values.
Outputs – Виводи¶
- Geometry – Геометрія
Standard geometry output.