-
Notifications
You must be signed in to change notification settings - Fork 67
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
Import X-Plane not in Import menu #728
Comments
I have the exact same issue Blender 3.5, Windows 11 |
Are you guys using the feature branch with the importer code? There is no importer in the master branch code, It's an "experimental" feature as noted in the readme |
I am using the latest release XPlane2Blender v4.2.0-rc-3 and installed from the zip file in the addons manager as instructed here in the wiki |
The release versions do not contain the importer functionality, it's on the feature branch, check out init.py from master, no import registered:
from the feature branch:
|
Thanks Ian. Clear as mud. The readme says "An experimental importer has been added in 4.2.0-Alpha 1 and can be found here: https://github.com/X-Plane/XPlane2Blender/releases/tag/v4.2.0-alpha.1". |
Mike -
Would that were true, but I suspect not.
I may be wrong, but I think the driving force behind the creation of the Import function is no longer with Laminar.
That’s unfortunate, as the capability is very educational, as it provides a way to see and understand how other aircraft builders have done things.
Plane Maker is also long overdue for a major overhaul.
…-df
On May 3, 2023, at 6:10 PM, Mick Crozier ***@***.***> wrote:
Thanks Ian.
Clear as mud. The readme says "An experimental importer has been added in 4.2.0-Alpha 1 and can be found here: https://github.com/X-Plane/XPlane2Blender/releases/tag/v4.2.0-alpha.1 <https://github.com/X-Plane/XPlane2Blender/releases/tag/v4.2.0-alpha.1>".
One assumes it's also in the releases that follow.
—
Reply to this email directly, view it on GitHub <#728 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABYAPEXMS6UK7L4PKWNU5WDXELXX7ANCNFSM6AAAAAAXQWK4DU>.
You are receiving this because you are subscribed to this thread.
|
Yeah, I was surprised myself, seemed to be in 4.2.0-alpha1, then moved out into the feat-importer branch, and was not present in 4.2.0-rc.1 and forward. I forked (public) the feat-import branch and did some additional work on my copy to import a little more of the content, and have a version which works for me, round trips a cockpit OK. If you have some python/blender experience you should be able to get something working, but from my experience the importer code in this repository isn't 'complete' or 'final'. |
I ended up installing the alpha just to see if it was worth trying the same thing as yourself. But it didn't import the objects at all. Maybe something I'm doing wrong, but not critcial. |
@MickCrozier Not sure what issues you hit, but it's probably worth saying that the code from the repository worked at blender version 2.8.3 but required updates to work correctly in later versions particularly the 3.x releases of Blender (API changes and python version differences). The earlier versions of Blender remain available, downloading a 2.8.3 and trying may resolve some of your problems? |
@ian-m-carr - I've resorted to having two versions of Blender on my system and using 2.93 with the 4.2.0 version of the Import-Export Add-on. Unfortunately, my coding skills are very limited, so I'm not going to be much help beyond testing. I'm under the impression that Ted Green has moved on and Ben isn't interested in continuing to develop the capability. That's really unfortunate, as its very useful for budding aircraft developers and aircraft rennovators. |
@ian-m-carr Your fork is great, thank you! I found these two bugs (posting them here because forks don't seemm to support issue tracking):
The only thing I can do then is restart blender and importing into an empty Blender file. |
@JT8D-17 Sorry, I had not enabled the issues list on the fork. It should be there now.
|
Blender 3.2 MacOS 13.3.1
Installed 4.2.0 rc3
Addon has loaded - I can see X-Plane Export and all the x-plane properties.
But Import is not there.
Is there a trick to enabling it?
The text was updated successfully, but these errors were encountered: