[Bf-blender-cvs] [ad3a2415fc8] blender2.8: Icons: add ops.paint.weight_sample

Campbell Barton noreply at git.blender.org
Wed Nov 7 02:57:48 CET 2018


Commit: ad3a2415fc8c8b6a0b57039096f4d37379975712
Author: Campbell Barton
Date:   Wed Nov 7 12:55:20 2018 +1100
Branches: blender2.8
https://developer.blender.org/rBad3a2415fc8c8b6a0b57039096f4d37379975712

Icons: add ops.paint.weight_sample

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

A	release/datafiles/icons/ops.paint.weight_sample.dat
M	source/blender/editors/datafiles/CMakeLists.txt

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

diff --git a/release/datafiles/icons/ops.paint.weight_sample.dat b/release/datafiles/icons/ops.paint.weight_sample.dat
new file mode 100644
index 00000000000..45c51dcc278
Binary files /dev/null and b/release/datafiles/icons/ops.paint.weight_sample.dat differ
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index cc2ef1d7253..3f4b1550d2f 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -708,6 +708,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
 	ops.paint.vertex_color_fill
 	ops.paint.weight_fill
 	ops.paint.weight_gradient
+	ops.paint.weight_sample
 	ops.pose.breakdowner
 	ops.pose.push
 	ops.pose.relax



More information about the Bf-blender-cvs mailing list