I'm looking for the script that toggle between backface and occluded modes, to switch between them by on hotkey.
on first press:
$.ignoreBackfacing = on
$.ignoreOccluded = off
on second press:
$.ignoreBackfacing = off
$.ignoreOccluded = on
Can't handle it by myself
Comments
Hi, you can try : if
Hi,
you can try :
Thank you! You made my day
Thank you! You made my day