Post #329: ![](https://blenderartists.org/user_avatar/blenderartists.org/draguu/48/15444_2.

📋 Metadata

🏷️ Tags

popup-dialog custom-properties intermediate solved

  • Popup Dialog Editor
  • Panel Mode
  • Custom Tab
  • Property Scripting

💬 Content

draguu:

raorao can we make Radio buttons in pop up dialog?

Yes, it’s possible in panel mode.
You need to know the path to the radio button (e.g. the path for amount of anti-aliasing samples is C.scene.render.antialiasing_samples) and use it in Custom tab:

L.row().prop(C.scene.render, "antialiasing_samples", expand=True)

🔗 View on Blender Artists