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:
authorDaniel Dunbar <daniel@zuster.org>2005-08-22 00:48:45 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-08-22 00:48:45 +0400
commitdd7bcb94bf73d219f29febf6bccccf46448a4811 (patch)
treec9f3748b9b379ab07b7190a1ee30a575df273be0 /source/blender/blenlib/SConscript
parent5a381a5a1222e3774df77d8223c3c0ee332260f2 (diff)
- sillyness... added drawMappedEdges for mesh
- revert to drawLooseEdges instead of general drawEdgesFlag - ditched TFace edge flags, done dynamically now which also means don't need to recalc surface on flag changes - added BLI_edgehash, guess what it does
Diffstat (limited to 'source/blender/blenlib/SConscript')
-rw-r--r--source/blender/blenlib/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/SConscript b/source/blender/blenlib/SConscript
index a4882587618..379817cc322 100644
--- a/source/blender/blenlib/SConscript
+++ b/source/blender/blenlib/SConscript
@@ -7,6 +7,7 @@ blenlib_env = library_env.Copy ()
source_files = ['intern/BLI_dynstr.c',
'intern/BLI_ghash.c',
+ 'intern/edgehash.c',
'intern/BLI_linklist.c',
'intern/BLI_memarena.c',
'intern/arithb.c',