Yea, I know what you mean, sometimes this happens to me too. My approach is to simplify the workflow to the bare structure, and the problem usualy po…
Hi Popeye, You need to correct the first line in the for-do loop: instead of vertindex you should use the index variable you are assigning the vertex…
Hi Chinwagon, If I understand you question correctly… you can add node references to a script by doing the following (I will use as example a postion…
Hi ModelViz, When you Zero Out in such a way an object, the controllers for position, rotation are replaced with a position_list, rotation_list, so y…
Hi nguyenvuduc, after reading Bobo’s suggestion, I have re-made the long and crash-promed script I wrote before to your scripted plug-in with total s…
Just to clarify, at least as of Max8, its not .Kernel but $.Kerning which needs to be accessed. Rafael Polit Jr. Quito, Ecuador.
Hi nguyenvuduc, While BOBO kindly answered what seems to be a great answer and I will look at it inmediately, I have spend considerable amount of tim…
eek, Im sorry to dissagree… although your solution works, its a doubling of computational efforts… the spinner value is already passed as a parameter …
Hi rakitha: Well, I’ll give it a try, but have in mind that one spiner is most likely to control only one of the axes of rotation. I’ll use the Z axi…
HI alfonsoperalta: You can assign it a completly new array e.g. <SpringPositionController>.forcenode = #($Gravity01,$Gravity02,$Gravity03) …
Sure, any time… glad to be of help. Rafael Polit Jr. Quito, Ecuador.
Hi Resbot, You were almost there, the problem is that the parameter you are using as myBox.height is a value, you need to pass subAnims, so you need …
AdamMechtley: Times like this I just like to declare victory and leave the battlefield, but it would still be nice to know why it broke only on this…
Hi AdamMechtley I have never seen a three way equal like that before. Is it a common practice among programmers? I admit it worked when I tested it…
Hi, AdamMechtley I’ve tested your setup and cannot find any problem with it. My only difference is that the nodes referenced in the script are either…