@skim0119 Is the current protocol on `update_states` good? https://github.com/GazzolaLab/Blender-Soft-Rod/blob/96190a19332ca64d453ee41bbeaf246decdd8dfc/src/bsr/geometry/protocol.py#L51-L52 Will it be better to change `*args` to `**kwargs`? Since the states might be different for different objects? I have the following protocol on `update_material`: https://github.com/GazzolaLab/Blender-Soft-Rod/blob/051ddbe527e67890782643372fd9366c5577b449/src/bsr/geometry/protocol.py#L55-L56
@skim0119
Is the current protocol on
update_statesgood?https://github.com/GazzolaLab/Blender-Soft-Rod/blob/96190a19332ca64d453ee41bbeaf246decdd8dfc/src/bsr/geometry/protocol.py#L51-L52
Will it be better to change
*argsto**kwargs? Since the states might be different for different objects?I have the following protocol on
update_material:https://github.com/GazzolaLab/Blender-Soft-Rod/blob/051ddbe527e67890782643372fd9366c5577b449/src/bsr/geometry/protocol.py#L55-L56