Character-UI
Character-UI copied to clipboard
Blender add-on for creating simple yet functional UIs for your characters.
**the Problem** One workflow for animations and scene set up in blender is to link the collection containing the character from one blend file to another, and then create a...
Outfits
Now it is not very clear what outfits exist, how to set them up or what the outfit pieces are. The solution might be adding another panel which could either...
Add some kind of logging system, now when people encounter an issue it's hard to know which version they are using, blender version, etc. It could also help more advanced...
New panel showing useful statistics about the character and what is actually going to be generated.
**Describe the bug** Sometimes getting data path fails. It should normally add the attribute with no problem because Blender itself can get the path and the debug UI is using...
The Rig->Layers box cannot show correctly in the generated UIs  I have solved this problem. This problem is caused by the [line 666 in character_ui.py](https://github.com/nextr3d/Character-UI/blob/54886f06d94729a01ac98253935c2564e80714b4/character_ui.py#L666C29-L666C109): `ch.data, "layers", index=rig_layer['index'], toggle=True,...
I just started using the addon this afternoon in my first model project, and it's an absolute godsend. However, one thing I'm not a massive fan of is that if...
I really don't like how the addon's drivers take control & flexibility away from my characters. While it is nice to have some things automatically linked, there are just as...
Hi! Reporting this since it might be that you encounter the same issue (warning on Blender exit). More info: https://wiki.blender.org/wiki/Reference/Release_Notes/3.3/Python_API
**Describe the bug** When selecting the item under mask modifiers Python: Traceback (most recent call last): File "C:\Users\isaac\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\Character-UI\operators\use_as_driver.py", line 43, in execute new_items.append(driver) AttributeError: 'IDPropertyArray' object has no attribute...