Try printing off the 121 pages of the code just for doing an extrude modifier!
Right… (Rolls up sleaves)… Has anyone got any guides as to how to even start doing something like this? How much open-source is there for these sort …
I thought as much… is this going to be a job for the SDK then? I’m assuming that these are relatively simple tasks to do… Been meaning to gear up on m…
Think I’m going to have to write my own one of these for our company, we could really do with one for browsing HDRs and models.
Nice to see someone else from Uni of Portsmouth, Wish I had been able to check out the mocap facilities at Uni but I was on the BA Computer Animation …
Thanks Ofer_z! That works well, very fast, took 1000000ms on my machine for a 300,000 poly object! Unfortunetly I’ve got to slow down the script as …
Yeah at the moment and to set the materialiD, yes, anyone know how to code it or something similar… eg… Select the element that the face is part of…
Suprisingly little differences, still takes about 35seconds to process the script with just 522 polys selected (off 2830). I’m sure it doesn’t help th…
And for those interested and who want to test it, create a multisub material in slot 3 and set it to 100 materials, then run this script. for i = 2…
Right excuse my thinking outloud, This works! $.modifiers[#Edit_Poly].SetOperation #SetMaterial $.modifiers[#Edit_Poly].MaterialIDtoSet = 12 $.m…
Ok right, major Debug mode here… Don’t know how i did it but I just managed to get $.Edit_Poly.MaterialIDtoSet = 56 …to work, but it was a bit acc…
Wooh got that bit working, now to get the Material ID assigned… Any Clues? Can’t seem to the get PolyOp working with it. I’ve tried using $.Edit_Po…