MCPcopy Create free account
hub / github.com/DNA-Rendering/DNA-Rendering / release

Method release

scripts/3DGS/SMCReader.py:397–405  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

395 return smpl_dict
396
397 def release(self):
398 self.smc = None
399 self.__calibration_dict__ = None
400 self.__kinect_calib_dict__ = None
401 self.__available_keys__ = None
402 self.actor_info = None
403 self.Camera_5mp_info = None
404 self.Camera_12mp_info = None
405 self.Kinect_info = None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected