Notifications
Clear all

[Closed] How to make gw.setRndLimits to work?

Hi all!
I’ve searched, I swear

Seems to be very simple, I want to make a button to Disable Textures in vieport.

Command seems to be gw[font=‘Courier New’].setRndLimits with #texture array . I just can’t figure out how to make it work.[/font]

Thanks very much, I appreciate it!

3 Replies
 S-S

I guess viewport drawing methods can’t be used like that. I think you could also use something like this instead:

for o in objects do showTextureMap o.material off

And replace the “off” with “on” when you want to activate maps.

In reference, search “showTextureMap() function”
Hope this helps!

alternatively you could use
displayColor.shaded #object
to display objects by their wireframe colors and
displayColor.shaded #material
to display objects by their materials.
Should be a lot faster than toggling the show map in viewport properties but it may not be what you want

thanks but not exactly what I want!
There got to be a way to make gw.setRndLimits with #texture flag work since it<s there in the MaxScript.