in that case if the image is always going to be in the same folder as the script then you can take advantage of the getSourceFilename() function theD…
i think the short answer is to use full paths with the FromFile method. I will edit this post later with more details when i have a moment.
I don’t know if it is possible but it sounds like an abuse of maxscript since it is only a ‘scripting’ language. Besides that, what do you hope to ach…
if you are having to use try/catch everywhere then you probably aren’t doing enough error checking and/or your code is poorly written. You should also…
running your splineAttach function on my machine with the printing commented out give these results: Time: 556ms Memory: 136760L Splines Attached: 100…
looks great. are you using cuda or opencl or something else ?
ZOMG I overlooked that in the reference… thanks denis. works perfect
240 in binary is 11110000 is this relevant? no idea
that’s crazy. tested on 2011 with light scheme and it’s broken here too. it seems to only be a problem if all 3 rgb values are set to 240. so 240 240 …
i assume you converted your plane to an editable mesh and then use meshop.getFaceCenter on each face. If you convert it to poly and use polyop.getFace…
why are you not adding the event directly to the control? also it may be that you forgot to write it for your posted example but your function is wro…
The only reason I would use the background worker is to stop the UI from freezing so the user can see a progressbar and labels etc update. I am curren…
havn’t tested but I tend to use isProperty rather than hasProperty. i think a long time ago i did some testing and decided it was better. dont remembe…
Deracus: getFaceMatID e.mesh poly.index …but there has to be a way to make things more efficient. every time you use the .mesh property you are …