RobGalanakis
@robgalanakis
New Member
Joined: Feb 15, 2024
Topics: 27 / Replies: 161
Reply
RE: Post-Render script…

I haven’t read the thread so feel free to pay no attention if I’m way off base. Can’t you just render frames to an uncompressed AVI and then use a co…

16 years ago
Forum
Reply
RE: containment test

Yup, my bad- I didn’t think about it correctly. In reality, there could be multiple hits but intersectRay() only returns the first hit with a face t…

16 years ago
Forum
Reply
RE: containment test

You said in the first sentence “bounding box.” I assume you mean mesh? (if it is a bounding box, you can just test P coordinates against the bounding…

16 years ago
Forum
Reply
RE: .NET Datatable/Datagrid question

Ah, I didn’t know DataGrid was deprecated/superceded. Anyway, I’ve got the code working correctly with a DataGridView, so things are all peachy. Here…

16 years ago
Forum
Topic
Forum
Replies: 4
Views: 19
Reply
RE: Looking for a symmetry script

Forgot to post this yesterday, sorry! We use it here and it is really great.

16 years ago
Forum
Reply
RE: Reset SkinWrap by script?

I’ve always have had lots of problems with skin wrap and scripting. I tried this in 2k8, doesn’t seem to work either. I think it is just broken.

16 years ago
Forum
Reply
RE: How can i do this ? and this ?

LoneRobot: awww, i feel all warm and fuzzy inside after reading that… I wish he had never un-encrypted his script. I looked at the source and fo…

16 years ago
Forum
Reply
RE: userProp funk

The fact that Max would take setuserprop $ “testProp” “8” getuserprop $ “testProp” and return 8 is understandable- setting it as a string should force…

16 years ago
Forum
Topic
16 years ago
Forum
Replies: 3
Views: 13
Reply
RE: Online repository of useful MXS snippets

Haha, yes, tomorrow night I’ll make a full post here. I’ve been working almost non-stop for the past two weeks getting things in order, as well as GD…

16 years ago
Forum
Reply
RE: Online repository of useful MXS snippets

Thanks for the plugs guys. Hi Martin, I think what you’re describing is like a ‘cookbook’ site, such as this: ? No site for it exists- the closese…

16 years ago
Forum
Reply
RE: Sort multidimensional array?

fn sortByXMember arr1 arr2 x:1 = ( case of ( (arr1[x] < arr2[x]):-1 (arr1[x] > arr2[x]):1 default:0 ) ) arr = #(#(“box”, 10, 40), #(“p…

16 years ago
Forum
Reply
RE: "Chunky" Fragmentation difficulty

Try doing it by hand and see what results you get. I am inclined to believe this is a boolean issue- you may want to look at ProBooleans instead. Bu…

16 years ago
Forum
Reply
RE: "Chunky" Fragmentation difficulty

meshToSubtractFrom = copy basemesh subtractors = $Mesher_Fragment* as Array for subtractor in subtractors do ( –get the intersection of the subtract…

16 years ago
Forum
Page 4 / 13