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
path: root/source
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2005-05-24 14:03:53 +0400
committerTon Roosendaal <ton@blender.org>2005-05-24 14:03:53 +0400
commit505ab0bf7878f46b0fef9f438c96be2a829fe789 (patch)
treeafbba1a3e17cc2d0ebe673aa40a08a51b1a62a54 /source
parentabae9376c83bdad037d94e5b94fc0fec06c6b596 (diff)
Bug fix #2617
Using ipokeys with rotate crashed... caused by bugfix in ESC on ipokeys I did before. Got confused by non-initialized (malloc) transdata...
Diffstat (limited to 'source')
-rwxr-xr-xsource/blender/src/transform_conversions.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/transform_conversions.c b/source/blender/src/transform_conversions.c
index 671ba9700f0..bfb775a1072 100755
--- a/source/blender/src/transform_conversions.c
+++ b/source/blender/src/transform_conversions.c
@@ -1133,7 +1133,6 @@ static void ipokey_to_transdata(IpoKey *ik, TransData *td)
int a, delta= 0;
td->val= NULL; // is read on ESC
- td->ext= NULL; // is read on ESC
for(a=0; a<OB_TOTIPO; a++) {
if(ik->data[a]) {