I’m looking at AdWindows.dll, and I’m getting the feeling that a lot of things are happening through “code behind” instead of through xaml. I wonder w…
Are the styles in there too? I would assume that there’s some kind of commonly applicable style for the dark and light themes?
Is it really? Well that must be why I could not find any styles for it then, hehe. How about the ribbon then, that must be WPF surely?
Yeah I had that in mind as a last resort kind of thing… It’s far from ideal, but it’s better than nothing I guess. Thanks! I suppose that alternativel…
Hmm that doesn’t seem to exist? I’m using 3dsMax 2013, could it be that they added it to the wrapper in a later version?
The .NET wrapper does have the UtilityInterface namespace, but the only thing in there is the EProductID enum. And that doesn’t seem to be used anywhe…
Sure, but that doesn’t mean that it would not be useful to know. You might want to send it to a webservice which handles automatic updates for example…
I had found those too. But now the question is, how to obtain this through the .NET SDK wrapper?
I’m having the same issue with other xref scene flags… It does seem to work when I call sceneRoot->ReloadXref(index); But I really wonder if that…
I’m not having much luck there either. When looking at a CATParent INode, the ParamBlock of the ObjectRef and BaseObject are null… edit: searched on …
Hmm, I couldn’t find any headers for it, nor find any references to it in other header files…