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:
authorCampbell Barton <ideasman42@gmail.com>2020-05-19 06:31:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-19 06:31:44 +0300
commitf5571985405dbb30c19bdcadc1bfcd337cf7b621 (patch)
tree06e9cc9a39b863d2a541e085c4c8679b3dd3fe9f
parent7bd07c9f5adf97b0d5309ebbb2eabc624b1f3799 (diff)
parent1afa97d5479dbb5cea8a85c85ad1f1250c80ddf0 (diff)
Merge branch 'blender-v2.83-release'
-rw-r--r--source/blender/editors/sculpt_paint/paint_image.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_image.c b/source/blender/editors/sculpt_paint/paint_image.c
index e227db1c644..fd5018f76ff 100644
--- a/source/blender/editors/sculpt_paint/paint_image.c
+++ b/source/blender/editors/sculpt_paint/paint_image.c
@@ -1130,9 +1130,6 @@ static bool texture_paint_toggle_poll(bContext *C)
if (!ob->data || ID_IS_LINKED(ob->data)) {
return 0;
}
- if (CTX_data_edit_object(C)) {
- return 0;
- }
return 1;
}