I had to keep exploring,Thanks for the answer anyway,@denisT,@Serejah.You made me understand the meaning of -1 value.
Can you give me an example that works,My codes don’t work, Miraculous
I used Maxscript to write a complex plugin,You’ll find that the base methods available to you are very limited. For example, we use the “AddAndWeld” t…
I rewrite them : int boff = shape.SplineCount; for (int i = 0; i < attShape.SplineCount; ++i) { int index = s…
Great,I also found it in the SDK example, I need to rewrite it to c# code.There is also a problem if those Bezier Shapes come from two different nodes…
Thank you for your reply. I am afraid I will go astray, so I ask…
you are right,I used object’s IInterval instead of null,I succeeded!Thank you very much.
This warning indicates that we cannot force the conversion.
((IBaseObject)node.ObjectRef.FindBaseObject()).ForceNotify(null); it seems to be wrong!
In other words, running the plugin already gives me what I want,But it should be showed in the viewport.When I clicked on the stack to see, it did suc…
Let’s say I move some knots in the Splineshape using my plugin bandicam-2022-11-09-21-41-20-579.gif1296x536 1.58 MB ,In the scene, the Splineshape w…
I’ve solved it.