wt Playblast Tool v2
English translations are at the bottom.
Feature :
・画像サイズや表示オブジェクトなど、簡易的な操作でプレイブラストが出力できます。
・Resolution Gate をオフにする必要がありません。
・File Type は "png", "jpg", "avi", "mp4", "mov" を用意しました。
・出力先にサブフォルダを追加して素材を管理することが可能です。
・また、バックグラウンドカラーも変えられるようにしました。
・カメラのキーに従って、画像を出力することも可能です。
・大盤サイズでの出力もできるようにしました。
・出力設定を保存できるようにしました。
・サブツールとして自動的に複数のファイルを一気に出力できる Auto Playblast Tool と、
シーン内の複数カメラを同時に出力する Multi Playblast Tool を用意しました。
License :
・どなたでも無料でご利用可能ですが、二次配布はご遠慮ください。
めっちゃ気が向いたらビール代でも寄付してください笑
Install :
・Maya 2018-2022, Windows 10 x64 で動作確認しています。
・旧 playblastTool がある場合はまず削除してください。
・ダウンロード後にZipファイルを展開し、
readme.txt と同階層の 「wtPlayblastTool」 フォルダーをスクリプトパスに置いてください。
C:\Users\ "Your Name" \Documents\maya\scripts\
Usage :
・詳しい使い方はこちらのページをご確認ください。
簡単な起動方法を以下に記載いたします。
・Pythonタブで下記を入力すると起動します。
```
import wtPlayblastTool
wtPlayblastTool.show()
```
・Feature に記載のとおり、設定ファイルを保存できるようにしています。
デフォルトだと User\Documents\wtPlayblastToolData の中を通していますが、変更することも可能です。
指定する場合は下記のようにお願いします。
※何も入力しないと User\Documents\wtPlayblastToolData の中に、
Documentsが取得できない場合は wtPlayblastTool\data の中を参照します。
```
data_path = r'any path'
temp_data_path = r'any path'
import wtPlayblastTool
wtPlayblastTool.show(data_path=data_path, temp_data_path=temp_data_path)
```
・temp_data_path とはウィンドウを閉じたときに自動で保存されるデータです。
不要な場合は restore=False を追加してください。
```
data_path = r'any path'
import wtPlayblastTool
wtPlayblastTool.show(data_path=data_path, restore=False)
```
※※※
ChatGPTによると、FFMPEGが必要とするコーデックが最初からインストールされているPCとそうでないPCがあるようです。FFMPEGをインストールするか、QuickTimeプレイヤーをインストールすることで必要なライブラリが追加され、MP4の出力が可能になる場合があります。
もしMP4が出力できない場合は、これらの方法をお試しいただけますでしょうか。
ただし、お使いのPCのOSや設定によっては、異なる対応が必要になる場合もあることをご了承ください。
※※※
Demonstration :
WebSite :
https://frame-academy.jimdosite.com/tools/playblast-tool/
twitter :
https://twitter.com/wataru79636923
↓ ChatGPTで英訳
Feature :
・Playblasts can be output with simple operations such as adjusting image size and display objects.
・There's no need to turn off the Resolution Gate.
・File Types available include "png", "jpg", "avi", "mp4", "mov".
・You can add subfolders to the output destination for organized material management.
・Additionally, you can change the background color.
・It's possible to output images according to camera keys.
・Output in large board sizes is also enabled.
・You can save your output settings.
・As sub-tools, we've included the Auto Playblast Tool, which can output multiple files at once automatically,
and the Multi Playblast Tool, which can simultaneously output multiple cameras within a scene.
License :
・The tool is available for free to everyone, but please refrain from redistributing it.
If you feel like it, feel free to donate the cost of a beer as a token of appreciation. lol
Install :
・Confirmed to work with Maya 2018-2022, Windows 10 x64.
・If you have the old playblastTool, please delete it first.
・After downloading, extract the Zip file,
and place the "wtPlayblastTool" folder in the same directory as the readme.txt file in the script path.
C:\Users\ "Your Name" \Documents\maya\scripts\
Usage :
・For detailed instructions, please refer to this page.
The following is a brief description of how to start the program.
・To launch, enter the following in the Python tab
```
import wtPlayblastTool
wtPlayblastTool.show()
```
・As mentioned in Features, you can save the configuration file. By default,
it uses the path User\Documents\wtPlayblastToolData, but it can be changed.
Please do as follows if specifying: ※If nothing is entered,
it defaults to User\Documents\wtPlayblastToolData, and if Documents can't be retrieved,
it refers to wtPlayblastTool\data.
```
data_path = r'any path'
temp_data_path = r'any path'
import wtPlayblastTool
wtPlayblastTool.show(data_path=data_path, temp_data_path=temp_data_path)
```
・temp_data_path is data that is automatically saved when the window is closed.
Add restore=False if not needed.
```
data_path = r'any path'
import wtPlayblastTool
wtPlayblastTool.show(data_path=data_path, restore=False)
```
※※※
According to ChatGPT, it seems that some PCs come with the codecs required for FFMPEG output pre-installed, while others do not.
Installing FFMPEG or QuickTime Player can add the necessary libraries, making MP4 output possible.
If you're unable to output MP4, could you please try these solutions?
However, please be aware that depending on your PC's OS and settings, different approaches may be necessary.
※※※
Demonstration :
WebSite :
https://frame-academy.jimdosite.com/tools/playblast-tool/
twitter :