Post #910: ![](https://blenderartists.org/user_avatar/blenderartists.org/roaoao/48/37600_2.

📋 Metadata

  • Author: jimpaw80
  • Date: 2017-09-18 13:34:59
  • Type: bug_report
  • Quality Score: 5/10
  • Reply to: post_00908

🏷️ Tags

popup-dialog custom-code intermediate unsolved

  • Popup Dialog Editor
  • Custom Python Scripting
  • Property Editor

💬 Content

roaoao:

Try this code in Custom tab:

row = L.row(True); C.active_operator and hasattr(C.active_operator, "threshold") and row.prop(C.active_operator, "threshold")

It works but not fully, Somehow it can’t really undo the operation properly. I think i need to show you.


🔗 View on Blender Artists