[Bf-python] Menu events?

Campbell Barton ideasman42 at gmail.com
Tue Aug 27 23:52:52 CEST 2013


This is unlikely to be supported,
Blender 2.4x had event values and callback functions but now Blender
relies on operators for this.

don't know the details but pre-selection highlight sounds like
something our API wouldn't handle well.
(this kind of stuff is best written in C).

On Sun, Aug 25, 2013 at 8:57 AM, Gert De Roost <paleajed at gmail.com> wrote:
> Maybe the Python event system could be expanded to also send MENU events
> when user makes some choice via a menu, the event.value could then be the
> menu item chosen.  I could use this for my preselection highlighting addon :
> this addon needs to recalculate selection lists/ screen coordinate lists
> when the user makes certain changes to the mesh.
>
>
> Gert De Roost
>
> _______________________________________________
> Bf-python mailing list
> Bf-python at blender.org
> http://lists.blender.org/mailman/listinfo/bf-python
>



-- 
- Campbell



More information about the Bf-python mailing list