Skip to content

Instantly share code, notes, and snippets.

@deathponta
Created May 25, 2018 04:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deathponta/eedeff32368dff21c54a5b86c637071d to your computer and use it in GitHub Desktop.
Save deathponta/eedeff32368dff21c54a5b86c637071d to your computer and use it in GitHub Desktop.
現在しているオブジェクトのアトリビュートエディタのコピーをちょっと楽にするスクリプト
/*
現在しているオブジェクトのアトリビュートエディタのコピーをちょっと楽にするスクリプト
*/
// アトリビュートエディタ(AE)を表示
ShowAttributeEditorOrChannelBox;
// AEをピーコ
copyAEWindow;
// パネルを元に戻す(実行時にチャネルボックスを開いていた場合は、再度チャネルボックスに戻す。
ShowAttributeEditorOrChannelBox;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment