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

Error import ioxplane in Blender 3.4.1 thanks Ben. #722

Open
tomstar52 opened this issue Feb 5, 2023 · 9 comments
Open

Error import ioxplane in Blender 3.4.1 thanks Ben. #722

tomstar52 opened this issue Feb 5, 2023 · 9 comments
Labels
Importer Bugs and features related to the importer

Comments

@tomstar52
Copy link

error 3 4 1

@bsupnik bsupnik added the Importer Bugs and features related to the importer label Feb 25, 2023
@bsupnik
Copy link
Collaborator

bsupnik commented Sep 8, 2023

What version of the exporter are you using?

@melbo911
Copy link

got the same error when trying in install plugin version 4.2.0 (io_xplane2blender_4_2_0-alpha_1-101_20211103174028.zip) into Blender 3.3 on macOS Monterey (intel)
any idea what could cause this ?

Screenshot 2023-11-11 at 15 28 54 Screenshot 2023-11-11 at 15 28 36

@melbo911
Copy link

melbo911 commented Nov 11, 2023

hm... changing 3 lines in the "xplane_keyframe_collection.py" seems to fix it

import copy
import math
#from collections import Iterable, namedtuple                  <----
from collections import namedtuple                                   <----
from collections.abc import Iterable,MutableSequence    <----
from typing import List, Tuple
.
.
.

@DWmFrancis
Copy link

Is someone going to test this and update the release package to accommodate it?

-df

@melbo911
Copy link

melbo911 commented Nov 13, 2023

just found that the current plugin version 4.3.0 already has the same change:

import copy
import math
from collections import namedtuple
from collections.abc import MutableSequence, Iterable
from typing import List, Tuple

.
https://github.com/X-Plane/XPlane2Blender/blob/master/io_xplane2blender/xplane_types/xplane_keyframe_collection.py

@DWmFrancis
Copy link

Any chance one of you might consider fixing the issues with the alpha-1 release that included the ability to import x-plane objects?

@melbo911
Copy link

melbo911 commented Nov 13, 2023

after applying the change from above 4.2.0a1 runs basically for me.. with exports ... but no chance importing anything

getting this error regardless which OBJ I'm trying to import:

Screenshot 2023-11-13 at 18 32 31

did not figure out yet why that happens

however, i found this on the web, but it relates to another plugin and Linux:

https://jkhub.org/forums/topic/12512-trying-to-set-blender-back-up-and-ive-encountered-a-weird-glitch/

@DWmFrancis
Copy link

DWmFrancis commented Nov 14, 2023

I don't think the files that support importing were included in builds after the 4.2.0 Alpha-1 build of xplane2blender. The import function works well with Blender 2.93, but not later releases. Ted Green was leading the development effort, but I don't think he's working with Laminar currently.

@DWmFrancis
Copy link

DWmFrancis commented Nov 14, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Importer Bugs and features related to the importer
Projects
None yet
Development

No branches or pull requests

4 participants