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 really easy, doing the same in C will be harder. Am 28.03.2013 09:17, schrieb 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 possible, but now i have idea that selecting one of > predefinied values will overwride previous selected angle and typed angle > value, And with holded Shift button angles can by added? so to make 270' you > click 180' shift 90 or 180 shift 45 to make 225'. It can be probaly hard to > do. > > I don't understand why need number of turns greater than 360' ? > > > Dnia Środa, 27 Marca 2013 23:50 CoDEmanX <[email protected]> napisał(a) >> Toggling between CW and CCW is basically done by changing the sign of >> the angle value, so a small button could be added to toggle the sign - >> or a checkbox as you suggested, but its state would have to be updated >> if the sign of angle value changed. >> >> Some convenience buttons for common rotations would be useful i guess, >> how about adding a preset list? (45, 90, 180, 270, 360) >> >> Number of turns is 360 * n, two buttons could be added to add/subtract >> 360° from the angle property... Not sure though how this worked in >> Blender 2.4x, did it do >> >> number of turns * 360 + given angle ? >> >> or did the number of turns-property overwrite the angle if != 1 ? >> >> >> >> Am 27.03.2013 19:17, schrieb Jakub Strykowski: >>> This is a feature request of new buttons in spin tool, predefined rotation >>> values of often used angles 45 90 180 360, and clockwise button to quick >>> set direction of spining, without typing minus (-) >>> It was in 2.49 and later disappear. >>> My suggestion is in the attachment >>> >>> http://projects.blender.org/tracker/download.php/9/498/34787/24649/spin%20tool.jpg >>> >>> >>> >>> >>> _______________________________________________ >>> Bf-committers mailing list >>> [email protected] >>> http://lists.blender.org/mailman/listinfo/bf-committers >>> >> _______________________________________________ >> Bf-committers mailing list >> [email protected] >> http://lists.blender.org/mailman/listinfo/bf-committers > > > > > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
