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:
authorHarley Acheson <harley.acheson@gmail.com>2022-03-19 20:24:56 +0300
committerHarley Acheson <harley.acheson@gmail.com>2022-03-19 20:24:56 +0300
commit873801d25e24141a1d513b4b75b123fb7e08b614 (patch)
tree32535d5319baea20d0731d5740933db3bc325c9b /source/blender/editors/io
parentf381c73a21d3095e64657fab4fe02aa4ac320a14 (diff)
Make Format Changes
Only formatting changes found by running "make format", no functional changes Committed without review, but with verbal approval by Hans Goudey
Diffstat (limited to 'source/blender/editors/io')
-rw-r--r--source/blender/editors/io/io_obj.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/source/blender/editors/io/io_obj.c b/source/blender/editors/io/io_obj.c
index f253f63946b..8e380e3f2bc 100644
--- a/source/blender/editors/io/io_obj.c
+++ b/source/blender/editors/io/io_obj.c
@@ -293,11 +293,8 @@ void WM_OT_obj_export(struct wmOperatorType *ot)
0.01,
1000.0f);
/* File Writer options. */
- RNA_def_boolean(ot->srna,
- "apply_modifiers",
- true,
- "Apply Modifiers",
- "Apply modifiers to exported meshes");
+ RNA_def_boolean(
+ ot->srna, "apply_modifiers", true, "Apply Modifiers", "Apply modifiers to exported meshes");
RNA_def_enum(ot->srna,
"export_eval_mode",
io_obj_export_evaluation_mode,