Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaia Clary <gaia.clary@machinimatrix.org>2013-07-01 23:30:41 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2013-07-01 23:30:41 +0400
commit11145c7c22e29ed635c2bd729bd36c15fc7b0240 (patch)
treedf04b4528cb9cacadc7fef6c87bc9e0a1a2755d1 /source/blender/editors/include
parent472f7464856dd4c6edb6885b99e57041a229e31c (diff)
Restrict Weight Edit Panel to mesh/lattice Edit and Weight Paint vertex selection mode
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_object.h b/source/blender/editors/include/ED_object.h
index 90b131e5acc..eb99b5976d4 100644
--- a/source/blender/editors/include/ED_object.h
+++ b/source/blender/editors/include/ED_object.h
@@ -214,6 +214,9 @@ struct EnumPropertyItem *ED_object_vgroup_selection_itemf_helper(
int *free,
const unsigned int selection_mask);
+bool ED_vgroup_object_in_edit_mode(struct Object *ob);
+bool ED_vgroup_object_in_wpaint_vert_select(struct Object *ob);
+
#ifdef __cplusplus
}
#endif