blender/intern/opencolorio
Jeroen Bakker 2e6159a494 Curve: CurveMapping Extend Option
Extend options are currently stored per curve. This was not clearly
communicated to the user and they expected this to be a setting per
CurveMapping.

This change will move the option from `Curve` to `CurveMapping`. In
order to support this the API had to be changed.

BPY: CurveMap.evaluate is also moved to CurveMapping.evaluate what
breaks Python API. Cycles has been updated but other add-ons have
not. After release of 2.81 we can merge this to master and adapt
the add-ons.

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D6169
2019-11-27 16:05:54 +01:00
..
CMakeLists.txt Armature: remove remains of the object-level deformation data cache. 2019-04-18 23:19:44 +03:00
fallback_impl.cc Color Management: update configuration, remove legacy transforms 2019-05-20 16:35:34 +02:00
gpu_shader_display_transform_vertex.glsl ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
gpu_shader_display_transform.glsl Curve: CurveMapping Extend Option 2019-11-27 16:05:54 +01:00
ocio_capi.cc Color management: add functions to detect scene linear and sRGB color spaces 2019-05-06 12:05:44 +02:00
ocio_capi.h Curve: CurveMapping Extend Option 2019-11-27 16:05:54 +01:00
ocio_impl_glsl.cc Curve: CurveMapping Extend Option 2019-11-27 16:05:54 +01:00
ocio_impl.cc bf_intern_opencolorio: Fix unused variable build warning with MSVC. 2019-05-25 13:04:24 -06:00
ocio_impl.h Color management: add functions to detect scene linear and sRGB color spaces 2019-05-06 12:05:44 +02:00