nextr3d / Character-UI

Blender add-on for creating simple yet functional UIs for your characters.
Apache License 2.0
61 stars 4 forks source link

V4/multiple characters #3

Closed nextr3d closed 3 years ago

nextr3d commented 3 years ago

Finally added support for multiple UIs in one scene.

This also allows users of the script to change the name of the custom property in which al of the properties and attributes are stored. properties_name = character_name+'_properties'

attributes_name = character_name+'_attributes'

Now the name includes the name of the character. It's advised to keep it default because than you need to change it also in the debugger which automatically assumes the names. This can be changed in the UI but when changing pinned characters it fills in the default option.

custom_key