Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add get_preset_name func to EditorExportPlugin #93947

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

imkoi
Copy link

@imkoi imkoi commented Jul 4, 2024

Added get_preset_name func to EditorExportPlugin
Added binding of get_preset_name to EditorExportPlugin
Added documentation for get_preset_name func

Hello everyone, this is my first PR here :)
I expose export preset name to use it inside EditorExportPlugin

Added get_preset_name func to EditorExportPlugin
Added binding of get_preset_name to EditorExportPlugin
Added documentation for get_preset_name func
@imkoi imkoi requested a review from a team as a code owner July 4, 2024 17:06
@AThousandShips AThousandShips changed the title Added get_preset_name func to EditorExportPlugin Add get_preset_name func to EditorExportPlugin Jul 4, 2024
@AThousandShips
Copy link
Member

Please open a proposal to track the support and details of this feature

@raulsntos
Copy link
Member

There's already a PR (#90782) that adds a way to get the export preset from an EditorExportPlugin, and then getting the name from there is easy:

get_export_preset().get_preset_name()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants