Skip to content

atticus-lv/simple_node_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Node Tree

This is a very simple node tree which bases on blender UI, which is very suitable for those who want to build their own tree on some purposes.

The update method is based on rigging_nodes 'runtime system, which cache links and socket value into several dictionary, providing a fast executing speed for the whole tree.

Nodes

It has some nodes that allow you to do some math computation, including:

  • Input
    • Float input
    • Vector input
  • Math
    • Boolean math
      • and/or/not
    • Vector math
      • add/subtract/dot/cross/project/normalized/length
    • Function
      • add/subtract/muitiply/divide
    • Trigonometric
      • sin/cos/tan/asin/acos/atan
    • Conversion
      • to degrees/to radians
    • Comparison
      • greater than/less than/compare/max/min
  • Output
    • Result
  • Utility
    • Float to vector
    • Vector to float
  • Group ( hidden, call by 'Ctrl G')

Others

This addon also provide a gpu drawing operator that allow you to check the process time of the executing nodes

About

Simple node tree example in blender

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages