📋 Metadata
- Author: roaoao
- Date: 2019-11-12 17:55:14
- Type:
answer - Reply to: post_02859
- Replies (1): post_02865
💬 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