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:
authorDalai Felinto <dalai@blender.org>2021-09-22 17:55:09 +0300
committerDalai Felinto <dalai@blender.org>2021-09-22 17:55:09 +0300
commit707bcd5693aedc0c1a461bbb0ce88680e32de561 (patch)
tree671dbbd258bdbeb926e198b3cf3571b975dadc40 /source/blender/makesrna/intern/rna_scene.c
parent0d350e0193f1af82274ba78f5f93702c14646a86 (diff)
Cleanup: make format
Diffstat (limited to 'source/blender/makesrna/intern/rna_scene.c')
-rw-r--r--source/blender/makesrna/intern/rna_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index e45d39a1ddc..80fc13faab4 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -3524,7 +3524,7 @@ static void rna_def_sequencer_tool_settings(BlenderRNA *brna)
{0, NULL, 0, NULL, NULL},
};
- static const EnumPropertyItem pivot_points[] = {
+ static const EnumPropertyItem pivot_points[] = {
{V3D_AROUND_CENTER_MEDIAN, "MEDIAN", ICON_PIVOT_MEDIAN, "Median Point", ""},
{V3D_AROUND_LOCAL_ORIGINS,
"INDIVIDUAL_ORIGINS",