Post #1538: That active operator panel is hard-coded in Blender and has some special behavio
📋 Metadata
- Author: roaoao
- Date: 2018-08-26 19:22:25
- Type:
answer - Quality Score: 7/10
- Reply to: post_01535
- Replies (1): post_01540
🏷️ Tags
popup-dialog custom-properties advanced solved
⚙️ Related PME Features
- Popup Dialog Editor
- Property Editor
- Python Scripting
💬 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)