Open
Description
Description
Presently, mathematical and logical operation nodes use a confusing description:
In this screenshot, this implies the first argument is a Float
while the second will be a Color
, Float
, Int
, Quaternion
, etc.
Implementation ideas
It may be more beneficial to change the descriptions to read something more natural like:
- Multiply Float and Color
- Multiply Float and Float
- Multiply Float and Integer
- Multiply Float and Quaternion
At least this would give the user a better grasp of the two operands in the operation.