Post #520: I’m trying to add UV Maps Widget to a panel now and have tried using the edit so

📋 Metadata

  • Author: Jakro
  • Date: 2017-02-16 10:20:24
  • Type: question
  • Quality Score: 5/10
  • Replies (1): post_00521

🏷️ Tags

panel-group python-scripting beginner unsolved

  • Panel Group Editor
  • Python Scripting

💬 Content

I’m trying to add UV Maps Widget to a panel now and have tried using the edit source like you advised. Could you tell me where I’ve gone wrong? Here’s the two attempts I’ve made:
L.template_list(“MESH_UL_uvmaps_vcols”, “uvmaps”, C.me, “uv_textures”, C.me.uv_textures, “active_index”, rows=1)
and
L.template_list(“MESH_UL_uvmaps_vcols”, “uvmaps”, me, “uv_textures”, me.uv_textures, “active_index”, rows=1)

Thanks again


🔗 View on Blender Artists