Add Blender addons #68
Unanswered
nicolalandro
asked this question in
Container Support
Replies: 1 comment
-
|
If you do the legwork on what core deps are required we can get them in the image. Just in general no I am not testing plugins, but what I would do is not work like this I would close blender right click on the desktop open xterm and install a mini dev env in the container (with a new terminal xterm is awful for work) and try to install plugins, you have sudo and the correct userspace for everything down to the python venv in this mode. Once you know that process (capture history) you can replicate it in bash. This is the majority of my workflow for making application containers, spin up a base and try to get it running in a terminal. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It is possible to add addons to the blender image? Some addons could be slow to install and made the system crash. (Tested addons: DA3, MPBF2, potential interestd: blender-mcp)
I try to put the zip of the addons inside the addons folder and I create a
install.py:After I create a
Docekrfile:And a
docker-compose.yml:Beta Was this translation helpful? Give feedback.
All reactions