[Bf-blender-cvs] [81a3a36] viewport_experiments: fix issue with scons

Antony Riakiotakis noreply at git.blender.org
Tue Sep 16 23:57:37 CEST 2014


Commit: 81a3a364b586e1fb795105a8818a51205ec931c5
Author: Antony Riakiotakis
Date:   Tue Sep 16 23:56:45 2014 +0200
Branches: viewport_experiments
https://developer.blender.org/rB81a3a364b586e1fb795105a8818a51205ec931c5

fix issue with scons

===================================================================

M	source/blender/gpu/SConscript

===================================================================

diff --git a/source/blender/gpu/SConscript b/source/blender/gpu/SConscript
index e9320f0..9fc339f 100644
--- a/source/blender/gpu/SConscript
+++ b/source/blender/gpu/SConscript
@@ -65,6 +65,8 @@ import os
 sources.extend((
     os.path.join(env['DATA_SOURCES'], "gpu_shader_simple_frag.glsl.c"),
     os.path.join(env['DATA_SOURCES'], "gpu_shader_simple_vert.glsl.c"),
+    os.path.join(env['DATA_SOURCES'], "gpu_shader_fx_frag.glsl.c"),
+    os.path.join(env['DATA_SOURCES'], "gpu_shader_fx_vert.glsl.c"),
     os.path.join(env['DATA_SOURCES'], "gpu_shader_material.glsl.c"),
     os.path.join(env['DATA_SOURCES'], "gpu_shader_sep_gaussian_blur_frag.glsl.c"),
     os.path.join(env['DATA_SOURCES'], "gpu_shader_sep_gaussian_blur_vert.glsl.c"),




More information about the Bf-blender-cvs mailing list