This repository has been archived by the owner on Jul 22, 2023. It is now read-only.
v0.8.0
This release brings full binary place and model support to Remodel. There are still a couple edge cases, especially around MeshPart
instances, but the advantages are big enough that it's worth becoming the default in Remodel.
If you encounter any breaking changes in this release, please report a bug and we'll get things squared away.
Changes Since 0.7.1
- Ported to rbx-dom v2, which includes full support for binary and XML model files.
- Changed all upload commands to upload as binary instead of XML.
- Added support for CSRF negotiation to fix asset uploading. (#25)
- Added support for Vector3int16.
- Added support for BinaryString values.
- Added Instance:GetDescendants().