Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29660] trunk/blender/source/blender: Fix #22553: dragging number buttons would run update functions more often than

2010-07-02 Thread Brecht Van Lommel
Hi, I made this an opt-in rather than opt-out thing because there's about 10x more places that don't need it than places that do. Mouse trails would be opt-in too by the way. My reasoning was that this is like a mouse trail but simpler implementation, just add an extra case INBETWEEN_MOUSEMOVE: l

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29660] trunk/blender/source/blender: Fix #22553: dragging number buttons would run update functions more often than

2010-07-02 Thread Ton Roosendaal
Hi, I forgot: original idea was to configure Blender WM or Ghost to add mouse-trail custom data to mousemove events. That would balance the the queues nice too. -Ton- Ton Roosendaal Blender Foundation t...@blender.or

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29660] trunk/blender/source/blender: Fix #22553: dragging number buttons would run update functions more often than

2010-07-02 Thread Ton Roosendaal
Hi, It might be more clearly solved by keeping a general mousemove event, and give it a value type (event->val) when it's an 'inbetween event'. A lot of event code depends on detecting mousemoves, and needing to adapt all code with this case is not very nice. It's not really clear either, p

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29660] trunk/blender/source/blender: Fix #22553: dragging number buttons would run update functions more often than

2010-06-30 Thread Daniel Salazar - 3Developer.com
Hi Nick, I reported a similar bug related to this here http://projects.blender.org/tracker/index.php?func=detail&aid=22690&group_id=9&atid=498 Daniel Salazar On Thu, Jul 1, 2010 at 12:10 AM, Nicholas Bishop

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29660] trunk/blender/source/blender: Fix #22553: dragging number buttons would run update functions more often than

2010-06-30 Thread Nicholas Bishop
Hi Brecht, Something here seems to break tweak events. For example, clicking and dragging in the file selector to do a box select, no longer works after r29659. Noticed this because mesh hiding in my branch is set up as a tweak event. -Nicholas On Wed, Jun 23, 2010 at 2:47 PM, Brecht Van Lommel