I am not a maxscript long-time programmer thus sure they are better and cool ways, but I have a similar tool. I create selections set for each lighti…
denisT: the checkbox controls the spinner visibility. that’s correct Maybe… Instead of use the enable property, use the visible property to c…
try: my_button.caption = “butten_ok”
Wow. I read now the other previous post and i read again my fast write rollout and i understand you. i think the better mistake is the negative distan…
This looks like how i do my rollouts… try (destroydialog fizRollout) catch() rollout fizRollout “Fiz Rollout” width:320 ( local spinRange = 9999 …
It runs smoothly. Just for fun. My Operating System is in Spanish so UIAccessor.PressButtonByName hwnd “&Yes” doesnt work. if have to use this…
I did not think on that! Thanks!
perfect! Always interested in learn to do better scripts.
To avoid that kind of problems i use this stencil to write scripts: stencil.ms: — General comments about script, name, creation date, last modifica…
i think you should read this help page from autodesk: help page and read the render to texture code (search “Macro_BakeTextures.mcr” in your computer…
look what i changed in your code on butRTT pressed do ( — add project modifier and projection objects fn addProjMod lowResObj highResObjs …
try something like this diff.fileType = (path + obj.name + suffix + “.png”)
as i said before, thea variable diff is undefined, son it cannot have properties. the variable filepath looks like is only the path so it can be Sou…
you need something like that on browse pressed do ( –Get the location of where we want to export the file to. SourcePath_Var = getSavePath …