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:
authorTon Roosendaal <ton@blender.org>2005-07-25 14:58:21 +0400
committerTon Roosendaal <ton@blender.org>2005-07-25 14:58:21 +0400
commit26b2648a7271eac73b41fc8ded49db84069a0764 (patch)
tree8ed6a5167a8f67323c7fc6613f91df5a58baf144 /source/blender/src/editcurve.c
parent1295ed872c3825013ef91dad1bb71cee34edb85d (diff)
Little issues, combined commit!
- Bug #2857: Spin didn't create nice consistant normals - removed unnecessary call to where_is_object() in init-render phase. - Added DAG_scene_sort() calls when objects were removed (join cases) - When using texture fonts, the file window header didn't display OK - Saving a file didn't set the 'wait cursor' anymore (oldie!)
Diffstat (limited to 'source/blender/src/editcurve.c')
-rw-r--r--source/blender/src/editcurve.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/editcurve.c b/source/blender/src/editcurve.c
index 9b3d3c2a3ef..b1e61bbbef6 100644
--- a/source/blender/src/editcurve.c
+++ b/source/blender/src/editcurve.c
@@ -3383,6 +3383,8 @@ void join_curve(int type)
enter_editmode();
exit_editmode(1);
+ DAG_scene_sort(G.scene); // because we removed object(s)
+
allqueue(REDRAWVIEW3D, 0);
allqueue(REDRAWBUTSEDIT, 0);
BIF_undo_push("Join");