Matt Ebb
03fa4bb999
Partial cleanup of timing system, with some guidance from Joshua:
...
* Fractional frames support has been changed to use a new var, scene->r.subframe.
This is a 0.0-1.0 float representing a subframe interval, used in generating a final float
frame number to evaluate animation system etc.
* Changed frame_to_float() and some instances of bsystem_time() into a convenience function:
float BKE_curframe(scene) which retrieves the floating point current frame, after subframe
and frame length corrections.
* Removed blur_offs and field_offs globals. These are now stored in render, used to
generate a scene->r.subframe before render database processing.
2010-06-27 05:39:55 +00:00
..
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-05-20 12:31:55 +00:00
2010-05-07 18:53:28 +00:00
2010-03-20 16:41:01 +00:00
2010-02-12 13:34:04 +00:00
2010-02-12 13:34:04 +00:00
2010-03-16 18:05:53 +00:00
2010-06-14 01:03:48 +00:00
2010-03-30 11:49:07 +00:00
2010-05-10 03:42:22 +00:00
2010-05-27 11:56:31 +00:00
2010-05-04 00:06:13 +00:00
2010-04-30 04:48:40 +00:00
2010-04-05 11:11:15 +00:00
2010-04-25 15:24:18 +00:00
2010-02-12 13:34:04 +00:00
2010-02-12 13:34:04 +00:00
2010-02-12 13:34:04 +00:00
2010-02-12 13:34:04 +00:00
2010-02-12 13:34:04 +00:00
2010-06-02 17:58:28 +00:00
2010-05-07 15:18:04 +00:00
2010-02-12 13:34:04 +00:00
2010-02-12 13:34:04 +00:00
2010-06-14 00:24:42 +00:00
2010-04-20 21:38:55 +00:00
2010-02-12 13:34:04 +00:00
2010-02-17 10:21:07 +00:00
2010-02-17 19:50:42 +00:00
2010-02-12 13:34:04 +00:00
2010-02-12 13:34:04 +00:00
2010-06-13 13:56:13 +00:00
2010-02-12 13:34:04 +00:00
2010-05-27 08:22:16 +00:00
2010-03-25 06:27:25 +00:00
2010-05-06 17:12:44 +00:00
2010-05-29 21:31:57 +00:00
2010-02-12 13:34:04 +00:00
2010-02-12 13:34:04 +00:00
2010-04-12 17:34:06 +00:00
2010-02-12 13:34:04 +00:00
2010-06-27 05:39:55 +00:00
2010-06-23 09:58:32 +00:00
2010-03-22 09:30:00 +00:00
2010-05-11 06:56:59 +00:00
2010-06-24 10:04:18 +00:00
2010-02-12 13:34:04 +00:00
2010-02-28 11:02:06 +00:00
2010-06-22 02:29:52 +00:00
2010-02-12 13:34:04 +00:00
2010-06-01 06:07:22 +00:00
2010-06-26 17:12:55 +00:00
2010-03-22 09:30:00 +00:00
2010-02-12 13:34:04 +00:00
2010-03-30 05:52:05 +00:00
2010-03-22 09:30:00 +00:00
2010-02-12 13:34:04 +00:00
2010-06-03 07:27:55 +00:00
2010-02-17 10:21:07 +00:00
2008-04-16 22:40:48 +00:00
2009-09-15 18:01:18 +00:00