﻿<?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%3ASource%2FArchitecture%2FEvent_System_Refactoring</id>
	<title>Dev:Source/Architecture/Event System Refactoring - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ASource%2FArchitecture%2FEvent_System_Refactoring"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Architecture/Event_System_Refactoring&amp;action=history"/>
	<updated>2026-06-08T03:29:35Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Source/Architecture/Event_System_Refactoring&amp;diff=42058&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Architecture/Event_System_Refactoring&amp;diff=42058&amp;oldid=prev"/>
		<updated>2018-06-28T17:45:20Z</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:Source/Architecture/Event_System_Refactoring&amp;diff=42057&amp;oldid=prev</id>
		<title>2010年4月3日 (土) 10:36にwiki&gt;Terrywallworkによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Architecture/Event_System_Refactoring&amp;diff=42057&amp;oldid=prev"/>
		<updated>2010-04-03T10:36:51Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=EventSystemRefactoring=&lt;br /&gt;
&lt;br /&gt;
Some quick random notes (still very tentative!):&lt;br /&gt;
&lt;br /&gt;
'''Event Types'''&lt;br /&gt;
*Object Transform Events&lt;br /&gt;
*Editmode Transform Events&lt;br /&gt;
*Windowing Events (split screen, button presses etc).&lt;br /&gt;
*Low-level events (handled by GHOST)&lt;br /&gt;
&lt;br /&gt;
'''Event Originators'''&lt;br /&gt;
&lt;br /&gt;
*User Interaction&lt;br /&gt;
*Python&lt;br /&gt;
*Object (expressions?)&lt;br /&gt;
&lt;br /&gt;
FIFO?&lt;br /&gt;
&lt;br /&gt;
Prioritise Events? -- (user highest, python lowest)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
struct bEvent {&lt;br /&gt;
int			 id;&lt;br /&gt;
int			 priority;&lt;br /&gt;
EVENT_TYPE	type;&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Targets==&lt;br /&gt;
&lt;br /&gt;
'''Python hooks'''&lt;br /&gt;
&lt;br /&gt;
It should be possible for python to have influence over the event queue -- adding events and processing (callbacks).&lt;br /&gt;
&lt;br /&gt;
'''3D Transform 'Widget''''&lt;br /&gt;
&lt;br /&gt;
'''Non-Modal events'''&lt;br /&gt;
&lt;br /&gt;
Many tools that require user interaction are currently handled inside while() subloops. Ideally, these operations should not be modal.&lt;br /&gt;
&lt;br /&gt;
They require polling the mouse frequently, checking for cancel, etc. Therefore, break event queue into two parts? -- mouse events (queue up currently running events that require mouse input like grab, scale, rot), other events.&lt;br /&gt;
&lt;br /&gt;
-- SimonClitherow - 25 Aug 2004&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
Modules (or for now, just functions) should register with the event system, telling it what events they are interested in. Event system then dispatches events. Events can be added to the event queue in principle anywhere in the code.&lt;br /&gt;
&lt;br /&gt;
Also dynamically creation of new events could be possible.&lt;br /&gt;
&lt;br /&gt;
-- [[User:JesterKing|Nathan Letwory]] (27Aug104 NL)&lt;br /&gt;
&lt;br /&gt;
Even modal mode can be used with registered events by locking the queue to drop any other event&lt;br /&gt;
&lt;br /&gt;
-- JLucPeuriere#01Sep104&lt;br /&gt;
[[Category:Script]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Terrywallwork</name></author>
		
	</entry>
</feed>