Skip to content

sntulix/blender-generate-fbx-thumbs

Repository files navigation

9月14日にリリースしたものはFBXファイルと同じフォルダにテクスチャ画像があるとファイル名がかぶって上書きしそうなので9月18日からのバージョンをお使いください。

The program released at 2020/9/14, would be overwrite a texture image file if its is at same folder with FBX files. So choice the released at 2020/9/18 please.

blender fbx thumbs generator

generate thumb images from fbx files in a folder. The tool name the thumbs "fbx filename + _thumb.png".

for 2.8x

Download the Release Zip from sidebar of this page, Extract. Open blender28_gen_thumb_fbx.blend, Execute script (Press Alt + p). In FileBrowser, Open a Folder of FBX Files, then Press "this folder" button.

bl28_fbx_gen_thumb

In 2.8x, this script's UI Previews function is unimplemented.

for 2.7x (command line)

Download the Release Zip from sidebar of this page, Extract. from terminal or command prompt,

./blender gen_thumb_fbx.blend -- <fbx dir>
/Applications/blender/blender-2.76b-OSX_10.6-x86_64/blender.app/Contents/MacOS/blender ~/Dropbox/blender/blender-generate-fbx-thumbs/gen_thumb_fbx.blend -- /Users/xyz/Downloads/3dcg/cartoon_city_builder_pack/models

note

based on FBX Importer (official), UI Previews - Proposal (wiki.blender.org)

sample image

image

thanks