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

GLTF export: Propagate property_list_changed from extensions #90225

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

aaronfranke
Copy link
Member

Before this PR, GLTFDocumentExtension property_list_changed signals were being ignored. With this PR, the signal is passed to the exporter settings object, which causes it to regenerate the property list and then bounce the changed signal. This allows GLTFDocumentExtension classes to selectively hide or show properties in the inspector UI, like is already possible with inspecting most things in Godot.

@aaronfranke aaronfranke added this to the 4.x milestone Apr 4, 2024
@aaronfranke aaronfranke requested a review from a team as a code owner April 4, 2024 21:55
@akien-mga akien-mga modified the milestones: 4.x, 4.3 Apr 5, 2024
@akien-mga akien-mga merged commit 383de7d into godotengine:master Apr 5, 2024
17 checks passed
@akien-mga
Copy link
Member

Thanks!

@aaronfranke aaronfranke deleted the gltf-ext-prop-list branch April 5, 2024 17:37
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.

3 participants