Post #3917: Try this in the custom tab
📋 Metadata
- Author: Motiomancer
- Date: 2021-06-19 18:49:10
- Type:
answer - Quality Score: 7/10
- Reply to: post_03915
- Replies (1): post_03932
🏷️ Tags
popup-dialog custom-scripts intermediate solved
⚙️ Related PME Features
- Custom Tab
- Python Scripting
- Popup Dialog Editor
💬 Content
Try this in the custom tab
L.prop(C.space_data.uv_editor, 'use_live_unwrap', text=slot) if C.area.type== 'IMAGE_EDITOR' else None
It should only work on the UV editor
❤️ 1 likes