Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/modules/bpy/path.py
| Context not available. | |||||
| if f_iter_nocase: | if f_iter_nocase: | ||||
| return _os.path.join(dirpath, f_iter_nocase) + suffix, True | return _os.path.join(dirpath, f_iter_nocase) + suffix, True | ||||
| else: | else: | ||||
| # cant find the right one, just return the path as is. | # can't find the right one, just return the path as is. | ||||
| return path, False | return path, False | ||||
| ncase_path, found = _ncase_path_found(path) | ncase_path, found = _ncase_path_found(path) | ||||
| Context not available. | |||||