ypuech
@ypuech
New Member
Joined: Feb 14, 2024
Topics: 9 / Replies: 440
Reply
RE: How to support DDS with dotnet drawing bitmap

Artur: It’s the worst way because of the speed. It’s very slow because of getPixels and setPixels etc… Pete: I didn’t knew FreeimageNet library. That…

16 years ago
Forum
Reply
RE: How to support DDS with dotnet drawing bitmap

I think you have to use DirectX Managed (no longer supported now) or XNA to load a DDS bitmap and get it as a .NET bitmap object.

16 years ago
Forum
Reply
RE: SDK question: Decoupling bitmaps loader and UV assignment.

Hi, Do you want to develop a texturemap plugin ? They are very hard to develop and limited as you’ve seen… Have you looked at using bitmap pager or …

16 years ago
Forum
Reply
RE: Tabs and UI components

Hi Nicolas, There’s a TabControl for MAXScript that was developed by Rezn8 studio that is way better than the .NET Form TabControl. It’s very powerfu…

16 years ago
Forum
Reply
RE: Where to start from: Exploring & learning SDK

Hi, Modifiers plugins are the most difficult plugins to develop with the SDK of 3ds Max… Utility plugins are the easiest. These 2 types are the most …

16 years ago
Forum
Reply
RE: DotNet ColorMatrix Struct

That looks very interesting and promising, The .NET framework and GDI+ classes are very powerful. But Marshalling and doing heavy bitmap stuff direct…

16 years ago
Forum
Reply
RE: dotNetPropertyInspector

Thanks, I will try to add multi-selection edition over node objects of the same type. I think that would be very powerfull because it’s not really al…

16 years ago
Forum
Reply
RE: dotNetPropertyInspector

Hi all, That looks interesting Dave. As many dotNet mascripters are there, here is a script also using a PropertyGrid that let the user select a nod…

16 years ago
Forum
Reply
RE: max 2009 new Node Event System

You have to use a function with two parameters as event handler for the NodeEventCallback system. These parameters give informations about the event. …

16 years ago
Forum
Reply
RE: Maxscript vs SDK speed test

C++ is faster than MAXScript and C# for sure. But it’s faster to develop in MAXScript than in C++… So you have to choose depending on the complexity a…

16 years ago
Forum
Reply
RE: Biped Preview image as TGA included in .bip files

Thanks Pete, I’ll take a look at this PropertyTest Utility sample.

16 years ago
Forum
Reply
RE: Biped Preview image as TGA included in .bip files

Hi Pete, I’ll see what’s possible to do. I’m now working in a 3D CGI studio (as you can see the change in my profile) so I’m very busy but I’ll let y…

16 years ago
Forum
Reply
RE: Biped Preview image as TGA included in .bip files

Hi, I will try to create a MAXScript extension in C++ with the SDK to do that stuff if you are interested (thumbnailUtils.dlx would be a good name I …

16 years ago
Forum
Reply
RE: HitchHiker – A dynamic rollout control for 3ds max

About WPF, I was able to use them in Max in a simple utility plugin with a ElementHost in a Windows Form.

16 years ago
Forum
Reply
RE: HitchHiker – A dynamic rollout control for 3ds max

That looks very good Pete! Yes, .NET custom controls are powerful and easy to develop. We can now create very good user interfaces with them and impr…

16 years ago
Forum
Page 5 / 30