Changeset View
Changeset View
Standalone View
Standalone View
netrender/baking.py
| Context not available. | |||||
| return process | return process | ||||
| result_pattern = re.compile("BAKE FILE\[ ([0-9]+) \]: (.*)") | result_pattern = re.compile("BAKE FILE\\[ ([0-9]+) \\]: (.*)") | ||||
| def resultsFromOuput(lines): | def resultsFromOuput(lines): | ||||
| results = [] | results = [] | ||||
| for line in lines: | for line in lines: | ||||
| Context not available. | |||||
| index = "%02i" % point_cache.index | index = "%02i" % point_cache.index | ||||
| if os.path.exists(cache_path): | if os.path.exists(cache_path): | ||||
| pattern = re.compile(name + "_([0-9]+)_" + index + "\.bphys") | pattern = re.compile(name + "_([0-9]+)_" + index + "\\.bphys") | ||||
| cache_files = [] | cache_files = [] | ||||
| Context not available. | |||||