Blender Pipeline Series - Installing Python Modules

preview_player
Показать описание
In this video we will learn together how to download and install PIP for Blender's Python and then installing PySide2 module directly into our external pipeline Python Modules directory.

☟ SUBSCRIBE TO VFX KITCHEN. YOUTUBE CHANNEL NOW ☟

Stay tuned for our upcoming tutorials on how to build visual effects pipeline and how to make solid integration between different software.

Pipelines are not only for visual effects but also for games industry where a lot of AR, VR, MR technologies takes place.

Make sure to check

our resource for free scripts, tools and plug-ins with machine learning for every software.

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

for those who cannot do in this way, try these:



-run blender as administrator
-paste the comment below to python console in blender. (this example is for pandas library, you can use it in other libraries)



from pip._internal import main
main(['install', 'pandas'])





finally, close blender and reopen and pandas library will be there.

mustafaersoy
Автор

thank you very much it was very helpful! :)

alhdlakhfdqw
Автор

Thank you but I have a problem with the lbfmodel.yaml file. If I use the raw version of your version, I get the message "python script failed, check the message console". After I run the OpenCVAnimOperator.py in Blender.
It is a syntaxerror "unicode 'unicodeescape' error codec can't decode bytes in position 2 - 3: truncated"
I added: r, open and double slashes but nothing worked. So I can't get capture under opencv animation.
How can I fix this?

However in object mode I see "openCV Animation" but not the button "capture"

I followed every step

JustCurious-ougn
Автор

I have Blender installed in a different location then its default folder (let's say C:\Users\myname\Downloads). Even if I open the Shell in this lib folder (double checked the directory), pip always installs the Scripts folder and modules in my folder instead of where the Shell is opened. Anyone know what im doing wrong?

benikeler
Автор

Will get-pip work with nuke's interpreter as foundry and Autodesk use different compilers than standard python. So the modules probably aren't available with the identical compiler that nuke's python uses.

VortekShow
Автор

"Defaulting to user installation because normal site-packages is not writeable" and than blender cant access the module

rakeshsinghiits
Автор

Man I wish this worked. I don't knwo how blender devs even code for Blender they ahve no VSCode support, and installing any package is a nightmare

Mietchannel
Автор

How to open command line in folder lol

shamarstewart