Importing Python Modules and Packages // Blender (no module named...)

preview_player
Показать описание
the hellscape of importing custom or other people's python modules ends today!
no module named.... NO MORE!

Рекомендации по теме
Комментарии
Автор

I needed this YEARS ago!!

Excuse me while I download this video.

scottlee
Автор

Great video!

BTW
You can get the user's script folder path by running this

bpy.utils.user_resource("SCRIPTS", path="modules")

and then make the --target command line arg point to that scripts/modules folder.
This way, you won't need to run the sys.path.append code.

CGPython
Автор

Serpens was much more fun. Even C# is tastier than Python. 😮

juliaalder
Автор

Can I replace python.exe to pypy to get faster code ?

SoftYoda
Автор

Please jump into Unreal Engine. Please.

electronicinfection