MCPcopy Create free account
hub / github.com/TEA-Lab/TwoByTwo / file_exists

Function file_exists

data_util/preprocess_obj_blender.py:28–29  ·  view source on GitHub ↗
(filepath)

Source from the content-addressed store, hash-verified

26
27# scale_factor = 2
28def file_exists(filepath):
29 return os.path.exists(filepath)
30
31# activate when need to triangulate the meshes
32

Callers 1

combine_meshesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected