📋 Metadata
- Author: draguu
- Date: 2016-09-20 06:57:25
- Type:
question - Reply to: post_00329
- Replies (1): post_00331
💬 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 ,