<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>pyblender</author_name>
  <author_url>https://blog.hatena.ne.jp/pyblender/</author_url>
  <blog_title>Blender + python 備忘録</blog_title>
  <blog_url>https://pyblender.hatenadiary.org/</blog_url>
  <categories>
    <anon>スタートアップ</anon>
  </categories>
  <description>スクリプトを用いて新しくシーンを作り、何かレンダリング出来るようにする。 やることは４つ。 新しくシーンを作る。 光源を置く。 カメラを置く。 物を置く。 from Blender import * #### Scene #### scene = Scene.New('myScene') scene.makeCurrent() #### Lights #### ldat = Lamp.New('Sun') l = scene.objects.new(ldat, 'myLamp') l.loc = (1, 0, 2) #### Camera #### camdat = Camera.New('p…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpyblender.hatenadiary.org%2Fentry%2F20080404%2F1208412052&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/p/pyblender/20080416/20080416155739.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-04-04 15:00:52</published>
  <title>新しいシーンを作って何か描いてみる。</title>
  <type>rich</type>
  <url>https://pyblender.hatenadiary.org/entry/20080404/1208412052</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
