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:
authorBrecht Van Lommel <brecht@blender.org>2020-10-01 15:29:26 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-10-01 15:29:45 +0300
commit2caa6dd7f87ac5e0fecbefca9054d7a3ca7948a2 (patch)
treeb6cc0a5a92451acecf2851acf141dc6ddb52411e /source/blender/makesrna/intern/rna_tracking.c
parent5d824c421222f8387dabaeb3db5ef99ded094b01 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/makesrna/intern/rna_tracking.c')
-rw-r--r--source/blender/makesrna/intern/rna_tracking.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_tracking.c b/source/blender/makesrna/intern/rna_tracking.c
index dd0a2e7d873..6d90a76a2c0 100644
--- a/source/blender/makesrna/intern/rna_tracking.c
+++ b/source/blender/makesrna/intern/rna_tracking.c
@@ -1307,7 +1307,6 @@ static void rna_def_trackingCamera(BlenderRNA *brna)
prop, "P2", "Second coefficient of second order Brown-Conrady tangential distortion");
RNA_def_property_update(prop, NC_MOVIECLIP | NA_EDITED, "rna_tracking_flushUpdate");
-
/* pixel aspect */
prop = RNA_def_property(srna, "pixel_aspect", PROP_FLOAT, PROP_XYZ);
RNA_def_property_float_sdna(prop, NULL, "pixel_aspect");