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:
authorKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-05-16 17:07:20 +0400
committerKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-05-16 17:07:20 +0400
commitd5fde6c48b4b6758d1f31dc2f401fa8c63843735 (patch)
tree28252e08cd9b75d0f8e30566c5f203de798e98bd /source/blender
parent2fd6e728513f46e1f313667dfcf6b3d6e09cad39 (diff)
Added #!/usr/bin/python standard script identifier to the start of SConscript files.
Makes text editors identify SConscripts as Python, and syntax highlight properly.
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/SConscript1
-rw-r--r--source/blender/avi/SConscript1
-rw-r--r--source/blender/blenkernel/SConscript1
-rw-r--r--source/blender/blenlib/SConscript1
-rw-r--r--source/blender/blenloader/SConscript1
-rw-r--r--source/blender/blenpluginapi/SConscript1
-rw-r--r--source/blender/ftfont/SConscript1
-rw-r--r--source/blender/imbuf/SConscript1
-rw-r--r--source/blender/img/SConscript1
-rw-r--r--source/blender/makesdna/SConscript1
-rw-r--r--source/blender/makesdna/intern/SConscript1
-rw-r--r--source/blender/python/SConscript1
-rw-r--r--source/blender/quicktime/SConscript1
-rw-r--r--source/blender/radiosity/SConscript1
-rw-r--r--source/blender/readblenfile/SConscript1
-rw-r--r--source/blender/render/SConscript1
-rw-r--r--source/blender/renderconverter/SConscript1
-rw-r--r--source/blender/src/SConscript1
-rw-r--r--source/blender/yafray/SConscript1
19 files changed, 19 insertions, 0 deletions
diff --git a/source/blender/SConscript b/source/blender/SConscript
index 2006888c9f7..c40b8422a33 100644
--- a/source/blender/SConscript
+++ b/source/blender/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('user_options_dict')
SConscript(['avi/SConscript',
diff --git a/source/blender/avi/SConscript b/source/blender/avi/SConscript
index 0b5fce4f2d0..9311999e123 100644
--- a/source/blender/avi/SConscript
+++ b/source/blender/avi/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('extra_includes')
Import ('user_options_dict')
Import ('library_env')
diff --git a/source/blender/blenkernel/SConscript b/source/blender/blenkernel/SConscript
index 35fb11d79bd..44364a4a4b6 100644
--- a/source/blender/blenkernel/SConscript
+++ b/source/blender/blenkernel/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('user_options_dict')
Import ('library_env')
diff --git a/source/blender/blenlib/SConscript b/source/blender/blenlib/SConscript
index f26d7e87031..74d5049edbf 100644
--- a/source/blender/blenlib/SConscript
+++ b/source/blender/blenlib/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('extra_includes')
Import ('user_options_dict')
Import ('library_env')
diff --git a/source/blender/blenloader/SConscript b/source/blender/blenloader/SConscript
index 26796a8eb38..abec60928d4 100644
--- a/source/blender/blenloader/SConscript
+++ b/source/blender/blenloader/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('user_options_dict')
Import ('library_env')
diff --git a/source/blender/blenpluginapi/SConscript b/source/blender/blenpluginapi/SConscript
index 2077f7ad2b6..42d4bd5bb5a 100644
--- a/source/blender/blenpluginapi/SConscript
+++ b/source/blender/blenpluginapi/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('user_options_dict')
Import ('library_env')
diff --git a/source/blender/ftfont/SConscript b/source/blender/ftfont/SConscript
index 81f5b2b603f..50cd37d6526 100644
--- a/source/blender/ftfont/SConscript
+++ b/source/blender/ftfont/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('extra_includes')
Import ('user_options_dict')
Import ('library_env')
diff --git a/source/blender/imbuf/SConscript b/source/blender/imbuf/SConscript
index 60910aa0ee4..11d7cfb2b30 100644
--- a/source/blender/imbuf/SConscript
+++ b/source/blender/imbuf/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('extra_includes')
Import ('user_options_dict')
Import ('library_env')
diff --git a/source/blender/img/SConscript b/source/blender/img/SConscript
index 2ea4101e66c..ed4564a3348 100644
--- a/source/blender/img/SConscript
+++ b/source/blender/img/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('user_options_dict')
Import ('library_env')
diff --git a/source/blender/makesdna/SConscript b/source/blender/makesdna/SConscript
index 793d36ff602..c9b352365ff 100644
--- a/source/blender/makesdna/SConscript
+++ b/source/blender/makesdna/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('user_options_dict')
Import ('library_env')
diff --git a/source/blender/makesdna/intern/SConscript b/source/blender/makesdna/intern/SConscript
index 0acc20d9fbe..4046819ffd5 100644
--- a/source/blender/makesdna/intern/SConscript
+++ b/source/blender/makesdna/intern/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
import sys
Import ('cflags')
diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript
index 41fb4c082a2..bf30c1426d9 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('extra_includes')
Import ('user_options_dict')
Import ('library_env')
diff --git a/source/blender/quicktime/SConscript b/source/blender/quicktime/SConscript
index 12eaca18388..3a63abe7779 100644
--- a/source/blender/quicktime/SConscript
+++ b/source/blender/quicktime/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('extra_includes')
Import ('user_options_dict')
Import ('library_env')
diff --git a/source/blender/radiosity/SConscript b/source/blender/radiosity/SConscript
index 477c9521a45..6aef7396fd0 100644
--- a/source/blender/radiosity/SConscript
+++ b/source/blender/radiosity/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('user_options_dict')
Import ('library_env')
diff --git a/source/blender/readblenfile/SConscript b/source/blender/readblenfile/SConscript
index 32c474d1eb6..751bc100a97 100644
--- a/source/blender/readblenfile/SConscript
+++ b/source/blender/readblenfile/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('user_options_dict')
Import ('library_env')
diff --git a/source/blender/render/SConscript b/source/blender/render/SConscript
index 1d09b1aa5ee..e4c4f7edf13 100644
--- a/source/blender/render/SConscript
+++ b/source/blender/render/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('user_options_dict')
Import ('library_env')
diff --git a/source/blender/renderconverter/SConscript b/source/blender/renderconverter/SConscript
index 5ab99c09b11..ac3212eb9ec 100644
--- a/source/blender/renderconverter/SConscript
+++ b/source/blender/renderconverter/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('user_options_dict')
Import ('library_env')
diff --git a/source/blender/src/SConscript b/source/blender/src/SConscript
index 06f89015df7..24471f09b47 100644
--- a/source/blender/src/SConscript
+++ b/source/blender/src/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('extra_includes')
Import ('user_options_dict')
Import ('library_env')
diff --git a/source/blender/yafray/SConscript b/source/blender/yafray/SConscript
index ad0f4c62c29..c02a59bb302 100644
--- a/source/blender/yafray/SConscript
+++ b/source/blender/yafray/SConscript
@@ -1,3 +1,4 @@
+#!/usr/bin/python
Import ('user_options_dict')
Import ('library_env')