📋 Metadata
- Author: roaoao
- Date: 2016-05-26 13:37:14
- Type:
answer - Reply to: post_00179
💬 Content
draguu:
raorao , how to attach “file_format” dropdown menu to any pie menu ?
context.scene.file_format doesnt work
Yes, for some reason blender shows the wrong path.
Use this (Property tab):
C.scene.render.image_settings.file_format
If you want display it as a submenu use this (Custom tab):
L.prop_menu_enum(C.scene.render.image_settings, "file_format")