martinB
@martinb
New Member
Joined: Feb 14, 2024
Topics: 35 / Replies: 187
Reply
RE: dotNet: how to quickly fill 2D array with values?

denisT strikes again! Thank you very much, this is really helpful and instructive, too! So you are copying from a jagged array (which can be created w…

11 years ago
Forum
Reply
RE: dotNet: how to quickly fill 2D array with values?

It’s not related to 3ds max at all. It works with 2D arrays because that is the natural C# representation for large matrices, I guess. – MartinB

11 years ago
Forum
Reply
RE: dotNet: how to quickly fill 2D array with values?

It’s a numeric/algebraic math library, written in C#. I do have the source code, if that matters. – MartinB

11 years ago
Forum
Reply
RE: dotNet: how to quickly fill 2D array with values?

Well… dotNet.ValueToDotNetObject #(#(1,2),#(3,4),#(5,6)) (dotNetClass “System.Double[][]”) does work but isn’t compatible with the 3rd party library…

11 years ago
Forum
Reply
RE: dotNet: how to quickly fill 2D array with values?

Yes, it does indeed, thanks. – MartinB

11 years ago
Forum
Topic
Forum
Replies: 20
Views: 12
Reply
RE: dotNet – OLE starts and stops right away

I think I found it (after a day of poking around…)! It seems both applications (3ds Max and the OLE component) make use of the same dll (tbb.dll and …

13 years ago
Forum
Reply
RE: dotNet – OLE starts and stops right away

Yes. No difference, unfortunately. Thanks! – MartinB

13 years ago
Forum
Topic
Forum
Replies: 4
Views: 14
Topic
Forum
Replies: 2
Views: 9
Reply
RE: Free But Encrypted

I also find it a bad development to see more and more encrypted scripts – and I almost never use them, unless they have some exceptional feature. We c…

14 years ago
Forum
Reply
RE: obj smoothing disappears with add skin

Normals is one of the old parts of 3ds Max. Traditionally, 3ds Max would recompute surface normals whenever needed, based on the Smoothing Group data….

14 years ago
Forum
Reply
RE: obj smoothing disappears with add skin

Where does your obj come from? Is that an object created in 3ds Max, or is this imported? Do you see the unsmoothed object in the 3ds Max viewport or …

14 years ago
Forum
Reply
RE: Get mesh from shape in buildMesh?

I was hoping for some trick to have 3ds Max create the mesh for me (as if you’d add an EditableMesh modifier to a shape, that’s definitely good enough…

14 years ago
Forum
Reply
RE: Get mesh from shape in buildMesh?

Thanks, but I am afraid not, since box() creates a new scene node, which is not permitted in a buildMesh event. :\ From the 2012 MXS docs: The crea…

14 years ago
Forum
Page 5 / 15