ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
Comments
thank you! may I ask some
thank you!
may I ask some help as I'm trying to make it work as single toggle hotkey like this script I used before for VRayProxies
===========================================
(
global vrprxmod = 1
on execute do try
( case of
((vrprxmod== 1): ($.display = 0 vrprxmod= 2)
(vrprxmod== 2): ($.display = 1 vrprxmod= 1)
))catch()
)
===========================================
great, thank you very much!
great, thank you very much! it works
is it possible to make it toggle between Point cloud and Full mesh view modes
`
yes
selected to point cloud mode:
selected to mesh mode:
You can save them as 2 scripts and add to Favorite Scripts
http://www.scriptspot.com/3ds-max/scripts/favorite-scripts
Or to create toolbar buttons -> select each code and drop on toolbar (then right click and change icon or text) Close max to save settings.
`
Hey,
please try this:
best,
Pixamoon