Post #2824: Yes, you can do this in Custom tab ([UILayout docs](<https://docs.blender.org/

📋 Metadata

🏷️ Tags

popup-dialog python-scripting intermediate solved

  • Custom Tab
  • Python Scripting
  • Popup Dialog Editor

💬 Content

Yes, you can do this in Custom tab (UILayout docs):

row = L.row(align=True); row.scale_x = 1.5; row.prop(C.scene, "pdt_operate")

❤️ 1 likes


🔗 View on Blender Artists