Hi,
I have a curve with uneven spacing,
I tried to rebuild it with “Uniform” but still getting spans in uneven spaces.
using python command:
cmds.rebuildCurve(“curve1”, rebuildType=0, spans=20, constructionHistory=1, replaceOriginal=False, end=1, keepRange=0, tol = 0.01)
Any help will be great!
thanks