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>2004-12-11 15:41:51 +0300
committerTon Roosendaal <ton@blender.org>2004-12-11 15:41:51 +0300
commit2b614b2be46d0fc788d3183b9c552880d7b6200b (patch)
tree11e9a0a0ed2a1d76fef74d1ad42a2747e8b8f0b3 /source/blender/makesdna/DNA_curve_types.h
parent974f11379a3f09884c8c873baa3f56fa9cd46102 (diff)
Fixes, after bug report Stefano:
- Dupli-Frames objects didn't render correct with Motion Blur (they moved!) - VertexKey on Bezier paths didn't animate the 'twist' rotation. This did work for Nurbs paths. Plus; removed Nabla slider from Stucci, it doesn't work for that texture.
Diffstat (limited to 'source/blender/makesdna/DNA_curve_types.h')
-rw-r--r--source/blender/makesdna/DNA_curve_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_curve_types.h b/source/blender/makesdna/DNA_curve_types.h
index bdf91f35a2f..69ee9851cd7 100644
--- a/source/blender/makesdna/DNA_curve_types.h
+++ b/source/blender/makesdna/DNA_curve_types.h
@@ -70,7 +70,7 @@ typedef struct BevPoint {
short f1, f2;
} BevPoint;
-
+/* note; alfa location in struct is abused by Key system */
typedef struct BezTriple {
float vec[3][3];
float alfa;
@@ -79,6 +79,7 @@ typedef struct BezTriple {
char f1, f2, f3, hide;
} BezTriple;
+/* note; alfa location in struct is abused by Key system */
typedef struct BPoint {
float vec[4];
float alfa;