tornavis/tests/gtests
Jacques Lucke 1e255ce031 Fix T72214: Fluids: noise does not work with negative frame numbers
The issue is duplicated code. There are two functions that zero-fill
the frame number. They worked the same for positive frames numbers, but
behaved differently for negative ones.

On frame `-100`, `BLI_path_frame` outputs `-0100` and
`fluid_cache_get_framenr_formatted_$ID$` outputted `-100`.

I changed the behavior of the latter, because we depend on the behavior
of the former for much longer already.

Reviewers: sebbas

Differential Revision: https://developer.blender.org/D8107
2020-07-03 15:27:02 +02:00
..
alembic Alembic: new exporter based on the USD exporter structure 2020-06-30 11:38:46 +02:00
blenkernel Code Cleanup: fcurve function naming 2020-06-05 09:30:15 +02:00
blenlib Fix T72214: Fluids: noise does not work with negative frame numbers 2020-07-03 15:27:02 +02:00
blenloader Cleanup: `make format` after SortedIncludes change 2020-03-19 09:33:58 +01:00
bmesh Cleanup: improve custom data type names 2020-06-10 15:47:31 +02:00
ffmpeg CMake: Fix linking of ffmpeg_test on macOS 2020-01-16 15:52:19 +01:00
functions Cleanup: use nested namespaces 2020-07-03 14:25:20 +02:00
guardedalloc Fix: Use a minimal alignment of 8 in MEM_lockfree_mallocN_aligned 2020-01-23 14:21:48 +01:00
testing Cleanup: `make format` after SortedIncludes change 2020-03-19 09:33:58 +01:00
usd USD Test: Don't use designated initializers 2020-06-19 12:36:37 +02:00
CMakeLists.txt Functions: Run-time type system and index mask 2020-06-08 17:37:43 +02:00