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>2012-09-19 16:11:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-19 16:11:28 +0400
commit15ce5f95b3933eaa2be7cbf1e3dcc211138b0f0b (patch)
treef86883086d9ac5f8a6beeb39631a50aa3b30b13d /source/blender/editors/curve
parent0d5d2146ebc026c254fc68e4970a1dfb3a9b5b31 (diff)
joining mesh objects now keeps relative key setting of each keyblock. also joining absolute shapekeys now sorts by time.
Diffstat (limited to 'source/blender/editors/curve')
-rw-r--r--source/blender/editors/curve/editcurve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/curve/editcurve.c b/source/blender/editors/curve/editcurve.c
index e50bc2741e1..39cb2d98783 100644
--- a/source/blender/editors/curve/editcurve.c
+++ b/source/blender/editors/curve/editcurve.c
@@ -6070,7 +6070,7 @@ void CURVE_OT_shade_flat(wmOperatorType *ot)
}
/************** join operator, to be used externally? ****************/
-
+/* TODO: shape keys - as with meshes */
int join_curve_exec(bContext *C, wmOperator *UNUSED(op))
{
Main *bmain = CTX_data_main(C);