LoneRobot
@lonerobot
New Member
Joined: Feb 14, 2024
Topics: 66 / Replies: 1075
Reply
RE: Access registry values

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…

9 years ago
Forum
Reply
RE: dotNet not being redrawn

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…

9 years ago
Forum
Reply
RE: dotNet not being redrawn

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…

9 years ago
Forum
Reply
RE: Material editor

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. — …

9 years ago
Forum
Reply
RE: UI Design

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…

9 years ago
Forum
Reply
RE: How to check/uncheck Render Elements vrayVFB

re = maxOps.GetRenderElementMgr #Production for i = 0 to (re.numrenderelements())-1 do ( local rel = re.getrenderelement i if (rel != undefined and …

9 years ago
Forum
Reply
RE: Copying files, administator rights?

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…

9 years ago
Forum
Reply
RE: drag and drop in the viewport; path to the script

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…

9 years ago
Forum
Reply
RE: how to code a vertical tabcontrol like this?

Cant help you I’m afraid, I can’t see the picture.

9 years ago
Forum
Reply
RE: make some object hidden in the select list and totally lock objects?

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…

9 years ago
Forum
Reply
RE: Bake script in a max file…

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…

9 years ago
Forum
Reply
RE: dotnet and windows 10

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 …

9 years ago
Forum
Reply
RE: writing strings into a file

this should write the numbers out correctly… — collect your strings strArray = for s = 1 to 10 collect formattedPrint s format:”02i” outName = @”C:…

9 years ago
Forum
Reply
RE: Get the suffix of object name?

you can also use regex… ((dotnetclass “System.Text.RegularExpressions.Regex”).match “Teapot001_va” “_\w.$”).value “_va”

9 years ago
Forum
Reply
RE: Automatic Asset Create or let the artist do it

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…

9 years ago
Forum
Page 2 / 77