Post #4000: Both in the custom tab:
📋 Metadata
- Author: Motiomancer
- Date: 2021-08-13 15:05:40
- Type:
answer - Quality Score: 7/10
- Reply to: post_03999
- Replies (1): post_04004
🏷️ Tags
popup-dialog custom-scripting intermediate
⚙️ Related PME Features
- Popup Dialog Editor
- Python Scripting
- Custom Icons
💬 Content
Both in the custom tab:
UV space
L.label(text='UV Space: '+C.scene.td.uv_space)
Density
UN = {'0':' px/cm','1':' px/m','2':' px/in','3':' px/ft'}; L.label(text='Density: '+C.scene.td.density+UN[C.scene.td.units])
❤️ 3 likes