tornavis/tests
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
..
gtests Fix T72214: Fluids: noise does not work with negative frame numbers 2020-07-03 15:27:02 +02:00
python Alembic: new exporter based on the USD exporter structure 2020-06-30 11:38:46 +02:00
CMakeLists.txt Merge branch 'blender-v2.83-release' 2020-05-25 21:43:54 +10:00
check_deprecated.py Cleanup: pep8 2018-07-03 06:55:02 +02:00