GPv3: Reverse Curve node #113702

Manually merged
Dalai Felinto merged 55 commits from dfelinto/blender:grease-nodes-reverted-node into main 2023-10-16 11:54:19 +02:00
1 changed files with 11 additions and 2 deletions
Showing only changes of commit b1cd144d7e - Show all commits

View File

@ -1830,10 +1830,19 @@ static char *wm_main_playanim_intern(int argc, const char **argv)
GHOST_SwapWindowBuffers(ps.ghost_data.window);
/* One of the frames was invalid or not passed in. */
if (sfra == -1 || efra == -1) {
/* one of the frames was invalid, just use all images */
sfra = 1;
efra = MAXFRAME;
if (argc == 1) {
/* A single file was passed in, attempt to load all images from an image sequence.
* (if it is an image sequence). */
efra = MAXFRAME;
}
else {
/* Multiple files passed in, show each file without expanding image sequences.
* This occurs when dropping multiple files. */
efra = 1;
}
}
build_pict_list(