Post #2638:
Ma
📋 Metadata
- Author: roaoao
- Date: 2019-08-21 08:46:12
- Type:
answer - Quality Score: 8/10
- Reply to: post_02636
- Replies (1): post_02639
🏷️ Tags
popup-dialog custom-scripting intermediate solved
⚙️ Related PME Features
- Custom Tab
- Python Scripting
- Property Editor
💬 Content
MatsuikoHiroka:
i only want X lock rotation toggle
how to achieve this?
L.prop() function has index argument. You can use it in Custom tab:
L.prop(C.object, "lock_rotation", text="", index=0)
❤️ 2 likes