Post #394: Ma

📋 Metadata

🏷️ Tags

popup-dialog custom-scripting advanced solved

  • Custom Icons
  • Python Scripting
  • Popup Dialog Editor

💬 Content

MatsuikoHiroka:

hi again question
is this possible to separate

[ATTACH=CONFIG]456603[/ATTACH]

i only wanted the typing box ( group )
thank you for answer

Hi, try this code in Custom tab:

groups = [g for g in D.groups if C.object and C.object in g.objects[:]]; groups and L.prop(groups[0], "name", "")

🔗 View on Blender Artists