Hi Greg, Yes, on the right track! Are you looking for the documents folder of the current user? To use the dotnet registry class you can use the foll…
ha ha, brilliant. :applause: I’m the same as Paul, I google a problem and find I’ve answered it here in 2008. Which is when I sigh and realise how m…
I clicked that hoping that Denis had found a solution for ageing. I was disappointed. Thanks though, 42 myself last month and feeling like the old ma…
Simples! I don’t usually set the coordinates mapping type, just the mapping type in the HDRI Mapping group works for me. but here i’ve done both. — …
I’d not hold it as a supreme example of UI design, but I did this by having a radio button option of range or a hardcoded, specific list (up to 12) I…
re = maxOps.GetRenderElementMgr #Production for i = 0 to (re.numrenderelements())-1 do ( local rel = re.getrenderelement i if (rel != undefined and …
if your install method is to drop into the viewport, why not use the mzp package? Failing that, there are MANY ways to deploy scripts across multiple…
Do you want to get a path to the script that you have just dropped into the viewport from, say an explorer window? As Dave said, use getThisScriptFile…
Cant help you I’m afraid, I can’t see the picture.
Kees wrote a custom delete protection callback some 6-7 years back. From what I remember it worked pretty well. But AFAIK there’s no way of doing this…
You can add this to a custom attribute on the character root, which will execute if the object is selected. Seems a reasonable thing to only check for…
Hey Patrick, I found 8 messed up some stuff, things like scale were way off (and not to do with the magnification settings) and 10 is actually a bit …
this should write the numbers out correctly… — collect your strings strArray = for s = 1 to 10 collect formattedPrint s format:”02i” outName = @”C:…
you can also use regex… ((dotnetclass “System.Text.RegularExpressions.Regex”).match “Teapot001_va” “_\w.$”).value “_va”
denisT: i usually try to support both. and which is the main one depends on situation. i don’t like to delegate full responsibility to an artist, bu…