Toggle All Symmetry Modifiers

Hi, so basically the script I wish I had, would turn ON/OFF all of "Symmetry" modifiers present in the scene. Kind of like "NURMS Toggle All" works acts as a toggle for all editable polys' nurms:

https://www.scriptspot.com/3ds-max/scripts/nurms-toggle-all

Many thanks if anyone can help out!

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
miauu's picture

.

(
	--	"turn all On"
	(getClassInstances symmetry).enabled = true
	--	"turn all Off"
	(getClassInstances symmetry).enabled = false
)
sampei's picture

amazing, thank you sir!

amazing, thank you sir!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.