Changeset View
Changeset View
Standalone View
Standalone View
intern/opencolorio/ocio_impl.cc
| Context not available. | |||||
| return NULL; | return NULL; | ||||
| } | } | ||||
| void OCIOImpl::configGetDefaultLumaCoefs(OCIO_ConstConfigRcPtr *config, float *rgb) | |||||
| { | |||||
| try { | |||||
| (*(ConstConfigRcPtr *) config)->getDefaultLumaCoefs(rgb); | |||||
| } | |||||
| catch (Exception &exception) { | |||||
| OCIO_reportException(exception); | |||||
sergey: When exactly exception happens and whats gonna to happen in the CM pipeline when it happens? | |||||
Not Done Inline ActionsWhat do you suggest? sobotka: What do you suggest? | |||||
| } | |||||
| } | |||||
| int OCIOImpl::configGetNumLooks(OCIO_ConstConfigRcPtr *config) | int OCIOImpl::configGetNumLooks(OCIO_ConstConfigRcPtr *config) | ||||
| { | { | ||||
| try { | try { | ||||
| Context not available. | |||||
When exactly exception happens and whats gonna to happen in the CM pipeline when it happens?