Chaos Corona Forum
Chaos Corona for 3ds Max => [Max] I need help! => Topic started by: harumscarum on 2023-07-08, 11:27:02
-
Hello,
Is there any way to remove all "Distribute on-target objects" in ChaosScatter with the MaxScript command?
Thank you!
-
Hi,
You can use this command:
$'Chaos Scatter001'.targetNodes = #()
This will set the Distribute-on target objects list to an empty array.
-
thank you