Re: [Bf-committers] Question about external Blender interface

2014-04-07 Thread
n #blenderpython on freenode.net a couple other coders and I have > >> talked > >> >> about similar ideas a few times recently. When I get a chance to > post > >> my > >> >> notes I will share them. > >> >> > >> >> We recently

Re: [Bf-committers] Question about external Blender interface

2014-04-05 Thread Toni Alatalo
;> We recently talked about PyQT as module and SQLite. Using SQLite for a >> >> messaging system instead of using sockets. Sockets are probably the >> best >> >> way to go though. >> >> >> >> The hardest part we decided was the messaging system and the timing of >> >> it. Also ke

Re: [Bf-committers] Question about external Blender interface

2014-04-05 Thread Jacob Merrill
gh. > >> > >> The hardest part we decided was the messaging system and the timing of > >> it. Also keeping any C code additions to Blender to a minimum. > Hopefully > >> it can all be done it Python. That was the hope using SQLite > transactions > >

Re: [Bf-committers] Question about external Blender interface

2014-04-05 Thread Toni Alatalo
gt; it can all be done it Python. That was the hope using SQLite transactions >> as a messaging system. >> >> I will add more when I have more time. This is an interesting topic to me >> also. >> >> JTa >> >> >> >> >> ___

Re: [Bf-committers] Question about external Blender interface

2014-04-04 Thread
s a messaging system. > > I will add more when I have more time. This is an interesting topic to me > also. > > JTa > > > > > ____ > From: "" > To: bf-blender developers > Sent: Friday, April 4, 2014 10:16 AM > Subject: Re:

Re: [Bf-committers] Question about external Blender interface

2014-04-04 Thread W. Nelson
will add more when I have more time.  This is an interesting topic to me also. JTa From: "" To: bf-blender developers Sent: Friday, April 4, 2014 10:16 AM Subject: Re: [Bf-committers] Question about external Blender interface Thanks for answerin

Re: [Bf-committers] Question about external Blender interface

2014-04-04 Thread
Thanks for answering! I don´t know anything (yet) about python dev inside Blender, could it be possible to implement it as a plugin? I´m interested and could dedicate some time in this topic and think doing it would help the project. Regards, Pablo On Fri, Apr 4, 2014 at 1:16 PM, Dalai Felinto

Re: [Bf-committers] Question about external Blender interface

2014-04-04 Thread Dalai Felinto
Hi Pablo, This can be implemented via Python, but you will need to handle all the socket connectivity part. It would be nice to have this built-in in Blender (maybe as new bpy.app.handlers). But I don't think anyone is working on this it at the moment. Dalai -- blendernetwork.org/dalai-felinto w

[Bf-committers] Question about external Blender interface

2014-04-04 Thread
Hi, * My background: I started using Blender a couple of months ago, I´ve been always a fan of 3D and Blender in general since I think it´s an excellent product. I work as a Web and Android developer * The object of the email: Ultimately when using Blender, I thought about using all 5 mouse but