[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11605] branches/particles/source/blender/ blenkernel/intern/modifier.c: Silly mistake left in the code due to bsystem_time(...) parameter changes.

Janne Karhu jhkarh at utu.fi
Wed Aug 15 00:42:30 CEST 2007


Revision: 11605
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11605
Author:   jhk
Date:     2007-08-15 00:42:21 +0200 (Wed, 15 Aug 2007)

Log Message:
-----------
Silly mistake left in the code due to bsystem_time(...) parameter changes.

Modified Paths:
--------------
    branches/particles/source/blender/blenkernel/intern/modifier.c

Modified: branches/particles/source/blender/blenkernel/intern/modifier.c
===================================================================
--- branches/particles/source/blender/blenkernel/intern/modifier.c	2007-08-14 21:58:53 UTC (rev 11604)
+++ branches/particles/source/blender/blenkernel/intern/modifier.c	2007-08-14 22:42:21 UTC (rev 11605)
@@ -5923,7 +5923,7 @@
 	ParticleKey state;
 	float *vertco=0, imat[4][4];
 	float loc0[3], nor[3], axis_rot[4], quat1[4]={1.0,0.0,0.0,0.0};
-	float timefac, timestep, cfra=bsystem_time(ob,0,(float)G.scene->r.cfra,0.0);
+	float timefac, timestep, cfra=bsystem_time(ob,(float)G.scene->r.cfra,0.0);
 	int *facepa=emd->facepa, *vertpa=0;
 	int totdup=0,totvert=0,totface=0,totpart=0;
 	int i, j, v, mindex=0;





More information about the Bf-blender-cvs mailing list