Update Files
This commit is contained in:
7
leenkx/blender/lnx/logicnode/math/__init__.py
Normal file
7
leenkx/blender/lnx/logicnode/math/__init__.py
Normal file
@ -0,0 +1,7 @@
|
||||
from lnx.logicnode.lnx_nodes import add_node_section
|
||||
|
||||
add_node_section(name='default', category='Math')
|
||||
add_node_section(name='angle', category='Math')
|
||||
add_node_section(name='matrix', category='Math')
|
||||
add_node_section(name='color', category='Math')
|
||||
add_node_section(name='vector', category='Math')
|
Reference in New Issue
Block a user