﻿<?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%3AIdeasman42%2FBMeshMergeProposal</id>
	<title>利用者:Ideasman42/BMeshMergeProposal - 版の履歴</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%3AIdeasman42%2FBMeshMergeProposal"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Ideasman42/BMeshMergeProposal&amp;action=history"/>
	<updated>2026-06-14T01:04:03Z</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:Ideasman42/BMeshMergeProposal&amp;diff=106851&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:Ideasman42/BMeshMergeProposal&amp;diff=106851&amp;oldid=prev"/>
		<updated>2018-06-28T19:46:03Z</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:46時点における版&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:Ideasman42/BMeshMergeProposal&amp;diff=106850&amp;oldid=prev</id>
		<title>wiki&gt;Ideasman42: /* Pre Merge (minor changes) */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Ideasman42/BMeshMergeProposal&amp;diff=106850&amp;oldid=prev"/>
		<updated>2012-02-14T05:35:13Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Pre Merge (minor changes)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Before Merge ==&lt;br /&gt;
&lt;br /&gt;
=== Review ===&lt;br /&gt;
For code I think we had enough review already, refactoring and improvements here and ongoing, but we still miss some user level review which should be done before merge.&lt;br /&gt;
&lt;br /&gt;
* Run regression test.&lt;br /&gt;
* Go over and test each:&lt;br /&gt;
** mesh editing menu item&lt;br /&gt;
** paint tools (weight paint, vertex color paint &amp;amp; sculpt)&lt;br /&gt;
** each modifier&lt;br /&gt;
* Have experienced blender users run their own tests&amp;lt;br&amp;gt;(load their own scenes with BMesh and ensure its working).&lt;br /&gt;
* define some tests for BMesh to ensure no bad performance regressions.&amp;lt;br&amp;gt;eg, for some non-trivial blend files.&lt;br /&gt;
** test draw speed editmode and object mode.&lt;br /&gt;
** animation speed with modifiers - subsurf and armature specifically.&lt;br /&gt;
** compare memory used between bmesh and editmesh.&lt;br /&gt;
&lt;br /&gt;
''would help to find volenteers for these tasks''&lt;br /&gt;
&lt;br /&gt;
All problems should be reported to BMesh tracker:&amp;lt;br&amp;gt;http://projects.blender.org/tracker/?atid=516&amp;amp;group_id=9&amp;amp;func=browse&lt;br /&gt;
&lt;br /&gt;
=== What to Expect Before Merge ===&lt;br /&gt;
To give an idea of whats expected from BMesh team before we consider merging.&lt;br /&gt;
&lt;br /&gt;
* no key tools or editing modes should be broken, hair, sculpting, weight painting etc must all be functional.&amp;lt;br&amp;gt;_but_ accept some specific options to be marked as '''BMESH_TODO''' .&amp;lt;br&amp;gt;''note, 2.6x still misses features from 2.4x, having overly high standards here isn't workable and just means BMesh will be postponed indefinitely, also consider BMesh has useful features missing from EditMesh.''&lt;br /&gt;
* no crashes/memory-leaks/strange behavior for common editing tasks.&lt;br /&gt;
* addons/scripts wont necessarily all work correctly. This can be managed by addon authors before the first release including BMesh.&lt;br /&gt;
&lt;br /&gt;
==== Issue Tracker ==== &lt;br /&gt;
For the purpose of our issue tracker please don't report bugs in...&lt;br /&gt;
* ngon tessellation failing on overlapping or non flat ngons (we know this needs improvement)&lt;br /&gt;
* scripts not handling ngons nicely - scripts should work, but handling ngons correctly is for after merge.&lt;br /&gt;
* bugs/errors in any addons _not_ enabled by default (after merge todo also)&lt;br /&gt;
&lt;br /&gt;
==== Forwards Compatibility ====&lt;br /&gt;
&lt;br /&gt;
Loading files saved in BMesh in 2.60 and older versions of blender should work (at the time of writing edge data for triangulation is not written and entering editmode crashes).&lt;br /&gt;
&lt;br /&gt;
Files from BMesh load into 2.60 triangulated (ngons converted to tris), there are not many good options here unless we write 2 separate meshes once for BMesh and another for older blender versions.&lt;br /&gt;
&lt;br /&gt;
''Propose to write edge data into files so they load in 2.60 and older, but add logic into BMesh that knows to ignore these edges.&amp;lt;br&amp;gt;Also, this extra edge data will slow down saving so it will be disabled for undo which also uses save code - Campbell''&lt;br /&gt;
&lt;br /&gt;
== When to Merge / Release-Cycle ==&lt;br /&gt;
* aim for 2.63 / 2.64&lt;br /&gt;
* this relese is to focus on bmesh, no other large changes that touch mesh editing - mesh/display/modifier/tools code.&lt;br /&gt;
* merge needs to happen early on in our release cycle to give the most time to be ready for release.&lt;br /&gt;
* allow up to '''1 month''' extension on our regular release if we need more time to stabalize,&amp;lt;br&amp;gt;of course if this seems likely we should delay merging bmesh another release.&lt;br /&gt;
&lt;br /&gt;
== Who Agrees When to Merge? ==&lt;br /&gt;
* bf-admins &amp;amp; the go ahead from active bmesh developers.&lt;br /&gt;
&lt;br /&gt;
== Steps to Merge ==&lt;br /&gt;
&lt;br /&gt;
=== Pre Merge (minor changes) ===&lt;br /&gt;
Before merging bmesh we should pull in general changes from bmesh, &lt;br /&gt;
&lt;br /&gt;
* BLI_cellalloc '''removed from bmesh'''&lt;br /&gt;
* DeformWeight's move to cellalloc. '''removed from bmesh'''&lt;br /&gt;
* Other changes to headers util-defines '''done'''&lt;br /&gt;
* BLI_array.h (header only malloc lib) '''done'''&lt;br /&gt;
* Changes to generic API's&lt;br /&gt;
** undo_editmode_push now takes different args&lt;br /&gt;
** ED_object_add_generic_get_opts takes extra arg&lt;br /&gt;
&lt;br /&gt;
=== Create EditMesh branch ===&lt;br /&gt;
&lt;br /&gt;
Make a branch for editmesh and keep the last version of blender before the BMesh merge,&lt;br /&gt;
Just as we have a 2.4x branch. This is useful so we can test &amp;amp; compare tools without having to go back revisions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Merge BMesh to Trunk ===&lt;br /&gt;
&lt;br /&gt;
As said before this happens at the start of the merge window, we need to be confident no big issues are being merged in and that we're able to resolve bigger issues in time for release. or at least not push the release back too much.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Ideasman42|Ideasman42]] 01:25, 1 December 2011 (CET)&lt;/div&gt;</summary>
		<author><name>wiki&gt;Ideasman42</name></author>
		
	</entry>
</feed>