commonpike / blender-skope

Blender installation to generate kaleidoscope images and clips

Home Page:https://pike.kw.nl/stdio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blender - Skope

Dont open the .blend file. Instead, run
skope.sh [command] --project-dir render/foobar

This starts src/skope.blend with src/skope-init.py, sometimes just in the background to generate stills or clips.

The --project-dir argument expects to use the following folders:

  • [project-dir]/input : images to use for the skope
  • [project-dir]/output : where to write output files
  • [project-dir]/import : where to look for json import files to regenerate

There are several commands available:

  • edit (edit the blend file)
  • test (edit the blend file with frame change handlers enabled)
  • render (generate images or clips from scratch)
  • regenerate (regenerate images or clips from saved json files)

There are also some other command line options:

skope.sh [command] --project-dir render/foobar
--type (stills|clip)
--amount (number of stills)
--length (number of frames in clip)
--scale (percentage)
--format (JPG|PNG - stills only)
--input-dir (path to source images - default $projectdir/input)
--output-dir (path to output dir - default $projectdir/output)
--import-dir (path to dir with json files - default $projectdir/import)

About

Blender installation to generate kaleidoscope images and clips

https://pike.kw.nl/stdio

License:GNU General Public License v3.0


Languages

Language:Python 88.7%Language:Shell 11.3%