This OpenRV package integrates CGWire's Kitsu in your workspace.
Features:
- Kitsu login
- Load WFA shots
- Read / send comments
- Pen annotations
Limitations:
- Doesn't handle shape annotations
- Download the latest package from the Github repository: Releases
- Install the package in
OpenRV > Preferences > Packages > Add Packages
- Package the plugin for OpenRV:
zip -r kitsu.rvpkg ./src/PACKAGE ./src/kitsu.py- Install the package in
OpenRV > Preferences > Packages > Add Packagesor use the OpenRV CLI:
$OPENRV_PATH/_build/stage/app/bin/rvpkg -uninstall $HOME/.rv/Packages/kitsu-1.0.rvpkg -force
$OPENRV_PATH/_build/stage/app/bin/rvpkg -remove $HOME/.rv/Packages/kitsu-1.0.rvpkg -force
$OPENRV_PATH/_build/stage/app/bin/rvpkg -add $HOME/.rv/Packages PACKAGE_PATH/kitsu-1.0.rvpkg
$OPENRV_PATH/_build/stage/app/bin/rvpkg -install $HOME/.rv/Packages/kitsu-1.0.rvpkg- handle shape annotations
- handle eraser
