We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Float
Color
Int
Quaternion
It may be more beneficial to change the descriptions to read something more natural like:
At least this would give the user a better grasp of the two operands in the operation.
The text was updated successfully, but these errors were encountered:
CraterCrashGH-281 Improve rendering of math nodes in all actions
9244dfe
Successfully merging a pull request may close this issue.
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 aColor
,Float
,Int
,Quaternion
, etc.Implementation ideas
It may be more beneficial to change the descriptions to read something more natural like:
At least this would give the user a better grasp of the two operands in the operation.
The text was updated successfully, but these errors were encountered: