📋 Metadata
- Author: roaoao
- Date: 2018-08-26 19:22:25
- Type:
answer - Reply to: post_01535
- Replies (1): post_01540
💬 Content
That active operator panel is hard-coded in Blender and has some special behavior. Blender calls bpy.ops.ed.undo_redo(True) to apply changes made in that panel.
You can try to add custom Vector property with On Update code:
bpy.ops.ed.undo_redo(True)