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 possible?
Replies
Or I guess you could select everything apply edit poly so its instanced and toggle it on/off.
Preferably someone'd just program a custom panel where you could choose what's visible and what isn't, but that seems unlikely.
I also just prefer backfacing to be a global option I can toggle. Or better still, seperated 'select through' and 'select visible'-commands, so I could set them to different buttons. ANd it wouldn't be all that bad if I could actually trust backfacing to work perfectly. Oh, and if I could set things from different selection-modes (edge, vert, etc...) to the same shortcut, so I could set --for instance-- set connect and cap to the same shortcut.
But hey, we've got a Ribbon-bar now, so that's great.
[/end bitterness]
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 the initial status of a "global" set since some elements could be enabled and other disabled, in which case a simple toggle wouldn't know what to do. I hope they're what you need. Execute the code and find them in the Customization panel under Category: "IgnoreBackfacing Tools".
Thanks