gazybara
@gazybara
New Member
Joined: Feb 14, 2024
Topics: 36 / Replies: 998
Reply
RE: Select Keyframes and Change its Value

Zykras: Cool, by thinking about your problem I found a solution to a problem I had at work yesterday! I never tried to manipulate keys on controlle…

11 years ago
Forum
Reply
Reply
RE: dotnet btn – get read of square

Simply check x value of max beckground color maxBC = (colorMan.getColor #background) * 255.0 fn checkScheme color = if color.x < 100 then #dark e…

11 years ago
Forum
Reply
RE: dotnet btn – get read of square

denisT: to make any other them rectangle shape for .net button is not a problem (image with alpha, custom region, etc.) the real pain is to make foc…

11 years ago
Forum
Reply
RE: dotnet btn – get read of square

Method that you use is ok but in general I not like to see big length of base64 string. With this function you can break and merge base64 string with …

11 years ago
Forum
Reply
RE: dotnet btn – get read of square

You can use “mouseHover” and “mouseLeave” events in comb with FlatStyle. In this example I use same colored image but you can add another a bit desatu…

11 years ago
Forum
Reply
RE: Fastest Way to grab every Nth Face from multiple meshes….?

PolyTools3D: Hi Branko, Thank you for the reorganization. Two things I noticed without testing it: for node in nodes where canconvertto node edita…

11 years ago
Forum
Reply
RE: Fastest Way to grab every Nth Face from multiple meshes….?

PolyTools3D: I thought that SetVert and SetFace would make it much slower, but changing a few other things in the function, it Works much faster. …

11 years ago
Forum
Reply
RE: Anyone knows if such maxscript exists?

I like this “orange” method.

11 years ago
Forum
Reply
RE: dotnet Hashtable: modifying values after adding them

This is very good info, Josef. I recently find out that get/set_item fn’s can be used with .net hashtable. Thanks for sharing your discovery especiall…

11 years ago
Forum
Reply
Reply
RE: Pivot z min universal

fn isWorldOriented node = (node.dir as string == z_axis as string)

11 years ago
Forum
Reply
RE: color of messagebox or dotnet messagebox

max message box and .net message box use system color. But you can create custom .net form add label with some info and change backcolor.

11 years ago
Forum
Reply
RE: Is it possible to get face & vert count in materialclass?

This will works on Editable_Mesh only ( clearlistener() getFaceVerts = meshop.getVertsUsingFace for obj in geometry where isKindOf obj Editable…

11 years ago
Forum
Reply
RE: How to avoid object's name?

Also you can try GetHandleByAnim and GetAnimByHandle fn’s to avoid .handle property problem

11 years ago
Forum
Page 6 / 69