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…
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…
Actually Max has a method to rename maps, but for some reason it always increments map suffixes details изображение.png907x469 27.5 KB just a…
GSystems: … but your method is renaming ALL texturemaps from scene No, it doesn’t rename all texturemaps. What it does, it finds all texturemaps …
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…
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…
this? ( subObjectLevel = 4 gmod = modPanel.getCurrentObject() gmod.selectByMaterialID = 1 — zero based gmod.ButtonOp #SelectByMaterial gmod.But…
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 …
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…
S64569460: It did not Detach and clone any selected faces. gif Maybe you have to switch to certain selection mode like face or element.
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…
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…
I think it is far cheaper and safer doing it this way than window subclassing (like used in windowshopper, see MessageSnooper class).
Fouinard: Maybe there’s a better way? did you try? setFocus <rollout_ui_item>
try to disable/enable accelerators ( enableAccelerators in mxs reference) on webbrowser focus event