bgdev.tools.atom_import_export

Use ATOM to import or export animation.

created

31/01/2019

author

Benoit GIELLY <benoit.gielly@gmail.com>

atom_export(path, nodes)[source]

Export selected controlers into atom file.

Parameters
  • path (str) – The atom file path.

  • nodes (list) – List of controlers to export animation from.

atom_import(path, nodes)[source]

Import animation curves from atom file.

Parameters
  • path (str) – The atom file path.

  • nodes (list) – List of controlers to import animation onto.

export_dialog()[source]

Open up a file dialog to get the atom file to export.

import_dialog()[source]

Open up a file dialog to get the atom file to import.