This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
v.1.6.6 Release Notes
ItsEasyActually
released this
15 Jun 21:55
·
58 commits
to master
since this release
Below is a full log of all additions, updates, and changes in this release of the addon.
Additions
- Added Shape Motion Import/Export
- Due to limitations with Blender's API, the frame number cannot be a separate property at this time. If you want to control the frame of the output shape, the name of the shape key must be in the following format:
[frame number]|[shape name]
. The export will simply use the shape index if the shape name is not formatted with the | character.
- Due to limitations with Blender's API, the frame number cannot be a separate property at this time. If you want to control the frame of the output shape, the name of the shape key must be in the following format:
- Added basic Camera Binary File Import for SA1/DX Camera format.
- This only imports the camera position and the A and B point positions. It will parent them together for easier control.
- SA2's Cameras will get similar support down the road.
Patches
- Several polling errors across different parts of the UI have been fixed.
- Quick Edit for LandEntry/COL Flag settings has been fixed.
Updates
- Descriptions have been added for all export buttons.
- LandEntry/COL Flags will now default for new objects/non-addon imported objects to have both the solid and visible flags enabled by default.
Quick Fixes
- Fixed shape names failing due to shape frames.