Pjanssen
@pjanssen
New Member
Joined: Feb 14, 2024
Topics: 53 / Replies: 510
Reply
RE: Dotnet TreeView and XML Conversion

Just looking at the code I find the use of the parameters in the recurse function a bit strange. You’re passing a parameter that is named the same as …

12 years ago
Forum
Reply
RE: Uploading a file via MaxScript

You can use a .NET WebClient. I use this in the crash report tool in the Outliner: Line 463 ~ 494

12 years ago
Forum
Reply
RE: REQ – Condense Shader in the MEdit!

Are you looking for exactly identical materials, or similar materials though? From the earlier discussions I got the impression it’s the latter.

12 years ago
Forum
Reply
RE: REQ – Condense Shader in the MEdit!

lo: If there was a way to get the material sample as a bitmap, we could have some fun by just comparing the pixels of the bitmap to determine if two…

12 years ago
Forum
Reply
RE: REQ – Condense Shader in the MEdit!

That should certainly be doable. cecofuli: This script will be payed. That’s interesting. What do you have in mind, or do you want a quote…

12 years ago
Forum
Reply
RE: different AnimHandle for the same object ?

It’s the same handle, just a different datatype. In maxscript, this doesn’t matter, conversion happens automatically. An equality test in maxscript sh…

12 years ago
Forum
Reply
RE: ToolTip for .NET control

denisT: the another benefit is… let think… who is responsible for the disposing of a tooltip object if the object is not a child of anything? The…

12 years ago
Forum
Reply
RE: ToolTip for .NET control

Are you looking for a ‘default tooltip’ (if there is such a thing in .NET Controls), then you might do it with reflection if it’s a private property. …

12 years ago
Forum
Reply
RE: Struct for loop?

It would seem like something has changed in either 3dsMax 2012 or 2011: 2010: ps = #(#fourth, #testFn, #second, #third, #first) 2012: ps = #(#first, #…

12 years ago
Forum
Reply
RE: NodeEventCallback (evaluates 3 times??)

callbackBegin and callbackEnd are two separate events. They are always raised. “selectionChanged” only catches the event for a changed object selectio…

13 years ago
Forum
Reply
RE: c++ (learning edition)

Yes, the .NET SDK wrapper is even worse. The documentation issue you describe is something I reported on a beta half a year ago too. Basically all cla…

13 years ago
Forum
Reply
RE: c++ (learning edition)

You’re welcome to drop me an email or pm if you have a specific project. I’m always happy to discuss ideas. As for developing plugins, from my experi…

13 years ago
Forum
Reply
RE: MaxSharp Source Code Available

Kickflipkid687: Although, learning C++ would be best. After seeing some of these plugins/modifiers lately, I would like to get into that someday. …

13 years ago
Forum
Reply
RE: Save latest settings of utility

If you’re talking about ‘global’ tool settings (so not scene-specific) then 3dsMax does not offer any mechanism for this (for as far as I know). So yo…

13 years ago
Forum
Reply
RE: Cobwebs – download

Aah my bad Yes I suppose that is a less commonly used paradigm.

13 years ago
Forum
Page 3 / 38