Somebody on this forum pasted this function (sorry can’t credit them) which does just that. fn AlignPivotTo Obj Trgt = ( — Get matrix from obj…
I had a quick look through and that script looks pretty linked to the rig of the spider in the file, as it uses direct naming conventions, unless you …
looking at the script it is made to work with the SpiderWalk.max file. So open that…then Run the SpiderROF.ms file from the Maxscript menu. This will …
what is your problem/issue with the script.
Collabrative modelling of one object would be near impossible, there are to many problems with that as a concept. Sharing on a project file though is …
faceCount_S = i.getnumfaces() for q in 1 to faceCount_S do ( r=ray q.pos [0,0,-1] Firstly what is the error ? but does q actually have a pos ? It l…
the instancing of two objects work as expected. all object parameters have to be instanced and only transform params have to be unique. You’re right…
I just tested this and it works ok for me – this was placed inside the Height controller of the Box. ( framenumber = 5 x=(at time frameNumber Box…
One thing we have done it the past to solve problems is to create a Box – convert to an editpoly, attach the problem mesh to the Box, go subobject and…
That is looking great.
Cheers fellas – I’m aware of callbacks but not familiar with using them but shall read up on them. I’m not sure at the moment how to save them with th…
Is the latest help file I believe. MyC=CatParent() MyC.AddHub() Will create a CatParent and add a Hub to it but see my other post for the issues I…