shibumenon
@shibumenon
New Member
Joined: Feb 14, 2024
Topics: 25 / Replies: 137
Reply
RE: How to get position after applying Modifier ?

way to get the world position of the vertex of any object without collapsing mdifiers: (getVert $.mesh vertNumber)*$.transform usually, only vertice…

18 years ago
Forum
Reply
RE: CgTalk Maxscript Challenge 015: "Automated Motions"

I think its great!! … thanks erilaz hope I do manage to participate this time … been away from the challenge threads for long…

18 years ago
Forum
Reply
RE: adding a key button for custom attributes

hi vicky There could be etter ways but this works for me: after the last line of your code, where you add the cust attrib to the modifier, assign con…

18 years ago
Forum
Reply
RE: Visual Script bug?

Well, this is something which has been around for donkeys years, and even tho’ Autodesk finds time to release multi-multi versions of Max, they simply…

18 years ago
Forum
Reply
RE: Getting position over time

ooops ! … a li’l while ago there was just a question and no replies !!

18 years ago
Forum
Reply
RE: Getting position over time

–function to get the pos at the times you require fn get3Pos obj = ( Pos3 = #() curT = currentTime Pos3 = (for i = -1 to 1 collect (at time (curT +i)…

18 years ago
Forum
Reply
RE: file combaining

You should have mentioned clearly if you are using biped or if the animations are plain geometry. In case of biped, I guess mixer is what you need.

18 years ago
Forum
Topic
Forum
Replies: 0
Views: 11
Reply
RE: Snapshot particle system

use mesher on the particle and then try running the script on the mesher. shibu

19 years ago
Forum
Topic
Forum
Replies: 3
Views: 6
Reply
RE: Bizzare Rollout issue…

I used to face similar problems with my scripts earlier, when I didn’t take care of my variables. When I started declaring/initializing them, the prob…

19 years ago
Forum
Reply
RE: encrypt script help

I haven’t tried this myself, but I read somewhere that if you send the .mse to autodesk and answer some questionaire regarding ownership, they could …

19 years ago
Forum
Reply
RE: Delay Transform script

Hi vicky, you could use the script controller for the delays, and you could derive the dampening from a spring controller and add up both to get the r…

19 years ago
Forum
Reply
19 years ago
Forum
Reply
RE: dependsOn in Max8 …. please help

hi paul, thanks for looking into the file. when I tried the above method, the helper does take the vertex deformation, but with an offset. It neglects…

19 years ago
Forum
Page 7 / 11