ypuech
@ypuech
New Member
Joined: Feb 14, 2024
Topics: 9 / Replies: 440
Reply
RE: dot net listview selected

Hi, You can use the wrapper of the .NET ListView written by Chris Johnson in stdplugs\stdscripts : NET_ListViewWrapper.ms With this wrapper you can …

19 years ago
Forum
Reply
RE: SDK Question: Spherical Camera

Hi Georg, Max SDK is very large and not easy to understand. It’s still maintained but going old and heavy. Before entering the wonderful world of Ma…

19 years ago
Forum
Reply
RE: Error in first SDK try

Yes, we don’t need it anymore (I’ve never used it). It’s now in the Deprecated topics of the SDK Documentation…

19 years ago
Forum
Reply
RE: Error in first SDK try

Oups… There was an error with the forum.

19 years ago
Forum
Reply
RE: Error in first SDK try

Zbuffer: Hi ! ypuech, could you please elaborate on that ? When you try building a Max 8 plugin with VS 2005 you’ll get some compile …

19 years ago
Forum
Reply
RE: Error in first SDK try

This is false. You can build Max 8 plugins with Visual Studio 2005 but this is not recommended by Autodesk… I had no problem doing that. You have just…

19 years ago
Forum
Reply
RE: Setting Viewport size/scale?

Hi, It’s not possible to resize max viewport in MAXScript or with the SDK. I think one solution is to resize the bitmap result from the rendering.

19 years ago
Forum
Reply
RE: How to get all the texture name of DirectX shader

Hi, If you want to get all the bitmaps filename used in a DirectX Shader, you can try : — Loop over scene materials for mtl in sceneMaterials do …

19 years ago
Forum
Reply
RE: c++ sdk tutorials?

Hi, I think it will NEVER be possible to write Max plugins in C# because its architecture is too old. They’ve just added dotNet bridge to MAXScript b…

19 years ago
Forum
Reply
RE: c++ sdk tutorials?

0.1 % of C Do you know “volatile” keyword ? What are your understanding level of C language ? Do you know program flow statements (if, else etc.),…

19 years ago
Forum
Reply
RE: c++ sdk tutorials?

Hi Gibbz, In fact there’s only a few resources about 3ds Max SDK programming availables. You can find some articles on Gamasutra and the only book co…

19 years ago
Forum
Reply
RE: Texture Vertex vs Map Vertex ?

Hi suvakas, getTVert mesh index : Return UVW coordinates at index in mesh getMapVert mesh mapChannel index : Return specific mapChannelvertex coordi…

19 years ago
Forum
Reply
RE: Gradient Slider?

Hi, It looks like a C++ custom control. It’s not referenced in the MAXScript and SDK help. It seems that it comes from a third party plugin. So, you …

19 years ago
Forum
Reply
RE: directx fx shader UI manipulation

Hi, I will take a look at this problem this evening (I’ve not 3ds Max on the PC I am this afternoon).

19 years ago
Forum
Reply
RE: directx fx shader UI manipulation

Hi, Thanks for the explanation. Do you want to manipulate a matrix or a vector ? It’s a bit confusing. Matrix can be coded like that (I’ve never te…

19 years ago
Forum
Page 24 / 30