1
[Scatter] I need help! / Re: Corona Scatter "Distribute-on objects" and "Instanced objects" max script
« on: 2021-09-21, 14:38:39 »
Hi Frood. Thank you very much for taking the time to answer again.
I arrived to the same solution and I was coming here to share it!
I basically used this code to compare every property setting in my scatter and in a correctly working one
Once again, thank you for your help!
I arrived to the same solution and I was coming here to share it!
I basically used this code to compare every property setting in my scatter and in a correctly working one
Code: [Select]
for i in 1 to (getPropNames$).count do (
print (((getPropNames($))[i]) as string + ": " + (execute ("$." + (getPropNames$)[i])) as string)
)
Once again, thank you for your help!