Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] I need help! => Topic started by: harumscarum on 2023-07-08, 11:27:02

Title: ChaosScatter and MaxScipt
Post 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!
Title: Re: ChaosScatter and MaxScipt
Post by: Aram Avetisyan on 2023-07-10, 09:48:03
Hi,

You can use this command:

Code: [Select]
$'Chaos Scatter001'.targetNodes = #()
This will set the Distribute-on target objects list to an empty array.
Title: Re: ChaosScatter and MaxScipt
Post by: harumscarum on 2023-07-10, 15:19:31
thank you