DavidM
@davidm
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 12
Reply
RE: Environment Map issue

I should’ve thought of this, I was saving to .png with alpha enabled. Issue solved; Thank you!

12 years ago
Forum
Topic
Forum
Replies: 2
Views: 16
Reply
RE: select only vertical faces?

you have to compare the angle of the face’s normal to a vertical vector and if the angle is close enough to 90degrees, than you collect that face. you…

14 years ago
Forum
Reply
RE: How to flip UVs in maxscript

you could go with the UVW_xform modifier. Then use the <UVW_Xform>.U_Flip / V_Flip properties.

14 years ago
Forum
Reply
RE: polyop.getHiddenFaces problem

polyop.getHiddenFaces returns a bitArray, not a regular array. h = polyop.getHiddenFaces $ (for i=1 to h.count where h[i]==true collect h[i]).count

14 years ago
Forum
Topic
Forum
Replies: 0
Views: 14
Reply
RE: How to calculate one rotation order to another

Unless I didnt understant your issue right: quatToEuler $.rotation order:6 if you search for quatToEuler method, it’ll give you the available order…

14 years ago
Forum
Reply
RE: Pathname for User Root Directory?

Did you try getDir #plugcfg ? Because it does return the user plugcfg folder path here.

14 years ago
Forum
Reply
RE: get camera in XRef scene ?

try this to collect all objects in your xrefscene: fn addChildrenToArray theChildren theArray = ( for c in theChildren do ( append theArray c a…

14 years ago
Forum
Reply
RE: getVert, getFaceCenter not working

polyop.getVert $ 5 polyop.getFaceCenter $ 5 getVert and getFaceCenter are not properties of the Editable_Poly class

14 years ago
Forum
Reply
RE: OpenFlight access

that’s pretty much the conclusion we came to here. Well we did do a few requests for bug fix / UI upgrade / additions to the OpenFlight plugin while b…

16 years ago
Forum
Reply
RE: OpenFlight access

Thanks for the help ZeBoxx2, but thats not it! the showInterface doesnt work either with a LOD node. The getLodDistance() or setLodDistance are not u…

16 years ago
Forum
Reply
RE: OpenFlight access

It only returns: .boxsize : point3 false with showProperties <node> or show <node

16 years ago
Forum
Topic
16 years ago
Forum
Replies: 6
Views: 22
Reply
RE: DOSCommand

Thx, it did it

16 years ago
Forum
Page 1 / 2