Blender plugin for Conductor Cloud Rendering Platform.
Project description
Conductor for Blender
Blender plugin submitter for the Conductor Cloud rendering service.
Install
To install the latest version.
pip install --upgrade cioblender --target=$HOME/Conductor
To install a specific version, for example 0.1.0.
pip install --upgrade --force-reinstall cioblender==0.1.0 --target=$HOME/Conductor
Then setup the Blender module.
python ~/Conductor/cioblender/post_install.py
NOTE An alternative is to install from the Plugins page in the Conductor Companion app
Usage
Open the Plugin Manager and load Conductor.py.
Go to Conductor->About to check the version and other info.
To set up a render, choose Conductor->Submitter->Create from the Conductor menu.
For detailed help, checkout the tutorial and reference documentation.
Contributing
Clone the repo.
git clone git@github.com:ConductorTechnologies/cioblender.git
cd cioblender
Set up a clean virtual envirionment with Python 3.7 for development (optional).
python -m virtualenv cioblender.venv
. ./cioblender.venv/bin/activate
Install development dependencies
pip install -r requirements_dev.txt
Build and install from this directory into to a convenient location for testing.
pip install --upgrade -r requirements.txt --target=$HOME/ConductorDev
python $HOME/ConductorDev/cioblender/post_install.py
When you install from the file requirements.txt, the dependency on ciocore is specified as a local sibling of this project, meaning you can develop ciocore and cioblender in parallel.
The post_install.py script writes the conductor.mod file to your Blender modules directory. Check the output of the command to see where this is.
License
Changelog
Version:0.1.1-rc.1 -- 27 Sep 2023
Unreleased:
Version 0.1.1-beta.21
Default frame range fix
Version 0.1.1-beta.18
Update to libraries
Version 0.1.1-beta.17
Update to the installation instructions
Version 0.1.1-beta.14
Extra assets panel Fixing issue with Blender filepath in Windows
Version 0.1.1-beta.5
Updates to Blender filepath handling.
Version:0.1.0 -- 21 Oct 2021
- Setup circle ci. [60c2d21]
- Initial commit with. [cc7ec9d]
--
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for cioblender-0.1.1rc1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 782c4f50fa3c6fc0897a314cbebc7a52d7e5ba2192d448dad5db4cb835bce935 |
|
MD5 | df09cfcd9ebfb93de45588c12160288f |
|
BLAKE2b-256 | bcd0732b1deec0d774580bd9ad575113c900b49ca1892067568a018e36d92bd6 |