📋 Metadata

💬 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