grabjacket
@grabjacket
New Member
Joined: Feb 14, 2024
Topics: 51 / Replies: 199
Reply
RE: progress update from c# assembly

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…

11 years ago
Forum
Reply
RE: progress update from c# assembly

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…

11 years ago
Forum
Reply
RE: progress update from c# assembly

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…

11 years ago
Forum
Topic
Forum
Replies: 14
Views: 31
Reply
RE: fbx/dae export log issue

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…

11 years ago
Forum
Topic
Forum
Replies: 2
Views: 8
Reply
RE: Copy Edit_Poly modifier problem

thanks for the suggestions guys!

11 years ago
Forum
Topic
Forum
Replies: 9
Views: 26
Reply
RE: MXS coding standards: fn vs function

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 …

11 years ago
Forum
Reply
RE: MXS coding standards: fn vs function

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…

11 years ago
Forum
Reply
RE: FBX and Collada export settings

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…

11 years ago
Forum
Topic
Forum
Replies: 5
Views: 16
Reply
RE: Make it faster: reading binary data

Yes, exactly. And thanks for the piece of code. It performs like you said.

11 years ago
Forum
Reply
RE: Make it faster: reading binary data

Thanks Denis for the suggestion, again. I’ve implemented the readallbytes method like so function fn_getHgtDataSample hgtFilePath dataCount:160000 = …

11 years ago
Forum
Reply
RE: Make it faster: reading binary data

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…

11 years ago
Forum
Page 5 / 17