Chaos Corona Forum
Chaos Corona for 3ds Max => [Max] I need help! => Topic started by: scooter66 on 2023-05-27, 12:40:03
-
Good morning,
sorry for the newbie question.
I tried to create a Macroscript that speeds up the use of the FFD modifier but I'm not so expert to do it...
Every time I have to:
1) click the FFD modifier
2) click the small arrow to open the subobject levels
3) click on Control Point
only then can I choose the points to move (I use it only and always with the move command)
Do you think it is possible to combine all this in one click?
Could anyone help me?
Thank you very much
Andrew
-
Code may be different depending on your 3dsmax version. Also I picked 4x4 FFD so up to you if you want a different one.
You can use the MacroRecorder in the MAXScript listener to do exactly what I did here, I just recorded the steps and then you can save it to the MAXScript editor.
modPanel.addModToSelection (FFD_4x4x4 ()) ui:on
modPanel.setCurrentObject $.modifiers[#FFD_4x4x4]
subobjectLevel = 1
I also attached the .ms file.
-
It works perfectly!
You have helped me a lot.
Thank you very much James!
Bye
-
Great to hear it :)