add the option to add the parents time offset value.

This commit is contained in:
2008-01-19 16:32:29 +00:00
parent 7b6c88473c
commit d450dbec91
12 changed files with 60 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: Effect.c 11485 2007-08-05 09:21:29Z aligorith $
* $Id$
*
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
*
@@ -1330,7 +1330,7 @@ static PyObject *Effect_getParticlesLoc( BPy_Effect * self )
/* if object is in motion */
if( ob->ipoflag & OB_OFFS_PARTICLE )
p_time= ob->sf;
p_time= give_timeoffset(ob);
else
p_time= 0.0;