📋 Metadata

💬 Content

roaoao:

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)

yeah i know how to add that . but i was asking if its possible … like in panel mode if we have several buttons , i press one button and it show some functions below in the same panel and then when i press another button , then it should show some another info in the panel ,


🔗 View on Blender Artists