2025-12-01

This commit is contained in:
2026-03-17 14:58:51 -06:00
parent 183e865f8b
commit 4b82b57113
6846 changed files with 954887 additions and 162606 deletions
@@ -0,0 +1,39 @@
# Changelog
## [Unreleased]
## [0.5.0] - 2025-02-10
- Update code to work properly with the new slotted/layered Action APIs in Blender 4.4. Otherwise functionally identical to v0.4.0.
## [0.4.0] - 2025-02-10
- Added button to prep blend files for submission to render farms. A common issue that people ran into when working with Camera Shakify is that they would have to bake their camera animation for submission to a Render Farm, since Camera Shakify shakes don't function without the addon installed. This button addresses this by instead creating a small auto-execute Python script in the blend file that registers the minimal types and properties needed for the shakes to function.
## [0.3.0] - 2024-10-14
### Additions
- Turned into a [Blender Extension](https://extensions.blender.org/add-ons/camera-shakify/). No functional changes.
## [0.2.0]
To be filled out.
## [0.1.0]
To be filled out.
[Unreleased]: https://github.com/cessen/colorbox/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/cessen/colorbox/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/cessen/colorbox/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/cessen/colorbox/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/cessen/colorbox/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/cessen/colorbox/releases/tag/v0.1.0