[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [56624] trunk/blender/intern/cycles: Cycles:

Thomas Dinges blender at dingto.org
Thu May 9 16:21:36 CEST 2013


Revision: 56624
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=56624
Author:   dingto
Date:     2013-05-09 14:21:36 +0000 (Thu, 09 May 2013)
Log Message:
-----------
Cycles:
* Remove unused film_response table code. 

Modified Paths:
--------------
    trunk/blender/intern/cycles/SConscript
    trunk/blender/intern/cycles/render/CMakeLists.txt

Removed Paths:
-------------
    trunk/blender/intern/cycles/render/film_response.cpp
    trunk/blender/intern/cycles/render/film_response.h

Modified: trunk/blender/intern/cycles/SConscript
===================================================================
--- trunk/blender/intern/cycles/SConscript	2013-05-09 14:13:43 UTC (rev 56623)
+++ trunk/blender/intern/cycles/SConscript	2013-05-09 14:21:36 UTC (rev 56624)
@@ -35,7 +35,6 @@
 sources = cycles.Glob('bvh/*.cpp') + cycles.Glob('device/*.cpp') + cycles.Glob('kernel/*.cpp') + cycles.Glob('render/*.cpp') + cycles.Glob('subd/*.cpp') + cycles.Glob('util/*.cpp') + cycles.Glob('blender/*.cpp')
 
 sources.remove(path.join('util', 'util_view.cpp'))
-sources.remove(path.join('render', 'film_response.cpp'))
 sources.remove(path.join('kernel', 'kernel_sse2.cpp'))
 sources.remove(path.join('kernel', 'kernel_sse3.cpp'))
 

Modified: trunk/blender/intern/cycles/render/CMakeLists.txt
===================================================================
--- trunk/blender/intern/cycles/render/CMakeLists.txt	2013-05-09 14:13:43 UTC (rev 56623)
+++ trunk/blender/intern/cycles/render/CMakeLists.txt	2013-05-09 14:21:36 UTC (rev 56624)
@@ -20,7 +20,6 @@
 	bssrdf.cpp
 	camera.cpp
 	film.cpp
-	# film_response.cpp (code unused)
 	graph.cpp
 	image.cpp
 	integrator.cpp
@@ -48,7 +47,6 @@
 	bssrdf.h
 	camera.h
 	film.h
-	# film_response.h (code unused)
 	graph.h
 	image.h
 	integrator.h

Deleted: trunk/blender/intern/cycles/render/film_response.cpp
===================================================================
--- trunk/blender/intern/cycles/render/film_response.cpp	2013-05-09 14:13:43 UTC (rev 56623)
+++ trunk/blender/intern/cycles/render/film_response.cpp	2013-05-09 14:21:36 UTC (rev 56624)
@@ -1,36135 +0,0 @@
-/*
- * "What is the Space of Camera Response Functions?," 
- * M.D. Grossberg and S.K. Nayar, 
- * IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 
- * Vol.II, pp.602-609, Jun, 2003.
- *
- * http://www.cs.columbia.edu/CAVE/software/softlib/dorf.php
- */
-
-#include "film_response.h"
-
-CCL_NAMESPACE_BEGIN
-
-FilmResponse FILM_RESPONSE[FILM_RESPONSE_NUM] = {
-{"Agfa", "Agfacolor Futura 100", "graph-log-log-neg", true,
-{0.000000e+000f, 9.775171e-004f, 1.955034e-003f, 2.932551e-003f, 3.910068e-003f, 4.887586e-003f, 5.865103e-003f, 6.842620e-003f, 7.820137e-003f, 8.797654e-003f,
-9.775171e-003f, 1.075269e-002f, 1.173021e-002f, 1.270772e-002f, 1.368524e-002f, 1.466276e-002f, 1.564027e-002f, 1.661779e-002f, 1.759531e-002f, 1.857283e-002f,
-1.955034e-002f, 2.052786e-002f, 2.150538e-002f, 2.248289e-002f, 2.346041e-002f, 2.443793e-002f, 2.541544e-002f, 2.639296e-002f, 2.737048e-002f, 2.834800e-002f,
-2.932551e-002f, 3.030303e-002f, 3.128055e-002f, 3.225806e-002f, 3.323558e-002f, 3.421310e-002f, 3.519062e-002f, 3.616813e-002f, 3.714565e-002f, 3.812317e-002f,
-3.910068e-002f, 4.007820e-002f, 4.105572e-002f, 4.203324e-002f, 4.301075e-002f, 4.398827e-002f, 4.496579e-002f, 4.594330e-002f, 4.692082e-002f, 4.789834e-002f,
-4.887586e-002f, 4.985337e-002f, 5.083089e-002f, 5.180841e-002f, 5.278592e-002f, 5.376344e-002f, 5.474096e-002f, 5.571848e-002f, 5.669599e-002f, 5.767351e-002f,
-5.865103e-002f, 5.962854e-002f, 6.060606e-002f, 6.158358e-002f, 6.256109e-002f, 6.353861e-002f, 6.451613e-002f, 6.549365e-002f, 6.647116e-002f, 6.744868e-002f,
-6.842620e-002f, 6.940371e-002f, 7.038123e-002f, 7.135875e-002f, 7.233627e-002f, 7.331378e-002f, 7.429130e-002f, 7.526882e-002f, 7.624633e-002f, 7.722385e-002f,
-7.820137e-002f, 7.917889e-002f, 8.015640e-002f, 8.113392e-002f, 8.211144e-002f, 8.308895e-002f, 8.406647e-002f, 8.504399e-002f, 8.602151e-002f, 8.699902e-002f,
-8.797654e-002f, 8.895406e-002f, 8.993157e-002f, 9.090909e-002f, 9.188661e-002f, 9.286413e-002f, 9.384164e-002f, 9.481916e-002f, 9.579668e-002f, 9.677419e-002f,
-9.775171e-002f, 9.872923e-002f, 9.970674e-002f, 1.006843e-001f, 1.016618e-001f, 1.026393e-001f, 1.036168e-001f, 1.045943e-001f, 1.055718e-001f, 1.065494e-001f,
-1.075269e-001f, 1.085044e-001f, 1.094819e-001f, 1.104594e-001f, 1.114370e-001f, 1.124145e-001f, 1.133920e-001f, 1.143695e-001f, 1.153470e-001f, 1.163245e-001f,
-1.173021e-001f, 1.182796e-001f, 1.192571e-001f, 1.202346e-001f, 1.212121e-001f, 1.221896e-001f, 1.231672e-001f, 1.241447e-001f, 1.251222e-001f, 1.260997e-001f,
-1.270772e-001f, 1.280547e-001f, 1.290323e-001f, 1.300098e-001f, 1.309873e-001f, 1.319648e-001f, 1.329423e-001f, 1.339198e-001f, 1.348974e-001f, 1.358749e-001f,
-1.368524e-001f, 1.378299e-001f, 1.388074e-001f, 1.397849e-001f, 1.407625e-001f, 1.417400e-001f, 1.427175e-001f, 1.436950e-001f, 1.446725e-001f, 1.456500e-001f,
-1.466276e-001f, 1.476051e-001f, 1.485826e-001f, 1.495601e-001f, 1.505376e-001f, 1.515152e-001f, 1.524927e-001f, 1.534702e-001f, 1.544477e-001f, 1.554252e-001f,
-1.564027e-001f, 1.573803e-001f, 1.583578e-001f, 1.593353e-001f, 1.603128e-001f, 1.612903e-001f, 1.622678e-001f, 1.632454e-001f, 1.642229e-001f, 1.652004e-001f,
-1.661779e-001f, 1.671554e-001f, 1.681329e-001f, 1.691105e-001f, 1.700880e-001f, 1.710655e-001f, 1.720430e-001f, 1.730205e-001f, 1.739980e-001f, 1.749756e-001f,
-1.759531e-001f, 1.769306e-001f, 1.779081e-001f, 1.788856e-001f, 1.798631e-001f, 1.808407e-001f, 1.818182e-001f, 1.827957e-001f, 1.837732e-001f, 1.847507e-001f,
-1.857283e-001f, 1.867058e-001f, 1.876833e-001f, 1.886608e-001f, 1.896383e-001f, 1.906158e-001f, 1.915934e-001f, 1.925709e-001f, 1.935484e-001f, 1.945259e-001f,
-1.955034e-001f, 1.964809e-001f, 1.974585e-001f, 1.984360e-001f, 1.994135e-001f, 2.003910e-001f, 2.013685e-001f, 2.023460e-001f, 2.033236e-001f, 2.043011e-001f,
-2.052786e-001f, 2.062561e-001f, 2.072336e-001f, 2.082111e-001f, 2.091887e-001f, 2.101662e-001f, 2.111437e-001f, 2.121212e-001f, 2.130987e-001f, 2.140762e-001f,
-2.150538e-001f, 2.160313e-001f, 2.170088e-001f, 2.179863e-001f, 2.189638e-001f, 2.199413e-001f, 2.209189e-001f, 2.218964e-001f, 2.228739e-001f, 2.238514e-001f,
-2.248289e-001f, 2.258065e-001f, 2.267840e-001f, 2.277615e-001f, 2.287390e-001f, 2.297165e-001f, 2.306940e-001f, 2.316716e-001f, 2.326491e-001f, 2.336266e-001f,
-2.346041e-001f, 2.355816e-001f, 2.365591e-001f, 2.375367e-001f, 2.385142e-001f, 2.394917e-001f, 2.404692e-001f, 2.414467e-001f, 2.424242e-001f, 2.434018e-001f,
-2.443793e-001f, 2.453568e-001f, 2.463343e-001f, 2.473118e-001f, 2.482893e-001f, 2.492669e-001f, 2.502444e-001f, 2.512219e-001f, 2.521994e-001f, 2.531769e-001f,
-2.541544e-001f, 2.551320e-001f, 2.561095e-001f, 2.570870e-001f, 2.580645e-001f, 2.590420e-001f, 2.600196e-001f, 2.609971e-001f, 2.619746e-001f, 2.629521e-001f,
-2.639296e-001f, 2.649071e-001f, 2.658847e-001f, 2.668622e-001f, 2.678397e-001f, 2.688172e-001f, 2.697947e-001f, 2.707722e-001f, 2.717498e-001f, 2.727273e-001f,
-2.737048e-001f, 2.746823e-001f, 2.756598e-001f, 2.766373e-001f, 2.776149e-001f, 2.785924e-001f, 2.795699e-001f, 2.805474e-001f, 2.815249e-001f, 2.825024e-001f,
-2.834800e-001f, 2.844575e-001f, 2.854350e-001f, 2.864125e-001f, 2.873900e-001f, 2.883675e-001f, 2.893451e-001f, 2.903226e-001f, 2.913001e-001f, 2.922776e-001f,
-2.932551e-001f, 2.942326e-001f, 2.952102e-001f, 2.961877e-001f, 2.971652e-001f, 2.981427e-001f, 2.991202e-001f, 3.000978e-001f, 3.010753e-001f, 3.020528e-001f,
-3.030303e-001f, 3.040078e-001f, 3.049853e-001f, 3.059629e-001f, 3.069404e-001f, 3.079179e-001f, 3.088954e-001f, 3.098729e-001f, 3.108504e-001f, 3.118280e-001f,
-3.128055e-001f, 3.137830e-001f, 3.147605e-001f, 3.157380e-001f, 3.167155e-001f, 3.176931e-001f, 3.186706e-001f, 3.196481e-001f, 3.206256e-001f, 3.216031e-001f,
-3.225806e-001f, 3.235582e-001f, 3.245357e-001f, 3.255132e-001f, 3.264907e-001f, 3.274682e-001f, 3.284457e-001f, 3.294233e-001f, 3.304008e-001f, 3.313783e-001f,
-3.323558e-001f, 3.333333e-001f, 3.343109e-001f, 3.352884e-001f, 3.362659e-001f, 3.372434e-001f, 3.382209e-001f, 3.391984e-001f, 3.401760e-001f, 3.411535e-001f,
-3.421310e-001f, 3.431085e-001f, 3.440860e-001f, 3.450635e-001f, 3.460411e-001f, 3.470186e-001f, 3.479961e-001f, 3.489736e-001f, 3.499511e-001f, 3.509286e-001f,
-3.519062e-001f, 3.528837e-001f, 3.538612e-001f, 3.548387e-001f, 3.558162e-001f, 3.567937e-001f, 3.577713e-001f, 3.587488e-001f, 3.597263e-001f, 3.607038e-001f,
-3.616813e-001f, 3.626588e-001f, 3.636364e-001f, 3.646139e-001f, 3.655914e-001f, 3.665689e-001f, 3.675464e-001f, 3.685239e-001f, 3.695015e-001f, 3.704790e-001f,
-3.714565e-001f, 3.724340e-001f, 3.734115e-001f, 3.743891e-001f, 3.753666e-001f, 3.763441e-001f, 3.773216e-001f, 3.782991e-001f, 3.792766e-001f, 3.802542e-001f,
-3.812317e-001f, 3.822092e-001f, 3.831867e-001f, 3.841642e-001f, 3.851417e-001f, 3.861193e-001f, 3.870968e-001f, 3.880743e-001f, 3.890518e-001f, 3.900293e-001f,
-3.910068e-001f, 3.919844e-001f, 3.929619e-001f, 3.939394e-001f, 3.949169e-001f, 3.958944e-001f, 3.968719e-001f, 3.978495e-001f, 3.988270e-001f, 3.998045e-001f,
-4.007820e-001f, 4.017595e-001f, 4.027370e-001f, 4.037146e-001f, 4.046921e-001f, 4.056696e-001f, 4.066471e-001f, 4.076246e-001f, 4.086022e-001f, 4.095797e-001f,
-4.105572e-001f, 4.115347e-001f, 4.125122e-001f, 4.134897e-001f, 4.144673e-001f, 4.154448e-001f, 4.164223e-001f, 4.173998e-001f, 4.183773e-001f, 4.193548e-001f,
-4.203324e-001f, 4.213099e-001f, 4.222874e-001f, 4.232649e-001f, 4.242424e-001f, 4.252199e-001f, 4.261975e-001f, 4.271750e-001f, 4.281525e-001f, 4.291300e-001f,
-4.301075e-001f, 4.310850e-001f, 4.320626e-001f, 4.330401e-001f, 4.340176e-001f, 4.349951e-001f, 4.359726e-001f, 4.369501e-001f, 4.379277e-001f, 4.389052e-001f,
-4.398827e-001f, 4.408602e-001f, 4.418377e-001f, 4.428152e-001f, 4.437928e-001f, 4.447703e-001f, 4.457478e-001f, 4.467253e-001f, 4.477028e-001f, 4.486804e-001f,
-4.496579e-001f, 4.506354e-001f, 4.516129e-001f, 4.525904e-001f, 4.535679e-001f, 4.545455e-001f, 4.555230e-001f, 4.565005e-001f, 4.574780e-001f, 4.584555e-001f,
-4.594330e-001f, 4.604106e-001f, 4.613881e-001f, 4.623656e-001f, 4.633431e-001f, 4.643206e-001f, 4.652981e-001f, 4.662757e-001f, 4.672532e-001f, 4.682307e-001f,
-4.692082e-001f, 4.701857e-001f, 4.711632e-001f, 4.721408e-001f, 4.731183e-001f, 4.740958e-001f, 4.750733e-001f, 4.760508e-001f, 4.770283e-001f, 4.780059e-001f,
-4.789834e-001f, 4.799609e-001f, 4.809384e-001f, 4.819159e-001f, 4.828935e-001f, 4.838710e-001f, 4.848485e-001f, 4.858260e-001f, 4.868035e-001f, 4.877810e-001f,
-4.887586e-001f, 4.897361e-001f, 4.907136e-001f, 4.916911e-001f, 4.926686e-001f, 4.936461e-001f, 4.946237e-001f, 4.956012e-001f, 4.965787e-001f, 4.975562e-001f,

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list