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>2009-08-10 15:58:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-08-10 15:58:53 +0400
commit6c951fbb98a5ddb29240c3efc9af4304ab942396 (patch)
tree7eb917c4f8cb9196f1430cf034335d2d7ebaeb1e /source/blender/editors/interface/SConscript
parent7084be920a0acb95e2db84bb7029a65bc7a76d9a (diff)
adding back button evaluation so you can do 1/60, 90*0.1 etc as well as dimension conversion 1km-10cm+4ft
Note... - Python3.1 you don't need to add the .0 for divisions anymore (was esp annoying for button eval) - Simple dimension input, imperial mi/yd/ft/in, metric km/m/cm/mm, Later could display these values and have a pref for scene scale, atm it assumes 1BU == 1m.
Diffstat (limited to 'source/blender/editors/interface/SConscript')
-rw-r--r--source/blender/editors/interface/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/interface/SConscript b/source/blender/editors/interface/SConscript
index bac3742c12f..e44de5410f1 100644
--- a/source/blender/editors/interface/SConscript
+++ b/source/blender/editors/interface/SConscript
@@ -9,6 +9,7 @@ for source in env.Glob('*_api.c'):
incs = '../include ../../blenlib ../../blenfont ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../makesrna ../../windowmanager #/intern/guardedalloc'
incs += ' #/extern/glew/include'
+incs += ' ../../python/' # python button eval
defs = []