Blender import Sketchup files Support Sketchup 2023
0.23.2
This extension requests the following permissions:
Add-on expects to have access to filesytem.
Add-on expects to have internet access.
We've added new mandatory fields: Featured Image and Icon. Featured Image is shown at the home page instead of the first preview image, and icon is shown in the extension's title (and later will be shown in Blender as well).
Could you please update your extension with an icon and a featured image?
Apologies for the late heads up.
This extension bundles byte-code compiled code __pycache__
,
which could differ from the original code in ways we can't easily validate and isn't necessary.
This should be removed, we recommend to use the extension build
command which wont include these files.
e.g. blender -c extension build
see: https://docs.blender.org/manual/en/dev/advanced/command_line/extension_arguments.html#command-line-args-extension-build
pls make it available for 4.2 pls guys i need this
Hey everyone,
Just a heads-up about a recent change regarding the licensing of add-ons on the Blender extension platform. Moving forward, all add-ons will need to be released under the GNU/GPL 3.0 license (SPDX:GPL-3.0-or-later). This is mainly to keep things simple and consistent across the board.
Previously, we accepted various licenses as long as they were compatible with Blender’s distribution. However, to avoid any confusion and streamline the process, all add-ons using the bpy API should now be presented as GPL 3 (the same license the Blender bundle is distributed). Regardless of whether the original code was under GPL 2, or something else like MIT or ZLIB.
Existing add-ons versions won't be affected. However, new updates will need to comply to the revised requirements.
Thanks for understanding, and feel free to reach out if you have any questions.
@dfrlinto are u one of the dev of this addon? when will it get updated for 4.2???
I'm an m3 chip Mac user and need this plugin. I hope somebody out there makes this plugin happen.
For blender 4.2.1 use Kh-tools to import sketchup files into blender .. very usefull
Not working in Blender 4.2.2 LTS
Throws errors:
KeyError: 'bpy_prop_collection[key]: key "bl_ext" not found' SU | Importing: I:\Documents\DVSawmill_Export.skp Traceback (most recent call last): File "C:\Users\ricom\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\user_default\sketchup_importer__init__.py", line 1039, in execute return SceneImporter().set_filename(keywords['filepath']).load( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\ricom\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\user_default\sketchup_importer__init__.py", line 166, in load self.prefs = context.preferences.addons[addon_name].preferences ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'bpy_prop_collection[key]: key "bl_ext" not found'
Sign in to comment.
This extension looks to include binary files which wont work on all platforms.
Support for multiple architectures isn't yet supported. Setting to awaiting changes although this likely requires changes in Blender's side too.