I should’ve thought of this, I was saving to .png with alpha enabled. Issue solved; Thank you!
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…
you could go with the UVW_xform modifier. Then use the <UVW_Xform>.U_Flip / V_Flip properties.
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
Unless I didnt understant your issue right: quatToEuler $.rotation order:6 if you search for quatToEuler method, it’ll give you the available order…
Did you try getDir #plugcfg ? Because it does return the user plugcfg folder path here.
try this to collect all objects in your xrefscene: fn addChildrenToArray theChildren theArray = ( for c in theChildren do ( append theArray c a…
polyop.getVert $ 5 polyop.getFaceCenter $ 5 getVert and getFaceCenter are not properties of the Editable_Poly class
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…
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…
It only returns: .boxsize : point3 false with showProperties <node> or show <node
Thx, it did it