I'm looking for a global toggle for Ignore Backfacing, meaning that I want one shortcut/ui button to toggle it on and off on all objects in the scene. Does anyone know of a script that does this? It would be handy if it provided a UI button that displayed the current state, but I could certainly live without Is this even…
As far as I know there isn't a global toggle for all objects unless someone scripts it (which shouldn't be too hard to do). Shift-Ctrl-i will toggle it on/off in edit poly with keyboard shortcut override on. But that's per object which should be a pretty good work around since you can only work on one object at a time. Or…
Hi MightyPea, here are two scripts to activate and deactivate IgnoreBackfacing in every Editable Poly object, Editable Mesh object and Edit Poly modifier in the scene. Unfortunately Edit Mesh modifier doesn't seem to expose this setting. There are two macroscripts and not a single toggle because you cannot determine what's…