blender/intern/opencolorio
Sergey Sharybin dfc672f8bb SCons: Fix for really nasty bug with polluting configuration environment
The issue was caused by the following construction:

  def = env['SOMETHING']
  defs.append('SOMETHING_MORE')

Since first assignment was actually referencing environment option it was totally
polluted hawing weird and wonderful side effects on all other areas of Blender.
2015-08-04 18:06:28 +02:00
..
CMakeLists.txt
fallback_impl.cc OpenColorIO: Code cleanup, prepare for strict C++ flags 2015-03-27 18:23:31 +05:00
gpu_shader_display_transform.glsl
ocio_capi.cc Part 1 of D1082 by Troy Sobotka, add API in OCIO for luminance 2015-03-17 14:15:05 +01:00
ocio_capi.h Part 1 of D1082 by Troy Sobotka, add API in OCIO for luminance 2015-03-17 14:15:05 +01:00
ocio_impl_glsl.cc Fix OpenGL error on cycles rendered viewport. 2014-10-08 12:19:06 +02:00
ocio_impl.cc Part 1 of D1082 by Troy Sobotka, add API in OCIO for luminance 2015-03-17 14:15:05 +01:00
ocio_impl.h Part 1 of D1082 by Troy Sobotka, add API in OCIO for luminance 2015-03-17 14:15:05 +01:00
SConscript SCons: Fix for really nasty bug with polluting configuration environment 2015-08-04 18:06:28 +02:00