﻿<?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%3AWalid_shouman%2FGoogleSummerOfCode%2F2013%2FGettingStarted</id>
	<title>利用者:Walid shouman/GoogleSummerOfCode/2013/GettingStarted - 版の履歴</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%3AWalid_shouman%2FGoogleSummerOfCode%2F2013%2FGettingStarted"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Walid_shouman/GoogleSummerOfCode/2013/GettingStarted&amp;action=history"/>
	<updated>2026-06-19T08:39:08Z</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:Walid_shouman/GoogleSummerOfCode/2013/GettingStarted&amp;diff=142345&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:Walid_shouman/GoogleSummerOfCode/2013/GettingStarted&amp;diff=142345&amp;oldid=prev"/>
		<updated>2018-06-28T20:56:12Z</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日 (木) 20:56時点における版&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:Walid_shouman/GoogleSummerOfCode/2013/GettingStarted&amp;diff=142344&amp;oldid=prev</id>
		<title>wiki&gt;Walid shouman: Created page with &quot;Here I'm stating all the issues/development faced before the official starting date    -------------------------------- = Scene set up =  //TODO:    -----------------------------...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Walid_shouman/GoogleSummerOfCode/2013/GettingStarted&amp;diff=142344&amp;oldid=prev"/>
		<updated>2013-06-06T19:08:09Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Here I&amp;#039;m stating all the issues/development faced before the official starting date    -------------------------------- = Scene set up =  //TODO:    -----------------------------...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Here I'm stating all the issues/development faced before the official starting date&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--------------------------------&lt;br /&gt;
= Scene set up =&lt;br /&gt;
&lt;br /&gt;
//TODO:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--------------------------------&lt;br /&gt;
= 6th of June =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== worked on ==&lt;br /&gt;
&lt;br /&gt;
* Making the CustomData_bmesh_copy_data work for the BMesh blocks to transfer color loops {{WikiTask/Inprogress|70|}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== achieved ==&lt;br /&gt;
&lt;br /&gt;
* Understood the arguments of the function and where to find them mainly (more details will be found below)&lt;br /&gt;
* Written the first Not working ^_^ BMesh transfer ... which I claim that it will work for the Mesh datatypes (more details below)&lt;br /&gt;
* Tracked the mesh_vertex_color_add function that adds a new Vertex Color group to the mesh (which clarified many things actually)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The full story ==&lt;br /&gt;
&lt;br /&gt;
* Answering point 1) and 3) in Achieved&lt;br /&gt;
&lt;br /&gt;
I decided to track the operation of adding a new vertex color layer to figure out how those data are being stored as CustomData CD_MLOOPCOL and where to find them exactly. (noting that I knew in advance that they are being stored as Custom Data of that type)&lt;br /&gt;
&lt;br /&gt;
The following picture should illustrate the tracking process (enough talking ^_^)&lt;br /&gt;
&lt;br /&gt;
[[File:GSoC2013-Tracking-Vertex-Color-Group-Addition.png|600px|x]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Answering point 2) in Achieved&lt;br /&gt;
&lt;br /&gt;
at the point of the first hint its declared Mesh* me ... I tried and used BMesh* bm and figured out that the ldata information disappeared ... which I relied one them while calling the function [CustomData_bmesh_copy_data(&amp;amp;bm_src-&amp;gt;ldata, &amp;amp;bm_dst-&amp;gt;ldata, &amp;amp;bm_src-&amp;gt;ldata.layers[index].data, &amp;amp;tmp2);] that's considered the core of transferring any BMesh Custom Data&lt;br /&gt;
&lt;br /&gt;
My proposed solution for now is to try executing the function now with Mesh* me_src, me_dst; instead of BMesh* bm_src, bm_dst; till I know the reason :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
template:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--------------------------------&lt;br /&gt;
= th of June =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== worked on ==&lt;br /&gt;
&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== achieved ==&lt;br /&gt;
&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Extras ==&lt;br /&gt;
&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>wiki&gt;Walid shouman</name></author>
		
	</entry>
</feed>