MZ1
@mz1
New Member
Joined: Feb 14, 2024
Topics: 169 / Replies: 649
Reply
RE: "This" inside Struct

However , would you please point me to an usage example?

10 years ago
Forum
Reply
RE: "This" inside Struct

umm, I don’t think so… , but I’m wondering why is not documented!

10 years ago
Forum
Topic
Forum
Replies: 6
Views: 34
Reply
RE: PreTranslate

so with this logic Pre means local? PreRotate would be rotate in local coordinate?

10 years ago
Forum
Topic
10 years ago
Forum
Replies: 4
Views: 46
Reply
RE: Tips of working on a large MaxScript projects

I’m agree with you, user must know the tools folder, but I prefer installation because this way also user knows where files are. And important than in…

10 years ago
Forum
Reply
RE: Tips of working on a large MaxScript projects

denisT: you did absolutely the right thing. but again… why not let max do it? but i see your reason now. in case of a ‘launcher’ that does do only …

10 years ago
Forum
Reply
RE: Tips of working on a large MaxScript projects

It’s cool to see all codes in one file, but as my file become bigger and bigger reading the file become harder and harder. At the moment it was really…

10 years ago
Forum
Reply
RE: Tips of working on a large MaxScript projects

And Scope, I don’t want to create many globals, I want to put them in structures.

10 years ago
Forum
Reply
RE: Tips of working on a large MaxScript projects

Wait wait, I think I didn’t described my usage of include very well. I use it in the main “Launcher” script which is usally located at startup folder …

10 years ago
Forum
Reply
RE: Tips of working on a large MaxScript projects

But I didn’t get why you are against include. Do you see any problem of using include?

10 years ago
Forum
Reply
RE: Tips of working on a large MaxScript projects

Spliting ‘common’ scripts in separate files(libreries) makes my code cleaner and “Include” helps me to include this libraries in to the main script in…

10 years ago
Forum
Reply
RE: Listbox with foldernames

fn GetAllSubDirs_fn MyDirectory = ( for F in (getdirectories (MyDirectory+”*”)) collect (trimright (pathConfig.stripPathToLeaf F) “\”) ) GetAllSubDir…

10 years ago
Forum
Reply
RE: Accessing parameters from another parameter block in scripted plugins

global DromaxGlobals = DromaxGlobalsStruct() You need to create instance of your structure

10 years ago
Forum
Reply
RE: Rig System

Finally I figure it out why this error happen. when I add modifier at “AttachedToNode” state, node is not created completely and this error will happe…

10 years ago
Forum
Page 37 / 55