guruware
@guruware
New Member
Joined: Feb 14, 2024
Topics: 1 / Replies: 118
Reply
RE: how to assign unique uvsets

you need to use different mapchannels for connecting quads … meshop.setMapVert $ 1 mapverts[1] (point3 0 1 0) meshop.setMapVert $ 2 mapverts[1] (poin…

17 years ago
Forum
Reply
RE: dinamic custom control creation

1.) some definitions // the rollup template HGLOBAL hTemplate = NULL; // control-IDs #define IDC_PUSHME 2000 // di…

17 years ago
Forum
Reply
RE: Doing an Ivy generator in maxscript like the one of Thomas Luft.

That’s a problem because I don’t have the SDK for Max 7.0. that shouldn’t be a problem you can send me some source to compile it for any max versi…

17 years ago
Forum
Reply
RE: viewport redraw

with max-sdk GetCoreInterface()->RedrawViews(…);

17 years ago
Forum
Reply
RE: memory leak

thanks chris for confirmation, was a bit scared if my plugin is leaking i tried to send another bug report, but after filling in all this infos and …

18 years ago
Forum
Reply
RE: memory leak

well… usually i don’t remove garbage produced by others but gc() doesn’t change anything guruware

18 years ago
Forum
Topic
18 years ago
Forum
Replies: 8
Views: 18
Reply
RE: help me

the lighning bolt is made of spline the vertices are animated k a knot is a vertex a knot has an in-vector & an out-vector (aka. bezier-handles) …

18 years ago
Forum
Reply
RE: Generate Triangle strips

SDK: // build strips Mesh::BuildStrips(); acess to built strips (public Mesh members): // Derived table of TriStrips, depends on topology Tab<Tri…

18 years ago
Forum
Reply
RE: what does [-1.#QNAN,-1.#QNAN,-1.#QNAN] mean ?

hi, i would check the scripts where you do divisions, maybe you divide something by a very small value or they changed something in the script-engine,…

18 years ago
Forum
Reply
RE: what does [-1.#QNAN,-1.#QNAN,-1.#QNAN] mean ?

QNAN – Quiet Not A Number you objects are realy lightyears away does this happen in max9-32bit or x64 ?

18 years ago
Forum
Reply
RE: PLY Import Plugin Glitch

this might be due to new MaxHeapOperators in Max9 eq. you do something like: ptr = malloc(…) delete ptr; crash ! sometimes, but not always, like …

18 years ago
Forum
Reply
RE: Max SDK Q:Button Click to start an Aplication?

is there another method to call the Api? yes, CreateProcess check 3dsmax9\maxsdk\samples\utilities\umaxfind\umaxfind.cpp last function

18 years ago
Forum
Page 8 / 8