Skip to content

Add support for hidden nodes - #3

Open
ToxicCrack wants to merge 1 commit into
Magodra:mainfrom
ToxicCrack:main
Open

Add support for hidden nodes#3
ToxicCrack wants to merge 1 commit into
Magodra:mainfrom
ToxicCrack:main

Conversation

@ToxicCrack

Copy link
Copy Markdown

Hidden nodes should not be included in the mesh generation

Hidden nodes should not be included in the mesh generation
@Magodra

Magodra commented Jan 4, 2026

Copy link
Copy Markdown
Owner

With this solution the undo action will not work as expected. Hidden nodes will then be removed as the node tree is modified.

A better solution might be to do gltf_document.set_visibility_mode(VISIBILITY_MODE_EXCLUDE). Then the visibility check will be done by the append_from_sceen function.

Mosts probably allow the user to configure between the VisibilityModes, as there might be use cases for both including and excluding this geometry.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants