[Bf-blender-cvs] [53034cf] fracture_modifier: compile fix due to function name cleanup

Martin Felke noreply at git.blender.org
Fri Jan 9 15:13:10 CET 2015


Commit: 53034cf102195227a692f499782df433d7b24020
Author: Martin Felke
Date:   Fri Jan 9 15:12:47 2015 +0100
Branches: fracture_modifier
https://developer.blender.org/rB53034cf102195227a692f499782df433d7b24020

compile fix due to function name cleanup

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

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 23b51ab..c8fb57e 100644
--- a/source/blender/modifiers/intern/MOD_fracture.c
+++ b/source/blender/modifiers/intern/MOD_fracture.c
@@ -716,7 +716,7 @@ static void points_from_particles(Object **ob, int totobj, Scene *scene, FracPoi
 						 * positions "sabotaging" fracture, default use case is using birth coordinates, let user decide... */
 						if (fmd->use_particle_birth_coordinates)
 						{
-							psys_get_birth_coordinates(&sim, pa, &birth, 0, 0);
+							psys_get_birth_coords(&sim, pa, &birth, 0, 0);
 						}
 						else {
 							psys_get_particle_state(&sim, p, &birth, 1);




More information about the Bf-blender-cvs mailing list