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 <[email protected]> wrote: > 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 region.type == "WINDOW": handle = > region.callback_add(redraw, (), 'POST_VIEW')* > > It was working flawless in version 2.74, the way of do this has change? > > Regards guys, I hope you can help me. > > Thanks a lot! > > -- > May the GeForce be with you! > ------------------------------------------------------------------------- > http://www.raulvaladez.com > http://www.flickr.com/photos/rave_n > _______________________________________________ > 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
