﻿<?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%3ABrita%2FGSoC_BGE_cleanup_and_support%2Freports%2Fweek5</id>
	<title>利用者:Brita/GSoC BGE cleanup and support/reports/week5 - 版の履歴</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%3ABrita%2FGSoC_BGE_cleanup_and_support%2Freports%2Fweek5"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Brita/GSoC_BGE_cleanup_and_support/reports/week5&amp;action=history"/>
	<updated>2026-05-15T02:31:17Z</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:Brita/GSoC_BGE_cleanup_and_support/reports/week5&amp;diff=147333&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:Brita/GSoC_BGE_cleanup_and_support/reports/week5&amp;diff=147333&amp;oldid=prev"/>
		<updated>2018-06-28T21:08:47Z</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日 (木) 21:08時点における版&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:Brita/GSoC_BGE_cleanup_and_support/reports/week5&amp;diff=147332&amp;oldid=prev</id>
		<title>2014年6月20日 (金) 23:33にwiki&gt;Britaによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Brita/GSoC_BGE_cleanup_and_support/reports/week5&amp;diff=147332&amp;oldid=prev"/>
		<updated>2014-06-20T23:33:48Z</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;=GSoC14 - Weekly Report #5=&lt;br /&gt;
June 14-20th - [[User:Brita/GSoC_BGE_cleanup_and_support|BGE Cleanup and Support]]&lt;br /&gt;
&lt;br /&gt;
[[User:Brita/GSoC_BGE_cleanup_and_support/reports/week4|previous]] | [[User:Brita/GSoC_BGE_cleanup_and_support/reports/week6|next]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== This Week ==&lt;br /&gt;
*ui cleanup: the goal was to start removing some unsupported options from the properties panel, the advantages for the user being less clutter and avoiding having options that do nothing, which might look like a bug to the user. However, after some discussion with Campbell, this goal was dropped. Some of the proposed changes are not easy to do implementation wise due to the way the interface code is designed, namely removing options from menus (Add Constraint and Modifier) and removing tabs. The rest of the proposed changes are removing specific buttons/widgets from inside the panels. I tested-removed one of them, but the conclusion is that this would lead to code clutter and layout alignment problems. For the time being, I left [[User:Brita/GSoC_BGE_cleanup_and_support/doc/ui|notes]] for future reference and for user reference too.&lt;br /&gt;
*scene graph: (unplanned) I started looking at this for a better understanding of a specific GE area and because there is a considerable number (about 5) of related open bugs. I have started documenting my current understandings [[User:Brita/GSoC_BGE_cleanup_and_support/doc/sg|here]], but it is still not enough to address the bugs with parent/child relations because they also related to the BL_DataConversion and initialization.&lt;br /&gt;
*bugtracker: the goal was of 10 closed and it fell really short. After talking to some people, this seems to be normal.. Next week I'll try to reach the 30 closes midterm goal (currently at 20) and work out solutions for my current rate. I am reaching out for someone to help with the physics ones, and understanding a specific area to close related bugs (just not fast enough). I currently have 8 reports assigned to me waiting on something, so I might reach the goal.&lt;br /&gt;
&lt;br /&gt;
'''General Development'''&lt;br /&gt;
*scene graph cleanup ({{GitCommit|f12c182}}, {{GitCommit|00d0d96}})&lt;br /&gt;
*ui cleanup ({{GitCommit|f12c182}}, {{GitCommit|f80b139}})&lt;br /&gt;
'''Fixed (Reported)'''&lt;br /&gt;
*{{BugReport|33762}} - Texture fonts not working in single and multitexture mode. ({{GitCommit|82313b4}})&lt;br /&gt;
'''Fixed (Unreported)'''&lt;br /&gt;
:None&lt;br /&gt;
'''Closed / Archived / Invalid'''&lt;br /&gt;
*{{BugReport|28888}} - BGE Material - Alpha Blend: Add - not respecting object.color alfa value&lt;br /&gt;
*{{BugReport|40486}} - Blender scene bug&lt;br /&gt;
&lt;br /&gt;
Total: 1 fixed, 2 closed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Next Week ==&lt;br /&gt;
*10 more fixes/closed reports&lt;br /&gt;
*continue scene graph review&lt;br /&gt;
*schedule a new BGE developer meeting&lt;/div&gt;</summary>
		<author><name>wiki&gt;Brita</name></author>
		
	</entry>
</feed>