Go to file
Sergey Sharybin 51a7089bea Fix #36980: Color space issue when displaying pixel color in a render
HSV values were calculated from a linear space color, which is
not so much useful and correct. Now RGB(A) buffers will use
color managed color for HSV values.

Still not sure which color to use for HSV when there's only one
channel in a buffer. This part left unchanged for now.
2013-10-07 08:06:19 +00:00
build_files Fix for conf instructions for scons... 2013-10-07 07:42:00 +00:00
doc Fix broken example, reported by Codemanx on IRC, thanks. 2013-09-29 14:57:47 +00:00
extern libmv: fix matrix address being printed instead of actual values 2013-10-02 10:18:43 +00:00
intern Revert revision 59985, 59986, 60046 and 60067. These were fixes to improve save 2013-10-06 14:32:53 +00:00
release Check the node Add operator's type property before attempting to create a new node. This prevents python exceptions when calling it from the search menu, where the node type is unspecified. 2013-10-06 10:49:40 +00:00
source Fix #36980: Color space issue when displaying pixel color in a render 2013-10-07 08:06:19 +00:00
CMakeLists.txt avoid divide by zero with grid fill (when there is no selection) 2013-10-05 11:59:15 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile lots of operator descriptions were incorrectly copy/pasted. 2013-09-30 05:50:41 +00:00
SConstruct OSX/Scons/OMP: 1. Allow for compile with gnu gcc 4.8.1, 2. fix compiling with sdk > 10.7 by using libgomp dynamic, which includes proper errorhandling vs. static. Before xtra linking to system libstdc++.6.dylib was needed, which then caused incompatibilities 2013-09-28 18:42:14 +00:00