Re: [Bf-committers] Add-on stop working in 2.75 (callback_add disapears?)

2015-07-03 Thread Sergey Sharybin
Hi, Are the API changes listed in the release notes page? On Fri, Jul 3, 2015 at 5:08 PM, Campbell Barton ideasma...@gmail.com wrote: This has been removed, since its been deprecated for some time now, see:

Re: [Bf-committers] [bf-Committers] Edge groups?

2015-07-03 Thread Marc Dion
It's an often requested feature. :) On Fri, Jul 3, 2015 at 6:47 AM, Luke Magill luke.mag...@gmail.com wrote: Hey there, I was wondering what people think of the concept of Edge Groups? An edge group would be just like a vertex group except that it selects edges instead of vertices.

[Bf-committers] Add-on stop working in 2.75 (callback_add disapears?)

2015-07-03 Thread Raul Valadez Estrada
Hi guys, sorry to bored you, but I can´t find an answer out there, I´m working on a new add-on, but now in 2.75 stop working, Did syntaxis change? ERROR: *AttributeError: 'Region' object has no attribute 'callback_add'* CODE: *for region in bpy.context.area.regions:* *if

[Bf-committers] [bf-Committers] Edge groups?

2015-07-03 Thread Luke Magill
Hey there, I was wondering what people think of the concept of Edge Groups? An edge group would be just like a vertex group except that it selects edges instead of vertices. Imagine a plane (4 vertices). Lets say you want to do a soft body computation using soft body springs. If you put all four

Re: [Bf-committers] Add-on stop working in 2.75 (callback_add disapears?)

2015-07-03 Thread Campbell Barton
This has been removed, since its been deprecated for some time now, see: http://www.blender.org/api/blender_python_api_2_66_release/bpy.types.Region.html?highlight=callback_add#bpy.types.Region.callback_add On Fri, Jul 3, 2015 at 11:47 PM, Raul Valadez Estrada raul.vala...@gmail.com wrote: Hi

Re: [Bf-committers] Add-on stop working in 2.75 (callback_add disapears?)

2015-07-03 Thread Raul Valadez Estrada
Thanks a lot Campbell, now it is working :) , sorry I didn´t realize it was removed, I´d try to find it on the API changes Sergey and I didn´t find it, but maybe I didn´t look well, sorry to bored you guys, thanks a lot again Blender RULES!!! 2015-07-03 10:25 GMT-05:00 Sergey Sharybin

[Bf-committers] Blend4Web nodes awaiting for review

2015-07-03 Thread Evgeny Rodygin
Hello from Blend4Web to everyone! Ton recently told me that he is interested in further Blender Internal improvements, and so we are! Thus, I think it would be great if someone could spent some time and review our patches which we have listed in this topic:

Re: [Bf-committers] Blend4Web nodes awaiting for review

2015-07-03 Thread Jacob Merrill
:D Better GSL? Does this tie in well with the viewport project by Psy-Fi? On Fri, Jul 3, 2015 at 1:26 PM, Jeffrey italic.rendezv...@gmail.com wrote: Hey Blend4Web team. Thanks for doing what you do! It's great to see interest in BI. On 07/03/2015 09:22 AM, Evgeny Rodygin wrote: Hello from

Re: [Bf-committers] Add-on stop working in 2.75 (callback_add disapears?)

2015-07-03 Thread Campbell Barton
Hi Raul, as pointed out this should have been in release notes, added. http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.75/Addons#Python_API On Sat, Jul 4, 2015 at 1:57 AM, Raul Valadez Estrada raul.vala...@gmail.com wrote: Thanks a lot Campbell, now it is working :) , sorry I

Re: [Bf-committers] [bf-Committers] Edge groups?

2015-07-03 Thread Duarte Ramos
As a user I have though about this many times before, along with 'Face Groups too. This would very definitely be an awesome addition. If modifiers could access this information this could open up lots of very interesting options and procedural workflows. I would also very much like to see this

Re: [Bf-committers] Add-on stop working in 2.75 (callback_add disapears?)

2015-07-03 Thread Raul Valadez Estrada
Thanks again Campbell, I was looking into this page: http://www.blender.org/api/blender_python_api_2_75_release/change_log.html my mistake, next time I´ll use wiki.blender, is easier! Regards Guys! 2015-07-03 21:47 GMT-05:00 Campbell Barton ideasma...@gmail.com: Hi Raul, as pointed out this

Re: [Bf-committers] Blend4Web nodes awaiting for review

2015-07-03 Thread Jeffrey
Hey Blend4Web team. Thanks for doing what you do! It's great to see interest in BI. On 07/03/2015 09:22 AM, Evgeny Rodygin wrote: Hello from Blend4Web to everyone! Ton recently told me that he is interested in further Blender Internal improvements, and so we are! Thus, I think it would be

[Bf-committers] Ocean modifier with new dependency graph

2015-07-03 Thread Manuel Rais
Hi everyone ! I'm trying to have an ocean modifier animated with the last 2.75 release (great release actually so congrats for all the good work) and the new dependency graph and i can't get it to work. When I disable the --new-dependecy-graph when i start Blender, the ocean modifiers works as