[Bf-blender-cvs] [a34e295b68] fracture_modifier: fix, forgot to copy splinter axis when duplicating FM object

Martin Felke noreply at git.blender.org
Sun Feb 26 21:19:09 CET 2017


Commit: a34e295b686d2df5b47de889665d86a2f6fccd4a
Author: Martin Felke
Date:   Sun Feb 26 21:18:45 2017 +0100
Branches: fracture_modifier
https://developer.blender.org/rBa34e295b686d2df5b47de889665d86a2f6fccd4a

fix, forgot to copy splinter axis when duplicating FM object

===================================================================

M	source/blender/modifiers/intern/MOD_fracture.c

===================================================================

diff --git a/source/blender/modifiers/intern/MOD_fracture.c b/source/blender/modifiers/intern/MOD_fracture.c
index bc50cadf17..5dbf67bcf0 100644
--- a/source/blender/modifiers/intern/MOD_fracture.c
+++ b/source/blender/modifiers/intern/MOD_fracture.c
@@ -1758,6 +1758,7 @@ static void copyData(ModifierData *md, ModifierData *target)
 
 	trmd->use_particle_birth_coordinates = rmd->use_particle_birth_coordinates;
 	trmd->splinter_length = rmd->splinter_length;
+	trmd->splinter_axis = rmd->splinter_axis;
 	trmd->cluster_solver_iterations_override = rmd->cluster_solver_iterations_override;
 
 	trmd->cluster_breaking_angle = rmd->cluster_breaking_angle;




More information about the Bf-blender-cvs mailing list