Skip to content

Add Spatial/CanvasItem export property "inherits_transform"

Will Nations requested to merge github/fork/willnationsdev/expose-toplevel into master

The toplevel stuff is the flag that determines whether the Spatial should orient itself independently of its parent (so it doesn't "inherit" the parent's transform). I was thinking it should go in the Transform or Matrix area, but those seem to be dedicated exclusively to the vector values. It'd be much more convenient if we could just set this boolean from the Inspector rather than using a script or hacking it with a Node in between the two Spatials.

If anyone has suggestions for a different GROUP name or a different place to put this, let me know. Let me know what you think.

Merge request reports