.BBMODEL

BBMODEL ファイル

Blockbench 3D Model Project
質問する
クイック回答

.bbmodel ファイルは、主に Minecraft やその他のローポリゲームモデルに使用される無料の 3D モデルエディタである Blockbench のネイティブプロジェクトファイルです。これは、ジオメトリ、ボーン階層、テクスチャ、アニメーション、およびエディタの状態を 1 か所に保存する JSON テキストファイルです。Windows、macOS、Linux、またはブラウザ(blockbench.net)の Blockbench で開くことができます。プレーンな JSON であるため、任意のテキストエディタで内容を確認することもできますが、3D モデルとしてレンダリングできるのは Blockbench のみです。

開発元: JannisX11 (Blockbench) カテゴリ: 3D画像ファイル MIME: application/json
対応OS Windows macOS Linux Web
関連: .DCM · .STEP · .SKP · .STP

このページの内容

19k+ 個の拡張子を索引済み
最終確認日:Sep 6, 2026

ファイルの種類がわかりませんか?

ファイルを識別ツールにドロップしてください。最初の数バイトを読み取って形式を特定します。

ファイルを識別する

BBMODEL ファイル形式とは?

.bbmodel ファイルは、開発者の JannisX11 によって作成され、2017 年に最初にリリースされた無料の 3D モデルエディタである Blockbench のネイティブプロジェクト形式です。Blockbench は主にピクセルアートテクスチャを使用したローポリモデルに使用され、Minecraft 用のカスタムモデルを構築するための一般的なツールです。Mojang Studios がその開発をサポートしており、ソースコードは GPL-3.0 ライセンスの下で公開されています。

このファイルは JSON テキストであるため、人間が読むことができますが、一般的な交換形式ではありません。キューブやメッシュなどのジオメトリ要素、ボーン構造を定義するグループとアウトライナーの階層、テクスチャの参照または埋め込み画像、アニメーション、アニメーションコントローラー、および表示トランスフォームなど、プロジェクトの完全な状態を保持します。テクスチャは、Base64 の data:image/png;base64 URL として直接埋め込むか、ファイルパスでリンクすることができます。各ファイルには meta.format_version が記録されており、現在は 5.0 に達していますが、4.9、4.10、5.0 で破壊的な変更が行われています。一部のプロジェクトは LZUTF8 で圧縮されており、JSON の中括弧の代わりにリテラルの <lz> マーカーで始まります。

セキュリティと安全性

リスク: LOW

A .bbmodel is JSON text describing geometry and textures, not executable code, so opening one does not run anything. The main caution is that embedded Base64 textures can make files large, and hand-editing the JSON can corrupt the project. Only open files from sources you trust and keep Blockbench updated.

形式の詳細

概要
正式名称Blockbench 3D Model Project別名 Blockbench Project, Blockbench Model
開発元JannisX11 (Blockbench)登場時期 2017 (Blockbench 1.0, May 5 2017)
MIME タイプapplication/json
タイプText (JSON-based, optionally LZUTF8-compressed)

BBMODEL ファイルを開くプログラム

Windows2 apps
Blockbench (Desktop) オープンソース Install the desktop app, then choose File > Open to load and edit the .bbmodel project with full 3D preview, texturing and animation.
Visual Studio Code 無料 Open the .bbmodel file as text to inspect or hand-edit the raw JSON structure (works only for uncompressed files).
macOS2 apps
TextEdit 標準搭載 Open an uncompressed .bbmodel as plain text to read the JSON contents.
Blockbench (Desktop) オープンソース Launch Blockbench and open the .bbmodel project to view and edit geometry, textures and animations.
Linux2 apps
Blockbench (Desktop) オープンソース Run the AppImage or installed build and open the .bbmodel project for editing.
gedit / any text editor オープンソース Open an uncompressed .bbmodel to read or edit its JSON directly.
Web1 app
Blockbench Web App オープンソース Open web.blockbench.net in a browser and load the .bbmodel with no installation needed.

技術的詳細

詳細仕様
EncodingUTF-8 JSON text; optionally LZUTF8-compressed with a leading <lz> ASCII marker
Byte orderN/A (text)
ContainerSingle JSON object
CompressionOptional LZUTF8 (Blockbench setting). Compressed payloads are prefixed with the literal string <lz>
Typical sizeA few KB to several MB, depending on embedded Base64 textures and animation data
StructureTop-level JSON object with meta (format_version, model_format, box_uv, backup flags), resolution (texture width/height), elements (cubes, meshes, locators with positions, rotations and UV data), groups and outliner (bone hierarchy / scene tree), textures (metadata plus optional embedded data URLs or file paths), animations, animation_controllers, display (item/block display transforms), and optionally editor_state and history (undo stack).
PlatformsWindows, macOS, Linux, Web
NotesThere is no complete published specification of the JSON schema. The format carries a version field and has had breaking changes at versions 4.9, 4.10 and 5.0. Blockbench itself recommends a custom plugin format rather than parsing bbmodel directly for external loaders. Textures may be stored embedded as data:image/png;base64 URLs or referenced by absolute/relative path.
Model FormatThe meta.model_format field records the project type: Java Block/Item, Bedrock Entity, Generic (Free), Skin, and others
リリース日2017 (Blockbench 1.0, May 5 2017)
最新バージョンFormat version 5.0
仕様書www.blockbench.net

BBMODEL の変換

コミュニティ Q&A

ユーザーからの質問
質問する
BBMODEL ファイルを扱うユーザーからヘルプを得られます。OSやソフトウェアのバージョンなど、具体的に記載してください。
アカウント不要 ・ 通常1日以内に回答されます

まだ質問はありません。BBMODEL ファイルについて最初の質問をしてみましょう。

よくある質問

.bbmodel ファイルを開くにはどうすればよいですか?
blockbench.net から Blockbench をインストールするか(Windows、macOS、Linux)、ブラウザ版の web.blockbench.net を使用して、«File > Open» を選択します。ファイルは JSON であるため、テキストエディタで検査することもできますが、3D モデルを表示できるのは Blockbench だけです。
Blockbench なしで .bbmodel ファイルを開くことはできますか?
ファイルが圧縮されていない場合は、任意のテキストエディタで生の JSON を読み取ることができますが、3D モデルとしてレンダリングするエディタは他にありません。他の場所でモデルを表示するには、まず Blockbench から glTF または OBJ にエクスポートしてください。
.bbmodel ファイルは Minecraft のモデルと同じですか?
正確には違います。.bbmodel は Blockbench の編集可能なプロジェクトです。Minecraft でモデルを使用するには、ゲームが読み取れる Java または Bedrock の .json ジオメトリ形式にエクスポートする必要があります。
.bbmodel ファイルが開かない、またはモデルが表示されないのはなぜですか?
お使いの Blockbench のビルドがサポートしているよりも新しい形式バージョンで保存されているか、LZUTF8 で圧縮されている(<lz> で始まる)可能性があります。Blockbench を最新バージョンにアップデートし、テキストエディタではなくそこで開いてください。
.bbmodel ファイルのテクスチャはどこに保存されていますか?
プロジェクトの設定に応じて、テクスチャは JSON 内に Base64 データ URL として埋め込まれるか、読み込み時に Blockbench が解決する相対パスまたは絶対パスによって参照されます。
.bbmodel ファイルを開いても安全ですか?
はい。これはプログラムではなくプレーンなデータであるため、開いても何も実行されません。他のファイルと同様に、信頼できるソースからのプロジェクトのみを開くようにしてください。

参考文献

1The .bbmodel format - Blockbench Wikiwww.blockbench.net
2BBModel Format - Blockbench source (DeepWiki)deepwiki.com

さらに探索

データベース全体から

今週のトップ拡張子

1.AQQAQQ Instant Messenger File
2.BINCD/DVD Disc Image (BIN/CUE)
3.MDMarkdown Document
4.RPMSGRestricted Permission Message
5.PARTPartial Download File
6.CRDOWNLOADChrome Partial Download File
7.NOMEDIAAndroid No-Media Marker File
8.PRDXSoftMaker Presentations Document
9.PRO6XProPresenter 6 Bundle File
10.SWFSmall Web Format (Shockwave Flash)

関連する拡張子

.DCMDICOM Medical Image
.STEPSTEP - Standard for the Exchange of Product Data (ISO 10303)
.SKPSketchUp Document
.STPSTEP - Standard for the Exchange of Product Data (ISO 10303), .stp spelling
.MTLMaterial Template Library (Wavefront)
.MAX3ds Max Scene File (Autodesk 3ds Max)

無料ファイルツール

ブラウザで動作するファイル識別および画像変換ツール。すべてお使いのデバイス上で実行されます。

ツールボックスを開く

ファイル拡張子を A-Z で閲覧