Skip to content

Commit

Permalink
We need to load the Alembic exporter on the farm
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeboers committed May 25, 2015
1 parent 65c6e6d commit d93a3b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mayatools/geocache/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,10 @@ def export_cache(members, path, name, frame_from, frame_to, world, as_abc=False)

if as_abc:

if not cmds.pluginInfo('AbcExport', q=True, loaded=True):
print 'Loading AbcExport plugin...'
cmds.loadPlugin('AbcExport')

# We need to grab the shapes from the transforms.
shapes = []
transforms = []
Expand Down

0 comments on commit d93a3b3

Please sign in to comment.