<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sion_shade</author_name>
  <author_url>https://blog.hatena.ne.jp/sion_shade/</author_url>
  <blog_title>しおんの部屋</blog_title>
  <blog_url>https://sion-shade.hatenablog.com/</blog_url>
  <categories>
    <anon>Blender Python</anon>
  </categories>
  <description>Python のメモ オブジェクト名&quot;o1&quot; メッシュ名&quot;m1&quot; で直方体を作る例。 変数 V に頂点情報 E に辺情報 F に面情報を設定する。 import bpy m1=bpy.data.meshes.new(&quot;m1&quot;) o1=bpy.data.objects.new(&quot;o1&quot;,m1) V=[(0,0,0),(1,0,0),(1,2,0),(0,2,0),(0,0,3),(1,0,3),(1,2,3),(0,2,3)] E=[] F=[(0,1,2,3),(2,3,7,6),(4,5,6,7),(0,3,7,4),(1,2,6,5),(0,1,5,4)] o1.data.from_pyd…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsion-shade.hatenablog.com%2Fentry%2F2016%2F08%2F17%2F060207&quot; title=&quot;Blender Pythonメモ 直方体を作る - しおんの部屋&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>https://cdn-ak.f.st-hatena.com/images/fotolife/s/sion_shade/20250511/20250511171723.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-08-17 06:02:07</published>
  <title>Blender Pythonメモ 直方体を作る</title>
  <type>rich</type>
  <url>https://sion-shade.hatenablog.com/entry/2016/08/17/060207</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
