﻿<?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.5%2FSource%2FArchitecture%2FRNA%2FTasks</id>
	<title>Dev:2.5/Source/Architecture/RNA/Tasks - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3A2.5%2FSource%2FArchitecture%2FRNA%2FTasks"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.5/Source/Architecture/RNA/Tasks&amp;action=history"/>
	<updated>2026-09-22T00:37:34Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:2.5/Source/Architecture/RNA/Tasks&amp;diff=79619&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.5/Source/Architecture/RNA/Tasks&amp;diff=79619&amp;oldid=prev"/>
		<updated>2018-06-28T18:37:24Z</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日 (木) 18:37時点における版&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.5/Source/Architecture/RNA/Tasks&amp;diff=79618&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.5/Source/Architecture/RNA/Tasks&amp;diff=79618&amp;oldid=prev"/>
		<updated>2010-05-27T08:29:26Z</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;== RNA Tasks ==&lt;br /&gt;
&lt;br /&gt;
This is the todo list for RNA wrapping, for information on how to do RNA wrapping see the [[Dev:2.5/Source/Architecture/RNA|RNA docs]]. Files with names behind them were done by or are the responsibility of that person. The code is in a state now that people can contribute, so if you want to help out just put your name behind the files and start working in the blender2.5 branch! The result will be browseable in the outliner window (currently only accessible by saving a file with the window open and then loading it in 2.5). If you don't have svn access I'll commit patches. &lt;br /&gt;
&lt;br /&gt;
-- [[User:Brecht|Brecht]] 22:37, 28 November 2008 (UTC) &lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
*The current focus is on wrapping data that is available in the user interface and directly editable by the user. Internal properties and flags should not be wrapped. &lt;br /&gt;
*UI names, tooltips, defaults etc. should be based on the current values as found in &amp;lt;tt&amp;gt;src/&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;blenkernel/&amp;lt;/tt&amp;gt; in trunk if available. If there is no extra information to provide, just give the tooltip an empty &amp;lt;tt&amp;gt;&amp;quot;&amp;quot;&amp;lt;/tt&amp;gt; value. &lt;br /&gt;
*If you're adding an ID block, make sure to uncomment/move the relevant code in rna_main.c to make sure it shows up in the RNA viewer. &lt;br /&gt;
*In the RNA viewer you can also inspect the RNA itself for each struct and property, useful for verifying correctness.&lt;br /&gt;
&lt;br /&gt;
== Help Wanted ==&lt;br /&gt;
&lt;br /&gt;
*{{inprogress|75|}} DNA_actuator_types.h &lt;br /&gt;
*DNA_gpencil_types.h &lt;br /&gt;
*{{inprogress|75|}} DNA_space_types.h &lt;br /&gt;
**Outliner &lt;br /&gt;
**Buttons Window &lt;br /&gt;
*{{inprogress|75|}} DNA_particle_types.h ([[User:Kiemdoder|Kiemdoder]])&lt;br /&gt;
&lt;br /&gt;
=== Done  ===&lt;br /&gt;
&lt;br /&gt;
*{{done|}} Main ([[User:Brecht|Brecht]]) &lt;br /&gt;
*{{done|}} DNA_action_types.h ([[User:Harkyman|Harkyman]]) &lt;br /&gt;
*{{done|}} DNA_armature_types.h ([[User:Aligorith|Aligorith]]) &lt;br /&gt;
*{{done|}} DNA_brush_types.h ([[User:BeBraw|BeBraw]]) &lt;br /&gt;
*{{done|}} DNA_camera_types.h ([[User:Ianwill|ianwill]]) &lt;br /&gt;
*{{done|}} DNA_cloth_types.h ([[User:Kiemdoder|Kiemdoder]]) &lt;br /&gt;
*{{done|}} DNA_color_types.h ([[User:Brecht|Brecht]]) &lt;br /&gt;
*{{done|}} DNA_constraint_types.h ([[User:Harkyman|Harkyman]]) &lt;br /&gt;
*{{done|}} DNA_controller_types.h ([[User:Hamed.zaghaghi|Zaghaghi]]) &lt;br /&gt;
*{{done|}} DNA_curve_types.h ([[User:BeBraw|BeBraw]], [[User:Brecht|Brecht]], [[User:Aligorith|Aligorith]], [[User:Ideasman42|Campbell Barton]]) &lt;br /&gt;
*{{done|}} DNA_customdata_types.h ([[User:Brecht|Brecht]]) &lt;br /&gt;
*{{done|}} DNA_documentation.h &lt;br /&gt;
*{{done|}} DNA_effect_types.h &lt;br /&gt;
*{{done|}} DNA_group_types.h ([[User:Ideasman42|Campbell Barton]]) &lt;br /&gt;
*{{done|}} DNA_ID.h ([[User:Brecht|Brecht]]) &lt;br /&gt;
*{{done|}}DNA_image_types.h ([[User:Brecht|Brecht]]) &lt;br /&gt;
*{{done|}} DNA_key_types.h ([[User:Elubie|Andrea]]) &lt;br /&gt;
*{{done|}} DNA_lamp_types.h ([[User:Mfoxdogg|MichaelFox]]) &lt;br /&gt;
*{{done|}} DNA_lattice_types.h ([[User:Elubie|Andrea]]) &lt;br /&gt;
*{{done|}} DNA_listBase.h &lt;br /&gt;
*{{done|}} DNA_material_types.h &lt;br /&gt;
*{{done|}} DNA_meshdata_types.h ([[User:Brecht|Brecht]]) &lt;br /&gt;
*{{done|}} DNA_mesh_types.h ([[User:Brecht|Brecht]]) &lt;br /&gt;
*{{done|}} DNA_meta_types.h ([[User:BeBraw|BeBraw]]) &lt;br /&gt;
*{{done|}} DNA_modifier_types.h ([[User:Nicholasbishop|Nicholas Bishop]], [[User:BeBraw|BeBraw]]) &lt;br /&gt;
*{{done|}} DNA_node_types.h ([[User:JesterKing|Nathan]], [[User:Frr|Frr]]) &lt;br /&gt;
*{{done|}} DNA_object_fluidsim.h ([[User:Linbadar|Linbadar]]) &lt;br /&gt;
*{{done|}} DNA_object_force.h ([[User:DingTo|DingTo]]) &lt;br /&gt;
*{{done|}} DNA_object_types.h ([[User:Brecht|Brecht]]) &lt;br /&gt;
*{{done|}} DNA_packedFile_types.h ([[User:Elubie|Andrea]]) &lt;br /&gt;
*{{done|}} DNA_property_types.h ([[User:Hamed.zaghaghi|Zaghaghi]]) &lt;br /&gt;
*{{done|}} DNA_radio_types.h ([[User:Lordloki|Lordloki]]) &lt;br /&gt;
*{{done|}} DNA_scene_types.h &lt;br /&gt;
*{{done|}} DNA_screen_types.h ([[User:JesterKing|Nathan]]) &lt;br /&gt;
*{{done|}} DNA_sdna_types.h &lt;br /&gt;
*{{done|}} DNA_sensor_types.h ([[User:Hamed.zaghaghi|Zaghaghi]]) &lt;br /&gt;
*{{done|}} DNA_sequence_types.h ([[User:Kiemdoder|Kiemdoder]]) &lt;br /&gt;
*{{done|}} DNA_sound_types.h ([[User:Harkyman|Harkyman]]) &lt;br /&gt;
*DNA_space_types.h &lt;br /&gt;
**{{done|}} File Browser &lt;br /&gt;
**{{done|}} Node Editor &lt;br /&gt;
**{{done|}} Timeline &lt;br /&gt;
**{{done|}} Video Sequence Editor &lt;br /&gt;
**{{done|}} DopeSheet &lt;br /&gt;
**{{done|}} Graph Editor &lt;br /&gt;
**{{done|}} 3D View &lt;br /&gt;
**{{done|}} Text Editor &lt;br /&gt;
**{{done|}} UV/Image Editor &lt;br /&gt;
**{{done|}} NLA Editor &lt;br /&gt;
**{{done|}} User Preferences &lt;br /&gt;
*{{done|}} DNA_text_types.h ([[User:Kiemdoder|Kiemdoder]])&lt;br /&gt;
*{{done|}} DNA_texture_types.h ([[User:vekoon|vekoon]])&lt;br /&gt;
*{{done|}}DNA_userdef_types.h ([[User:Linbadar|Linbadar]]) &lt;br /&gt;
*{{done|}} DNA_vfont_types.h ([[User:BeBraw|BeBraw]]) &lt;br /&gt;
*{{done|}} DNA_windowmanager_types.h ([[User:JesterKing|Nathan]])&lt;br /&gt;
*{{done|}} DNA_world_types.h ([[User:Nicholasbishop|Nicholas Bishop]])&lt;br /&gt;
&lt;br /&gt;
== Do Not Port (Obsolete) ==&lt;br /&gt;
* DNA_ipo_types.h&lt;br /&gt;
* DNA_nla_types.h&lt;br /&gt;
* DNA_oops_types.h&lt;br /&gt;
* DNA_fileglobal_types.h&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones bot</name></author>
		
	</entry>
</feed>