From 92422ba4525dedfc1687dfff14e11ee805a30c23 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Thu, 26 Aug 2010 06:58:32 +0000 Subject: Patch [#23389] Add authorship information to exported COLLADA files Contributed by Imran Syed (freakabcd). This adds basic authoring tool and author info ("Blender User" for now). NOTE: Linux and OSX users need now to update their OpenCOLLADA libs - Blender should now compile fine with their latest revision. Made some changes to the original patch to ensure linking is done correctly. Some small cleanups for scons too. --- source/blender/collada/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source/blender/collada/CMakeLists.txt') diff --git a/source/blender/collada/CMakeLists.txt b/source/blender/collada/CMakeLists.txt index 420650a6ff7..fa582673746 100644 --- a/source/blender/collada/CMakeLists.txt +++ b/source/blender/collada/CMakeLists.txt @@ -61,4 +61,8 @@ SET(INC ENDIF(APPLE) -BLENDERLIB(bf_collada "${SRC}" "${INC}") +IF(WITH_BUILDINFO) + ADD_DEFINITIONS(-DNAN_BUILDINFO) +ENDIF(WITH_BUILDINFO) + +BLENDERLIB(bf_collada "${SRC}" "${INC}") \ No newline at end of file -- cgit v1.2.3