[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31338] branches/soc-2010-merwin: removed gpencil Manhattan distance from user prefs.

Mike Erwin significant.bit at gmail.com
Sun Aug 15 01:33:22 CEST 2010


Revision: 31338
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31338
Author:   merwin
Date:     2010-08-15 01:33:22 +0200 (Sun, 15 Aug 2010)

Log Message:
-----------
removed gpencil Manhattan distance from user prefs. updated ghost build script.

Modified Paths:
--------------
    branches/soc-2010-merwin/intern/ghost/SConscript
    branches/soc-2010-merwin/release/scripts/ui/space_userpref.py

Modified: branches/soc-2010-merwin/intern/ghost/SConscript
===================================================================
--- branches/soc-2010-merwin/intern/ghost/SConscript	2010-08-14 21:01:09 UTC (rev 31337)
+++ branches/soc-2010-merwin/intern/ghost/SConscript	2010-08-14 23:33:22 UTC (rev 31338)
@@ -11,7 +11,7 @@
 	sources += env.Glob('intern/*.mm')
 
 
-pf = ['GHOST_DisplayManager', 'GHOST_System', 'GHOST_Window', 'GHOST_DropTarget']
+pf = ['GHOST_DisplayManager', 'GHOST_System', 'GHOST_Window', 'GHOST_DropTarget','GHOST_TabletManager']
 defs=['_USE_MATH_DEFINES']
 
 if window_system in ('linux2', 'openbsd3', 'sunos5', 'freebsd6', 'irix6', 'aix4', 'aix5'):

Modified: branches/soc-2010-merwin/release/scripts/ui/space_userpref.py
===================================================================
--- branches/soc-2010-merwin/release/scripts/ui/space_userpref.py	2010-08-14 21:01:09 UTC (rev 31337)
+++ branches/soc-2010-merwin/release/scripts/ui/space_userpref.py	2010-08-14 23:33:22 UTC (rev 31338)
@@ -277,7 +277,8 @@
 
         col = row.column()
         col.label(text="Grease Pencil:")
-        col.prop(edit, "grease_pencil_manhattan_distance", text="Manhattan Distance")
+        #[mce] not used in this branch
+        #col.prop(edit, "grease_pencil_manhattan_distance", text="Manhattan Distance")
         col.prop(edit, "grease_pencil_euclidean_distance", text="Euclidean Distance")
         #col.prop(edit, "grease_pencil_simplify_stroke", text="Simplify Stroke")
         col.prop(edit, "grease_pencil_eraser_radius", text="Eraser Radius")





More information about the Bf-blender-cvs mailing list