thatoneguy
@thatoneguy
New Member
Joined: Feb 14, 2024
Topics: 77 / Replies: 395
Reply
RE: Vertex Position While Moving?

Ok this is working… sort of ok for my purposes. It works much much better in SO mode but doesn’t work at all when the object itself is moved. Is the…

16 years ago
Forum
Reply
RE: Vertex Position While Moving?

Ok. Finally got some time to come back to this. Quick question what is the “GetAnimByHandle” function doing? Why does the function have two inputs b…

16 years ago
Forum
Topic
Forum
Replies: 14
Views: 49
Reply
RE: Error handling and "pass-through"

For the record I’m pretty sure a Return at the end of a function is ignored per Bobo’s maxscript comments. So Return will be slow in the middle of a …

16 years ago
Forum
Reply
RE: 8 Point FFD Equation

Hmmm normalized weighting… that’s nice and elegant. I took the brute force approach. deltaXYZ = [0.5,0.5,0.5] centerpoint = ((((((p0.pos)*(1-deltaX…

16 years ago
Forum
Reply
RE: 8 Point FFD Equation

Ha! Stupid slaps self with trout No wonder it didn’t make any sense. My equation for “0.x along line between two points” equation was COMPLETELY wron…

16 years ago
Forum
Reply
RE: 8 Point FFD Equation

I’m writing my own FFD transform. But for object positions instead of vertex positions. I wrote a hack using a real FFD transform and an editable mes…

16 years ago
Forum
Reply
RE: 8 Point FFD Equation

In the case of 2D here is what I came up with: y = ((p0.y+p2.y)(%y) + (p3.y+p1.y)(%y))(%x) etc etc etc… (Find the delta Y along both sides. Find …

16 years ago
Forum
Reply
RE: 8 Point FFD Equation

Bump? Nobody knows the 2x2x2 ffd transform equation?

16 years ago
Forum
Topic
Forum
Replies: 9
Views: 18
Reply
RE: Some Recent Maxscript practical work…

Very cool. I’ve done a similar technique for toon shading but the calcualtions take FOREVER. What was performance like with that many shapes? My solut…

16 years ago
Forum
Reply
RE: How to avoid restarting Max for script update

Are you closing/reopening the dialog?

16 years ago
Forum
Reply
RE: Unreal camera in max

Just remap the arrow keys to WASD and you’re done.

16 years ago
Forum
Reply
RE: how to make a maxscript trial?

It will get cracked but lots of users also won鈥檛 read the license which says they need to pay as long as it continues to work. Case in point WinRar. …

16 years ago
Forum
Reply
RE: slice plane automation utility

I wrote a similar script a while back called julienne. macroScript Julienne category:”Pongoloid” buttonText:”Julienne” toolTip:”Julienne” ( undolab…

16 years ago
Forum
Page 8 / 32