Home Technical Talk

Maya FBX Import on startup

lowpolymatt
polycounter lvl 4
Offline / Send Message
lowpolymatt polycounter lvl 4
Hey Guys,
I'm trying to get a script to run on startup that will import an fbx for me.
I've got my mel script, it's sourced in userSetup.mel

But it wont load the FBX. Isntead I get an error:
// Error: file: C:/Users/Name/Documents/maya/2018LT/scripts/importFBX.mel line 1: Cannot find procedure "FBXImport". // 

The Mel script contains the following:
FBXImport -file "E:/Directory/my.fbx";

Anyone got any ideas why FBXImport can't be found and how I can fix it?

Thanks in advance :smile:

Replies

Sign In or Register to comment.