You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Blender Level, in Linux, example Fedora, Python packages are located in:
77
+
Fortunately, for Linux OSs per examples Ubuntu Server 16.04/Fedora 27, it suffices if you install the Python package 'Pillow' on the OS level only like the following:
78
78
```
79
-
/blender/2.79/python/lib/python3.5/
79
+
sudo pip3 install pillow
80
80
```
81
81
82
+
Apperantly on Linux, Blender Python interpreter can see the system level python modules. Not sure if that is applicable to MS Windows 10. Did not try that yet!
83
+
82
84
#### Other requirements
83
85
Install graphicsmagick which allows us to create a GIF file from a bunch of images files setting delay etc.... Of course there are other tools if you wish to use. On Mac OS, install it via HomeBrew:
0 commit comments