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:
authorMartin Poirier <theeth@yahoo.com>2010-11-06 20:25:33 +0300
committerMartin Poirier <theeth@yahoo.com>2010-11-06 20:25:33 +0300
commite686cdae93ac2d8b961cb8a86b426cb3bcb9e6c9 (patch)
tree02e635559e8c96097d5e9ddf58e7ff259cfcfb14 /source/blender/editors/armature
parent5d1ea9e340d5a276ccf5e1f97fd0df536ba2a099 (diff)
[#24565] editors/armature: overwritten return value
Reported by Nicolas Kaiser (error was turning off some optimization in etch-a-ton)
Diffstat (limited to 'source/blender/editors/armature')
-rw-r--r--source/blender/editors/armature/editarmature_retarget.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/armature/editarmature_retarget.c b/source/blender/editors/armature/editarmature_retarget.c
index 749443b276c..d50f2d00ebb 100644
--- a/source/blender/editors/armature/editarmature_retarget.c
+++ b/source/blender/editors/armature/editarmature_retarget.c
@@ -1925,8 +1925,6 @@ static RetargetMode detectArcRetargetMode(RigArc *iarc)
mode = RETARGET_LENGTH;
}
- mode = RETARGET_AGGRESSIVE;
-
return mode;
}