[Bf-blender-cvs] [55c379daea6] master: UI: Icons - Adding ICON_OUTLINER_DATA_GP_LAYER Icon

Harley Acheson noreply at git.blender.org
Fri Jun 14 23:50:02 CEST 2019


Commit: 55c379daea68f4d61c285f4290dea3861aee8686
Author: Harley Acheson
Date:   Fri Jun 14 14:48:07 2019 -0700
Branches: master
https://developer.blender.org/rB55c379daea68f4d61c285f4290dea3861aee8686

UI: Icons - Adding ICON_OUTLINER_DATA_GP_LAYER Icon

This adds the icon intended for Grease Pencil layer data, in SVG but currently marked as blank

Differential Revision: https://developer.blender.org/D5073

===================================================================

A	release/datafiles/blender_icons16/icon16_outliner_data_gp_layer.dat
A	release/datafiles/blender_icons32/icon32_outliner_data_gp_layer.dat
M	source/blender/editors/include/UI_icons.h

===================================================================

diff --git a/release/datafiles/blender_icons16/icon16_outliner_data_gp_layer.dat b/release/datafiles/blender_icons16/icon16_outliner_data_gp_layer.dat
new file mode 100644
index 00000000000..1158627c8a0
Binary files /dev/null and b/release/datafiles/blender_icons16/icon16_outliner_data_gp_layer.dat differ
diff --git a/release/datafiles/blender_icons32/icon32_outliner_data_gp_layer.dat b/release/datafiles/blender_icons32/icon32_outliner_data_gp_layer.dat
new file mode 100644
index 00000000000..acfb3284fc1
Binary files /dev/null and b/release/datafiles/blender_icons32/icon32_outliner_data_gp_layer.dat differ
diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h
index f9e9e342ee5..340b0f70987 100644
--- a/source/blender/editors/include/UI_icons.h
+++ b/source/blender/editors/include/UI_icons.h
@@ -338,7 +338,7 @@ DEF_ICON_OBJECT_DATA(OUTLINER_DATA_FONT)
 DEF_ICON_OBJECT_DATA(OUTLINER_DATA_SURFACE)
 DEF_ICON_OBJECT_DATA(OUTLINER_DATA_SPEAKER)
 DEF_ICON_OBJECT_DATA(OUTLINER_DATA_LIGHTPROBE)
-DEF_ICON_BLANK(345)
+DEF_ICON_OBJECT_DATA(OUTLINER_DATA_GP_LAYER)
 DEF_ICON_OBJECT_DATA(OUTLINER_DATA_GREASEPENCIL)
 DEF_ICON(GP_SELECT_POINTS)
 DEF_ICON(GP_SELECT_STROKES)



More information about the Bf-blender-cvs mailing list