RobGalanakis
@robgalanakis
New Member
Joined: Feb 15, 2024
Topics: 27 / Replies: 161
Reply
RE: Float: inner value vs display value????

Max provides Double, Integer64, and IntegerPtr. You could potentially also use DotNet instead and use their numbers, such as Decimal, which may be be…

16 years ago
Forum
Reply
RE: skin.always_deform

So, I created the ‘toggle’ macro that works on the selected object. I then ran this macro over all the geometry I needed (yikes, running a macro via…

16 years ago
Forum
Reply
RE: skin.always_deform

It doesn’t… does it work for you? I will try again at home, but it isn’t working at work. So I found something else totally awesome. The off-move-o…

16 years ago
Forum
Reply
RE: skin.always_deform

Clicking the checkbox and setting it true/false via script definitely behave differently. Using Max 2008, and others seem to have an issue with it as…

16 years ago
Forum
Reply
RE: skin.always_deform

Yeah, I’ve tried selecting, deselecting, classof, forcecompleteredraw, etc. But I’m doing the script interactively/line-by-line, so none of that real…

16 years ago
Forum
Topic
Forum
Replies: 11
Views: 18
Reply
RE: Would Matrix3 be a 4×4 matrix?

I believe the fourth column is generated automatically by Max. I’m sure Bobo has some posts on the subject. You can check out the BigMatrix, though,…

16 years ago
Forum
Reply
RE: How to create customized math operators in MaxScript

However, in this particular case, MXS has already overloaded ‘*’ on Point3’s for you, so it returns the results you would expect. I am probably wron…

16 years ago
Forum
Reply
RE: Retrieving the 3dsMax File Thumbnail via DotNet

Awesome stuff… I needed a way to do this a while ago for something I can’t remember, but I’ll keep this in mind if I remember or if I need to do it ag…

16 years ago
Forum
Reply
RE: bvh – htr

lol My first post was much in the same vein, but I realized he was talking about the linked site, not CGTalk, so I edited it. If you don’t understan…

16 years ago
Forum
Reply
RE: bvh – htr

Look closer. There is enough documentation for BVH out there already. Just search for “bvh file format”

16 years ago
Forum
Reply
RE: Maxscript initialization order frustrations

We had this problem with our function library- our ‘stringOps’ use ‘arrayOps’ and ‘arrayOps’ use ‘stringOps’. There was no ordering solution possible…

16 years ago
Forum
Reply
RE: Alternative to return statement?

The ‘return’ issue is a bit strange. According to a PM Bobo sent to me, the MXS help isn’t accurate anymore. If you put ‘return’ at the end of a fun…

16 years ago
Forum
Reply
RE: two functions for a button ??

You could make local variables for the rollout, one for each button, that will store whatever you need… then when you click or rightclick the button, …

16 years ago
Forum
Topic
Forum
Replies: 0
Views: 12
Page 5 / 13