Hi Mike, Be also aware that tkinter + blender is not working well in Blender cocoa builds (osx). It may be a python bug or a cocoa bug, we don't know.
I'm following Jens Verwiebe (our OSX maintainer) solution and using AppleScripts instead. It works great if you don't use with trackpad mouses (otherwise it's errorprone). -- Dalai 2012/1/19 Mike Pan <[email protected]> > Thanks Campbell, the argument for this decision is solid. I'd take a > smaller footprint over including a module that people rarely uses. > > Good to know that it's not a technical limitation. I'll roll my own release > to include tkiner then. > > m > > On Thu, Jan 19, 2012 at 2:53 PM, Campbell Barton <[email protected] > >wrote: > > > > http://lists.blender.org/pipermail/bf-committers/2008-December/022295.html > > > > On Fri, Jan 20, 2012 at 9:48 AM, Mike Pan <[email protected]> wrote: > > > Hi, > > > > > > I noticed that the tkinter python module is stripped out from the > Blender > > > Python installation. Is there a reason for this? Threading issue? > > Security > > > Concern? > > > > > > Just wondering, since what I am working on projects that can really > > benefit > > > from having a built-in, cross-platform UI module. > > > > > > Thanks! > > > _______________________________________________ > > > Bf-committers mailing list > > > [email protected] > > > http://lists.blender.org/mailman/listinfo/bf-committers > > > > > > > > -- > > - Campbell > > _______________________________________________ > > 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 > _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
