major triple post hiccup
major triple post hiccup
well this works for a in cameras do ( camnames = a.name suffix = (substring camnames 7 1) as integer outputfilename = “uvm”+ (substring ((10000 + suf…
Got another problem, I am trying to name the output file’s suffix with the camera’s suffix. But I am having a hard time getting the camera’s name to b…
Oppps!!! Hahahahah oh my eyes. Thanks. ALSO. I have a second question, I have a couple of current scripts that render each frame in the framerange (i…
ok, I figured it out. I had to at least assign it a diffuseMap before altering its properties. This works perfectly. texTilingU = meditMaterials[1]…
OK! Why am I using a for i in such and such? Becuase later I am going to search through all the materials by name (all these scripts I have to do requ…
so I decided to see if I could start at a simpler step, for i = 1 to MeditMaterials.count do ( if classof MeditMaterials[1] == (Standard) then ( …
sorry I didn’t see any examples of the multimaterial scripts in the reference guide XD XD XD! Thanks for helping me!!
Ok, I want to make some changes to the multi-material, everything in the list. Assuming all the submaterials are going to be standard… if classof Me…
ahh doubly thanks for the explanation of =, ==, if … do (), or if … then () else (). That helps alot and gets me thinking ahead on the code.
Hrmm… I know not of a function that checks if material has changed. Check script reference for get active Material slot, and set active Material slot….