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:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2021-12-22 15:07:46 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2021-12-22 15:07:46 +0300
commit74138fb2d4ac9f0504c8f9f575bf392b49fc7488 (patch)
treec383efca92710d0a4b3ffce5ad74ac7758f64ce8 /source/blender/makesrna/intern/rna_fcurve.c
parent2529300f691109b9575ea75ae8367209751c3738 (diff)
parentd2bf60cc17a961789d7c415fc3d2af14afa50f62 (diff)
Merge branch 'master' into temp-abc-features
Diffstat (limited to 'source/blender/makesrna/intern/rna_fcurve.c')
-rw-r--r--source/blender/makesrna/intern/rna_fcurve.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_fcurve.c b/source/blender/makesrna/intern/rna_fcurve.c
index a38bbd3d6d2..d3175c445a9 100644
--- a/source/blender/makesrna/intern/rna_fcurve.c
+++ b/source/blender/makesrna/intern/rna_fcurve.c
@@ -388,6 +388,7 @@ void rna_DriverVariable_name_set(PointerRNA *ptr, const char *value)
BLI_strncpy_utf8(data->name, value, 64);
driver_variable_name_validate(data);
+ driver_variable_unique_name(data);
}
/* ----------- */