﻿<?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%3AAligorith%2F280-GP_Branch-BiteSizedMergePlan</id>
	<title>利用者:Aligorith/280-GP Branch-BiteSizedMergePlan - 版の履歴</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%3AAligorith%2F280-GP_Branch-BiteSizedMergePlan"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Aligorith/280-GP_Branch-BiteSizedMergePlan&amp;action=history"/>
	<updated>2026-04-30T01:40:20Z</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:Aligorith/280-GP_Branch-BiteSizedMergePlan&amp;diff=154499&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:Aligorith/280-GP_Branch-BiteSizedMergePlan&amp;diff=154499&amp;oldid=prev"/>
		<updated>2018-06-28T21:23:54Z</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:23時点における版&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:Aligorith/280-GP_Branch-BiteSizedMergePlan&amp;diff=154498&amp;oldid=prev</id>
		<title>wiki&gt;Aligorith: /* 2) Small/Independent Changes (Can be easily separated without compromising core functionality) */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Aligorith/280-GP_Branch-BiteSizedMergePlan&amp;diff=154498&amp;oldid=prev"/>
		<updated>2018-03-26T04:39:22Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;2) Small/Independent Changes (Can be easily separated without compromising core functionality)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Proposed Merge Plan for GP Branch into 2.8 (in bite-sized pieces) ==&lt;br /&gt;
As discussed during the meeting on 20180319, I started investigating ways we can &amp;quot;split&amp;quot; the changes for easier review (and merging to 2.8). This is complicated by the fact that a lot of the changes are interdependent on other parts. We'll probably have to live with some degree of functionality breakage (i.e. large parts of GP tools won't be able to be tested in 2.8 yet while the merging proceeds) until most of the patches have been merged back.&lt;br /&gt;
&lt;br /&gt;
These changes fall into two groups: 1) The messy '''inter'''-depedent jungle of changes (with more than a few pitfalls), and 2) Small independent/non-critical changes. &lt;br /&gt;
&lt;br /&gt;
Disclaimer: There may still be other changes I've forgotten about still. &lt;br /&gt;
&lt;br /&gt;
=== 1) '''Core GP Object Support''' ===&lt;br /&gt;
This is the part that is really hard to split up (unless we live with not testing each part until it's all merged). All the stuff here depends on the other parts, since the changes here implement the main architectural changes this branch presents.&lt;br /&gt;
&lt;br /&gt;
* '''OB_GPENCIL''' stuff - Adding a new Object Type for GPencil objects&lt;br /&gt;
** DNA/RNA/Lib-handling&lt;br /&gt;
** File-IO + Version Patching&lt;br /&gt;
** Object Editing (Select/Add/Delete/Link/Join/etc.)&lt;br /&gt;
** Outliner Support&lt;br /&gt;
** Properties Editor + Material Settings (Split from old &amp;quot;common&amp;quot; gpencil panels)&lt;br /&gt;
** GP Editing Modes (see mode changing stuff below too)&lt;br /&gt;
** Context tweaks(?)&lt;br /&gt;
&lt;br /&gt;
* '''Blender Palettes''' - All code was changed to use Blender's Palettes system (&amp;lt;code&amp;gt;Palette&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;PaletteColor&amp;lt;/code&amp;gt;) so that colour sets can be reused between datablocks. This has the following sub-components:&lt;br /&gt;
** Removal of all old &amp;lt;code&amp;gt;bGPDpalette&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;bGPDpalettecolor&amp;lt;/code&amp;gt; code, except for the API's needed to load and convert data from old files. (Note: These changes need to happen in subversion .1 or .2 to avoid trashing Hero project files)&lt;br /&gt;
** Addition of &amp;lt;code&amp;gt;bGPDpaletteref&amp;lt;/code&amp;gt; (i.e. &amp;quot;Palette Slots&amp;quot;) - an analogue to the &amp;quot;Material Slots&amp;quot; used for materials, except here, we use this to tie multiple &amp;lt;code&amp;gt;Palettes&amp;lt;/code&amp;gt; to a single &amp;lt;code&amp;gt;bGPdata&amp;lt;/code&amp;gt; datablock&lt;br /&gt;
** Changes to Palette/PaletteColor to support GP (mostly the addition of many fields, and settings like Texturing, Gradients, etc.)&lt;br /&gt;
** Make &amp;lt;code&amp;gt;Palette&amp;lt;/code&amp;gt; datablock animateable. Although old Palettes were strictly a UI feature, when used for GP, we need to be able to animate &amp;lt;code&amp;gt;PaletteColor&amp;lt;/code&amp;gt; color values (e.g. fading in/out strokes, changing/driving colours, etc.)&lt;br /&gt;
&lt;br /&gt;
* '''Depsgraph''' stuff - Depends on OB_GPENCIL and Palettes stuff (and those depend on this)&lt;br /&gt;
** GP datablocks need to be tagged for &amp;quot;batch cache updates&amp;quot;&lt;br /&gt;
** Palettes need to be part of depsgraph, so that animation/drivers work, and GP datablocks get updated in response to these changing (e.g. UI editing)&lt;br /&gt;
&lt;br /&gt;
* '''GP Draw Engine''' (&amp;lt;code&amp;gt;draw/engines/gpencil&amp;lt;/code&amp;gt;) - The draw engine can probably be reviewed on its own, but you can't test it without access to other parts (notably, OB_GPENCIL, Palettes, and Depsgraph stuff)&lt;br /&gt;
** GP stroke shaders + VFX modifiers&lt;br /&gt;
** Draw engine - Core pipeline, shading groups, etc.&lt;br /&gt;
** Cache management - (Note: Extra care is needed when making changes here, as we spent weeks fixing Onion Skinning related crashes here)&lt;br /&gt;
&lt;br /&gt;
* '''Mode Switching Stuff''' (various places all over &amp;lt;code&amp;gt;editors/object&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;editors/undo&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;editors/space_outliner&amp;lt;/code&amp;gt; modules) - Although this would normally be part of &amp;quot;new object-type&amp;quot; support, there's a lot of &amp;quot;really hairy stuff&amp;quot; here (IMO) that needs careful attention and back and forth. Particularly as the design here does conflict a bit with workspace modes.&lt;br /&gt;
&lt;br /&gt;
=== 2) '''Small/Independent Changes''' (Can be easily separated without compromising core functionality) ===&lt;br /&gt;
* Blender Brushes - (As with palettes), change from &amp;lt;code&amp;gt;bGPDbrush&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;Brush&amp;lt;/code&amp;gt;-datablocks&lt;br /&gt;
** Change/removal of all support code for old Brush tyes&lt;br /&gt;
** Brush behaviour changes (e.g. all stroke smoothing, hotkey, calculations) when drawing&lt;br /&gt;
** Brush icons&lt;br /&gt;
&lt;br /&gt;
* New Brushes (and stuff shoe-horned into brushes) - Actually, each of these is generally quite independent, so these can be 3 separate patches/commits if need be. But, I'll list them in one go here for easier management.&lt;br /&gt;
** Interactive &amp;quot;Fill Brush&amp;quot;&lt;br /&gt;
** Erasers as brushes (for easier control over mode + radius + strength settings)&lt;br /&gt;
** Brush-palette link (e.g. default color for a brush)&lt;br /&gt;
&lt;br /&gt;
* GP Stroke Sculpting Changes (GP Brush)&lt;br /&gt;
&lt;br /&gt;
* Transform Changes (e.g. for Multiframe Editing) + Other MultiFrame related changes&lt;br /&gt;
&lt;br /&gt;
* GP Primitives (Rectangle/Circle) + Monkey (though this one is more a part of the OB_GPENCIL stuff)&lt;br /&gt;
&lt;br /&gt;
* Modal &amp;quot;Color Picker&amp;quot; operator. (Note: This could potentially be reworked as part of the UI toolkit even - or at least just the popup swatches drawing part).&lt;br /&gt;
&lt;br /&gt;
* Animation Editor support for GP Objects / Palettes&lt;br /&gt;
&lt;br /&gt;
* Vertex Groups for GP Objects&lt;br /&gt;
** (Modifiers depend on this)&lt;br /&gt;
** (Weight Paint mode uses this)&lt;br /&gt;
&lt;br /&gt;
* Modifiers Support - Note: We can probably get away with adding the typeinfo changes first (before anything else in the branch), to avoid conflicts when DerivedMesh removal takes place&lt;br /&gt;
** Changes to &amp;lt;code&amp;gt;ModifierTypeInfo&amp;lt;/code&amp;gt; to add dedicated callbacks to be used on GP data (instead of abusing existing DerivedMesh centric callbacks)&lt;br /&gt;
** GP Modifier definitions + hooks into GP draw engine to apply the modifiers at drawtime&lt;br /&gt;
&lt;br /&gt;
* Assorted general UI and API cleanups&lt;br /&gt;
&lt;br /&gt;
* Math library additions (for int/short variants of the copy/add/etc. functions)&lt;/div&gt;</summary>
		<author><name>wiki&gt;Aligorith</name></author>
		
	</entry>
</feed>