Skip to content

michaelwills/blender-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Supported tags and respective Dockerfile links

What is Blender?

Blender is a free and open source 3D animation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing and motion tracking, even video editing and game creation. Advanced users employ Blender’s API for Python scripting to customize the application and write specialized tools; often these are included in Blender’s future releases. Blender is well suited to individuals and small studios who benefit from its unified pipeline and responsive development process.

How to use this image

This image is intended to be used as a command line, render-only node for .blend files. You will need to create the 3D files beforehand using Blender's full GUI or download one from the many Blender file sharing sites like Blend Swap.

The entry point for this image is the blender non-gui command line blender -b. You can use the /media/ directory to mount a volume with source files.

Rendering a single frame

To render a single frame from a blendfile.blend file located in /source/path on the docker host and save the result in the same directory:

$ docker run --rm -v /source/path/:/media/ zocker160/blender /media/blendfile.blend -o /media/frame_### -f 1

This will create a file named frame_001.png in the same directory as the source file, assuming that PNG is the default output format for that file.

Blender Command Line Reference

For additional information on Blender's command line parameters and options please visit the command line reference in the Blender Reference Manual.

Or you can just run: docker run --rm zocker160/blender --help

Dockerfile for Blender

Blender versions are tracked in branches. The master branch will always be mapped to the tag latest.

Please visit the GitHub Page for details.

License

This project is released under the MIT license. Please see the LICENSE file for details.

Note: This is not an official Blender repository.

About

Dockerfiles for Blender

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%