rename some functions to use easier to understand names.
'BLI_makestringcode' --> 'BLI_path_rel' 'BLI_convertstringcwd' --> 'BLI_path_cwd' 'BLI_convertstringframe' --> 'BLI_path_frame' 'BLI_convertstringframe_range' --> 'BLI_path_frame_range' 'BLI_make_cwdpath' --> 'BLI_path_cwd'
This commit is contained in:
@@ -2120,8 +2120,8 @@ static void load_backbuffer(Render *re)
|
||||
char name[256];
|
||||
|
||||
strcpy(name, re->r.backbuf);
|
||||
BLI_convertstringcode(name, G.sce);
|
||||
BLI_convertstringframe(name, re->r.cfra, 0);
|
||||
BLI_path_abs(name, G.sce);
|
||||
BLI_path_frame(name, re->r.cfra, 0);
|
||||
|
||||
if(re->backbuf) {
|
||||
re->backbuf->id.us--;
|
||||
|
||||
Reference in New Issue
Block a user