Its a bit late but here’s the final animation using the above script to create the pixel art stop motion animation effect . The Click Five -Summertim…
Sorry for the misunderstanding Bobo, dave is only trying to help me out. I thought that particleIndex can be used on a group of particles instead of e…
Yes, the array total size is based on the image’s size. Essentially it will look like a pixel art effect. Currently the position is already changed to…
Hi Dave, Thanks for your reply, I have seen Bobo’s inherit emmitter colour script before I wrote my code but i choose to write it this way because …
I was thinking it might be possible to do it by modifying 3dsmax.ini. Is there anyway to use maxscript to edit 3dsmax.ini and let the changes take pla…
Hi, thanks for the quick reply after tweaking the script I got this ( files=getfiles “D:\\Image\\*.jpg” for i=1 to files.count do ( m=sta…
Hi guys, Thanks for your help. I finally got the script running. Its amazing to see max running on its own sending out all the files to render I ca…
I did a simple test scene and I got what you mean. Thanks for the help, I shall take note of it for future reference.
It worked! All I need to do is to change theSystem.particleIndex into theSystem.particleId. theSystem = $PF_Source_01 theArray = $Box* as array …
Thanks for the reply Bobo : ) Althought I’m still a noob at Maxscript (currently only capable of understanding and mixing lines from different scripts…