Skip to content

3dcgarts/blender-cli

Repository files navigation

Blender::CLI

CLI tools for blender.

Requirements

Require install following modules to your system.

  • Ubuntu Server LTS 14.04.x
  • libav-tools
  • libgl1-mesa-glx
  • libgl1-mesa-glx-dbg
  • libglu1-mesa
  • libglu1-mesa-dev
  • libxi6
  • libxi6-dbg

Installation

gem "blender-cli", github: "3dcgarts/blender-cli"

And then execute:

$ bundle

Or install it yourself as:

$ gem specific_install -l "git://github.com/3dcgarts/blender-cli.git" # NOTE: Require install "specific_install" gem.

Usage

You can run blender CLI tools on rubygems.

$ bundle exec blender start --version
Blender x.xx
...

Or

$ bundle exec blender version
Blender x.xx
...

License

The gem is available as open source under the terms of the MIT License.

Releases

No releases published

Packages

No packages published