Hi, [email protected] (2009-12-08 at 1903.45 +0100): > honestly. 2.5 was designed for vertical buttons window in the first > place, everything else is up to the user, who can modifiy the layout > files as he wish.
So there will be lots of redundant work that is not properly shared. There should be no problem if layout engine provided horizontal functions, just add two functions draw_horizontal and draw_vertical, move current contents of draw to draw_vertical and make draw have an if/else decide (until h is implemented, use v one). Finally let users become new developers and contribute the draw_horizontal code. GSR _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
