Post #2372:
Ma
📋 Metadata
- Author: roaoao
- Date: 2019-05-31 01:45:57
- Type:
answer - Quality Score: 7/10
- Reply to: post_02367
🏷️ Tags
python-scripting intermediate solved
⚙️ Related PME Features
- Property Editor
- Python Scripting
💬 Content
MatsuikoHiroka:
is it possible to get this highlighted button command
Node Label property path:
C.active_node.label
You can find the path for node properties in python tooltips. Enable them in Preferences > Interface > Display. My guess is:
C.active_node.use_shrink
C.active_node.label_size
❤️ 1 likes