RocketBlend Collector

CLI tool for collecting Blender build information and generating Libraries for use with use with RocketBlend
Example config
# collector.yaml
library: github.com/rocketblend/official-library
collector:
proxy: http://user:pass@proxy.com
agent: random
parallelism: 2
delay: 15s
collections:
- name: blender
platforms:
- windows
- linux
- macos/intel
- macos/apple
- name: rocketblend
platforms:
- windows
addons:
- github.com/rocketblend/official-library/addons/rocketblend/0.1.0
You can also use an environment variable to set the proxy url.
export COLLECTOR_PROXY="http://user:pass@proxy.com"
Usage
collector pull
Development
Run the application
make run
Install the application
make install
Create a new release
make release version=v1.2.0