Nice work there Dimitris. I like the positive/negative attractors. Are you controlling the Inner Amount and Outer Amount of a Shell mod?
Only because they were not in my brain. Now that they are there, they work great! Thank you Denis
theDistances = #() for s = 1 to (numSplines theShape) do ( for k = 1 to 100 do ( p = (lengthInterp theShape s (k*.01) ) theDist = distance …
Have a look at this tool. It reads and writes to an ini in the Max Root folder. I am having to rewrite this since the firm moved to Windows 7 and a st…
The big difference is that you can browse. Searching is only effective when you know what you are looking for. This will help me cut down on redundan…
My script does exactly that. It controls the Weight Value of the Orientation constraint. $Box01.transform.controller.rotation.controller.orientation_…
Iām not a master rigger so Iām not sure what the goal of orienting the head to two targets is. I have a box with an orientation constraint equally …
ROFL Love em all. Keep em coming.
You bet. Take a good look at the MaxScript help for spinners/sliders and particularly the events.
rollout uiR “myRollout” ( group “myGroup” ( slider mySlider “” range: [0,100,1] type:#integer across:2 spinner mySpinner ” ” range: [0,100,1] …
Look under section – superclass shape in the maxscript reference. there is an example script there that will help you quite a bit.