marktsang
@marktsang
New Member
Joined: Feb 14, 2024
Topics: 23 / Replies: 236
Reply
RE: change a Node's Class ?

hi, you cannot change the class but it appears you want to change the BASEOBJECT do this create a sphere and a point helper , then select the sphere…

16 years ago
Forum
Reply
RE: change a Node's Class ?

no you cannot reassign the class you can possibly converting the object (if it is in fact convertable) for example from box to editablePoly or editabl…

16 years ago
Forum
Reply
RE: listview selecting all items slowdown.

wow, i think i time traveled there for a moment?

16 years ago
Forum
Reply
RE: listview selecting all items slowdown.

time is scarce for those web thingys want to post an example that has the problem so i can have a stab at it?

16 years ago
Forum
Reply
RE: listview selecting all items slowdown.

how about .SuspendLayout()? in conjunction with beginUpdate endUpdate?

16 years ago
Forum
Reply
RE: listview selecting all items slowdown.

try beginUpdate() … endUpdate() probably because its constantly redrawing as you said

16 years ago
Forum
Reply
RE: Bone Matrix Problem

make sure you are either setting the matrix in parent space setting the tranform for the root down… i.e start at the first bone in the chain and the…

16 years ago
Forum
Reply
RE: how to determine if a mesh is closed

you could loop through the edges and see if any edge is only contained in one face… that face would be open mark

16 years ago
Forum
Reply
RE: Is it Possible to control a scripted Custom Attribute Parameter Via wiring ?

you need to do a 2way wire – see the tutorial on my old old site www.marktsang.sitesled.com

16 years ago
Forum
Reply
RE: getclassinstance of extened scripted plugins

how about superClassof $.delegate isKindof $.delegate {class} ?? is this what you want?

16 years ago
Forum
Reply
RE: transform to zero problem with setinheritanceflags

when scripting inheritance flag changes, it should be the last thing you do after setting all transform values. if you change after you set the inher…

16 years ago
Forum
Reply
RE: saving and loading alot of information to a external file, the proper way??

hi, i would format the array as it is with printallelements and execute the resultant string when the line (whole array) is read in e.g with printAll…

17 years ago
Forum
Reply
RE: Self references in Script Controllers?

hi iker, if i understand what you are trying to do you should just store the previous position in a variable in the script controller so example… use…

17 years ago
Forum
Reply
RE: PEN Control objects beta.

hey paul, ill have a look at it tonight to see if i can get it slow… maybe i had a mistake in my code cheers, mark

17 years ago
Forum
Reply
RE: PEN Control objects beta.

hi pual, i did something like this a while ago for a project and i noticed that there is huge framerate drops when using relativly small amounts of ex…

17 years ago
Forum
Page 2 / 18