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

📋 Metadata

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

🏷️ Tags

custom-code intermediate unsolved

  • Custom Tab
  • Property Editor
  • Python Scripting

💬 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")

Thanks! It works okay. You need to check the box “unselected” in the “t” oanel and then unselect it again in order for the value change to take place, so something is a bit wierd. But it’s getting there!


🔗 View on Blender Artists