Keyboard input in python console is dropping while running modal timer operator #38184

Closed
opened 2014-01-13 05:33:31 +01:00 by Hironori Mitake · 8 comments

System Information
Windows 7 Professional SP1 x64 (Japanese)
Core i7 3520M / Intel HD Graphics 4000

Blender Version
Broken: 2.69.0 r60995

Short description of error

Some keyboard inputs is dropping while running modal timer operator which handles 'TIMER' event and returns 'PASS_THROUGH'.

Especially, hitting same keys twice (quickly) and hitting another key, often cause dropping of latter key input.

This will happen even with 'Operator Modal Timer' template in text editor.

Exact steps for others to reproduce the error

  • open file
  • press 'Run Script' on text editor
  • try to input 'aabaabaabaabaabaab...' in python console
  • almost all 'b' will be skipped (you'll have 'aaaaaaaaaaaa...')
**System Information** Windows 7 Professional SP1 x64 (Japanese) Core i7 3520M / Intel HD Graphics 4000 **Blender Version** Broken: 2.69.0 r60995 **Short description of error** Some keyboard inputs is dropping while running modal timer operator which handles 'TIMER' event and returns 'PASS_THROUGH'. Especially, hitting same keys twice (quickly) and hitting another key, often cause dropping of latter key input. This will happen even with 'Operator Modal Timer' template in text editor. **Exact steps for others to reproduce the error** - open file - press 'Run Script' on text editor - try to input 'aabaabaabaabaabaab...' in python console - almost all 'b' will be skipped (you'll have 'aaaaaaaaaaaa...')

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @jumius

Added subscriber: @jumius

Sorry, I forgot to attach the file.

modal_op_and_console_test.blend

Sorry, I forgot to attach the file. [modal_op_and_console_test.blend ](http://springhead.info/wiki/SprBlender/modal_op_and_console_test.blend)

Added subscriber: @Sergey

Added subscriber: @Sergey
Brecht Van Lommel self-assigned this 2014-01-28 15:52:07 +01:00

This issue was referenced by blender/blender-addons-contrib@deab0d1040

This issue was referenced by blender/blender-addons-contrib@deab0d10402b59652ec5e19836856eb238af863e

This issue was referenced by blender/blender@deab0d1040

This issue was referenced by blender/blender@deab0d10402b59652ec5e19836856eb238af863e

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

Closed by commit blender/blender@deab0d1040.

Closed by commit blender/blender@deab0d1040.
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#38184
No description provided.