Skip to content

Math Formula (Infix, blender 2.93)

Compare
Choose a tag to compare
@WannesMalfait WannesMalfait released this 27 Mar 09:36

New Features:

  • Update positioning algorithm to work better with multiple outputs.
  • Add support for the new vector math functions: Refract and Faceforward.
  • 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 children
    • SHIFT+E: Select parents
    • CTRL+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 and Smootherstep 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.