LoneRobot
@lonerobot
New Member
Joined: Feb 14, 2024
Topics: 66 / Replies: 1075
Reply
RE: 3ds Max 2012 SDK & MAXScript Docs

Nice Eric, I have done the same so we’ve both been badgering Shane – complete list of online docs are – www.autodesk.com/3dsmax-help-2012-enu www.aut…

14 years ago
Forum
Reply
RE: 3ds Max 2012 SDK & MAXScript Docs

Hi Yannick, how are you? I believe you can download them at the bottom of this page – I haven’t got them yet myself so can’t say if they contain the …

14 years ago
Forum
Reply
RE: Maxscript xml

Another alternative for the pot is to use LINQ to XML. I found this method much less cumbersome to use IMHO than navigating a XML tree manually via th…

14 years ago
Forum
Reply
RE: How create a external File?

I would second that, XML would be perfect for the sort of thing you are trying to store. My thinking – Is performance really an issue for strings of t…

14 years ago
Forum
Reply
RE: dotNetControl PictrueBox 's Problem~

Unlike max usercontrols, you can only pass height, width and position to a dotnetcontrol’s constructor. Any other properties should be defined in the …

14 years ago
Forum
Reply
RE: Open Code Project: Self Made Image Viewer

And this is a dotnet class to perform Rendering and Viewport capture from a dotnet assembly. I use it in Rig Studio to retrieve the render or view cap…

14 years ago
Forum
Reply
RE: Open Code Project: Self Made Image Viewer

Wow, that’s a thing of great beauty. Nice work Denis. Whilst I cannot trump that, I wanted to post a dotnet class that I use for testing Managedservi…

14 years ago
Forum
Reply
RE: uvwUnwrapMod.stitchVerts true 1

I’m still smarting from the fact you cant load a saved UVW layout into the modifier via MXS, before I would even get to this. I suppose you could u…

14 years ago
Forum
Reply
RE: Thumbnail viewer control

labbejason: maybe you can explain how one could ‘wire’ a property so when it changes it would actually trigger the color on the control to change. …

14 years ago
Forum
Reply
RE: Get/Set external file properties with maxscript?

ooh, interesting. I’d looked into COM structured storage before – when I was working out how to get the max file thumbnail through dotnet. I dont thi…

14 years ago
Forum
Reply
RE: Character GUI Maker

Nice work, like the tabbed approach. It’s similar to the system we are using in production at the moment – dang, if they don’t want to use tools…

14 years ago
Forum
Reply
RE: Thumbnail viewer control

The problem with the external image libraries that can load things like TGA and DDS is that they are usually 32 bit. There is a 64bit version of image…

14 years ago
Forum
Reply
RE: Thumbnail viewer control

Hi Klaas, I just wanted to give an idea of how I implement the right click in a dotnetcontrol, I wasn’t trying to hijack Jason’s thread!

14 years ago
Forum
Reply
RE: Thumbnail viewer control

When I do my right-click menu in HitchHiker I handle as much as I can in the control by registering a custom right click mouse event that passes the s…

14 years ago
Forum
Reply
RE: .NET WPF and MXS Example

Gravey: could be fun trying though That would be tough, You’d have to be like Mr Miyagi!

14 years ago
Forum
Page 22 / 77