Feb 2012
1 / 3
Feb 2012
Dec 2014

I get this error

No FBX preset file found
\# Error: RuntimeError: Too many children in layout: gridSettingsFL #

After entering these commands:

import jbUnityTools
jbUnityTools.jbUnityToolsUI()

I'm attempting to run the jbUnityTools script found here:
http://www.cgartistry.com/code.html

Does Python work differently in 2010 than in 2011/2012 ?

  • created

    Feb '12
  • last reply

    Dec '14
  • 2

    replies

  • 2.2k

    views

  • 1

    user

  • 3

    links

Hi Doug. That's not a python problem. 'gridSettingsFL' is my naming convention for 'frameLayout' which is a Maya function that isn't playing well with Maya versions pre-2011. There are two or three other things in jbUnity Tools and jbUDK Tools that will cause issues with pre-2011 Maya as well.  

I realize this is an inconvenience for some people, especially at the Indy level. There are solutions but I haven't had time to implement them.

2 years later