Juliusz
@juliusz
New Member
Joined: Feb 15, 2024
Topics: 6 / Replies: 17
Reply
RE: [MaxScript] Possible bug – can't access parameters in CA in a callback

Hi, Thanks very much – it works indeed! In my real scenario, I actually had to update some controls from the rollout, based on the parameter, but I w…

4 years ago
Forum
Reply
RE: Passing parameters to rollouts

Thanks everyone for your answsers. All are good ideas, however I probably will go for this one, for what I need: I’d never think about assigning var…

7 years ago
Forum
Topic
Forum
Replies: 6
Views: 31
Topic
Forum
Replies: 0
Views: 17
Reply
RE: Accessing parameters from another parameter block in scripted plugins

@MZ – ah, silly me! Thanks for spotting that! It all works now as expected.

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

Hmm… this is becoming harder than I thought. For some reason I can’t access global variable properly. I have declared a global, which is a struct hold…

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

Yep, that’s the fragment of documentation that made me experiment with the class parameters. Sad to hear it doesn’t work… I’ll try referring to some g…

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

Hey, Thanks for clarifying why my parameter assignment did not work. Your solution does work, as in it doesn’t produce any errors, but I am not gettin…

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

Sorry, I wasn’t clear enough in my explanation. The only time (so far) my code calls for class parameters is in the above parameters blocks. So for in…

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

Hey, I don’t exactly understand what you mean. Should I call them using ‘this.defWidth?’. That didn’t work. Or do you mean I can’t refer from one par…

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

but it’s better to not use ‘filein’ as well as ‘include’. as i understood you use filein just only because you want to a specific loading order. but…

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

my first advice is – don’t use “include” method. if you use ‘include’ your project is organized wrong. I use fileIn and my files are split into logi…

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

@MZ – thanks for your suggestions! Sounds useful. However I’m not sure about the last one – the file numbering. Is this some sort of a backup system? …

9 years ago
Forum
Page 1 / 2