UI: rename Grease Pencil panels in toolbar to Annotation.

To match the panels in the N key sidebar.
This commit is contained in:
2018-08-22 16:59:04 +02:00
parent 7fa77cd31d
commit 1de3ae7e42
7 changed files with 20 additions and 21 deletions

View File

@@ -21,7 +21,6 @@ import bpy
from bpy.types import Menu, Panel, UIList
from rna_prop_ui import PropertyPanel
from .properties_grease_pencil_common import (
GreasePencilDataPanel,
GreasePencilOnionPanel,
)