Gravey
03-20-2008, 10:28 PM
I've having trouble getting the RingSelect function to work in the Edit_Poly modifier. I am not trying to select a full ring, just move the edge selection by 1 like the little spinner in the UI does (the one next to the ring select button)
eg. make a sphere, add an Edit_Poly mod, select 1 edge that is capable of making a ring selection.
now:
$.modifiers[1].RingSelect 1 false true
may or may not do anything. Try it again, and it does nothing. Repeat as many times as you like, and nothing happens!
any combination of true/false for the last 2 arguments gives the same result...
if the first argument is a number other than 1, the results seem unpredictable. I am only using '1' however.
FYI the EditablePoly equivalent: <EditablePoly>.setRingShift works perfectly
any ideas ??
eg. make a sphere, add an Edit_Poly mod, select 1 edge that is capable of making a ring selection.
now:
$.modifiers[1].RingSelect 1 false true
may or may not do anything. Try it again, and it does nothing. Repeat as many times as you like, and nothing happens!
any combination of true/false for the last 2 arguments gives the same result...
if the first argument is a number other than 1, the results seem unpredictable. I am only using '1' however.
FYI the EditablePoly equivalent: <EditablePoly>.setRingShift works perfectly
any ideas ??
