forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
6
leenkx/blender/lnx/material/lnx_nodes/__init__.py
Normal file
6
leenkx/blender/lnx/material/lnx_nodes/__init__.py
Normal file
@ -0,0 +1,6 @@
|
||||
"""Import all nodes"""
|
||||
import glob
|
||||
from os.path import dirname, basename, isfile
|
||||
|
||||
modules = glob.glob(dirname(__file__) + "/*.py")
|
||||
__all__ = [basename(f)[:-3] for f in modules if isfile(f)]
|
Reference in New Issue
Block a user