Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: MAXScript: How to find duplicate texturemap names via maxscript?

GSystems: How can I prevent the duplication of new names assigned to maps? I’ve added a few todo’s to the previously posted code. Add a name make…

4 years ago
Forum
Reply
RE: MAXScript: How to find duplicate texturemap names via maxscript?

GSystems: No problem to rename. The problem is to find and rename only those texmaps that have identical names but are not instances. you can col…

4 years ago
Forum
Reply
RE: MAXScript: How to find duplicate texturemap names via maxscript?

Actually Max has a method to rename maps, but for some reason it always increments map suffixes details изображение.png907x469 27.5 KB just a…

4 years ago
Forum
Reply
RE: MAXScript: How to find duplicate texturemap names via maxscript?

GSystems: … but your method is renaming ALL texturemaps from scene No, it doesn’t rename all texturemaps. What it does, it finds all texturemaps …

4 years ago
Forum
Reply
RE: MAXScript: How to find duplicate texturemap names via maxscript?

I don’t have a good scene to test it so can’t really tell how bad it performs cause it renames all the maps that share same base name whenever two of…

4 years ago
Forum
Reply
RE: detach as clone

I could of course post another gif with a plane and extruded polygon showing that it works as expected, but I it doesn’t make any difference. No matte…

4 years ago
Forum
Reply
RE: detach as clone

this? ( subObjectLevel = 4 gmod = modPanel.getCurrentObject() gmod.selectByMaterialID = 1 — zero based gmod.ButtonOp #SelectByMaterial gmod.But…

4 years ago
Forum
Reply
RE: detach as clone

S64569460: I want to know how to change it to detach as clone S64569460: I want to delete the original object after it detach. I guess …

4 years ago
Forum
Reply
RE: detach as clone

S64569460: I chose the face by ID In your case selection didn’t happen and thats why it didn’t work gif ( gmod = modPanel.getCurrentObjec…

4 years ago
Forum
Reply
RE: detach as clone

S64569460: It did not Detach and clone any selected faces. gif Maybe you have to switch to certain selection mode like face or element.

4 years ago
Forum
Reply
RE: detach as clone

you could just modify a bit the code printed in the listener for it to work $.modifiers[#Edit_Poly].ButtonOp #CloneFace $.modifiers[#Edit_Poly].SetOp…

4 years ago
Forum
Reply
RE: VectorMap SetSvgString – not saving with file

3Dali: is there a way to save it with material without using external file. I think Custom Attribute with postLoad event could do the job You can…

4 years ago
Forum
Reply
RE: WebBrowser Input not catching keys

I think it is far cheaper and safer doing it this way than window subclassing (like used in windowshopper, see MessageSnooper class).

4 years ago
Forum
Reply
RE: WebBrowser Input not catching keys

Fouinard: Maybe there’s a better way? did you try? setFocus <rollout_ui_item>

4 years ago
Forum
Reply
RE: WebBrowser Input not catching keys

try to disable/enable accelerators ( enableAccelerators in mxs reference) on webbrowser focus event

4 years ago
Forum
Page 21 / 84