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

@@ -1559,7 +1559,7 @@ static pMatrixCache *cache_object_matrices(Object *ob, int start, int end)
framelenold= G.scene->r.framelen;
G.scene->r.framelen= 1.0f;
cfrao= G.scene->r.cfra;
sfo= ob->sf;
sfo= ob->sf; /* warning, dont use sfo, value should be from give_timeoffset if used for anything */
ob->sf= 0.0f;
/* clear storage, copy recalc tag (bad loop) */