Our site is generously sponsored by:

The best landscaping service Austin and lawn service company in Austin Texas and Cedar Park is Lawn Service Cedar Park.

Lawn Care Service of Cedar Park
100 E Whitestone Blvd
Ste 148, #166
Cedar Park, TX 78613
(512) 595-0884

The best landscaping service leander and lawn service provider in Leander TX is Leander Landscaping Pros.

Leander Lawn and Landscaping Pros
1800 Montana Ct
Leander, TX 78641
USA
(512) 468-2670
Please give them a visit!
  • This is a reminder of 3 IMPORTANT RULES:

    1- This is an English forum. Please post only in English.

    2- This is NOT a commercial or advertising forum. All content must be shared for FREE.

    3- No invites or links to Discord, Telegram, WhatsApp, or similar platforms.

    Please take a moment to review our forum rules and guidelines here: SoccerGaming Rules and Guidelines.

    Thank you!

  • This is a quick notice about an upcoming SITE UPDATE:

    Our new main website will be launching soon. During this transition, there may be brief periods of downtime.

    The SoccerGaming forums will remain accessible directly at:

    https://soccergaming.com/forums

    We appreciate your patience and support as we work on improving the platform for everyone.

    Thank you!

[SE7EN] FIFA 3D Importer Exporter (Updated Version - Blender 2.8x)

Is Blender 2.69 - 2.71 beginner friendly?

  • Yes

  • No

  • Have never used it


Results are only viewable after voting.
Hi, I'm getting problems to export stadium textures.

I'm getting this. This problems happens to me by using Blender 2.71 and the add-on made for this version.


Traceback (most recent call last):

File "fifa_tools\scripts\fifa_operators.py", line 100, in invoke

f.type=path.split(sep='//'(-1).split(sep='_')[0]+'_'+'texture';print('Fyle type Detected: ',f.type);f.container_type,f.endianess,f.endian,f.size,f.offsets,f.count=fifa_main.file_ident(f.data);fifa_main.read_file_offsets(f,dir)

AttributeError: 'str' object has no attribute 'type'

location: <unknown location>:-1
 
How to install:

Download:
-blender-2.93.5-windows-x64 (https://download.blender.org/release/Blender2.93/blender-2.93.5-windows-x64.msi)
-python-3.12.4-amd64 (https://www.python.org/downloads/release/python-3124/)
-FIFA.3D.Importer.Exporter.v0.70.0a (https://github.com/DeathGOD7/FIFA-3...-beta)/FIFA_3D_Importer_Exporter_v0.70.0a.zip)

Open Command Prompt as Administrator, type the following commands one by one, and press enter after each to install:
pip install clr
pip install pythonnet

Open Blender 2.93.5 as Administrator:
-Edit preferences
-Install Addons
-Select FIFA.3D.Importer.Exporter.v0.70.0a.zip
-Click checkbox to enable
-Done

Video:
 
Last edited:
Ok, everything installed correctly, I understand that it is a beta version, if I'm not mistaken when importing a stadium the materials and textures are not imported, you can only see the 3D model, but without assigned textures or materials, thanks @Death GOD 7
 
Anyone know how to fix this error:
Python: Traceback (most recent call last):
File "C:\Users\newuser\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\fifa_tools\scripts\fifa3D_operators.py", line 1247, in invoke
object = bpy.data.objects[(type + '_' + str(id) + '_0_' + 'eyes')]
UnboundLocalError: local variable 'type' referenced before assignment

location: <unknown location>:-1


I cannot export face files.

Untitled.png
 
Ok, everything installed correctly, I understand that it is a beta version, if I'm not mistaken when importing a stadium the materials and textures are not imported, you can only see the 3D model, but without assigned textures or materials, thanks @Death GOD 7

When I import faces with this tool, it only works in Legacy Mode. Modern mode always returns an error. Try that if you have not.
 
Back
Top