The timer events are used in keymaps, so changing these without a version patch might break user defined keymaps (not the ones saved in .py files, but the ones stored userpref.blend).
Brecht. On Mon, Sep 1, 2014 at 5:43 PM, Bastien Montagne <[email protected]> wrote: > Hi devs, > > In rB1979ae3a420b I fixed ISKEYBOARD() macro to not consider > INPUTCHANGE, WINDEACTIVATE and TIMER events as keyboard ones! > > However, core of the issue is that those events are in the 'low' area > (0x01xx) of event types, imho it would make much more sense to move them > to the 'high', internal area (0x5xxx), like all others. > > Would rather first get confirmation that this won't break anything, > though (would not expect any issue, but better safe than sorry here). > > Cheers, > Bastien > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
