Jeff, Keep in mind that this method was introduced in max 7, so you will need to write your own fn if you want to make a script compatible with pre m…
Walid, You should use this way: with printAllElements on format “Pyramids: % ” thelot Each element after “%… ” will be placed instead of % respectiv…
Walid, Either use printAllElements context or change the global variable options.printAllElements. IE: with printAllElements on format “% ” arr OR…
Sorry I can’t expose LOF Panel’s code due to obvious reasons. LOF Panel is really a huge piece of user interface, so I am not sure which scripts you …
Do you want to know how to open that rollout? Light
Will, It is not straightforward. For example copying these lines from new to combined would cause a problem. ( rollout new “” ( button v01 …
Will, To be able to do this, you will need to open each script and manually combine all of them in one script. But it is not as straightforward as yo…
Now I have tried and it worked fine. It might be because of your graphics drivers. Light
stuh505, In my opinion redraw context is better because it is safer. When using disableSceneRedraw fn, if the execution is interrupted, you will need…
Eric, MaterialBrowseDlg() should open Material/Map Browser. Not sure about Material/Map Navigator. Light
Thanks man for your words, I am glad it helped. Light To quote Lachdanan, “You have saved my soul from damnation and for that I am in your debt.”
Othoap, I have written a sample for you, which lets you to place guidelines. To delete a guideline, hold down control and move your move over the gui…
Hey man, Thank you very much for your words, I am very honored! About guideline script, I don’t know any script but I can create a sample script for…
Othoap, Do you want to snap to these lines? If not, then it is quite easy to create, without using gw methods, which cause flicker and some speed los…
Renzo, 2 typos only: labels#( –> labels:#( type:#interger –> type:#integer [as galagast pointed] Light