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

📋 Metadata

🏷️ Tags

panel-group conditional-display intermediate unsolved

  • Panel Group Editor
  • Custom Properties
  • Python Scripting

💬 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