thatoneguy
@thatoneguy
New Member
Joined: Feb 14, 2024
Topics: 77 / Replies: 395
Reply
RE: ObjectOffset Rotation/Transform

Specifically I’m getting some weird results with target cameras. And aligning an object to a target camera. for example this script doesn’t work at al…

16 years ago
Forum
Topic
Forum
Replies: 7
Views: 23
Reply
RE: MaxScript.Net with SQL

Usage would be: DatabaseObject = SQL.Connect() SQL.Execute DatabaseObject “UPDATE avatar_data SET keyword=‘abc’ WHERE (modelid = 38)”

16 years ago
Forum
Reply
RE: MaxScript.Net with SQL

Here’s my SQLFunction Library. I just use this for everything. global SQL struct SQL ( function Connect host:”HOSTPATH” database:”DBNAME”…

16 years ago
Forum
Reply
RE: Script to select all objects with same name as current selection

Oh I thought the literal escape would force it. What about @“Foot.l” EDIT: Haha nope that doesn’t format right at all. I see what the problem is n…

16 years ago
Forum
Reply
RE: Script to select all objects with same name as current selection

Yes. EDIT: Wait… no. EDIT: Wait… Wait… Yes.

16 years ago
Forum
Reply
RE: Script to select all objects with same name as current selection

I always use: ” which is the literal for “.

16 years ago
Forum
Reply
RE: FFD Transform Script

Thanks Bobo and ZeBoxx. So the only way I could get the change handler to not crash was to create a rollout to delete it. Any better ideas? EDIT: Up…

16 years ago
Forum
Topic
Forum
Replies: 1
Views: 13
Reply
RE: override progress bar?

JHN (johan) has also encountered this. I think it’s a bug.

16 years ago
Forum
Topic
Forum
Replies: 1
Views: 12
Reply
RE: Vertex Position While Moving?

I don’t think that’s it either. I can slllllooowwwly move the vertex around for a minute. And it sort of flashes a bit. But won’t do the proper transf…

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

Also looks like it’s got some “First Run Jitters”. And needs to get a crash out of its system when run from a cold start. EDIT: Also from time to tim…

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

Luckily I have just such a code already available. That’s what I was trying to replace with this. Moved: Here is my little project. I’m getting …

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

Also as I’m moving points here is what I’m seeing. As it’s in motion it’s returning the original mesh but then when my mouse stops moving it updates….

16 years ago
Forum
Page 7 / 32