Post #1050: > import bpy
📋 Metadata
- Author: Way2Close
- Date: 2017-10-16 04:35:13
- Type:
question - Quality Score: 5/10
- Reply to: post_01049
- Replies (1): post_01051
🏷️ Tags
⚙️ Related PME Features
- Python Scripting
💬 Content
import bpy
if prefs().pie_menus[“panel_group”].enabled == True:
print(“True”)
else:
print(“False”)
It didn’t work it says NameError: name ‘prefs’ is not defined
Am I doing something wrong? haha