「Dev:JA/Ref/Release Notes/4.20」の版間の差分

提供: wiki
移動先: 案内検索
 
(同じ利用者による、間の6版が非表示)
1行目: 1行目:
 
{{MARKDOWN}}
 
{{MARKDOWN}}
  
元記事:[4.2 LTS (under development) - Blender Developer Documentation](https://developer.blender.org/docs/release_notes/4.2/)
+
元記事:[4.2 LTS - Blender Developer Documentation](https://developer.blender.org/docs/release_notes/4.2/)
  
 
# Blender 4.2 LTS リリースノート
 
# Blender 4.2 LTS リリースノート
 
+
Blender 4.2 LTSは2024年7月16日にリリースされました。
Blender 4.2 LTS は現在 **Beta** です。2024年7月10日まで **Bcon3** 期間です。[スケジュール](https://projects.blender.org/blender/blender/milestone/19)
+
2026年まで保守される予定です。
 
+
[blender.org の最終リリースノート](https://www.blender.org/download/releases/4-2/)もチェックしてみてください。
[`blender-v4.2-release`](https://projects.blender.org/blender/blender/src/branch/blender-v4.2-release)ブランチにて開発中。
 
  
 
- [アニメーションとリギング](/animation_rigging)
 
- [アニメーションとリギング](/animation_rigging)
17行目: 16行目:
 
- [エクステンション](/extensions)
 
- [エクステンション](/extensions)
 
- [ジオメトリノード](/geometry_nodes)
 
- [ジオメトリノード](/geometry_nodes)
- [Import & Export](https://developer.blender.org/docs/release_notes/4.2/pipeline_assets_io/)
+
- [インポートとエクスポート](/pipeline_assets_io)
- [Modeling & UV](https://developer.blender.org/docs/release_notes/4.2/modeling/)
+
- [モデリングと UV](/modeling)
- [Physics](https://developer.blender.org/docs/release_notes/4.2/physics/)
+
- [物理演算](/physics)
- [Python API](https://developer.blender.org/docs/release_notes/4.2/python_api/)
+
- [Python API](/python_api)
- [Sculpt](https://developer.blender.org/docs/release_notes/4.2/sculpt/)
+
- [スカルプト](/sculpt)
- [User Interface](https://developer.blender.org/docs/release_notes/4.2/user_interface/)
+
- [ユーザーインターフェイス](/user_interface)
- [Video Sequencer](https://developer.blender.org/docs/release_notes/4.2/sequencer/)
+
- [シーケンサー](/sequencer)
  
 
----
 
----

2024年7月19日 (金) 08:12時点における最新版

元記事:4.2 LTS - Blender Developer Documentation

Blender 4.2 LTS リリースノート

Blender 4.2 LTSは2024年7月16日にリリースされました。 2026年まで保守される予定です。 blender.org の最終リリースノートもチェックしてみてください。


互換性

必須ハードウェア

Windows と Linux では SSE4.2 の CPU が必須となりました。これは AMD の Bulldozer (2011) と Intel Nehalem (2008) 以降で対応しています。

他は互換性に関する変更点(英文)を参照してください。

アドオン

従来 Blender にバンドルされていた大半のアドオンが、エクステンションプラットフォームにて利用可能になりました。ここでは Blender からオンラインで閲覧、インストール、更新できます。詳細は エクステンション を参照してください。

まだエクステンションに変換されていないアドオンも、Legacy (旧) アドオン(英文)として対応しており、いつも通り、Install from Disk(ディスクからインストール)(英文)からインストール可能です。

容易な配布と新システムへの移行のため、Blender 4.1にバンドルされたアドオンもダウンロード可能です。

IDProperty

システム定義とライブラリオーバーライド可能な IDProperty が静的タイプになりました(英文)