You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\modules\addon_utils.py", line 333, in enable
mod = import(module_name)
File "C:\Users\Unite\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\ArmaToolbox_init_.py", line 24, in
from MDLImporter import importMDL
File "C:\Users\Unite\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\ArmaToolbox..\ArmaToolbox\MDLImporter.py", line 14, in
import ArmaTools
File "C:\Users\Unite\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\ArmaTools.py", line 9, in
from ArmaProxy import RebaseProxies, GetMaxProxy
ImportError: cannot import name 'RebaseProxies' from 'ArmaProxy' (C:\Users\Unite\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\ArmaToolbox..\ArmaToolbox\ArmaProxy.py)
The text was updated successfully, but these errors were encountered:
Guys, using 3.0.4 version of this plugin for aboit half a year (since blender 3.3 i think, cant remember) and ever since had no issues. Works fine on the current version of Blender 3.6.
Im modding dayz, not arma, but only difference is location of O2 script.
You need to link path to it in the plugin settings after installation, make sure you did it. I remember having issues with import/export, until i linked this script to plugin.
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\modules\addon_utils.py", line 333, in enable
mod = import(module_name)
File "C:\Users\Unite\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\ArmaToolbox_init_.py", line 24, in
from MDLImporter import importMDL
File "C:\Users\Unite\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\ArmaToolbox..\ArmaToolbox\MDLImporter.py", line 14, in
import ArmaTools
File "C:\Users\Unite\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\ArmaTools.py", line 9, in
from ArmaProxy import RebaseProxies, GetMaxProxy
ImportError: cannot import name 'RebaseProxies' from 'ArmaProxy' (C:\Users\Unite\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\ArmaToolbox..\ArmaToolbox\ArmaProxy.py)
The text was updated successfully, but these errors were encountered: