Global Metadata Dat ((hot)) (2026)

No pixel moves, no chop transforms the space, without first checking the metadata’s face. It holds the version, artist, and the state – a quiet ghost that orchestrates the great. Let me know which direction matches your intent, and I can expand it into a full module or documentation.

def get_all(self): return self._metadata global metadata dat

def export_json(self): import json return json.dumps(self._metadata, indent=2) No pixel moves, no chop transforms the space,

def get(self, category, key, default=None): return self._metadata.get(category, {}).get(key, default) No pixel moves

It sounds like you’re asking for a piece related to — likely in the context of TouchDesigner (where .dat is a text or table DAT operator) or a broader data management / pipeline concept.