import_gpu

source.Maya.misc_tools.import_gpu(file_name, path)

import given file as gpu cache

Warning

The file need to be a .abc

Example:

import Maya.misc_tools as mtools

mtools.import_gpu(pSphere_gpuCache, ../My_folder)
Parameters
  • file_name (str) – name of the file

  • path (str) – path of the file