Post #4000: Both in the custom tab:

📋 Metadata

🏷️ Tags

popup-dialog custom-scripting intermediate

  • 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


🔗 View on Blender Artists