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:
@@ -1064,7 +1064,7 @@ static int ptcache_path(PTCacheID *pid, char *filename)
|
||||
file[i-6] = '\0';
|
||||
|
||||
snprintf(filename, MAX_PTCACHE_PATH, "//"PTCACHE_PATH"%s", file); /* add blend file name to pointcache dir */
|
||||
BLI_convertstringcode(filename, blendfilename);
|
||||
BLI_path_abs(filename, blendfilename);
|
||||
return BLI_add_slash(filename); /* new strlen() */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user