Skip to content

Instantly share code, notes, and snippets.

@aiwaiwa
Last active June 20, 2024 16:56
Show Gist options
  • Save aiwaiwa/088fa1090f25b8762e2b3095d756930c to your computer and use it in GitHub Desktop.
Save aiwaiwa/088fa1090f25b8762e2b3095d756930c to your computer and use it in GitHub Desktop.
Previously saved and current root prim size are different

Previously known original root prim size and current one are different.

The warning indicates that the current size of the root prim differs from its previously saved original size. The warning appears when the rem_resizer script (v5 or later) is dropped in the prim.

This discrepancy could cause previously saved presets that contain Resizer data to apply incorrectly, as they are kept as the multipliers for the root prim size rather than literal sizes.

Choose:

  • Resize - to command the script to resize the entire prim set so that the root prim can match its previously known original size.

    This may apply resizing on individual X, Y or Z axises.

  • Overwrite - to consider new root prim size as original default.

    This works if you're still developing the product, no presets have been saved, or you're repurposing the root prim for a new product.

  • Cancel - to cancel the action, delete the resizer script, and report the previously known original root prim size in local chat.

    This allows to manually return the root prim to its initial size and redrop the scrtipt.

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