mgear.rigbits.rbf_io¶
Handles the import and exporting of all supported RBF node types
-
mgear.rigbits.rbf_io.
RBF_FILE_EXTENSION
¶ str – extention of the serialized json data
-
mgear.rigbits.rbf_io.
RBF_MODULES
¶ Dict – nodeType: module api, normalized to fit the rbfManager
__author__ = “Rafael Villar” __email__ = “rav@ravrigs.com”
Functions
exportRBFs (nodes, filePath) |
exports the desired rbf nodes to the filepath provided |
fileDialog (startDir[, mode]) |
prompt dialog for either import/export from a UI |
importRBFs (filePath) |
import rbfs from file, using the assoiciated module type to recreate |