summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scene/gui/rich_text_label.cpp2
-rw-r--r--tools/export/blender25/io_scene_dae/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/scene/gui/rich_text_label.cpp b/scene/gui/rich_text_label.cpp
index 64f8d51b17..4be53839be 100644
--- a/scene/gui/rich_text_label.cpp
+++ b/scene/gui/rich_text_label.cpp
@@ -114,7 +114,7 @@ void RichTextLabel::_process_line(int &y, int p_width, int p_line, ProcessMode p
line++;\
if (line < l.offset_caches.size())\
line_ofs=l.offset_caches[line];\
- wofs=margin;\
+ wofs=margin;\
if (align!=ALIGN_FILL)\
wofs+=line_ofs;\
} else {\
diff --git a/tools/export/blender25/io_scene_dae/__init__.py b/tools/export/blender25/io_scene_dae/__init__.py
index b3e3f70cf0..5b561673c5 100644
--- a/tools/export/blender25/io_scene_dae/__init__.py
+++ b/tools/export/blender25/io_scene_dae/__init__.py
@@ -81,7 +81,7 @@ class ExportDAE(bpy.types.Operator, ExportHelper):
use_mesh_modifiers = BoolProperty(
name="Apply Modifiers",
description="Apply modifiers to mesh objects (on a copy!).",
- default=True,
+ default=False,
)
use_tangent_arrays = BoolProperty(
name="Tangent Arrays",