[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33723] branches/soc-2010-merwin/notes: development notes from late summer (Windows)

Mike Erwin significant.bit at gmail.com
Fri Dec 17 01:12:23 CET 2010


Revision: 33723
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33723
Author:   merwin
Date:     2010-12-17 01:12:23 +0100 (Fri, 17 Dec 2010)

Log Message:
-----------
development notes from late summer (Windows)

Modified Paths:
--------------
    branches/soc-2010-merwin/notes/week 12 notes.txt

Added Paths:
-----------
    branches/soc-2010-merwin/notes/week 13 notes.txt

Modified: branches/soc-2010-merwin/notes/week 12 notes.txt
===================================================================
--- branches/soc-2010-merwin/notes/week 12 notes.txt	2010-12-16 23:24:25 UTC (rev 33722)
+++ branches/soc-2010-merwin/notes/week 12 notes.txt	2010-12-17 00:12:23 UTC (rev 33723)
@@ -351,3 +351,8 @@
 
 Try using the default handler to get rid of that stray 'cursor move' event on button up. Testing for it got it out of the stroke, but only pushed it until *after* the button up. Default handler should make it go away entirely.
 
+-- pencils down! revision 31395 --
+
+The previous revision doesn't include preliminary Tablet struct, so might be better for final submission.
+
+I'm stuck at USM until after 6 o'clock, so I'll keep hacking away at the tablet-tool pairing scheme.
\ No newline at end of file

Added: branches/soc-2010-merwin/notes/week 13 notes.txt
===================================================================
--- branches/soc-2010-merwin/notes/week 13 notes.txt	                        (rev 0)
+++ branches/soc-2010-merwin/notes/week 13 notes.txt	2010-12-17 00:12:23 UTC (rev 33723)
@@ -0,0 +1,22 @@
+24 Aug --
+
+Quite an overhaul to the Windows tablet code. Mostly rearranged, but some new stuff and removals. Multiple tablet support -- not so much for using two tablets at once, but to make it work with the tablet you're using right now (if your system knows about more than one). Also thinking about keeping a single context instead of one per window. Is there some default context that already exists? I'm still having trouble with tablet mouse working in pen mode. Think I've got tilt detection fixed though.
+
+Removed this:
+
+// cheat by using available data from Intuos4. test on other tablets!!!
+// azimuthScale = 1.f / HIWORD(tiltRange[1].axResolution);
+// altitudeScale = 1.f / tiltRange[1].axMax;
+
+and this:
+
+	WTPKT packetData = PACKETDATA;
+// 	if (!hasPressure)
+// 		packetData &= ~PK_NORMAL_PRESSURE;
+// 	if (!hasTilt)
+// 		packetData &= ~PK_ORIENTATION;
+
+Can CTX_DEVICE help?
+
+
+Here's a problem I'm having: I have two tablets, the Graphire and Intuos4. When either one is plugged in, Wintab reports "1 tablet" and always uses values from the 1st -- the Graphire -- no matter which is actually being used. 
\ No newline at end of file





More information about the Bf-blender-cvs mailing list