All versions
- add block & item nudging (edit already placed blocks)
- improve implementation of refreshing items/blocks
- add grid method of item replication
- relative/absolute item coordinate calculator (useful for standing respawn calculation)
- misc UI improvements / refactor
- Add item duplication according to a pattern of repetition (includes visual helper)
- Support item creation from AngelScript
- Conversions for item position and rotation to matrices and back
- Add more general placement params (FlyStep, FlyOffset, AutoRotation, and GhostMode)
- Use degrees for most angle things (instead of radians)
- Show coord axis helpers for picked item (shown only in that tab)
- Edit pos/rot of picked item
- Add dissociation of items from blocks; including:
- dissociate new items
- dissociate items from selected blocks
- Item rotation controls
- Add item jitter effect
- Added support for Custom Item layouts
- Added more params and options
- Thanks to Miss for telling me about
.MwAddRef
and .MwRelease
-- it makes custom item layouts possible :D