josiah
@josiah
New Member
Joined: Feb 15, 2024
Topics: 9 / Replies: 20
Reply
RE: Shoot Ray From Vertex To Object

Thanks Bobo, that is exactly what I was looking for! I really appreciate your help.

18 years ago
Forum
Topic
Forum
Replies: 2
Views: 42
Reply
RE: Rendering Progress Dialog Info

Hi Bobo! What I am working on actually is scripted as a render effect plugin. I have found myself using Tomas Cayuela’s terrific “BigRender” effects …

20 years ago
Forum
Topic
Forum
Replies: 2
Views: 41
Reply
RE: Need help on "move $.selectedVerts"

Works perfectly! Thanks Bobo!

21 years ago
Forum
Reply
RE: Need help on "move $.selectedVerts"

Hmmm… not working for me, typo maybe?

21 years ago
Forum
Reply
RE: Need help on "move $.selectedVerts"

Bobo, is there anything about maxscript you don’t know or can’t solve? I appeciate it tremendously! With this last info, I can finally complete my p…

21 years ago
Forum
Topic
Forum
Replies: 5
Views: 23
Reply
RE: test for editable spline?

[color=white]How about: if[/color] [color=yellow](classof $ == Splineshape) [/color]then

21 years ago
Forum
Reply
RE: How to rotate subobjects using script ?

Ok. So if I wanted to rotate a vertex selection 45 degrees I could do this: ( selCenter = [0,0,0] angle = 45 local vertsToMove = #() — get selec…

21 years ago
Forum
Reply
RE: How to rotate subobjects using script ?

I have asked this too. I believe this involves using a matrix. The only example I have seen is in CSPolytools’ “Vert Rotate”, but I am not entirely cl…

21 years ago
Forum
Reply
RE: dependsOn() & biped subanim script controller

Could you please post your script? First thought,… could you link a dummy to the biped bone and then use “dependsOn(dummy)”?

21 years ago
Forum
Reply
RE: While myButton pressed do()……..Help!

I like the switching out bitmaps idea! I believe that is what happens graphically when you use a button anyway. BIG Thanks Bobo! I really appreciate …

21 years ago
Forum
Reply
RE: While myButton pressed do()……..Help!

WOW! Thats Amazing! It works! I have been pulling hair out on this for a while, kinda has become an obsession! Thanks Bobo! For asthetic reasons, I w…

21 years ago
Forum
Reply
RE: While myButton pressed do()……..Help!

Thanks Bobo. The while loop is in there because I want the function to loop as long as the button is held down, not just once, and exit when the butt…

21 years ago
Forum
Page 1 / 2