Yes, this is exactly what I’ve done in the end. I’ve added a public backgroundworker to my C# class. In that same class, my method which does the heav…
Thanks for these suggestions guys. But I’m not clear on how this should work. My progressbar is in a mxs rollout, it is a dotnet probressbar but it li…
Thanks Denis, passing my progressbar into the C# method works great. Could you explain a bit how to do it with the event? Normally, when using an even…
I’ve found these options in the mxs 2014 docs here. If I run that line, it returns “OK”. But I forgot to add you need to make sure the fbx exporter cl…
thanks for the suggestions guys!
I think I’ve gone a bit overboard with this example, but it shows how I use the by reference parameters. This is a typical scenario where I process a …
I always use function. Using fn doesn’t really save me that much time. Actually all my functionnames start with fn_, e.g. fn_retargetAssets or fn_expo…
Thanks Logan and Pete for the feedback. I’m actually using a method much like Logan’s to run through all relevant settings. It’s so strange, because f…
Yes, exactly. And thanks for the piece of code. It performs like you said.
Thanks Denis for the suggestion, again. I’ve implemented the readallbytes method like so function fn_getHgtDataSample hgtFilePath dataCount:160000 = …
I’m afraid the SDK is out of my league. I was hoping for some pointers on either reading the data faster or converting the raw data faster into the va…