trigger.objects.scene_data ========================== .. py:module:: trigger.objects.scene_data .. autoapi-nested-parse:: Generic module to hold, edit and query data to/from a Maya Node's attribute. It inherits Python's dict class and overrides the __setitem__ and __getitem__ methods to store and retrieve data from a Maya node's attribute. Attributes ---------- .. autoapisummary:: trigger.objects.scene_data.LOG Classes ------- .. autoapisummary:: trigger.objects.scene_data.SceneDictionary Module Contents --------------- .. py:class:: SceneDictionary(node, attribute='sceneData') Bases: :py:obj:`dict` Python 2 version of SceneDictionary. .. py:method:: get(key, default=None) Get the value from the dictionary. .. py:method:: update(*args, **kwargs) Update the dictionary. .. py:method:: validate_attribute() Create the attribute on the node. .. py:data:: LOG