fbxmaya version???

fbxmaya version???

madsSM765
Explorer Explorer
1,010 Views
6 Replies
Message 1 of 7

fbxmaya version???

madsSM765
Explorer
Explorer

Hi i am developing pipeline for our game...

I wrote this code:

cmds.file(path, force=True, type="FBX export",  es=True )

but it dont work on half of the computers in the office...

 

it turns out its to do with the fbxmaya.mll version... half are on  2019.2 the other half are on 2019.5 (where 'file translator' FBX export don't exists )

 

is there a way I can get every body on the same version of fbxmaya.mll with out re-install Maya

 

thanks,

-Mads  

 

 

0 Likes
1,011 Views
6 Replies
Replies (6)
Message 2 of 7

Christoph_Schaedl
Mentor
Mentor

If you work in the same pipeline you have to install the same maya version.

Otherwise strange stuff will happen. Files will get crashy. Render wont get picket up.

 

Rule number one:: Dont use diffrent maya version in one pipeline. 

----------------------------------------------------------------
https://linktr.ee/cg_oglu
Message 3 of 7

madsSM765
Explorer
Explorer

hahaha 

 

Reality number one:: Everybody are using different maya version in one pipeline. 

Message 4 of 7

Christoph_Schaedl
Mentor
Mentor

Not Studios we have to deal with.

Pipeline freeze is pipeline freeze.

----------------------------------------------------------------
https://linktr.ee/cg_oglu
0 Likes
Message 5 of 7

Anonymous
Not applicable

FBX_ISSUE.jpg

 

same version of maya, same version of FBX plug-in two different computers... 4 out of 5 computers are fine... do you have any idea how i fix it??  

 

thank you.

Message 6 of 7

Anonymous
Not applicable

hey Is there any way of troubleshooting this issue?

we tried reinstalling Maya... with out success... same version of Maya, same version of FBX plug in..

but the File Translators are still different....

(FBX, FBX export, DAE_FBX, DAE_FBX export)

vs.

(Fbx, DAE_FBX, DAE_FBX export)

 

Any idea what courses this???

 

I will try and hack it with mel.. so we will be okay... but its super frustrating!!!

 

code= 'FBXExport -f "'+path+'/'+name+'.fbx'+'" -s ;'

 

-Mads
mel.eval(code)   

 

0 Likes
Message 7 of 7

d_teplov
Community Visitor
Community Visitor

its 2024 and I have the same exact problem! All the computers have "FBX export" except one, that has "Fbx" (not  even "FBX"). Maya version is 2023, so its just frustrating, maybe someone knows the solution to this? Apart from supporting all the different versions...

0 Likes