RustyKnight
@rustyknight
New Member
Joined: Feb 15, 2024
Topics: 42 / Replies: 530
Topic
Forum
Replies: 9
Views: 3
Reply
RE: Accumulating ImgTag's to rollout

This is kinda messy, but have you considered using sub-rollouts. These allow you to dynamically add new rollouts to them over time. You could then u…

17 years ago
Forum
Reply
RE: DotNet Loading Assembly

I think you may have been miss reading the help file. system.xml and system.xml.dll are the same file. It’s simply demonstrating the different appro…

17 years ago
Forum
Reply
RE: Bone mirror problem

I did something like this in an “auto rig” script I did some time ago…can’t say I remember how, BUT I “borrowed” the code from the BoneTools script. …

17 years ago
Forum
Reply
RE: Tile Texture Painting Tool

That is a really good idea! Nice one! Shane

17 years ago
Forum
Reply
RE: How can i do this ? and this ?

How can i set the script error to be silent. i mean when an error happens don’t display it and don’t crash the script so the user has to reaload the s…

17 years ago
Forum
Reply
RE: How can i do this ? and this ?

RappyBMX: ctrl pressed or shift or ctrl+shift… and my question is how can i pressed a button with shift or ctrl or both by script tried the help …

17 years ago
Forum
Reply
RE: How can i do this ? and this ?

Well, actually, you have any number of choices, all of which are well document in the docs and have been exampled here on the forum. You’re first cho…

17 years ago
Forum
Reply
RE: oop (keyboard)

Off the top of my head, I can’t think of a way to do it from within maxscript. Shane

17 years ago
Forum
Reply
RE: how to wait script processed

Not from within maxscript no. Maxscript runs within the UI/Main thread, any pauses here, will pause the main thread as well (and make max stop respon…

17 years ago
Forum
Reply
RE: Load / save animation

( local lstNodes = (selection as array) loadAnimation fAnimationFile &lstNodes ) I think you need to play around with a little Shane

17 years ago
Forum
Reply
RE: Help on Material ID change script [EDIT]

(4)What’s your opinion on such a solution? Maybe we need to add an EditPoly modifier on stack if we want to change the MatIDs, otherwise there’s no wa…

17 years ago
Forum
Reply
RE: Menu – MainToolBar : HELP :S

So, what have you tried?? I had a quick look at the docs and found menuMan.[b][b]createMenu[/b][/b] “name” Have you tried this?? Shane

17 years ago
Forum
Reply
RE: How do I create a menu in my custom UI(MaxScript)

Mate, if I knew python I would love to! I’ve been playing around with Java and max interaction, and based on some of the ideas from the Python/Max th…

17 years ago
Forum
Reply
RE: How do I create a menu in my custom UI(MaxScript)

Personally, unless you are hell bent on creating plugins, I’d lean towards Python to start with. It will make you far more productive in the shorter …

17 years ago
Forum
Page 6 / 39