hi, do you know the script make our selected edges hard or soft or 50% in 3dsmax by setting hotkey?! i want texture my asset and use ctrl+s to make my selected edges soft or ctrl+h to make my edges hard and ... i search script spot and other but there is no script for that. plz help me tnx
hi, tnx for your help guys, i find it from disscord guys . macroScript EdgeHard category:"My Scripts" tooltip:"Form Hard Edge" ( $.EditablePoly.makeHardEdges 1 ) macroScript EdgeSoft category:"My Scripts" tooltip:"Form Soft Edge" ( $.EditablePoly.makeSmoothEdges 1 ) these are works in 3dsmax 2017 and i drag them in my…
What version of 3ds Max are you using? You don't need a script. There's a Hard/Soft button in the Edit Edges rollout of Editable Poly. And they are in the PolyTools category in the Customize menu. Also, i don't recommend setting a hotkey to CTRL + S. That's the default save hotkey for nearly every app ever made.
That is what he is looking for. I'm sorry, the Hard/Smooth tools in PolyTools are not the same tools as the Hard/Smooth in the command panel. PolyTools works on Polygon selection. I can't find a hotkey for the Hard/Smooth buttons in edge mode. You can use these scripts. I used the macro recorder to start the creation, then…
It works with faces as it makes reference to the existing face smooth options that already exist in the ribbon. But there are not options for edges in the ribbon , only in the command panel. And also doesn't appear in the shortcut list.