From d5fde6c48b4b6758d1f31dc2f401fa8c63843735 Mon Sep 17 00:00:00 2001 From: Kester Maddock Date: Sun, 16 May 2004 13:07:20 +0000 Subject: Added #!/usr/bin/python standard script identifier to the start of SConscript files. Makes text editors identify SConscripts as Python, and syntax highlight properly. --- source/blender/SConscript | 1 + source/blender/avi/SConscript | 1 + source/blender/blenkernel/SConscript | 1 + source/blender/blenlib/SConscript | 1 + source/blender/blenloader/SConscript | 1 + source/blender/blenpluginapi/SConscript | 1 + source/blender/ftfont/SConscript | 1 + source/blender/imbuf/SConscript | 1 + source/blender/img/SConscript | 1 + source/blender/makesdna/SConscript | 1 + source/blender/makesdna/intern/SConscript | 1 + source/blender/python/SConscript | 1 + source/blender/quicktime/SConscript | 1 + source/blender/radiosity/SConscript | 1 + source/blender/readblenfile/SConscript | 1 + source/blender/render/SConscript | 1 + source/blender/renderconverter/SConscript | 1 + source/blender/src/SConscript | 1 + source/blender/yafray/SConscript | 1 + 19 files changed, 19 insertions(+) (limited to 'source/blender') 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') -- cgit v1.2.3