0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Amazon Sumerianのスクリプトをバージョン管理する

Last updated at Posted at 2018-12-13

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でダウンロードできる。

sumerianexport.PNG

試したみた感じバンドルでzipをダウンロードして新規作成したシーンにドラドラするとエンティティやアセットが復元された。
ただし、現状のエンティティやアセットに追加される感じなので前のカメラエンティティを消すなどの対応が必要そう。
設定ファイルやWebページのエクスポートについてはよくわからなかった。

ひとまずはこのzipファイルを保持しておけばシーンの復元はできそう。
もしくは、https://docs.aws.amazon.com/ja_jp/sumerian/latest/userguide/scene-snapshots.html のスナップショット機能を使うか。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?