Amazon Sumerianのスクリプト(できればシーン全体)をバージョン管理したいと思ってSumerianのSlackで情報を探していたらあったので情報をメモしておく。
公式のバージョン管理の方法
スレッドからの引用
There isn't currently a method to do version control, but stay tuned as it's an issue we're looking into solutions for.
現状では公式のバージョン管理の方法はなさそうだがそのうち実装されそう。
暫定のバージョン管理の方法
スレッドからの引用
Hi, One of my colleagues found a way to export a scene using Ctrl + e. This lets you generate a zip file. I’ve managed to import that into another account (at the moment it’s another IAM user on same account) but needs a few tweaks to get it working. To import, create a new scene and go to Import Assets and drop your exported zip file into the section top right. This imports all your assets, but seems to lose the structure in the asset panel, but everything seems to be there. You’ll need to enter your Cognito Pool Id as not copied over and also get rid of one of the default cameras as you can’t delete the original Default camera before importing. Make sure if you have multiple cameras, that you set the correct one as default. Other than that, the scene worked as expected. Hope that helps
Ctrl + e で以下のようなダイアログが表示されシーンの構成をzipでダウンロードできる。
試したみた感じバンドルでzipをダウンロードして新規作成したシーンにドラドラするとエンティティやアセットが復元された。
ただし、現状のエンティティやアセットに追加される感じなので前のカメラエンティティを消すなどの対応が必要そう。
設定ファイルやWebページのエクスポートについてはよくわからなかった。
ひとまずはこのzipファイルを保持しておけばシーンの復元はできそう。
もしくは、https://docs.aws.amazon.com/ja_jp/sumerian/latest/userguide/scene-snapshots.html のスナップショット機能を使うか。