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:
authorJiri Hnidek <jiri.hnidek@tul.cz>2005-03-29 14:03:30 +0400
committerJiri Hnidek <jiri.hnidek@tul.cz>2005-03-29 14:03:30 +0400
commit53437f95368aac4263fc4c68d2691bf61d1dc353 (patch)
tree06e7240ff2934af98b50551500c2f875dfa1d846 /source/blender/src/editmball.c
parentea92a5619384fe3d7365998c3c54394e4df7c76c (diff)
- it is possible to rotate with MetaBalls in edit mode now
Diffstat (limited to 'source/blender/src/editmball.c')
-rw-r--r--source/blender/src/editmball.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/src/editmball.c b/source/blender/src/editmball.c
index e68d8665949..0cb3cb1b3b9 100644
--- a/source/blender/src/editmball.c
+++ b/source/blender/src/editmball.c
@@ -172,6 +172,10 @@ void add_primitiveMball(int dummy_argument)
ml->x= cent[0];
ml->y= cent[1];
ml->z= cent[2];
+ ml->quat[0]= 1.0;
+ ml->quat[1]= 0.0;
+ ml->quat[2]= 0.0;
+ ml->quat[3]= 0.0;
ml->rad= 2.0;
ml->lay= 1;
ml->s= 2.0;