dutch_delight
@dutch_delight
New Member
Joined: Feb 14, 2024
Topics: 12 / Replies: 102
Reply
RE: Update Text

Do you have any funky characters in the text file? like ” or / or \ Also, from what i gather you are checking to see if a file exists, but the string…

16 years ago
Forum
Reply
RE: DOSCommand

have you tried ShellLaunch? ShellLaunch “ConvertTexture” “”

16 years ago
Forum
Reply
RE: Barycentric point

you dont need sdk for that. this is a bit of code i stripped so may not work. pposx and pposy are bitmap pixel coordinates. so top left would be 1,1 e…

16 years ago
Forum
Reply
RE: Changing prefix of a variable by press a button?

Another option, if you’re only getting nodes, would be to use the GetNodeByName function: rollout ct_rollout_out “options” ( dropdownlist my_list “…

16 years ago
Forum
Topic
Forum
Replies: 0
Views: 11
Reply
RE: Copy and pasting keyframes

I knocked up a quick script that copies key frames based on time. You can select the range you want to copy and then paste it with an offset. Not grea…

16 years ago
Forum
Reply
RE: grid to bitmap

Aha! THank you very much that sorted it.

17 years ago
Forum
Reply
RE: grid to bitmap

Guess it’s a bit harder than I thought. What about if the plane geometry has it’s vertices always aligned at a fixed x and y position? So, top left v…

17 years ago
Forum
Reply
RE: grid to bitmap

I did write a script where I get the top left vert and top right and then check each connected edge on the same x axis, collect the vert connected to …

17 years ago
Forum
Topic
17 years ago
Forum
Replies: 4
Views: 13
Reply
RE: Help with translation to maxscript … thanks

Not sure this is what you are after but this sort of does what you want: MyarrayA = selection as array MyarrayB = #() for n = 1 to MyarrayA.count…

17 years ago
Forum
Reply
RE: copy complete group

wheyhey! Thank you very much.

17 years ago
Forum
Reply
RE: copy complete group

Basically what i do is, I have a collection of objects grouped together. (box01,box02) and a user property on the group itself. If I select the whole…

17 years ago
Forum
Topic
Forum
Replies: 5
Views: 18
Reply
RE: On-Off switch for wire parameter

I’d probably use a callback script to see if the object exists and then if the position has changed since last viewport draw.

17 years ago
Forum
Page 2 / 8