[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47556] branches/soc-2012-fried_chicken/ source/blender/nodes/CMakeLists.txt: Added node_shader_mybsdf_diffuse. c to CMakeLists.txt

Philipp Volguine phil.volguine at gmail.com
Thu Jun 7 08:35:55 CEST 2012


Revision: 47556
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47556
Author:   zer000
Date:     2012-06-07 06:35:37 +0000 (Thu, 07 Jun 2012)
Log Message:
-----------
Added node_shader_mybsdf_diffuse.c to CMakeLists.txt

-this fixes the compilation error from revision r47479

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47479

Modified Paths:
--------------
    branches/soc-2012-fried_chicken/source/blender/nodes/CMakeLists.txt

Modified: branches/soc-2012-fried_chicken/source/blender/nodes/CMakeLists.txt
===================================================================
--- branches/soc-2012-fried_chicken/source/blender/nodes/CMakeLists.txt	2012-06-07 05:39:28 UTC (rev 47555)
+++ branches/soc-2012-fried_chicken/source/blender/nodes/CMakeLists.txt	2012-06-07 06:35:37 UTC (rev 47556)
@@ -144,6 +144,7 @@
 	shader/nodes/node_shader_background.c
 	# shader/nodes/node_shader_bsdf_anisotropic.c  # XXX, why not included?
 	shader/nodes/node_shader_bsdf_diffuse.c
+    shader/nodes/node_shader_mybsdf_diffuse.c
 	shader/nodes/node_shader_bsdf_glossy.c
 	shader/nodes/node_shader_bsdf_glass.c
 	shader/nodes/node_shader_bsdf_translucent.c




More information about the Bf-blender-cvs mailing list