ypuech
@ypuech
New Member
Joined: Feb 14, 2024
Topics: 9 / Replies: 440
Reply
RE: enable/disable radiobuttons??

Hi, Here is an example showing how to enable/disable a control depending on a checkbox state: ( rollout rollExample “Checkbox Example” ( checkbo…

19 years ago
Forum
Reply
RE: Scripted Material: On Update not available??

Hi, You have to set the on update handler in the plugin material body (not inside the rollout definition) like this: plugin material testMTL name:”T…

19 years ago
Forum
Reply
RE: How to select all the objects in an array?

Hi Spencer, If I understand what you want to do, you can try: x = #($*top*) y = #($*bottom*) for i in x do ( append y i ) clearSelection() for ob…

19 years ago
Forum
Reply
RE: Help with batch processing script

PEN, this is an interesting batch processing script. I’ve also developed a small and simple batch processing script :

19 years ago
Forum
Reply
RE: Help with batch processing script

To avoid unwanted behaviour when choosing cancel (inDir will be undefined value) add this: ———————————————————-…

19 years ago
Forum
Reply
RE: Help with batch processing script

Hi, You can change the end of the script like this: —————————————————————————— — Run script -…

19 years ago
Forum
Reply
RE: icon not loading in button , done with photoshop

Hi Luigi, It seems that one icon is missing in “VA_16i.bmp”: its size is 1514 and should be 3216 with two icons.

19 years ago
Forum
Reply
RE: TANGENT1 and Directx9 material (Max8)

Hi, TANGENT and TANGENT0 semantics are the only TANGENT semantics supported in 3ds Max. It’s the same for NORMAL.

19 years ago
Forum
Reply
RE: Filenamestring trouble

Hi, I think you have to convert the returned string replacing the single backslash by two backslashs: ‘’ -> “\” A MAXScript developer made a scr…

19 years ago
Forum
Reply
RE: Max Plugins Source Code Links

Hi, Thanks for these links. Here is the links of the plugins (source code) I’ve developed at home :

19 years ago
Forum
Topic
Forum
Replies: 0
Views: 31
Reply
RE: event handlers for run time objects

Hi, dotNet wrapper behaviour is sometimes strange. Especially I had a lot of errors/problems with dotNet forms. So I avoid using them in MAXScripts a…

19 years ago
Forum
Reply
RE: event handlers for run time objects

Hi, Can you provide your code if it’s possible ? Thanks in advance. Yannick

19 years ago
Forum
Reply
RE: event handlers for run time objects

Hi, I think you have to use the “on ComboBox DrawItem arg do” event handler. Are you creating these controls in a rollout or a form ? Using Rollou…

19 years ago
Forum
Reply
RE: dot net listview selected

j-man: hmmm yes. thanks. I’ve been using this as refernce but for some reason it doesn’t seem to be working for me thanks again. J. Have you …

19 years ago
Forum
Page 23 / 30