martijnberger / pyslapi

Python bindings for the official Sketchup API
237 stars 134 forks source link

Update to blender 2.8 and SketchUp 2018 #31

Open TargetCrafter opened 5 years ago

TargetCrafter commented 5 years ago

It would be nice to have this addon working in Blender 2.8 because of the improved ease of use. This would make SketchUp 2018 and Blender 2.8 together with this addon a great option for even beginners

StephenNewport commented 5 years ago

Agreed!

hardwire666 commented 5 years ago

Would be nice to not need to go between 2.79 and 2.8 for this to work.

rutgerkuipers commented 5 years ago

Looking forward to that!

lgtrombetta commented 5 years ago

This would be great!

However, this project seems to be dead :(

NazzarenoGiannelli commented 5 years ago

I guess he is developing only the paid version on the blender market now https://blendermarket.com/products/bmesh-clean-add-on

StephenNewport commented 5 years ago

Thanks for the heads up, very helpful

On Mon, Jun 24, 2019 at 8:12 AM Nazzareno Giannelli < notifications@github.com> wrote:

I guess he is developing only the payed version on the blender market now https://blendermarket.com/products/bmesh-clean-add-on

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/martijnberger/pyslapi/issues/31?email_source=notifications&email_token=ALPTXYCY3VI3ZLEVIEUYMHDP4C2ZNA5CNFSM4GXJVW32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYMW5MI#issuecomment-504983217, or mute the thread https://github.com/notifications/unsubscribe-auth/ALPTXYCRI7ZBZLE2T2XCESDP4C2ZNANCNFSM4GXJVW3Q .

-- S T E P H E N N E W P O R T P O S T - P R O D U C T I O N A R T I S T Architecture http://www.StephenNewport.com/Architecture · Food http://www.StephenNewport.com/Food · Product http://www.StephenNewport.com/Product

schroef commented 5 years ago

Well that other addon has nothing todo with the import. It CANT import, its for cleaning up.

So i guess there must be another importer.

a4jp-com commented 5 years ago

Has anyone found a way to import a SketchUp model with textures into Blender 2.8?

ubilaptop commented 5 years ago

@a4jp-com I’ve given on my 2.80 a try and just checked that on GitHub I did not even find a working version for 2.8, just untile 2.79. If you point out a updated version for 2.8, I’ll give a try on my system. On 2.79 everything is fine.

Daniele

Il giorno 24 ago 2019, alle ore 09:44, a4jp-com notifications@github.com ha scritto:

Has anyone found a way to import a SketchUp model with textures into Blender 2.8?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/martijnberger/pyslapi/issues/31?email_source=notifications&email_token=AJKOBCOU7OVKDN4NFQ3VNJ3QGDRFZA5CNFSM4GXJVW32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5B257I#issuecomment-524529405, or mute the thread https://github.com/notifications/unsubscribe-auth/AJKOBCLE4O2QJFWZH7WEMFLQGDRFZANCNFSM4GXJVW3Q.

jgwinner commented 4 years ago

Another request for a version update. Just checking!

    == John ==
martijnberger commented 4 years ago

I guess he is developing only the paid version on the blender market now https://blendermarket.com/products/bmesh-clean-add-on

I am not the author of that one

schiette commented 4 years ago

I would love this as well! 2.8 is where it's at :)

hardwire666 commented 4 years ago

really best bet is to get an older version of Blender to do the import, save, and then re-open in a newer version of blender.

a4jp-com commented 4 years ago

It looks like the only option now sadly. If everything is open source here can we try editing the exporter so it works? What happened with the latest version? Which bit of the exporter is broken?

ac3d912 commented 4 years ago

@martijnberger I see you picked up development again on this in the blender-2.8 branch. I took a stab at fixing it, and got it to at least load in to Blender 2.82.7, but now I'm hitting some issues that are well outside my understanding. If you like, I can submit a PR with the work I've done and you can try to pick it up from there. Not sure how far you've gotten in the last couple of months.

(BTW, looks like one of the biggest differences was Blender advancing the python version to 3.7, so recompiling the pyd with 3.7 was necessary)

a4jp-com commented 4 years ago

Yay. Does that mean we can almost load SketchUp files into the newest version of Blender? This will be so cool. I can't program in Python but I can test anything made here if you like.

arindam-m commented 4 years ago

@ac3d912 and @Everyone_Else_Looking_For_2.8_Compatible_Release I have just made a Windows build release of this importer for Blender 2.82a. Get it from here.

@martijnberger I have also opened a pull request for the same. Thanks. :)

ac3d912 commented 4 years ago

Works great! Good job!

schiette commented 4 years ago

Thanks a ton! My first tests are all successful. Will do some more tests this week.

Mhowser commented 4 years ago

Any progress on this by chance?