Insanto
@insanto
New Member
Joined: Feb 14, 2024
Topics: 17 / Replies: 139
Topic
Forum
Replies: 3
Views: 15
Reply
RE: Convex Hull Script

nice one, i personally would go and shoot rays from vert to vert and if nothing intersected the ray collect that pair (of verts)(for later edges) and…

14 years ago
Forum
Reply
RE: Problem with registry methods

== false ? == is a for boolean comparisons, if you want to assign the false value to that var you only use one = you expect the print of “do this” a…

14 years ago
Forum
Reply
RE: Problem with registry methods

oh i smell scope issues mind posting your code? i allways use them functions… little old and messy but they get it done : fn gIs Category Key Fi…

14 years ago
Forum
Reply
RE: makeUniqueArray for complex types?

fn getUniqueMatsByName mats = ( local uniqueMatNames = #() for m in mats collect ( if findItem uniqueMatNames (toLower m.name) == 0 then ( a…

14 years ago
Forum
Reply
14 years ago
Forum
Reply
RE: does max's dialog or rollout has the "MouseOver" Eventhandler??

on <Rollout> mousemove <Point2> do () –Called when the mouse is being moved within the dialogs client area. taken from: CreateDialog – …

14 years ago
Forum
Reply
RE: attach one trimesh to another

it does but the code i edited my post with actually works, hence the weird smiley before i tried to attach it to the mesh directly, didnt work then i…

14 years ago
Forum
Topic
Forum
Replies: 2
Views: 11
Reply
RE: paintInterface problem

wow weird, might be when your hovering with the pen cuz i got an intuos3 and its got pressure support and disableing the pressure in the paintInterfac…

14 years ago
Forum
Reply
RE: paintInterface problem

yeah 64 bit, so whats the error msg say? yeah ; calc (something), freeze, crash and the print stuff is taken directly as the whole test code is from …

14 years ago
Forum
Topic
Forum
Replies: 7
Views: 18
Reply
RE: expanding a .net treeview node

oooh in the node itself?!! :rolleyes: thx

14 years ago
Forum
Page 2 / 11