📋 Metadata

💬 Content

anphung:

Is it possible to detect if you’re in Local View? Like, run this command only when in Local View

Yes, check C.space_data.local_view value. Eg:

print("Local Mode: OFF") if C.space_data.local_view is None else print("Local Mode: ON")

❤️ 2 likes


🔗 View on Blender Artists