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
Replies
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.
tnx but download linc is not available . i also use 3dsmax 2017
i also use 3dsmax 2017 .
hotkey i said was example .tnx so much
Next, please show an example of exactly what you are trying to achieve. I assumed you were looking for ways to make maxs smoothing groups work like Mayas "hard/soft edges", while Monster directed you towards the edge crease feature, but perhaps you're looking for something entirely different.
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 added logic for EditPoly Mod vs EditablePoly.
Customise>customise UI>Category:Polytools. Now there are 2 words in the list. Hard and Smooth. Assign your hotkeys to each of these.
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 personal toolbar and then in customize user interface i put hotkeys for them.
but theire name was macro 4 and macro 5.
ofcourse i do some other scripts before and i thing macro is name for draging codes ))
excuse me , i dont want to say hard.
tnx for your help