martinB
@martinb
New Member
Joined: Feb 14, 2024
Topics: 35 / Replies: 187
Topic
Forum
Replies: 1
Views: 17
Reply
RE: Aligning matrices along a spline path?

And if you simply use a Path Constraint with “Follow” on a helper object from which you grab the transforms, you don’t get your desired result?

10 years ago
Forum
Reply
RE: Aligning matrices along a spline path?

You could place the first matrix using an upvector, and all subsequent ones using the previous matrix. If placed densely enough, you should not get fl…

10 years ago
Forum
Reply
RE: Get (explicit) normal at arbitrary mesh location?

Thanks, I’ll go searching then. Edit: Is this the function you are referring to? – MartinB

10 years ago
Forum
Reply
RE: Get (explicit) normal at arbitrary mesh location?

To copy the normals to some other channel, I have to retrieve them first, which is the slow part in what I am doing already. That’s why I am searching…

10 years ago
Forum
Reply
RE: Get (explicit) normal at arbitrary mesh location?

I want to get surface normals at specific points from a high resolution mesh. Baking a normal map would require calculating UVs, then baking at fairly…

10 years ago
Forum
Reply
RE: Get (explicit) normal at arbitrary mesh location?

jonadb: If your sampling a lot of points it might become quicker to bake a normal map and sample using bary -to-UV coords. Good point, thanks! B…

10 years ago
Forum
Topic
Forum
Replies: 8
Views: 16
Reply
RE: Bake To Texture: Change Image Resolution in Accord with Object Surface

You can use polyOp.getFaceArea() and meshOp.getFaceArea() to get the area of a face. Doing that for all faces should give you total surface area. o =…

10 years ago
Forum
Reply
RE: MXS code obfuscation

How do you handle (local) variable names that are used several times throughout the code? And how do you deal with structs (e.g. ‘object.member.prope…

10 years ago
Forum
Reply
RE: MXS code obfuscation

Thanks very much for sharing! From what I see this is a function to encrypt a string; but how do you parse an existing piece of maxscript code to fin…

10 years ago
Forum
Reply
RE: MXS code obfuscation

Denis, that looks exactly like what I am looking for. How did you produce this? Anything you can share? Thanks – MartinB

10 years ago
Forum
Reply
RE: MXS code obfuscation

Thanks all for the comments. As I said, this is not about stopping some hardcore hacker, and also not about preventing the tool to be copied/used, bu…

10 years ago
Forum
Reply
RE: MXS code obfuscation

lex, yacc, compiled plugin, c#… I was hoping this would not require a re-write. I took a stab at parsing a .ms file but this really needs to be don…

10 years ago
Forum
Topic
Forum
Replies: 61
Views: 190
Page 4 / 15