📋 Metadata

💬 Content

MatsuikoHiroka:

Hi id like to ask is it possible to separate this ?
the X Y Z

[ATTACH=CONFIG]455535[/ATTACH]

reason is so i can add a label as R G B instead of XYZ ( i get confuse in XYZ format )
thank you for answer

Hi, yes it’s possible in Custom tab using index parameter. E.g. for object location:

L.prop(C.object, "location", "R", index=0); L.prop(C.object, "location", "G", index=1); L.prop(C.object, "location", "B", index=2)

🔗 View on Blender Artists