SyncViewS, thanks for this very useful tool. I have one suggestion for wish list. Can you make a Skip edge/poly/vertex Loop and Skip Edge/Poly/Vertex Ring script, but my wish is script which lets a user select a couple of edges and it will continue the selection pattern around an edge ring or edge loop. PolyBoost has this…
Hi Yozora, I can't tell if the MaxScript listener window pops up because of IC.Shape, it shouldn't of course. At this point, I'm not sure about anything :) The listener window status is saved every time you close 3ds Max and reverted to previous state at 3ds Max start. If it doesn't happen there could be an explanation.…
PolyHertz: I have a script that does just that on polygons, edges and verts. It works just like XSI's adjacent selections. SyncViews: you can take these scripts and improve on them if you want... I'm sure you can write it a 100 times better than me. Plus I think I'm using some of your mod view code in it.…
Hi, boyluya, that's a bad news. Let's try to sort out the issue. I guess the best thing to do is to perform an uninstallation of the script and install it again starting from beta 8, which worked for sure (it is not expired yet). If it works try to install the latest beta 10. - Make sure you've got Administrator privileges…
3dsMax is kind of awesome with these kind of scripts and contributions. Even though I hate max at times stuff like this makes up for it. Thx a lot for this awesome scripts, will give it a shot in the next few days
In my case the "zip" extension comes from the http header content type set to 'application/zip' generated by php. The file name in the header is set correctly to mzp, but it seems some browsers disregard it in favor of the recognized type, since the mzp is nothing but a renamed zip. I never thought it could cause problems,…
ok, it's gone back to not working, ever again. wonder if it's 2012's updates to the viewport, there were a couple of other scripts that stopped working with 2012 (regardless of whether i run nitrous or DX) ... again, oddly enough clicking Auto Base Layer in your UI works fine - just not assigning it to hotkeys. Any chance…
I can't find a way to put hotkeys. But if you make a script you can assign any hotkeys you like. Here a qiuck example: Ring Shift in one directions: Ring Shift in oposite directions: Loop Shift: Loop Shift in oposite directions: But you can't use Control and Alt to add ana substract from selections and thes scripts works…
Hi Bal, you're right, the behaviour you described fits. The script stores the strength value internally, independently from actual PainterInterface value (the one you modify through Paint Deformation tab). So when you try to edit strength again, inner value is taken and reverted to 1.0 which is the maximum value allowed by…