﻿<?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%3AAntoniov%2FGrease_Pencil_New_Operators</id>
	<title>利用者:Antoniov/Grease Pencil New Operators - 版の履歴</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%3AAntoniov%2FGrease_Pencil_New_Operators"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Antoniov/Grease_Pencil_New_Operators&amp;action=history"/>
	<updated>2026-09-02T02:59:33Z</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:Antoniov/Grease_Pencil_New_Operators&amp;diff=151907&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:Antoniov/Grease_Pencil_New_Operators&amp;diff=151907&amp;oldid=prev"/>
		<updated>2018-06-28T21:17:43Z</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:17時点における版&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:Antoniov/Grease_Pencil_New_Operators&amp;diff=151906&amp;oldid=prev</id>
		<title>wiki&gt;Antoniov: /* General operators */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Antoniov/Grease_Pencil_New_Operators&amp;diff=151906&amp;oldid=prev"/>
		<updated>2016-07-29T20:32:14Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;General operators&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Grease Pencil: New operators =&lt;br /&gt;
&lt;br /&gt;
===Introduction===&lt;br /&gt;
&lt;br /&gt;
This page describes the new operators added during Grease Pencil revamp.&lt;br /&gt;
&lt;br /&gt;
TODO (WIP page)&lt;br /&gt;
&lt;br /&gt;
=== General operators ===&lt;br /&gt;
'''GPENCIL_OT_hideselect_toggle'''&lt;br /&gt;
&lt;br /&gt;
A parameter to control the opacity of the selection (orange dots) is available, but to set a value of 0 or 1, CTRL+H keys can be used to switch between the values.&lt;br /&gt;
&lt;br /&gt;
The reason for this functionality is reduce the noise in complex drawings, and specially during sculpt with fine details. &lt;br /&gt;
&lt;br /&gt;
This operator is only available during Edit strokes mode.&lt;br /&gt;
&lt;br /&gt;
=== Layer operators ===&lt;br /&gt;
'''GPENCIL_OT_layer_merge'''&lt;br /&gt;
&lt;br /&gt;
This operator merge the current layer with the next layer in the layer stack.&lt;br /&gt;
&lt;br /&gt;
=== Stroke operators ===&lt;br /&gt;
'''GPENCIL_OT_stroke_arrange'''&lt;br /&gt;
&lt;br /&gt;
Change drawing order to draw before or after a stroke in a layer. This operator is only available in 3D view.&lt;br /&gt;
&lt;br /&gt;
'''GPENCIL_OT_stroke_change_color'''&lt;br /&gt;
&lt;br /&gt;
Change the color of selected strokes to the current active color.&lt;br /&gt;
&lt;br /&gt;
'''GPENCIL_OT_stroke_lock_color'''&lt;br /&gt;
&lt;br /&gt;
Lock strokes of the color for editing.&lt;br /&gt;
&lt;br /&gt;
'''GPENCIL_OT_stroke_apply_thickness'''&lt;br /&gt;
&lt;br /&gt;
Apply thickness modificator to all strokes of the layer.&lt;br /&gt;
&lt;br /&gt;
'''GPENCIL_OT_stroke_cyclic_toggle'''&lt;br /&gt;
&lt;br /&gt;
Draw a line from first to last point. The operator iterate between close and open.&lt;br /&gt;
&lt;br /&gt;
'''GPENCIL_OT_stroke_join'''&lt;br /&gt;
&lt;br /&gt;
Join several strokes in one stroke using invisble lines between them. The result stroke is a continuous stroke.&lt;br /&gt;
&lt;br /&gt;
'''GPENCIL_OT_stroke_flip'''&lt;br /&gt;
&lt;br /&gt;
Reverse the start and end points of the stroke. This operator is used to join properly strokes.&lt;br /&gt;
&lt;br /&gt;
=== Palette operators ===&lt;br /&gt;
GPENCIL_OT_palette_add&lt;br /&gt;
&lt;br /&gt;
GPENCIL_OT_palette_remove&lt;br /&gt;
&lt;br /&gt;
GPENCIL_OT_palette_change&lt;br /&gt;
&lt;br /&gt;
GPENCIL_OT_palette_lock_layer&lt;br /&gt;
&lt;br /&gt;
=== Palette Colors operators ===&lt;br /&gt;
GPENCIL_OT_palettecolor_add&lt;br /&gt;
&lt;br /&gt;
GPENCIL_OT_palettecolor_remove&lt;br /&gt;
&lt;br /&gt;
GPENCIL_OT_palettecolor_isolate&lt;br /&gt;
&lt;br /&gt;
GPENCIL_OT_palettecolor_hide&lt;br /&gt;
&lt;br /&gt;
GPENCIL_OT_palettecolor_reveal&lt;br /&gt;
&lt;br /&gt;
GPENCIL_OT_palettecolor_lock_all&lt;br /&gt;
&lt;br /&gt;
GPENCIL_OT_palettecolor_unlock_all&lt;br /&gt;
&lt;br /&gt;
GPENCIL_OT_palettecolor_move&lt;br /&gt;
&lt;br /&gt;
GPENCIL_OT_palettecolor_select&lt;br /&gt;
&lt;br /&gt;
GPENCIL_OT_palettecolor_copy&lt;br /&gt;
&lt;br /&gt;
=== Drawing Brushes operators ===&lt;br /&gt;
GPENCIL_OT_brush_add&lt;br /&gt;
&lt;br /&gt;
GPENCIL_OT_brush_remove&lt;br /&gt;
&lt;br /&gt;
GPENCIL_OT_brush_change&lt;br /&gt;
&lt;br /&gt;
GPENCIL_OT_brush_move&lt;br /&gt;
&lt;br /&gt;
GPENCIL_OT_brush_crt_presets&lt;br /&gt;
&lt;br /&gt;
GPENCIL_OT_brush_copy&lt;br /&gt;
&lt;br /&gt;
GPENCIL_OT_brush_select&lt;/div&gt;</summary>
		<author><name>wiki&gt;Antoniov</name></author>
		
	</entry>
</feed>