hey CodeFather! First of all, great tool! I was wondering, how does your auto-update function work? I build an auto-update function myself for GoMax. …
If you compile the python script you could also pass whatever info you want from maxscript to the exe through arguments.
:buttrock: 3dsmax DOS! Awesome!
Not sure I fully understood the problem you are having… when you run your script, since it takes a lot of time (for whatever reasons), 3dsmax “freezes…
hmmmm… I was wondering… perhaps the 3dsmax icon on the upper left corner can be deleted? It seems to be inside AdImpApplicationFrame, but I can’t find…
Yep, I realized that as well. It is really slow as well… just switching between subselections in editable poly, takes away 1s to 2s 😮 A startup …
We might be going a bit offtopic here but, I just realized what a mess the whole QAT is… There seem to be multiple ways of adding/removing stuff from…
Actually there is another undocumented method of adding items to the QAT toolbar: fn QATaddItem MacroScriptName Category = ( maintoolbar_file = pat…
So I’m just going to leave this here, in case anyone is interested. It should get rid of the InfoCenter and the QuickAccessToolbar. ComponentManager …
Of course! Thanks a lot biddle!
So I did some progress here… Alex Krammer’s “Show .Net Property” tool actually can access “Autodesk.Windows.ToolBars.QuickAccessToolBarSource”. (See s…
Here is a little something I found… It’s also using “Autodesk.Windows.ToolBars.QuickAccessToolBarSource”
D’oh! Of course… That’s embarrassing! Thanks guys, problem solved… Move along… nothing to see here… hahah
hey Insanto, actually I was just checking the examples you have on your site. I think I found the problem… This is what I currently have: try ( …