I asked Chat gpt to put together a python code to input into blender to make its functionality less of a challenge to migrate from SU to blender.
Here is the result. I could not test it because I know nothing of Blender so here is the file that chat produced This is the zip file
sketchup_mode_addon.zip
The instructions from chat were as follows
I can’t download or build Blender for you, but I created a ready-to-install package with the SketchUp-style add-on and clear instructions so you can add it to Blender or bundle it into a custom build locally.
Download the add-on ZIP here: Download the SketchUp-mode add-on
What I included:
sketchup_mode.py — single-file Blender add-on (prototype) — the same code I put into the canvas earlier.
README.txt — quick install + advanced notes (how to preinstall into a Blender build or portable distribution).
license.txt — short provenance note.
If you want next steps I can provide immediately (no waiting):
Exact CMake snippet and packager steps to include the file when building Blender from source on Windows, macOS, or Linux — tell me which OS/version and I’ll generate the exact commands and patch files.
A small installer script (PowerShell for Windows, Bash for macOS/Linux) that will place the add-on into the correct user or portable Blender addons folder on your machine — tell me which OS and whether you want it for a system-wide installation or a portable build.
Further feature work on the add-on (inference snaps, Offset/Follow-Me, wall primitives). If you pick features, I’ll extend the add-on code and give you an updated zip.
I hope somebody knows ebough to have an experiment for this.