X-Git-Url: http://users.mur.at/ms/git/gitweb/?p=OpenColorIO-Configs.git;a=blobdiff_plain;f=aces_1.0.0%2Fpython%2Faces_ocio%2Fcreate_aces_config.py;h=e97d5d71a5e835f6caad5c7e3295ad6691621162;hp=49943bff0ca3e7e03c60e7ce7a416621d74dcb6a;hb=70a314dd5edd3eeadf3593ef37b908993db3e801;hpb=1f6e648af71fe0649f971c33f3624b1d5a780214 diff --git a/aces_1.0.0/python/aces_ocio/create_aces_config.py b/aces_1.0.0/python/aces_ocio/create_aces_config.py index 49943bf..e97d5d7 100755 --- a/aces_1.0.0/python/aces_ocio/create_aces_config.py +++ b/aces_1.0.0/python/aces_ocio/create_aces_config.py @@ -2,41 +2,7 @@ # -*- coding: utf-8 -*- """ -usage from python: - ->>> import sys ->>> sys.path.append("/path/to/script") ->>> import create_aces_config as cac ->>> acesReleaseCTLDir = "/path/to/github/checkout/releases/v0.7.1/transforms/ctl" ->>> configDir = "/path/to/config/dir" ->>> cac.createACESConfig(acesReleaseCTLDir, configDir, 1024, 33, True) - -usage from command line, from the directory with 'create_aces_config.py': - -$ python create_aces_config.py -a "/path/to/github/checkout/releases/v0.7.1/transforms/ctl" -c "/path/to/config/dir" --lutResolution1d 1024 --lutResolution3d 33 --keepTempImages - - -build instructions for osx for needed packages. - -#opencolorio -brew install -vd opencolorio --with-python - -#openimageio -brew tap homebrew/science - -# optional installs -brew install -vd libRaw -brew install -vd OpenCV - -brew install -vd openimageio --with-python - -#ctl -brew install -vd CTL - -#opencolorio - again. -# this time, 'ociolutimage' will build because openimageio is installed -brew uninstall -vd opencolorio -brew install -vd opencolorio --with-python +Defines objects creating the *ACES* configuration. """ import math