Hello, I try to develop a maxscript very simple but I don't understand how it can work!
The purpose is to make a simple script which can hide all the layers who's name begin by "ref".
For now, I just have this part of code and it seems that it's not a good beginning!
(
(layerManager.getLayer 0).current = true
hide_layers=layerManager.getLayerFromName "ref"
hide_layers.isHidden = true
)
Thanks for yours responses