Re: [Bf-committers] Odp: Re: Feature Request: predefined rotation values in spin tool

2013-03-28 Thread CoDEmanX
Why a custom enum? The set/add/subtract thing is operators, not enum. Am 28.03.2013 16:28, schrieb Antony Riakiotakis: > That's exactly the reason why you need a "Custom" enum > ___ > Bf-committers mailing list > Bf-committers@blender.org > http://lists.

Re: [Bf-committers] Odp: Re: Feature Request: predefined rotation values in spin tool

2013-03-28 Thread Antony Riakiotakis
That's exactly the reason why you need a "Custom" enum ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

Re: [Bf-committers] Odp: Re: Feature Request: predefined rotation values in spin tool

2013-03-28 Thread CoDEmanX
Hm i actually had a custom entry in the enum, didn't think about the benefit of a "custom" button to set/add/subtract the set angle - that would be handy of course! BUT: the spin tool isn't a live operator, so you need to set its parameters in the redo panel. Redo + operators to change a proper

Re: [Bf-committers] Odp: Re: Feature Request: predefined rotation values in spin tool

2013-03-28 Thread Antony Riakiotakis
Not really, probably with the addition of "Custom" in the buttons where the custom angle is taken into account ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

Re: [Bf-committers] Odp: Re: Feature Request: predefined rotation values in spin tool

2013-03-28 Thread CoDEmanX
That's actually the better idea, limiting it to min=0 + checkbox Just wondering if positive values = CW, negative = CCW? Displaying a group as a 2x2 grid is possible, but not using column_flow() :( Here's a UI demo: http://www.pasteall.org/40866/python Note: it's written in python which is real

[Bf-committers] Odp: Re: Feature Request: predefined rotation values in spin tool

2013-03-28 Thread Jakub Strykowski
Maybe it is possible to make angle value be only positive (skip and delete typed sign before value) , and toggling between cw and ccw only by checkbox? Preset list with 5 values is fine, i suggested 4 because they can easily be set in a rectangle, and save vertical space. I dont know it is poss