Hello,
I'm doing some pipeline dev work in python for a vfx/motion studio. I'm setting the OCIO view (Settings->Imager->OCIO->OCIO view) and the Live Viewer view mode to 'OCIO:viewtransform'. It works normally if there has been an user interaction inside the Octane Settings window but if the Settings Window is called via CallCommand the parameters are only partially accesible.
The main issue with this is that in order to setup the scene for the artists, we are requiring them to do some cumbersome manual interaction to be able to automatically setup the OCIO settings. Another main issue is that we are sometimes Initializing (means getting all the information of the shot that are stored in a database like frame range, fps, format and OCIO) via c4dpy on a render farm, which allows us to initialize any number of shots (can be 5 shots or 100 shots).
Also this is not only limited to OCIO, it's almost all of the settings. In the video you can see the difference of IDs after each interaction.
Another issue is that i can't call the OCIO color space button (VP Octane Renderer>Main>Color space 'OCIO:' > Select OCIO color space) via python.
What could be done to ease this process? For me the issue is that all of the settings lives in a Custom GUI Window which has all of it's settings in a BaseContainer, which is initialized after launching the Octane Settings windows which activates Octane. Then you need to modify one setting manually then you can access all of the data via python.
For example in Redshift the OCIO settings are accessible in the RenderData/VideoPost 'Redshift' as well as Octane but it's limited to the "Overwrite Kernel Settings". Expanding these settings to all of the Octane settings would solve a lot of stuff in python.
Thanks for reading and i hope you can provide a solution.
OCIO Octane Settings not accessible in python
Moderators: ChrisHekman, aoktar
Forum rules
Before posting a bug report, please check the following:
1. That the issue has not already been disclosed
2. That the issue is specific to this plugin, and not Octane in general (Try reproducing it in Standalone)
Bugs related to the Octane Engine itself should be posted into the Standalone Support sub-forum.
All bug reports should include the information below, along with a detailed description of the issue and steps to reproduce it.
A. Operating System, including version (i.e. Win 7, OSX 10.11.2, Ubuntu 14.04, etc.)
B. Graphics Card(s) model (i.e. GTX 580 - 3GB, TITAN, etc.)
C. RAM Capacity (i.e. 6 GB)
D. Nvidia driver version (i.e. 7.50, 7.5.22)
E. OctaneRender Standalone version, if installed (i.e. 2.24.2, 2.23, etc.)
F. OctaneRender plugin version (i.e. v2.25 - 2.21)
G. Host application version, including build number if available (i.e. 3ds Max 2016 Build 18.0)
H. A detailed description of the issue and steps to reproduce it (Include Screenshots or video capture), as well as an example scene if applicable.
I. Copies of the Octane Log window and Console window outputs (full text attached as a file to your post is recommended).
Please note that reports of issues inside existing threads will be ignored/removed, and reports may be closed if the reporter does not respond to subsequent queries in the thread.
Before posting a bug report, please check the following:
1. That the issue has not already been disclosed
2. That the issue is specific to this plugin, and not Octane in general (Try reproducing it in Standalone)
Bugs related to the Octane Engine itself should be posted into the Standalone Support sub-forum.
All bug reports should include the information below, along with a detailed description of the issue and steps to reproduce it.
A. Operating System, including version (i.e. Win 7, OSX 10.11.2, Ubuntu 14.04, etc.)
B. Graphics Card(s) model (i.e. GTX 580 - 3GB, TITAN, etc.)
C. RAM Capacity (i.e. 6 GB)
D. Nvidia driver version (i.e. 7.50, 7.5.22)
E. OctaneRender Standalone version, if installed (i.e. 2.24.2, 2.23, etc.)
F. OctaneRender plugin version (i.e. v2.25 - 2.21)
G. Host application version, including build number if available (i.e. 3ds Max 2016 Build 18.0)
H. A detailed description of the issue and steps to reproduce it (Include Screenshots or video capture), as well as an example scene if applicable.
I. Copies of the Octane Log window and Console window outputs (full text attached as a file to your post is recommended).
Please note that reports of issues inside existing threads will be ignored/removed, and reports may be closed if the reporter does not respond to subsequent queries in the thread.
- Attachments
-
- 4_settings accesible.mp4
- (438.02 KiB) Downloaded 701 times
-
- 3_full settings afer user interaction.mp4
- (1.15 MiB) Downloaded 707 times
-
- 2_access partial settings.mp4
- (974.09 KiB) Downloaded 703 times
-
- 1_no interaction.mp4
- (224.68 KiB) Downloaded 707 times