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:
authorSergey Sharybin <sergey.vfx@gmail.com>2010-06-27 12:35:27 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2010-06-27 12:35:27 +0400
commit3262dfdadd352f27043f2ba13540c3fb45d3743a (patch)
tree8ad5b19cfbb6acbf1ccb1af814e3d6c7c0d13db2 /source/blender/blenkernel/BKE_mball.h
parente86c5cf9ea951c102be1206ca489252166623e38 (diff)
Fix #22051: crash when scaling parent metaball
Keep the constant resolution for any motherball's scale
Diffstat (limited to 'source/blender/blenkernel/BKE_mball.h')
-rw-r--r--source/blender/blenkernel/BKE_mball.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_mball.h b/source/blender/blenkernel/BKE_mball.h
index e28e2c4d86e..ce70b4cca2f 100644
--- a/source/blender/blenkernel/BKE_mball.h
+++ b/source/blender/blenkernel/BKE_mball.h
@@ -97,6 +97,7 @@ typedef struct process { /* parameters, function, storage */
CENTERLIST **centers; /* cube center hash table */
CORNER **corners; /* corner value hash table */
EDGELIST **edges; /* edge and vertex id hash table */
+ float scale[3];
} PROCESS;
/* dividing scene using octal tree makes polygonisation faster */