DaveWortley
@davewortley
New Member
Joined: Feb 14, 2024
Topics: 195 / Replies: 934
Reply
RE: save prefix script

If you want to go down the Regex route then you may find this useful.

11 years ago
Forum
Reply
RE: save prefix script

If your naming convention is strict then you can simply have a script which filters the string into tokens. tokens = filterstring RendOutputFilename …

11 years ago
Forum
Reply
RE: MXS coding standards: UI

I work like this: Identify a problem that needs solving (normally with a “Dave can you make me a tool which does this…” Create a basic UI that should…

11 years ago
Forum
Reply
RE: MXS coding standards: fn vs function

I don’t think I knew you could write function, and I’m lazy, less typing always please! I still haven’t understood mapped functions yet.

11 years ago
Forum
Reply
RE: Catching a mouseDown event on DotNet control that doesn't expose it…

Yeah this is the part where my head starts to hurt… From: I need to catch the messages… Private Const MK_XBUTTON1 As Integer = &H10000 Private …

11 years ago
Forum
Reply
RE: Catching a mouseDown event on DotNet control that doesn't expose it…

The webBrowsert.document mousedown event doesn’t get fired when using xButton1 or xButton! rollout RL_WebBrowser “” width:500 ( dotNetControl wb “S…

11 years ago
Forum
Reply
RE: Catching a mouseDown event on DotNet control that doesn't expose it…

denisT: seems like not only you doesn’t read a documentation MouseDown – Infrastructure. This event is not supported by this control. I read…

11 years ago
Forum
Reply
11 years ago
Forum
Reply
RE: render output size

It can also be necessary if the RenderSceneDialog window is open to do a RenderSceneDialog.commit() to apply any changes that you’ve just set in this …

11 years ago
Forum
Reply
RE: SDK: Adding rollout to all objects of type

You may be able to do a horrible callback hack which would change the value, to the animation of another parameter on each time change call.

11 years ago
Forum
Reply
RE: Get current selected Layer

Yes they completely re-wrote the Layer Manager system in 2015.

11 years ago
Forum
Reply
RE: Get current selected Layer

Is this 3dsmax 2015 or before?

11 years ago
Forum
Reply
RE: Get current selected Layer

I don’t think it’s currently possible… Annoyingly

11 years ago
Forum
Reply
RE: How to download multiple files from a web server

I just found this really useful site for doing Regex writing.

11 years ago
Forum
Page 28 / 76