Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-01-03 10:42:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-03 10:42:30 +0300
commite6d1f2584209d1e8ee8455815ec97da971b1d082 (patch)
tree09bb5b2912b334e5ded5af653405444ce051ac69 /source/blender/makesrna/intern/CMakeLists.txt
parent1306a38133b3a4c5f9d07c914f2787c5edd90c46 (diff)
remove rna func scene.collada_export(), export functions dont exist for any other formats, calling operators should suffice.
Diffstat (limited to 'source/blender/makesrna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 4e624b76c7d..ecb0d903ae6 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -136,10 +136,6 @@ if(WITH_JACK)
add_definitions(-DWITH_JACK)
endif()
-if(WITH_OPENCOLLADA)
- add_definitions(-DWITH_COLLADA)
-endif()
-
# Build makesrna executable
add_executable(makesrna ${SRC} ${INC_FILES})
target_link_libraries(makesrna bf_dna)