Dev:Ref/Release Notes/2.68/Addons

提供: wiki
移動先: 案内検索

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)