Post #361:
Ma
π Metadata
- Author: roaoao
- Date: 2016-10-04 04:39:13
- Type:
answer - Quality Score: 8/10
- Reply to: post_00359
- Replies (1): post_00364
π·οΈ Tags
pie-menu custom-properties intermediate solved
βοΈ Related PME Features
- Custom tab
- Property Editor
- Python Scripting
π¬ 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)