Hi, This patch not fixing situation, when suer creates beizer curve from grease pencil and tries to select every nth vertex, but maybe this should be changing pencil->curve conversion to avoid situation, when handles has got the same coordinates as curve point. But there is another thing, which confed me in this patch. Why only one point should be selected? For example i've got curve consists of two non-connected splines and want to select every Nth of each of this splines? And maybe to avoid confusing things, we'd better select first point and then every Nth of each spline if nothing is selected?
P.S. Should we change greas pencil->curve conversion to avoid troubles with handles i've wrote in fist paragraph? Rohith B.V. wrote: > Hi Sergey, > > I made a small fix for this, see if it suits your requirements. > > https://projects.blender.org/tracker/?func=detail&aid=21881&group_id=9&atid=127 > > On Thu, Apr 15, 2010 at 1:31 AM, Sergey I. Sharybin<[email protected]>wrote: > > >> Hi, Blender community! >> >> There is such bug report in the tracker: >> >> http://projects.blender.org/tracker/?func=detail&aid=21766&group_id=9&atid=498 >> >> I can't start working under it because i don't know how *should* this >> operator work. >> There are two ways: >> 1. Use selection strategy when user selects some base points and then >> every Nth point from selected would be selected. In this approach i've >> got two questions: how should this operator if nothing is selected? and >> if only beizer point's handle is selected should such point become >> selected (it's about curve created from grease pencil where handles have >> got the same coordinates as point and when user tries to select point >> only handle become selected so select every Nth does nothing)? >> 2. Deselection strategy (as it's done for meshes). In this case i've got >> one question: from which point calculation of every Nth should be >> started? there is no information about the last selected point. >> >> So in which way i should change this operator? >> >> -- >> With best regards, Sergey I. Sharybin >> >> _______________________________________________ >> 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-committer -- With best regards, Sergey I. Sharybin _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
