[Bf-blender-cvs] [125bd83d6a6] greasepencil-object: GPencil: Fix compiler error

Antonio Vazquez noreply at git.blender.org
Fri Oct 18 15:46:58 CEST 2019


Commit: 125bd83d6a6b527b3d86f4d3d61c1c371ea647d0
Author: Antonio Vazquez
Date:   Fri Oct 18 15:46:31 2019 +0200
Branches: greasepencil-object
https://developer.blender.org/rB125bd83d6a6b527b3d86f4d3d61c1c371ea647d0

GPencil: Fix compiler error

The icon must be added only when the icon is cretaed or the make fails.

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

M	source/blender/editors/datafiles/CMakeLists.txt

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

diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index 2027ae6490a..8a3a078bdd2 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -693,7 +693,6 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
   ops.gpencil.primitive_circle
   ops.gpencil.primitive_curve
   ops.gpencil.primitive_line
-  ops.gpencil.primitive_polyline
   ops.gpencil.radius
   ops.gpencil.sculpt_clone
   ops.gpencil.sculpt_grab



More information about the Bf-blender-cvs mailing list