Dev:JA/Ref/Release Notes/2.92/Python API

提供: wiki
< Dev:JA‎ | Ref/Release Notes‎ | 2.92
2021年2月9日 (火) 07:36時点におけるYamyam (トーク | 投稿記録)による版 (ページの作成:「元記事:[https://wiki.blender.org/wiki/Reference/Release_Notes/2.92/Python_API Reference/Release Notes/2.92/Python API - Blender Developer Wiki] = Blender 2.92:…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

元記事:Reference/Release Notes/2.92/Python API - Blender Developer Wiki

Blender 2.92: Python API

その他の変更

  • bpy.utils.unescape_identifier を追加。bpy.utils.escape_identifier と反対の処理を行うユーティリティです。(b5bc9d80a11dc99)
  • Outliner(アウトライナー)内で選択中のデータブロックのリストを取得できるオペレーター、bpy.context.selected_idsrBaf008f553293)。将来的には他のエディターでも利用可能になるはずです。
  • あるデータブロックを示すボタンを bpy.context.id を通じ、オペレーターからそのデータブロックを利用可能にさせられるように(rB0c1d4769235c)。ただしこれは該当のボタンのコンテクストメニューにあるオペレーターでのみ動作します。