ypuech
@ypuech
New Member
Joined: Feb 14, 2024
Topics: 9 / Replies: 440
Reply
RE: fileopenButton = maxscript? Max GUI question.

Hi Pixeiro, Nobody can help you on lamrug forum ? dlanier develops mental ray shaders for Max, maybe he could know how to do that. I think that “fil…

19 years ago
Forum
Reply
RE: Putting objects into memory (but not into the scene)

Hi Andreas, Maybe this script can help you : This script store objects in a clipboard library. There’s some others interesting MAXScript in this bl…

19 years ago
Forum
Reply
RE: Disabling group of CustonControls

Hi, Also, are you sure your code is executed ? Where is the EnableBlocks() function called ? It must be in the WindowProc like this : RESULT CALLBAC…

19 years ago
Forum
Reply
RE: Disabling group of CustonControls

Yes, can you upload your code ?

19 years ago
Forum
Reply
RE: Disabling group of CustonControls

Hi, We set true/false wether we want to enable/disable the control. We set 0 (understand NULL) when the parameter is not used. SendMessage(hWndCtrl,…

19 years ago
Forum
Reply
RE: Disabling group of CustonControls

Hi, You can try: SendMessage(hWndCtrl, WM_ENABLE, false, 0); Get a look at and . You can also look at some plugins samples using win32 user interf…

19 years ago
Forum
Reply
RE: Bad allocation error in Max 9 w/ VC 2005

Hi Eric, Many Max developers are facing memory problems when recompiling plugins for 3ds Max 9. When having this kind of problem, the first thing to …

19 years ago
Forum
Reply
RE: Drag and Drop question?

Hi, I think ou can only drag and drop materials to objects in viewport.

19 years ago
Forum
Reply
RE: String Parsing Help

Hi Jonathan, It’s my own code. I’ve coded it for you :). Moreover filterString is a very handy method when parsing strings.

19 years ago
Forum
Reply
RE: String Parsing Help

Hi Jonathan, I think that the best solution is to use filterString method in string class like this : parsedLine = “(320 -192 448) (0 -192 448) (0 -…

19 years ago
Forum
Reply
RE: Max9: How to get the user loged in winXP through dot net?.

Hi, I found it in the Visual Studio 2005 Documentation Help at “WindowsPrincipal” class members reference (short example in constructor). Also in “H…

19 years ago
Forum
Reply
RE: Max9: How to get the user loged in winXP through dot net?.

Hi, Try this : — Get current identity WindowsIdentity = dotNetClass “System.Security.Principal.WindowsIdentity” CurrentIdentity = WindowsIdentity.G…

19 years ago
Forum
Reply
RE: Max9: How do I program c# inside Maxscript with dotNet?.

This is not possible. You need to compile C# code and call the resulting assembly in MAXScript.

19 years ago
Forum
Reply
RE: Need help: Material Plugin and DX shader

Hi, I think your problem comes from the fact that your custom material is using your effect shader as a standard material ; 3ds Max doesn’t provide t…

19 years ago
Forum
Reply
RE: 3ds max sdk

I don’t know a single person that has worked with the SDK in the last 5 years who hasn’t said it’s terrible. Maxscript on the other hand continues to …

19 years ago
Forum
Page 27 / 30