LoneRobot
@lonerobot
New Member
Joined: Feb 14, 2024
Topics: 66 / Replies: 1075
Reply
RE: LoneRobot.net Redux

Hi Klaas, Thanks, and yes I really have been meaning to write this post up for a while. Whilst I’m going to be adding new tutorials on a more regul…

10 years ago
Forum
Reply
RE: LoneRobot.net Redux

Thank you Mhamed, you are most welcome. I’ve added a subscription widget on the right of any post page now, If you want to be notified when new conte…

10 years ago
Forum
Topic
Forum
Replies: 7
Views: 20
Reply
RE: How can you break a loop you get stuck in (need help)

I’d say wait 1.61 hours and add this to your code if keyboard.escPressed then exit else (<do stuff>)

10 years ago
Forum
Reply
RE: on click btn inside dotnetcontrol panel

fn select_by_mat_fn [B]sender args[/B] = ( print sender.tag ) for i = 1 to .. ( … btn.tag = btnarray[i] dotNet.addEventHa…

10 years ago
Forum
Reply
RE: on click btn inside dotnetcontrol panel

Like you ever need an excuse, Denis

10 years ago
Forum
Reply
RE: progress update from c# assembly

You want to update a mxs rollout, so you don’t need to send the progressbar as an object to the c# assembly. it’s kind of irrelevant whether it is a d…

10 years ago
Forum
Reply
RE: progress update from c# assembly

Hello Klass, It depends on what the c# assembly gives you in terms of the process itself. You can sometimes parse the stdout but if it is something l…

10 years ago
Forum
Reply
RE: Dynamic label text

I’m guessing you are trying to change the text outside the scope of a rollout? because… rollout test “” width:162 height:62 ( label lblPsy “Hup,Hup,…

10 years ago
Forum
Reply
RE: Files being saved to download folder

hi Dan, Yeah there’s a few ways you could detect it, depending on your setup. You could see if something like if matchpattern maxfilepath pattern:((…

10 years ago
Forum
Reply
RE: Files being saved to download folder

Its probably dragging and dropping as SnipeyX said. We have our own saving routine so we have to get around this to get people back into pipeline. You…

10 years ago
Forum
Reply
RE: maxscripting alembic files

From the Exocortex help: Attach to existing objects: If checked, the operators are connected to existing objects. Otherwise, new objects are created…

10 years ago
Forum
Reply
RE: maxscripting alembic files

I don’t think you are Kenneth. I found the same as you, and whilst I was excited about this in Max, its quite limited. The lack of having something li…

10 years ago
Forum
Reply
RE: problem with openFile command

I don’t have any mapped drives, so can’t really test this. However I always use pathconfig.appendpath to avoid any filename concatenation quirks. You …

10 years ago
Forum
Reply
RE: problem with openFile command

The backward slash is evaluating to an escape character, in this case a tab. You need to add the extra slash as you noticed, or use openNote = openFi…

10 years ago
Forum
Page 5 / 77