📋 Metadata

💬 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")

🔗 View on Blender Artists