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%2F__init__.py;h=73ec1535c25c85786556c1c1d8954e0d8beb988b;hp=55576c9655b132fcc31f46f0b65b1743701c4bde;hb=2158c15470d514412974585e84210cbc2c909011;hpb=516185e8542092bcd40d2db16758c5c84a13e7c8 diff --git a/aces_1.0.0/python/aces_ocio/__init__.py b/aces_1.0.0/python/aces_ocio/__init__.py index 55576c9..73ec153 100644 --- a/aces_1.0.0/python/aces_ocio/__init__.py +++ b/aces_1.0.0/python/aces_ocio/__init__.py @@ -12,10 +12,10 @@ Python ****** >>> import sys ->>> sys.path.append("/path/to/script") +>>> 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" +>>> acesReleaseCTLDir = '/path/to/github/checkout/releases/v0.7.1/transforms/ctl' +>>> configDir = '/path/to/config/dir' >>> cac.createACESConfig(acesReleaseCTLDir, configDir, 1024, 33, True) Command Line @@ -23,7 +23,7 @@ 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" --lut_resolution_1d 1024 --lut_resolution_3d 33 --keepTempImages +$ python create_aces_config.py -a '/path/to/github/checkout/releases/v0.7.1/transforms/ctl' -c '/path/to/config/dir' --lut_resolution_1d 1024 --lut_resolution_3d 33 --keepTempImages Build -----