Cycles:
* Remove unused film_response table code.
This commit is contained in:
@@ -35,7 +35,6 @@ cycles.Depends('../../source/blender/makesrna/intern/RNA_blender_cpp.h', 'makesr
|
||||
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'))
|
||||
|
||||
|
@@ -20,7 +20,6 @@ set(SRC
|
||||
bssrdf.cpp
|
||||
camera.cpp
|
||||
film.cpp
|
||||
# film_response.cpp (code unused)
|
||||
graph.cpp
|
||||
image.cpp
|
||||
integrator.cpp
|
||||
@@ -48,7 +47,6 @@ set(SRC_HEADERS
|
||||
bssrdf.h
|
||||
camera.h
|
||||
film.h
|
||||
# film_response.h (code unused)
|
||||
graph.h
|
||||
image.h
|
||||
integrator.h
|
||||
|
Reference in New Issue
Block a user