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:
authorYimingWu <xp8110@outlook.com>2021-07-27 09:02:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-27 11:06:29 +0300
commitb331acf477125121b109e743c00fd214f7aaf6a1 (patch)
tree531b0bffd1323250912c155ae51e6322f7a840f1 /source/blender/makesdna/DNA_scene_types.h
parent675d8a9c4331b512745a69f3ec1eff98400291a7 (diff)
Cleanup: comment spelling & punctuation
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 000db5bf5b1..05bd88acab0 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -734,7 +734,7 @@ typedef struct RenderData {
/* sequencer options */
char seq_prev_type;
- /** UNUSED!. */
+ /** UNUSED. */
char seq_rend_type;
/** Flag use for sequence render/draw. */
char seq_flag;
@@ -1535,7 +1535,7 @@ typedef struct ToolSettings {
typedef struct UnitSettings {
/* Display/Editing unit options for each scene */
- /** Maybe have other unit conversions?. */
+ /** Maybe have other unit conversions? */
float scale_length;
/** Imperial, metric etc. */
char system;