projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
355cb26
)
Fix for [#27347] Particle x-axis mirror editing not working as expected.
author
Janne Karhu <jhkarh@gmail.com>
Tue, 5 Jul 2011 01:49:34 +0000
(
01:49
+0000)
committer
Janne Karhu <jhkarh@gmail.com>
Tue, 5 Jul 2011 01:49:34 +0000
(
01:49
+0000)
* The x-mirror editing didn't mirror strand lengths.
source/blender/editors/physics/particle_edit.c
patch
|
blob
|
history
diff --git
a/source/blender/editors/physics/particle_edit.c
b/source/blender/editors/physics/particle_edit.c
index 9124bdaf41c9ff4f63f22a4bfd6030d5012b1e89..b8cdc18e7393011f5b9222123b669338e66e115c 100644
(file)
--- a/
source/blender/editors/physics/particle_edit.c
+++ b/
source/blender/editors/physics/particle_edit.c
@@
-827,6
+827,8
@@
static void PE_mirror_particle(Object *ob, DerivedMesh *dm, ParticleSystem *psys
if(key->flag & PEK_TAG)
mkey->flag |= PEK_TAG;
+
+ mkey->length = key->length;
}
if(point->flag & PEP_TAG)