Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem installing DragonFF in blender 2.8 #33

Closed
Keysky opened this issue Mar 23, 2020 · 1 comment
Closed

Problem installing DragonFF in blender 2.8 #33

Keysky opened this issue Mar 23, 2020 · 1 comment

Comments

@Keysky
Copy link

Keysky commented Mar 23, 2020

Getting the following message from blender when trying to install the addon scripts from masters

`Traceback (most recent call last):
File "D:\Softwares\Blender28\2.80\scripts\modules\addon_utils.py", line 351, in enable
mod = import(module_name)
File "C:\Users\adity\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\gta_init_.py", line 18, in
from . import gui, map_importer
File "C:\Users\adity\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\gta\map_importer.py", line 19, in
from . import map as map_utilites, dff_importer
File "C:\Users\adity\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\gta\map.py", line 17, in
from . import map_data
File "C:\Users\adity\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\gta\map_data.py", line 24, in
from .importer_common import game_version
ImportError: cannot import name 'game_version' from 'gta.importer_common' (C:\Users\adity\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\gta\importer_common.py)

`

@Keysky Keysky closed this as completed Mar 23, 2020
@Keysky
Copy link
Author

Keysky commented Mar 23, 2020

It worked with blender 2.82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant