MoonDoggie
@moondoggie
New Member
Joined: Feb 15, 2024
Topics: 22 / Replies: 242
Reply
RE: Checksums & Removing dupe scene materials

trying it now, once again great work vScourge. I’ll let you know how it goes.

16 years ago
Forum
Reply
RE: Checksums & Removing dupe scene materials

We use VRay exclusively for renderings, your method of looping through the props array is a great way of doing it and it should work for ours as well,…

16 years ago
Forum
Reply
RE: Checksums & Removing dupe scene materials

here is my python error when running InstallComServer.py I installed python-2.4.1.msi from the python website… Registering COM server… Traceb…

16 years ago
Forum
Reply
RE: Checksums & Removing dupe scene materials

Also: Here’s a suggestion: I would have the script detect if the user can use the python method or if it should use the mxs method. Nesting your pyt…

16 years ago
Forum
Reply
RE: Checksums & Removing dupe scene materials

Absolutely vScourge, I think you’ve come up with a really great way of removing dupe scene materials! And am anxious to save time and energy using yo…

16 years ago
Forum
Reply
RE: Checksums & Removing dupe scene materials

Some notes on my attempt at using this RemoveDupeMaterials script. The download .zip file on your website has comments for –getChecksumMXS and –g…

16 years ago
Forum
Reply
RE: Missing Variable that's defined and Global?

lol, I guess it makes sense? Nah, I don’t really understand it either, but it’s conforting to know I’m not the only one… -Colin

16 years ago
Forum
Reply
RE: on an event of a key being pressed

I would be curious knowing this as well.

16 years ago
Forum
Reply
RE: Multiple selection in Dialog Box?

mr soulburn is correct. Lookup “Multilistbox”, populate the listbox with the array of string names you want it to read and then based on the multilis…

16 years ago
Forum
Reply
RE: Edit Poly Expanding

You could write the interface to a rollout-floater and have it dock itself right next to the edit_poly modifier and change based on the user’s subsele…

16 years ago
Forum
Reply
RE: is there a right way to "DETRIANGULATE"!!

scriptspot has a detriangulation script, check it out!

16 years ago
Forum
Reply
RE: Wait for Dialog Completion

create a rollout and set to to modal:true

16 years ago
Forum
Reply
RE: How to show it up?

Looping through the geometry array might not be the best idea because if you have an renderable spline that has no material applied to it, it won’t be…

16 years ago
Forum
Reply
RE: SetSelection with Edit_Poly Modifier

Delving into what I was getting at a bit further in the maxscript reference you will find “Edit_Poly.Select” convert your regular array #(1,4,6) to a…

16 years ago
Forum
Reply
RE: SetSelection with Edit_Poly Modifier

this one took me a while it’s this theSelectedFaces = ($.Edit_Poly.getSelection #Face) as array will return the numbers of the selected faces in an …

16 years ago
Forum
Page 5 / 18