Author Topic: g3d_support.py error  (Read 1641 times)

John.d.h

  • Moderator
  • Airship
  • ********
  • Posts: 3,757
  • I have to go now. My planet needs me.
    • View Profile
g3d_support.py error
« on: 6 May 2009, 19:57:44 »
Okay, so I just installed the g3d_support.py script into my .blender/scripts directory and followed all the directions, to get only this error message when I try to run it:


This is what the line in question (267) says:
Code: [Select]
for x in xrange(0,len(data.texturecoords),2): #Prepare the UV´s
In case you get the same error, simply remove the nonstandard character from the comment, so it looks like this:
Code: [Select]
for x in xrange(0,len(data.texturecoords),2): #Prepare the UVsand it should work fine.

wciow

  • Behemoth
  • *******
  • Posts: 968
    • View Profile
Re: g3d_support.py error
« Reply #1 on: 7 May 2009, 11:57:49 »
Thanks John! a useful tip for windows users.
Check out my new Goblin faction - https://forum.megaglest.org/index.php?topic=9658.0