Klvnk
@klvnk
New Member
Joined: Feb 14, 2024
Topics: 50 / Replies: 1212
Reply
RE: Maxscript – Update/Replace trimesh data in Editable Poly and Edit_Poly modifier?

have you tried using MNMesh::setNumVerts MNMesh::setNumFaces and then create the face… MNFace::MakePoly ? this from my polyextrude mod… static v…

5 years ago
Forum
Reply
RE: EditNormals.Specify() always causes exception

you need to install the SDK (should be part of the max installation) and the correct version of Visual Studio.

5 years ago
Forum
Reply
RE: EditNormals.Specify() always causes exception

the source code suggest it’s only valid for editable poly only so… delete objects poly = ConvertToPoly(Teapot pos:[0,0,0] isSelected:on radius:22.829…

5 years ago
Forum
Reply
RE: HelperObject that works in a Deform modifier

this seems to be a workable solution… Tab<Point3> points; Interval geomValid; MyHelper(BOOL shallow = FALSE) : pblock(NULL), geomValid(F…

5 years ago
Forum
Topic
Forum
Replies: 1
Views: 55
Reply
RE: [sdk] AttachMesh with tVerts and vertCol

I wasn’t really suggesting doing that, as that works and uses the same calls as you then it must be something else you’re doing/not doing that’s causi…

5 years ago
Forum
Reply
RE: [sdk] AttachMesh with tVerts and vertCol

this what triops::Attach uses MeshDelta nmd; nmd.AttachMesh (GetMesh(), obj->GetMesh(), tm, mat2Offset); ApplyMeshDelta (nmd, this, ip->GetTime…

5 years ago
Forum
Topic
Forum
Replies: 0
Views: 36
Reply
RE: Qt, or not Qt, that is the question

regardless of what max do with their interface… as it’s a windows box you’re always going to have the full range of windows controls to choose from us…

5 years ago
Forum
Reply
RE: Qt, or not Qt, that is the question

LOL been waiting 17 odd years for them to port everything to pblock2. Still can’t see much progress there.

5 years ago
Forum
Reply
RE: Mask Shader

think your looking at something custom in the sdk… a texture map that creates a mask based on the current screen coords of a spline, and use that in …

6 years ago
Forum
Topic
Forum
Replies: 0
Views: 57
Reply
RE: MAX 2020 … Flickering of rollout/subrollout pages

since qt the whole UI is “twitchy” like a crack addict with nasty dotted focus crap that never used be there.

6 years ago
Forum
Reply
RE: The Create Panel

looks good 😀

6 years ago
Forum
Page 14 / 85