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

Export to p3d error #15

Open
RipperRabbit opened this issue May 5, 2020 · 4 comments
Open

Export to p3d error #15

RipperRabbit opened this issue May 5, 2020 · 4 comments

Comments

@RipperRabbit
Copy link

Seem to getting this when I exsport a model to p3d
File "C:\Users\JoshF\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\ArmaToolbox_init_.py", line 223, in execute
exportMDL(self, filePtr, self.selectionOnly);

any ideas ?

@AlwarrenSidh
Copy link
Owner

Need more info. This is only the top level of the call stack.

@AirsoftArmoury1596
Copy link

This might help;
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\addons\ArmaToolbox\panels.py", line 581, in poll
return context.active_object.active_material!=None and arma.isArmaObject == True
AttributeError: 'ArmaToolboxProperties' object has no attribute 'isArmaObject'

@AlwarrenSidh
Copy link
Owner

Is the active object a mesh object?

@AirsoftArmoury1596
Copy link

Yes.
its not giving me the same error anymore, instead of attribute 'isArmaObject' its attributes 'applyModifiers' and 'mergeSameLOD'

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

3 participants