Klvnk
@klvnk
New Member
Joined: Feb 14, 2024
Topics: 50 / Replies: 1212
Reply
RE: Reset Scale of a matrix

orthogonalize p.transform produces the same result

6 years ago
Forum
Reply
RE: Get UV face's area

looks pretty solid to me fn AreaOfUVPolyFace pobj mapc face = ( mverts = polyop.getmapface pobj mapc face; uvs = for v in mverts collect polyop….

6 years ago
Forum
Reply
RE: Get UV face's area

fn AreaOfUVPolyFace pobj mapc face = ( mverts = polyop.getmapface pobj mapc face; uvs = for v in mverts collect polyop.getmapvert pob…

6 years ago
Forum
Reply
RE: Hpolygon triangle, colors doesn't work

from the sdk for hPolygon Point3 *rgb The color values at the vertices. The rendering mode must include GW_ILLUM for these values to be used. Note…

6 years ago
Forum
Reply
RE: Hpolygon triangle, colors doesn't work

there’s no bug you need to set the correct render limits unRegisterRedrawViewsCallback li fn li = ( gw.setRndLimits #(#lighting,#backcull,#colorVer…

6 years ago
Forum
Reply
RE: [SDK] Define Multiple ReferenceTarget Classes published for MXS in single DLX plugin

you could do it the other way around and add a function publishing mxs nterface to either the dlm or dlc

6 years ago
Forum
Reply
RE: [SDK] Define Multiple ReferenceTarget Classes published for MXS in single DLX plugin

dlx’s are handled differently so you can’t use them the same as a dlm or dlc also MAXScript plug-ins do not generally use ClassDesc so their .cpp …

6 years ago
Forum
Reply
RE: [SDK] Paramblock messages

it works I’ve tested it the paramblock that’s changing is a reference target to the helper plugin so when the paramblock sends the message to it’s …

6 years ago
Forum
Reply
RE: [SDK] Paramblock messages

yeah you can do that in your NotifyRefChanged function of the helper switch(msg) { case REFMSG_CHANGE: if(htarg == pblock) { ParamID lastp…

6 years ago
Forum
Reply
RE: [SDK] Paramblock messages

is the parameter a reference ?

6 years ago
Forum
Reply
RE: [SDK] Paramblock messages

sorry yes, all param blocks, I assumed it was just all params in the block

6 years ago
Forum
Reply
RE: [SDK] Paramblock messages

you can enable and disable notifications with IParamBlock2::EnableNotifications(BOOL onOff) though it’s a “global” switch for params in the block, s…

6 years ago
Forum
Reply
RE: [SDK] Paramblock messages

you could send that message yourself in a PBAccessor for that Parameter when it’s changed

6 years ago
Forum
Reply
RE: [SDK] Explanation on applying vertec color?

the faces are the same order (geometry face == vertex colour face) but the vert indices within each can be different. vcol.jpg1276x790 17.4 KB f…

6 years ago
Forum
Page 16 / 85