<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>katsumi3</author_name>
  <author_url>https://blog.hatena.ne.jp/katsumi3/</author_url>
  <blog_title>アストラルプリズム</blog_title>
  <blog_url>https://katsumi3.hatenablog.com/</blog_url>
  <categories>
    <anon>blender</anon>
    <anon>blender-bpy</anon>
  </categories>
  <description>編集モードにしてからbmesh.from_edit_mesh(obj.data)してたけど編集モードにしなくてもbmesh使える。 頂点の座標だけ取ってすぐ別のオブジェクトを編集したいときとかに便利。こんなのあるなんて知らなかったよ…。編集モードを使う場合 import bpy, bmesh obj = bpy.context.object bpy.ops.object.mode_set(mode='EDIT') bm = bmesh.from_edit_mesh(obj.data) print(bm.faces[0].edges[0].verts[0].co) オブジェクトモードで使う場合 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkatsumi3.hatenablog.com%2Fentry%2F2020%2F01%2F28%2F223355&quot; title=&quot;blender python bmeshをオブジェクトモードで使う方法 - アストラルプリズム&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-01-28 22:33:55</published>
  <title>blender python bmeshをオブジェクトモードで使う方法</title>
  <type>rich</type>
  <url>https://katsumi3.hatenablog.com/entry/2020/01/28/223355</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
