Post #1538: That active operator panel is hard-coded in Blender and has some special behavio

📋 Metadata

🏷️ Tags

popup-dialog custom-properties advanced solved

  • 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)

🔗 View on Blender Artists