blender/release/scripts/startup
Sergey Sharybin 28002edb6b Finish changes in up/down arrows for menus
Restored single triangle for special menus, which still isn't perfect but
probably makes more sense.

Added drawflag bit flags to button, which is currently used to declare, that
button need to have up/down arrows. This is needed because it's tricky to
distinguish if button should have such arrows. For example, ID search buttons
is a simple block button which doesn't directly mean it'll have pop-up menu
and not all buttons which cases pop-up menu to display need to have such
arrows.

So currently only ID selector button is forcing up/down arrows to be displayed,
all the rest buttons now behaves in the same way as it used to be before.
2012-05-23 14:24:40 +00:00
..
bl_operators A number of new features for the node editor in general and the Frame node in particular. 2012-05-22 14:13:33 +00:00
bl_ui Finish changes in up/down arrows for menus 2012-05-23 14:24:40 +00:00
keyingsets_builtins.py don't have spaces in idnames, confuses py types: 2012-04-26 18:07:15 +00:00