Render

Rendering a project

Synopsis

Render project

$ rocketblend render [flags]

Options

  -f, --format string     set the render format (default "PNG")
  -e, --frame-end int     end frame
  -s, --frame-start int   start frame
  -t, --frame-step int    frame step (default 1)
  -h, --help              help for render
  -o, --output string     set the render path and file name (default "//output/{{.Project}}-#####")

Options inherited from parent commands

  -d, --directory string   working directory for the command (default ".")
  -v, --verbose            enable verbose logging

Last updated