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:
-rw-r--r--SConstruct2
-rw-r--r--build_files/scons/tools/Blender.py2
-rw-r--r--release/bin/.blender/.Blanguages24
-rw-r--r--source/creator/CMakeLists.txt14
4 files changed, 1 insertions, 41 deletions
diff --git a/SConstruct b/SConstruct
index 6de11d8fe4e..eacf18266f0 100644
--- a/SConstruct
+++ b/SConstruct
@@ -523,7 +523,7 @@ if env['OURPLATFORM']!='darwin':
for f in df:
# This files aren't used anymore
- if f in ['.Blanguages', '.bfont.ttf']:
+ if f in (".bfont.ttf", ):
continue
if not env['WITH_BF_INTERNATIONAL']:
diff --git a/build_files/scons/tools/Blender.py b/build_files/scons/tools/Blender.py
index 0f8d710d3b5..8e1bdcb1c62 100644
--- a/build_files/scons/tools/Blender.py
+++ b/build_files/scons/tools/Blender.py
@@ -565,8 +565,6 @@ def AppIt(target=None, source=None, env=None):
commands.getoutput(cmd)
cmd = 'cp -R %s/release/bin/.blender/fonts %s/%s.app/Contents/MacOS/%s/datafiles/'%(bldroot,installdir,binary,VERSION)
commands.getoutput(cmd)
- cmd = 'cp %s/release/bin/%s/.Blanguages %s/%s.app/Contents/Resources/'%(bldroot,VERSION,installdir,binary)
- commands.getoutput(cmd)
cmd = 'cp -R %s/release/scripts %s/%s.app/Contents/MacOS/%s/'%(bldroot,installdir,binary,VERSION)
commands.getoutput(cmd)
diff --git a/release/bin/.blender/.Blanguages b/release/bin/.blender/.Blanguages
deleted file mode 100644
index 1a83c46039a..00000000000
--- a/release/bin/.blender/.Blanguages
+++ /dev/null
@@ -1,24 +0,0 @@
-English:en_US
-Japanese:ja_JP
-Dutch:nl_NL
-Italian:it_IT
-German:de_DE
-Finnish:fi_FI
-Swedish:sv_SE
-French:fr_FR
-Spanish:es_ES
-Catalan:ca_ES
-Czech:cs_CZ
-Brazilian Portuguese:pt_BR
-Simplified Chinese:zh_CN
-Traditional Chinese:zh_TW
-Russian:ru_RU
-Croatian:hr_HR
-Serbian:sr_RS
-Ukrainian:uk_UA
-Polish:pl_PL
-Romanian:ro_RO
-Arabic:ar_SA
-Bulgarian:bg_BG
-Greek:el_GR
-Korean:ko_KR
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 86aebe47edc..d36bd3cd344 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -351,11 +351,6 @@ if(UNIX AND NOT APPLE)
if(WITH_INTERNATIONAL)
install(
- FILES ${CMAKE_SOURCE_DIR}/release/bin/.blender/.Blanguages
- DESTINATION ${TARGETDIR_VER}
- )
-
- install(
DIRECTORY
${CMAKE_SOURCE_DIR}/release/bin/.blender/locale
${CMAKE_SOURCE_DIR}/release/bin/.blender/fonts
@@ -428,10 +423,6 @@ elseif(WIN32)
if(WITH_INTERNATIONAL) # same as linux!, deduplicate
install(
- FILES ${CMAKE_SOURCE_DIR}/release/bin/.blender/.Blanguages
- DESTINATION ${TARGETDIR_VER}
- )
- install(
DIRECTORY
${CMAKE_SOURCE_DIR}/release/bin/.blender/locale
${CMAKE_SOURCE_DIR}/release/bin/.blender/fonts
@@ -664,11 +655,6 @@ elseif(APPLE)
# localization
if(WITH_INTERNATIONAL)
install(
- FILES ${CMAKE_SOURCE_DIR}/release/bin/.blender/.Blanguages
- DESTINATION ${TARGETDIR_VER}/datafiles
- )
-
- install(
DIRECTORY
${CMAKE_SOURCE_DIR}/release/bin/.blender/fonts
${CMAKE_SOURCE_DIR}/release/bin/.blender/locale