- hash characters in the path would confuse the output file name and not add numbers to it (when rendering animations).
- added an option to BLI_convertstringframe and BLI_convertstringframe_range to add digits if not found. - removed BLI_convertstringframe where its obviously not needed - such as loading movies and sounds.
This commit is contained in:
@@ -97,8 +97,8 @@ int BLI_has_parent(char *path);
|
||||
* @retval Returns true if the path was relative (started with "//").
|
||||
*/
|
||||
int BLI_convertstringcode(char *path, const char *basepath);
|
||||
int BLI_convertstringframe(char *path, int frame);
|
||||
int BLI_convertstringframe_range(char *path, int sta, int end);
|
||||
int BLI_convertstringframe(char *path, int frame, int digits);
|
||||
int BLI_convertstringframe_range(char *path, int sta, int end, int digits);
|
||||
int BLI_convertstringcwd(char *path);
|
||||
|
||||
void BLI_makestringcode(const char *relfile, char *file);
|
||||
|
||||
Reference in New Issue
Block a user