Hi ,
when going to edit-mode , these buttons appear :
But they are not synchronized with those :
when browsing the code , I noticed those two sets of buttons do the same thing (but I’m not sure about that , I don’t know blender that well) , but they are identified differently :
use_mesh_mirror_
and use_mirror_
as Identifiers , and have different notifier flags which in turn makes the event system process them differently.
- I was wondering if this was intended to behave this way ?
- would replacing those buttons by
use_mirror_
buttons break something else ? - In case it does , what would be the best way to notify their own state change to each others so that they can be synchronized on-click instead of the current behavior ?