Update to work properly with the new slotted/layered Action APIs in Blender 4.4.
Also some bug fixes around library-linked cameras with shakes on them.
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, allowing blend files to be submitted as-is without baking.
Same functionality as the addon on github, but now as an extension!