forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
5
leenkx/blender/lnx/material/cycles_nodes/__init__.py
Normal file
5
leenkx/blender/lnx/material/cycles_nodes/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
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