0 Members and 4 Guests are viewing this topic.
System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.Collections.ArrayList.ArrayListEnumeratorSimple.MoveNext() at DigitalFossil.AnimationDesign.VertexPathModifyOp.ComponentInfo.Initialize() at DigitalFossil.AnimationDesign.VertexPathModifyOp.CreateModifySection_Static(ArrayList characters, CurveCharacter axisCurve, Int32 numSections, Section[]& sections, ArrayList& componentInfos) at DigitalFossil.AnimationDesign.VertexPathModifyOp.CreateModifySection(ArrayList characters, CurveCharacter axisCurve) at DigitalFossil.AnimationDesign.VertexPathModifyOp.DeformObject(Boolean temporary) at DigitalFossil.AnimationDesign.VertexPathModifyOp.cmbxAxisCurve_SelectedIndexChanged(Object sender, EventArgs e) at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e) at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m) at System.Windows.Forms.ComboBox.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I am curious as to what result you where looking for from the "spline modify" using those splines? or was it just experiment?
The goal was to create spaced instances of the object (to match the length of the path curve), fuse them together and deform the result with the circular path curve.