Revision 687b6e5 by Campbell Barton June 15, 2012, 17:41 (GMT) |
style cleanup: remaining nodes in intern/ |
Revision 9e79af9 by Brecht Van Lommel June 15, 2012, 16:09 (GMT) |
Tomato: fix wrong RRT transform. |
Revision 5a9285a by Sergey Sharybin June 15, 2012, 16:07 (GMT) |
Reshuffle code in tracking marker's slide operator, should be easier to follow the code now. y |
Revision 4b8c51d by Sergey Sharybin June 15, 2012, 16:07 (GMT) |
Remove unused code and correct comment for track mask AA Tip: XXX should be used for such kind of crap which is bad for release disabled AA for mask is not such a case. |
Revision 927fc89 by Campbell Barton June 15, 2012, 15:55 (GMT) |
minor optimizations for dilate |
Revision 2ca89f7 by Campbell Barton June 15, 2012, 15:04 (GMT) |
style cleanup |
Revision 77ec3ae by Brecht Van Lommel June 15, 2012, 15:01 (GMT) |
Fix more of #31789: cycles border render going out of view giving wrong result. |
Revision 471627b by Sergey Sharybin June 15, 2012, 15:00 (GMT) |
Commit current patch needed for color pipeline investigation in Mango Project This commit simply adds view transform option for image editor. This transform is being applied on original linear color when float buffer is being converted into sRGB byte buffer. Currently supports such transformations: - ACES ODT ToneCurve transform which shall preserve color ranges on such a conversion. - OCIO Raw, Log and RRT view transforms This commit also contains integration of OCIO backends to Blender, so now there's c-api and configuration file. Most of things were got from branch where Xavier Thomas and Lukas Toene were working. NOTE: This is just for testing our pipeline, please do not bother me with messages it's done wrong. It is done correct to support our own pipeline for now, and real design would be created later when current stoppers for the project are gone. |
Revision 05153fb by Campbell Barton June 15, 2012, 14:47 (GMT) |
svn merge ^/trunk/blender -r47958:47961 |
Revision f045460 by Campbell Barton June 15, 2012, 14:45 (GMT) |
style cleanup |
Revision 4f80c34 by Campbell Barton June 15, 2012, 14:40 (GMT) |
fix for building without libmv |
Revision 64884f5 by Sergey Sharybin June 15, 2012, 14:28 (GMT) |
Revision 40a726e by Sergey Sharybin June 15, 2012, 14:26 (GMT) |
Code deduplicaiton in motion tracking slide operator |
Revision b52c2f2 by Sergey Sharybin June 15, 2012, 14:11 (GMT) |
Style cleanup |
Revision fb278a5 by Sergey Sharybin June 15, 2012, 14:11 (GMT) |
Ensure enums in DNA files has got explicit values See http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Macros.2C_Enums.2C_Inline_functions |
Revision e11692b by Campbell Barton June 15, 2012, 13:56 (GMT) |
fix for other uninitialized values for the split viewer node as well as incorrect frees for gaussian blue nodes. |
Revision d0ebb1d by Campbell Barton June 15, 2012, 13:35 (GMT) |
fix for using un-initialized memory in the new compositor for the split view node. |
Revision 6f529c9 by Sergey Sharybin June 15, 2012, 12:29 (GMT) |
Revision 82473f6 by Sergey Sharybin June 15, 2012, 11:53 (GMT) |
Core matte input for keying node This matte could be used to force alpha be at high values in areas where algorithm detects it as edge or background color. |
Revision fa3dd67 by Sergey Sharybin June 15, 2012, 11:42 (GMT) |
Fix potential memory leak in marker sliding operator |
|