endset_three_editor 0.10.21 → 0.10.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5864,7 +5864,7 @@ async function wl(r, e = "edit", t, n, s, i, o) {
5864
5864
  v = !1;
5865
5865
  for (let f = p.children.length - 1; f >= 0; f--) {
5866
5866
  const w = p.children[f];
5867
- if (w.name === "sl_scene" || w.name === "AuxScene") {
5867
+ if (w.name === "sl_scene" || w.name.startsWith("AuxScene")) {
5868
5868
  w.updateMatrixWorld();
5869
5869
  const D = w.matrixWorld.clone();
5870
5870
  [...w.children].forEach((O) => {