GodotVR / godot-xr-tools

Support scenes for AR and VR in Godot
MIT License
525 stars 75 forks source link

Fix properties forwarding to only forward customized properties. #647

Closed Malcolmnixon closed 5 months ago

Malcolmnixon commented 5 months ago

This PR fixes bug #646 in property-forwarding for Viewport2Din3D introduced by gdlint cleanup whereby ALL properties of the sub-scene (including its script) were copied to the Viewport2Din3D node.

Eisenspalter commented 5 months ago

Works now