When the dialog opens, I’d like it to open up as an extended viewport without the user needing to rightclick on the viewport name and choose views/ext…
Thanks, Denis But notice I said I already know how to register the dialog, but what I’d like to know is if it can actually be installed as an extende…
Thanks, everyone for your help. Denis, your suggestion did the trick, thanks a lot!
Upon further investigation, it looks like when I set the .topNode property, that’s when this happens. So in effect, that doesn’t just set the vertical…
They’re accessed through the RaytraceGlobalSettings object. Use like this: local r=RaytraceGlobalSettings() r.showProgressDlg=something …
Thanks, Paul Unfortunately my listview code was tied into a ton of other extraneous code, so it would have been quite time comsuming to prepare a str…
Try adding this: Targa.setPreMultAlpha true Or use false if you want premult off. For a full description of all supported bitmap types and their pr…
Ah, ok, thanks.
Eric, I wasn’t aware of that setting, but I did just go ahead and check and that’s set to “1”.
Richard, I’m developing some tools that need to work on multiple versions of Max, so I use SmartSync Pro to sync folder contents. That way, when I up…