Notifications
Clear all

[Closed] Selection list – help

Hi there!
I need to create this selection list, like a select bone at skin modificator.
Plz help – how to create it?
If you can, plz – post the source code of this script.

2 Replies

rollout HelpRoll “Hope this Helps” width:172 height:300

(

button btnAdd “Add” pos:[17,14] width:50 height:24

button btnRemove “Remove” pos:[73,14] width:50 height:24

listBox lbxLike “” pos:[18,48] width:136 height:17
)createDialog HelpRoll – I hope this gets you what you want.