ocio-lut-prescription is a gui tool used to wrap the ociobakelut command
Note: If you are already familiar with ociobakelut, the ui should be fairly simple to figure out.
-
Persistent settings for ease of repeated use
-
system/dark mode
- PyOpenColorIOv2
- python3.8
- pyside2
pip install ocio-lut-prescription
# OCIO
export PYTHONPATH="${PYTHONPATH}:/path/to/compiled/ocio/lib/python3.8/site-packages"
export LD_LIBRARY_PATH="/path/to/compiled/ocio/lib:$LD_LIBRARY_PATH"
export PATH="/path/to/compiled/ocio/bin:$PATH"
ocio-lut-prescription
(in Terminal)
tox
(in terminal) will run tests/pylint/black on the repo
v1.0.0: initial release
I'm not a doctor, those ain't real prescriptions.