Dev:Ref/Release Notes/2.70/Addons

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

Blender 2.70: Addons

New: Sketchfab Online Integration

Sketchfab's web site

You can now export your 3D models directly from Blender to Sketchfab. Sketchfab is a web platform to publish, share and embed interactive 3D content, anywhere online. Sketchfab supports native blender files, along with your textures, normal, bump and specular maps, lights... and displays your work in real-time in the browser, without the need of any plugin. The Sketchfab 3D viewer can be embedded on any web page, as easily as a YouTube video.



Node Wrangler (aka Nodes Efficiency Tools)

Node Wrangler's Lazy Connect

Additional tools for working with nodes. This update adds many new features, including a name change to "Node Wrangler".

New features include:

  • Lazy Connect
  • Lazy Mix
  • Delete Unused Nodes
  • Swap Outputs
  • Reset Backdrop
  • Add UV Layout attribute node
  • Add Vertex Color attribute node
  • Shader Viewer
  • Frame Selected Nodes (wrap nodes in frame)
  • Reload all images
  • Modify Labels
  • Switch Node Type (new: any node can be changed to any other node type, no limitations)

Commits: 1, 2



Python API

  • Expose MVertSkin customdata layer in Python. This allows scripts to change parameters which are used by the skin modifier (such as radius) 7be81ffaf51ce36
  • BMesh Py API: add bmesh.geometry.intersect_face_point() 75212f4677f4e3f
  • Add mathutils.kdtree module 4848f9029a7cf70
  • mathutils.Vector.cross now works for 2d vectors (returns a float) 06b6cd83459713e