Math Formula (Infix, blender 2.93)
New Features:
- Update positioning algorithm to work better with multiple outputs.
- Add support for the new vector math functions:
Refract
andFaceforward
. - Only check if it's a function if the next char is a
(
. This allows attributes and functions
with the same name. - Add functions to select nodes connected to a root.
CTRL+E
: Select childrenSHIFT+E
: Select parentsCTRL+SHIFT+E
: Select children and parents
- Missing arguments for non attribute nodes are just replaced with the default value of that node
socket now, instead of 0. Clamp
,Map Range
,Smoothstep
andSmootherstep
can now be used for normal math nodes (so not the attribute math versions)
All Features:
See the documentation for a full list of features.