MayaAttributeData

vtool.data.MayaAttributeData([name]) maya.attributes
class MayaAttributeData(name=None)

maya.attributes Export attribute data on selected nodes. Import attribute data on all nodes exported, unless something is selected.

import_data()

This will import all nodes saved to the data folder. You may need to delete folders of nodes you no longer want to import.

export_data(comment)

This will export only the currently selected nodes.

create()
get_file()
get_type()
is_type_match(data_type)
rename(new_name)
set_directory(directory)
set_name(name)