sinokgr
@sinokgr
New Member
Joined: Feb 15, 2024
Topics: 19 / Replies: 146
Topic
12 years ago
Forum
Replies: 10
Views: 87
Reply
RE: Script not finding keys on a constrained helper

The prs controller doesn’t support keys. The keys are stored in its subcontrollers. So, in order to get the keys you should either go for: –Position …

12 years ago
Forum
Reply
RE: c# transform controller

Thanks MikieK, I got the same response from AD but it’s very frustrating that Ephere’s wrapper was supporting this functionality and since AD bought i…

13 years ago
Forum
Reply
RE: c# transform controller

tnx haavard! I didn’t know that. I saw in a video from sphere and they show a way to debug plugins using 3ds max, so you can add breakpoints as you no…

13 years ago
Forum
Topic
Forum
Replies: 4
Views: 36
Reply
RE: Getting uv shells/elements without UVW_unwrap Mod

try this one fn getUnwrapElements myMod = ( if classof myMod == Unwrap_UVW then ( modPanel.setCurrentObject myMod subobjectLevel = 3 facesAr = for f…

13 years ago
Forum
Topic
Forum
Replies: 0
Views: 32
Reply
RE: particles inherit birth positions transform

your welcome! I’m glad it worked

13 years ago
Forum
Reply
RE: particles inherit birth positions transform

Sorry for the delay I just got home… that seems to be work on Proceed pCont do ( count = pCont.NumParticles() for i in 1 to count where pCont…

13 years ago
Forum
Reply
RE: particles inherit birth positions transform

Sorry, for some reason even after restarting my 3dsMax, is was keeping the old buggy file. Anyway, I think I fixed it.

13 years ago
Forum
Reply
RE: particles inherit birth positions transform

I’m not sure if I understood right, but check this file. hope that helps [edit] sorry I’m getting an error

13 years ago
Forum
Reply
RE: How to "Pick Railing Path" via maxscript?

hm… unfortunately, since it’s a pick button, I only managed to enabled picking mode… I don’t know if there is any way to pick the object without click…

13 years ago
Forum
Reply
RE: How to "Pick Railing Path" via maxscript?

check this I think it will work for you too.

13 years ago
Forum
Reply
RE: How to "Pick Railing Path" via maxscript?

Unfortunately, it seems that MaxScript doesn’t expose this method.

13 years ago
Forum
Reply
RE: Saving object node variables in an array

I’m not quite sure if I understood exactly what’s your problem, but the “getnodebyname” function requires a string. That’s why you should give the obj…

13 years ago
Forum
Page 9 / 11