﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3A2.4%2FSource%2FPython%2FAPI%2FGeneralRanting</id>
	<title>Dev:2.4/Source/Python/API/GeneralRanting - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3A2.4%2FSource%2FPython%2FAPI%2FGeneralRanting"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Python/API/GeneralRanting&amp;action=history"/>
	<updated>2026-07-26T07:11:14Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Python/API/GeneralRanting&amp;diff=41924&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Python/API/GeneralRanting&amp;diff=41924&amp;oldid=prev"/>
		<updated>2018-06-28T17:45:16Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 17:45時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Python/API/GeneralRanting&amp;diff=41923&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones bot: Bot: Fixing redirects</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Python/API/GeneralRanting&amp;diff=41923&amp;oldid=prev"/>
		<updated>2010-05-27T08:24:51Z</updated>

		<summary type="html">&lt;p&gt;Bot: Fixing redirects&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
Back to Topic: [[Dev:2.4/Source/Python/API|BpyApiDiscussion]]&lt;br /&gt;
&lt;br /&gt;
This seems like a good place to hide this comment.&lt;br /&gt;
*Shouldn't the bpy objects be written in a more Pythonic style?&lt;br /&gt;
**For instance in Python you rarely see getters and setters.  If you want to get the value of an attribute you just use spam.attrib, and if you want to set it you say spam.attrib = foo.  All the getting and setting is handled by the object providing the attribute.  &lt;br /&gt;
****A long, long time ago in a galaxy much like this one, getters and setters was the only way to set attrbutes for types.  Nowadays, python is smarter and so are we.  Currently, as part of the API Cleanup, we are implementing just this sort of attribute access. All Praise to the tp_getset slot in PyTypeObject.  -- [[BlenderDev/StephenSwaney|StephenSwaney]] - 17 Aug 2005   &lt;br /&gt;
&lt;br /&gt;
**A thought I've had before is that it might be easyer to only expose a very low level interface to Blender, and then to have python modules built on top of this.  I belive this is the way python interfaces a generally written (see _tkinter and Tkinter).  Anyway I'm not one to talk as I wont be contributing to the C side, just giving some suggestions.  -- [[BlenderDev/EdBlake|EdBlake]] - 23 Jun 2005&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones bot</name></author>
		
	</entry>
</feed>