Blender Git Loki
Git Commits -> Revision 788b47b
Revision 788b47b by Bastien Montagne (master) March 17, 2012, 12:07 (GMT) |
Fix for yesterday i18n own commit (r44924): we now need to define WITH_INTERNATIONAL everywhere TIP_/IFACE_ macros are used (else, we get non-international, dummy NOP macros instead!). Also fixed in main CMakeList file, when no addon dir found, we want to disable WITH_PYTHON (I guess, certainly not WITH_INTERNATIONAL ;) ). |
Commit Details:
Full Hash: 788b47b788be99dcf983078068e10709f9f93254
SVN Revision: 44939
Parent Commit: 02f707e
Lines Changed: +128, -10
31 Modified Paths:
/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+4, -0) (Diff)
/source/blender/blenkernel/SConscript (+3, -0) (Diff)
/source/blender/editors/animation/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/animation/SConscript (+6, -1) (Diff)
/source/blender/editors/armature/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/armature/SConscript (+6, -1) (Diff)
/source/blender/editors/gpencil/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/gpencil/SConscript (+6, -1) (Diff)
/source/blender/editors/screen/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/screen/SConscript (+3, -0) (Diff)
/source/blender/editors/space_buttons/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_buttons/SConscript (+3, -0) (Diff)
/source/blender/editors/space_file/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_file/SConscript (+4, -1) (Diff)
/source/blender/editors/space_graph/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_graph/SConscript (+6, -1) (Diff)
/source/blender/editors/space_info/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_info/SConscript (+3, -0) (Diff)
/source/blender/editors/space_nla/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_nla/SConscript (+6, -1) (Diff)
/source/blender/editors/space_node/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_node/SConscript (+4, -1) (Diff)
/source/blender/editors/space_view3d/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_view3d/SConscript (+3, -0) (Diff)
/source/blender/editors/transform/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/transform/SConscript (+6, -1) (Diff)
/source/blender/modifiers/CMakeLists.txt (+5, -0) (Diff)
/source/blender/modifiers/SConscript (+4, -1) (Diff)
/source/blender/nodes/CMakeLists.txt (+4, -0) (Diff)
/source/blender/nodes/SConscript (+3, -0) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+4, -0) (Diff)
/source/blender/blenkernel/SConscript (+3, -0) (Diff)
/source/blender/editors/animation/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/animation/SConscript (+6, -1) (Diff)
/source/blender/editors/armature/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/armature/SConscript (+6, -1) (Diff)
/source/blender/editors/gpencil/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/gpencil/SConscript (+6, -1) (Diff)
/source/blender/editors/screen/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/screen/SConscript (+3, -0) (Diff)
/source/blender/editors/space_buttons/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_buttons/SConscript (+3, -0) (Diff)
/source/blender/editors/space_file/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_file/SConscript (+4, -1) (Diff)
/source/blender/editors/space_graph/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_graph/SConscript (+6, -1) (Diff)
/source/blender/editors/space_info/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_info/SConscript (+3, -0) (Diff)
/source/blender/editors/space_nla/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_nla/SConscript (+6, -1) (Diff)
/source/blender/editors/space_node/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_node/SConscript (+4, -1) (Diff)
/source/blender/editors/space_view3d/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/space_view3d/SConscript (+3, -0) (Diff)
/source/blender/editors/transform/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/transform/SConscript (+6, -1) (Diff)
/source/blender/modifiers/CMakeLists.txt (+5, -0) (Diff)
/source/blender/modifiers/SConscript (+4, -1) (Diff)
/source/blender/nodes/CMakeLists.txt (+4, -0) (Diff)
/source/blender/nodes/SConscript (+3, -0) (Diff)