Files
test2/source/blender
Brecht Van Lommel 2ea565b0ec Cleanup: improve naming and comments of scene frame/ctime functions
Confusingly, BKE_scene_frame_get did not match the frame number as expected by
BKE_scene_frame_set. Instead it return the value after time remapping, which
is commonly named "ctime".

* Rename BKE_scene_frame_get to BKE_scene_ctime_get
* Add a new BKE_scene_frame_get that matches BKE_scene_frame_set
* Use int/float depending if fractional frame is expected
2021-07-12 17:41:15 +02:00
..
2021-03-29 19:11:17 -06:00
2021-07-12 14:40:26 +02:00
2021-07-07 13:42:46 +10:00
2021-07-05 15:54:57 +10:00
2021-07-06 13:22:22 +02:00