We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc43323 commit 3891c98Copy full SHA for 3891c98
docs/conf.py
@@ -207,11 +207,3 @@
207
subprocess.run(pip_cmd + [f"opencolorio=={version}"], check=True)
208
except subprocess.CalledProcessError:
209
subprocess.run(pip_cmd + ["--upgrade", "opencolorio"], check=True)
210
-
211
-import PyOpenColorIO as ocio
212
-print("Processor")
213
-print(ocio.Processor.__doc__)
214
-print("Processor.createGroupTransform")
215
-print(ocio.Processor.createGroupTransform.__doc__)
216
-print("CPUProcessor.apply")
217
-print(ocio.CPUProcessor.apply.__doc__)
0 commit comments