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:
authorCampbell Barton <ideasman42@gmail.com>2010-01-13 20:58:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-01-13 20:58:26 +0300
commit58f13d469ee923a2c4c114cd035c69312684a247 (patch)
tree93388f438c2a241f6abe9d6332eed8781cf0a38b /source/blender/editors
parent32f4877c8ca590e9d6bf1d5cdabb015158f094c2 (diff)
UV mirror tool (copies UVs from one side of the mesh to the other)
WIP, suffers from editmode bug where editmode python tools cant have redo-options set. and needs options for precission.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/animation/anim_markers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/animation/anim_markers.c b/source/blender/editors/animation/anim_markers.c
index 4f7a02bb688..d64787ba35b 100644
--- a/source/blender/editors/animation/anim_markers.c
+++ b/source/blender/editors/animation/anim_markers.c
@@ -1012,7 +1012,6 @@ static int ed_marker_make_links_scene_exec(bContext *C, wmOperator *op)
}
}
- /* one day multiple scenes will be visible, then we should have some update function for them */
return OPERATOR_FINISHED;
}