Klvnk
@klvnk
New Member
Joined: Feb 14, 2024
Topics: 50 / Replies: 1212
Reply
RE: [SDK] Mesh facing to Camera (billboard)

does anything change if you put key frames on the object a simple rotation for example ?

6 years ago
Forum
Reply
RE: [SDK] Mesh facing to Camera (billboard)

what are you using this code in ?

6 years ago
Forum
Reply
RE: Quick Question (check how well you know 3DS MAX)

Interface::GetModContexts and Interface::GetCurEditObject ?

6 years ago
Forum
Reply
RE: Quick Question (check how well you know 3DS MAX)

have you tried running a Notify on NOTIFY_MODPANEL_SEL_CHANGED ?

6 years ago
Forum
Reply
RE: Delete loaded dlx file

the code/hack I use are for debugging/testing and are not suitable for any kind of “public” tool. Also though you can unload a dlx/script extension yo…

6 years ago
Forum
Reply
RE: C++ Render

use a call to Interface::RendererRenderFrame

6 years ago
Forum
Reply
RE: Quick Question (check how well you know 3DS MAX)

can we enumerate the node tree, and collect modifiers with the A_MOD_BEING_EDITED flag set. Then enumerate the stack from that.

6 years ago
Forum
Reply
RE: Expand/Collapse SubTree in Modifiers Stack list

if you can get the handle to the TreeView control it should be pretty simple from there… enumerate the child windows till you find what your looking f…

6 years ago
Forum
Reply
RE: Fast way to get selected face outer 'border' edges on Trimesh / Editable Mesh

an mxs extension function is pretty simple to implement… def_struct_primitive(meshop_getFacesBorderEdges, meshop, “getFacesBorderEdges”); Value* mes…

6 years ago
Forum
Reply
RE: Fast way to get selected face outer 'border' edges on Trimesh / Editable Mesh

yeah I tested it in a more recent version and it failed, looking at the code in the mxsagni project my guess would be a change to AdjEdgeList::FindEdg…

6 years ago
Forum
Reply
RE: Fast way to get selected face outer 'border' edges on Trimesh / Editable Mesh

returns true for me revedge.gif904x711 65.2 KB this is the edge selection from –1 revedge.jpg1276x790 169 KB

6 years ago
Forum
Reply
RE: Fast way to get selected face outer 'border' edges on Trimesh / Editable Mesh

( delete objects tri = Teapot segments:4 convertToMesh tri setFaceSelection tri #{25..40, 97..112, 153..168, 225..240, 281..296, 353..368, 391..392, …

6 years ago
Forum
Reply
RE: Fast way to get selected face outer 'border' edges on Trimesh / Editable Mesh

can you post a selection where it doesn’t work please ? as tri = $ fsel = getFaceSelection tri esel1 = meshop.getEdgesUsingFace tri fsel esel1 -= m…

6 years ago
Forum
Reply
RE: Fast way to get selected face outer 'border' edges on Trimesh / Editable Mesh

perhaps this why getedgesreverseEdge gets a bad rap tri = $ fsel = getFaceSelection tri esel = meshop.getEdgesUsingFace tri fsel esel -= meshop.getE…

6 years ago
Forum
Reply
RE: (c++ API) Do you have any idea how to change selection on Poly_Select modifier?

You need to enumerate the modifiers modcontext with Modifier::EnumModContexts ( ModContextEnumProc * proc ) then from the modcontext sent to the p…

6 years ago
Forum
Page 21 / 85