A roaming CG project.


License
MIT
Install
pip install Wanderer==0.1.0

Documentation

Build Status Latest Version

Wanderer

Roaming CG Production

Project Management and Asset Tracking are complicated. Especially when you're production is distributed between separate studios and offsite artists. Wanderer is being developed with these challenges in mind. Wanderer projects, assets, and sequences are atomic, making it easy to share a project or a section of a project with a custom toolset and configuration.

Features

  • Per-project Configurations
    • Platform agnostic
    • Shareable
    • Replaceable
  • Powerful Command Line Interface
    • bootstrap: create a new project from a configuration
    • launch: launch applications in project specific environments
    • install/uninstall: use pip to install/uninstall packages per project
    • docs: opens documentation in your web browser
    • filetools: create/modify/delete sequences of files
  • Python API
    • Wanderer : Main application object manages everything
    • Context : Information about the current situation e.g.(Maya>Project>Sequence>Shot>Animation)

Planned Features

  • Python API
    • Event : Emitted by an app in a context
    • Action : Handles an event emitted in select contexts
  • User Interface
    • User interface to control a Wanderer project
  • Command Line Interface
    • config: get and set values in your configuration

Get Wanderer

PyPi

Wanderer is available through the python package index as wanderer.

pip install wanderer

Distutils/Setuptools

git clone git@github.com:danbradham/wanderer.git
cd wanderer
python setup.py install

Documentation

For more information visit the docs.