Dev:Ref/Release Notes/2.68/Addons

提供: wiki
< Dev:Ref‎ | Release Notes‎ | 2.68
2018年6月29日 (金) 05:56時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Blender 2.68: Addons

New: Texture Atlas

Addon to bake shadow and lightmaps for an entire scene.

New: Edit Linked Library

Quick editing of linked assets, opening the library file and returning to the original file.

Python API

  • Add popup menu to allow python scripts to show popups without having to define a menu class first (r57170)
  • Add Mesh.calc_smooth_groups() function to calculate smooth groups from sharp edges (r57452)
  • Add BMVert.is_boundary attribute (r56781)