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:
authorPhilipp Oeser <info@graphics-engineer.com>2020-05-26 15:24:50 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2020-05-26 15:24:50 +0300
commite790f1a8dc18cdc2906d2cf415271b1d91baca14 (patch)
tree0c70fe0cacddbf49f196fd54cfefec7d76178289 /source/blender/editors/space_buttons
parent23520cbd13798b1d9db738f76012e91b3ce85c85 (diff)
parent2a692e05c872e603bd7089b021c2e49edec6290a (diff)
Merge branch 'blender-v2.83-release'
Diffstat (limited to 'source/blender/editors/space_buttons')
-rw-r--r--source/blender/editors/space_buttons/buttons_texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_buttons/buttons_texture.c b/source/blender/editors/space_buttons/buttons_texture.c
index 6b7f86a9143..5bf431be9f8 100644
--- a/source/blender/editors/space_buttons/buttons_texture.c
+++ b/source/blender/editors/space_buttons/buttons_texture.c
@@ -373,7 +373,7 @@ static void template_texture_select(bContext *C, void *user_p, void *UNUSED(arg)
/* set user as active */
if (user->node) {
- ED_node_set_active(CTX_data_main(C), user->ntree, user->node);
+ ED_node_set_active(CTX_data_main(C), user->ntree, user->node, NULL);
ct->texture = NULL;
}
else {