<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>exe_3Z1K</author_name>
  <author_url>https://blog.hatena.ne.jp/exe_3Z1K/</author_url>
  <blog_title>みずー工房</blog_title>
  <blog_url>https://3z1k.hatenablog.com/</blog_url>
  <categories>
    <anon>ショート</anon>
    <anon>Blender</anon>
  </categories>
  <description>Blenderスクリプト(Python)を利用して、カーブオブジェクトをメッシュオブジェクトに変換しましょう。 カーブオブジェクトをメッシュ化するには、以下のコマンドを利用します。 Python import bpy bpy.ops.object.convert(target='MESH') このコマンドは選択されたオブジェクトに対して行われます。 なので、メッシュ化したいオブジェクトを事前に選択しておく必要があります。 以下のサンプルのnameにメッシュ化したいオブジェクト名を指定しておけば、メッシュ化されます。 Python import bpy name = &quot;curve&quot; # 全てのオ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2F3z1k.hatenablog.com%2Fentry%2F2021%2F02%2F26%2F210000&quot; title=&quot;【BlenderAPI】bpyでカーブをメッシュ化する - みずー工房&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/e/exe_3Z1K/20210226/20210226205250.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-02-26 20:54:09</published>
  <title>【BlenderAPI】bpyでカーブをメッシュ化する</title>
  <type>rich</type>
  <url>https://3z1k.hatenablog.com/entry/2021/02/26/210000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
