can anyone give an example of why you should use dontcollect over where? And by that I don’t mean how do you use the syntax, I get it – I’m just not …
on the very base level, collect allows you to directly create an array rather than declaring one first, and appending the values. i.e: arr = #() for…
hey John, take a look at the help topic “change handlers and when constructs”
Great stuff, much better than what I was using. cheers all.
Cool thread, I use the keys property for this usually, as it is generally on an attribute, ill set them as #step and check the key array on open or cl…
you can also do this – pathendstring = @”\3d_table able_brio.max” see Verbatim String Literals in the help Verbatim string literals added to MAXSc…
That’s a new one on me. rollout pngtest “” width:155 height:232 ( local uiColor = ((dotnetclass “managedservices.CUIupdater”).getinstance()).getcont…
how big is the image, and what is the purpose of the UI? couldn’t you just convert to a .png on the fly to display on the button?
Hello Dave, The latter. You could install the SDK on your machine and grab the extra dll to deploy. I’ll add it the the original zip file when I get …
haavard, This is TOTALY awesome. Thanks for following this through. For anyone wanting to use this but unsure of how to proceed, I’ve compiled the c…
JHN: Is there any pretty good free alternative for Pycharm anyone knows off? ~Johan I bought pycharm Johan, but since i found I haven’t even use…
you can also press the escape key…
Hello Paul When I wrote a preset system that held xml data in an attribute parameter block, I used LINQ to get a similar result. The tostring() metho…
They are caused by statesets and can appear without you even using them. Not sure why, but since I don’t use them either, all I care about is getting …
but you are not solving the problem, you are merely hiding it.