﻿<?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=%E5%88%A9%E7%94%A8%E8%80%85%3AMindrones%2FWiki%2FProposals%2F2012%2FReference</id>
	<title>利用者:Mindrones/Wiki/Proposals/2012/Reference - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3AMindrones%2FWiki%2FProposals%2F2012%2FReference"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Mindrones/Wiki/Proposals/2012/Reference&amp;action=history"/>
	<updated>2026-05-15T07:17:22Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Mindrones/Wiki/Proposals/2012/Reference&amp;diff=108987&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Mindrones/Wiki/Proposals/2012/Reference&amp;diff=108987&amp;oldid=prev"/>
		<updated>2018-06-28T19:47:31Z</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日 (木) 19:47時点における版&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=%E5%88%A9%E7%94%A8%E8%80%85:Mindrones/Wiki/Proposals/2012/Reference&amp;diff=108986&amp;oldid=prev</id>
		<title>wiki&gt;Mont29: /* Automatic information */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Mindrones/Wiki/Proposals/2012/Reference&amp;diff=108986&amp;oldid=prev"/>
		<updated>2011-10-31T08:41:31Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Automatic information&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Reference project =&lt;br /&gt;
&lt;br /&gt;
== Team ==&lt;br /&gt;
&lt;br /&gt;
* [[User:Mindrones|Mindrones]]&lt;br /&gt;
* [[User:Mont29|Mont29]]&lt;br /&gt;
* [[User:Ideasman42|Ideasman42]] (hopefully, after reviewing this document :)&lt;br /&gt;
&lt;br /&gt;
== Reference contents ==&lt;br /&gt;
&lt;br /&gt;
* [[#GUI Reference|GUI Reference]]&lt;br /&gt;
* [[#RNA Reference|RNA Reference]]&lt;br /&gt;
&lt;br /&gt;
=== GUI Reference ===&lt;br /&gt;
&lt;br /&gt;
For each GUI item (panels, menus, buttons, ...), we list all the related data.&lt;br /&gt;
&lt;br /&gt;
With &amp;quot;data&amp;quot; we intend every kind of information, be it automatic (a tooltip) or human (an example usage).&lt;br /&gt;
&lt;br /&gt;
More about the [[User:Mindrones/Wiki/Proposals/2012/Reference/GUI|GUI reference layout]]&lt;br /&gt;
&lt;br /&gt;
==== Automatic information ====&lt;br /&gt;
&lt;br /&gt;
* Context&lt;br /&gt;
*: (necessary conditions for this ui element to work)&lt;br /&gt;
*: this is valid especially for properties editor menus/buttons&lt;br /&gt;
** object type&lt;br /&gt;
** editing mode&lt;br /&gt;
** editor type&lt;br /&gt;
* Type&amp;lt;br&amp;gt;''Examples:'' Toggle, Expanding toggle, Radio, Checkbox, Layers, ...&lt;br /&gt;
* Label&lt;br /&gt;
* Tooltips&lt;br /&gt;
* Shortcut&lt;br /&gt;
* RNA Operator(s) called by the GUI element, with link to the API documentation.&amp;lt;br&amp;gt;''Example'': [http://www.blender.org/documentation/blender_python_api_2_60_0/bpy.ops.object.html#bpy.ops.object.duplicate duplicate object]&amp;lt;br/&amp;gt;OR RNA Property affected by the GUI element.&lt;br /&gt;
* Position of the GUI item in the parent area (where applicable). &amp;lt;br&amp;gt;''Examples:'' position of a button in the panel, position of a panel in the toolbar, position of the toolbar in the area/editor.&lt;br /&gt;
&lt;br /&gt;
==== Human information ====&lt;br /&gt;
&lt;br /&gt;
* mini tutorial/example&lt;br /&gt;
* python snippet&lt;br /&gt;
* faq&lt;br /&gt;
* gotchas&lt;br /&gt;
* used algorithms/formulas&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
=== RNA Reference ===&lt;br /&gt;
&lt;br /&gt;
This information is basically already provided in the sphinx Python API documentation.&lt;br /&gt;
&lt;br /&gt;
* Item in the API doc.&amp;lt;br&amp;gt;''Example'': [http://www.blender.org/documentation/blender_python_api_2_60_0/bpy.ops.object.html#bpy.ops.object.duplicate duplicate object]&lt;br /&gt;
* Python snippet&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reference deployment ==&lt;br /&gt;
&lt;br /&gt;
=== Wiki ===&lt;br /&gt;
&lt;br /&gt;
==== Usage ====&lt;br /&gt;
&lt;br /&gt;
Reference wiki pages would be transcluded into other wiki pages, namely '''Manual pages''', '''Tutorials pages''', or other Reference pages and development pages.&lt;br /&gt;
&lt;br /&gt;
''Examples''&lt;br /&gt;
&lt;br /&gt;
* In a manual page, we want to mention the shortcut to duplicate an object. Typing &amp;quot;press &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Ref:GUI/Object/3DView/Object_mode/Shortcuts/Duplicate}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;quot; would return &amp;quot;press {{shortcut|shift|D}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* In a manual page, hovering over the words &amp;quot;scroll the header&amp;quot; might show a little popup showing how to do it (for current versions of blender, it would be &amp;quot;drag the header with the {{shortcut|MMB}}&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
{{Note|Note well|By doing this, if shortcuts and commands will change, we won't need to update manual pages anymore, because mediawiki will update every page which transcludes the now modified reference pages.}}&lt;br /&gt;
&lt;br /&gt;
==== Tools for writers ====&lt;br /&gt;
&lt;br /&gt;
Very probably, reference will contain hundreds of pages. How to find a desidered reference page?&lt;br /&gt;
&lt;br /&gt;
# we would show them in the navtree:&lt;br /&gt;
#* when reading reference pages, as usual&lt;br /&gt;
#* '''but also when editing pages in wiki, in the sidebar on the right'''&lt;br /&gt;
# we add the chance to copy a button reference wikitext in blender:&lt;br /&gt;
#* hovering on a blender GUI item. right click, choose &amp;quot;copy wiki reference url&amp;quot;&lt;br /&gt;
#* this would put the text &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Ref:GUI/Object/3DView/Object_mode/Shortcuts/Duplicate}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in the clipboard, so that we can mention that button in the wikitext&lt;br /&gt;
&lt;br /&gt;
=== Blender ===&lt;br /&gt;
&lt;br /&gt;
==== Usage ====&lt;br /&gt;
&lt;br /&gt;
Reference information is served in blender itself using '''Helpers'''.&lt;br /&gt;
&lt;br /&gt;
''Examples''&lt;br /&gt;
&lt;br /&gt;
* Helper to communicate how to scroll a header&lt;br /&gt;
* Helper to communicate how to split an area.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reference versioning (tbd) ==&lt;br /&gt;
&lt;br /&gt;
Reference would be versioned per series (so 2.6, not 2.62), and each series would show the '''current release''':&lt;br /&gt;
* when releasing Blender 2.63, the Reference &amp;quot;2.6&amp;quot; would be overwritten by the Reference &amp;quot;2.62&amp;quot; &lt;br /&gt;
* when releasing Blender 2.70, the Reference &amp;quot;2.69&amp;quot; would stay and a new Reference &amp;quot;2.7&amp;quot; would start&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mont29</name></author>
		
	</entry>
</feed>