Commit f2eab31
committed
fix(ocio): update output paths and logging for OCIO scripts
This commit updates the OCIO related Python scripts to use a new, consistent output directory for generated files and fixes a logging issue.
create_ocio_config_json_file.py: Output paths for generated .md and .json files are now directed to cfg/site-cfg/flame-cfg/flame-scripts/opencolorio/flame_colortoolkit_files/`
create_ocio_conversion_tasks.py: Input path for OCIO config JSON and output path for conversion task JSONs are updated to cfg/site-cfg/flame-cfg/flame-scripts/opencolorio/flame_colortoolkit_files/json
create_ocio_flame_colortoolkit.py: Input path for conversion task JSONs is updated to "cfg/site-cfg/flame-cfg/flame-scripts/opencolorio/flame_colortoolkit_files/json"
All three scripts now include force=True in their logging.basicConfig calls to ensure logging output is always visible in the console and written to log files.1 parent 687aabb commit f2eab31
File tree
3 files changed
+18
-11
lines changed- src/utils/common/create
3 files changed
+18
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| |||
195 | 198 | | |
196 | 199 | | |
197 | 200 | | |
198 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
199 | 205 | | |
200 | 206 | | |
201 | 207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
210 | 209 | | |
211 | 210 | | |
212 | 211 | | |
213 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
214 | 216 | | |
215 | 217 | | |
216 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
0 commit comments