RocketBlend
GithubDownload
  • Introduction to RocketBlend
  • Getting Started
    • Quick Start
    • Installation
  • Reference
    • CLI
      • Commands
        • Rocketblend
        • New
        • Install
        • Uninstall
        • Run
        • Render
        • Resolve
        • Insert
        • Describe
        • Config
        • Completion
      • Configuration
  • Development
    • Getting Setup
    • Related Projects and Documentation
  • Frequently Asked Questions
    • Troubleshooting
Powered by GitBook
On this page
  1. Reference
  2. CLI

Configuration

Customising RocketBlend

Default Config

config.json
{
  "platform": "<windows/macos/linux>",
  "defaultbuild": "github.com/rocketblend/official-library/packages/v0/builds/blender/4.2.2",
  "installationspath": "./installations",
  "packagespath": "./packages",
  "loglevel": "info",
  "aliases": {
    "github.com/rocketblend/official-library/packages/v0/addons": "addons",
    "github.com/rocketblend/official-library/packages/v0/builds": "builds",
    "github.com/rocketblend/official-library/packages/v0/builds/blender": "blender"
  }
}
PreviousCompletionNextGetting Setup

Last updated 1 month ago