Hi, Here is a recompiled version with the problem solved, but it’s only for max 2010-2011 x64, if i have time i will recompile for x86. But probably t…
Hi, i can confirm that there is something strange with the size i can reproduce in multiple computers and files. After closing and opening the file, t…
A 3dsmax 2010 would be great, i haven’t tried Python since we already use Max 2010 in production, and it’s no used to start coding tools in python if …
That is really a nice trick :). We are always learning. I will use it for sure. P.S.: Does it also work with struct functions and fields/properties? …
Well the only way i can remember is to use a include instead of a filein. Another may is to put all your functions in a struct (the way i do most of m…
Hi SuperRune, The easiest one it do define a global before the fileIn something like: global doSomething filein functions.ms function cr…
Hi, think the ribbon was custom developed by Autodesk for AutoCAD suite initially, and the Max one derives from there (WPFCustomControls.dll). The AdW…
Hi all, the problem is related with the new asset system in max 2010 that in fact gives the well know bug of JPEG File instead of the filename. To sol…
Thank you for this great plugin and tutorial. Best regards, Daniel
You can make it hard for a .net dll or exe to be reverse just by using something that i use in my .net programs. It is pretty cool, and easy. Best r…
All i can offer for now is my knowledge of c/c++. My i can port something to a dlx for speed. I’m also interest in know abit more math since it’s abit…
Hi all, Sorry to drop in but, may a MouseEnter, MouseLeave event would do the trick, most controls and windows have this events or can capture them. …
The first image i posted shows just that, a autogenerated ui, but them you can create a “better” ui if you feel like. Best regards, Daniel Santana
Hi MasterBercon, i really like your sme, i have been wanting to make one for some time but didn’t had time, but after you post your script i grabed so…