Post #329: : post_00330
🏷️ Tags
popup-dialog custom-properties intermediate solved
⚙️ Related PME Features
- 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)