Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.24 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.24 KB

Armory3D command line interface

Install

Clone this repo:

git clone https://github.com/tong/armcli.git

Create a symlink somewhere in your PATH to armcli/armory.py:

ln -s <path-to-the-clone-of-this-repo>/armcli.py $HOME/.local/bin/armory

Usage

usage: armory [-h] [--blender-stdout] [--blender-executeable BLENDER_EXECUTEABLE] [--blend BLEND] [--sdk ARMSDK] [--verbose]
              {build,publish,clean,play,exporters,renderpath,versioninfo,sdk} ...

positional arguments:
  {build,publish,clean,play,exporters,renderpath,versioninfo,sdk}
    build               build project
    publish             publish project
    clean               clean project
    play                play project
    exporters           manage exporters
    renderpath          manage renderpaths
    versioninfo         print version info
    sdk                 manage armsdk

options:
  -h, --help            show this help message and exit
  --blender-stdout      print blenders stdout
  --blender-executeable BLENDER_EXECUTEABLE
                        path to blender executeable
  --blend BLEND         path to main blend file
  --sdk ARMSDK          path to armsdk
  --verbose             print verbose outpout