MCPcopy Create free account
hub / github.com/OpenImagingLab/4DSloMo / do_system

Function do_system

scripts/n3v2blender.py:190–195  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

188 db.close()
189
190def do_system(arg):
191 print(f"==== running: {arg}")
192 err = os.system(arg)
193 if err:
194 print("FATAL: command failed")
195 sys.exit(err)
196
197# returns point closest to both rays of form o+t*d, and a weight factor that goes to 0 if the lines are parallel
198def closest_point_2_lines(oa, da, ob, db):

Callers 1

n3v2blender.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected