F
by falken10vdl on 23 Apr 2025, edited 24 Apr 2025
#
+3 votes
Here is a proposal of a little button in the bottom right corner of the blender window to copy system info to the clipboard so it is easy to report in issues/bugs/etc.

Currently it reports:
os version, blender version, Bonsai version and active addons.
Please take a look and let me know if this is something useful and if som other info should be added.
"
Thanks!
S
by sjb007 on 24 Apr 2025
#
https://github.com/IfcOpenShell/IfcOpenShell/issues/6609#issuecomment-2825084513
The feature is there to get this info already. Is there a particular reason to have it always visible?
T
by theoryshaw on 24 Apr 2025
#
i like it.
To make it less conspicuous, could you have the Bonsai vo.8.3 -alpha250421-3311b70
be clickable, to provide this info? That way, you don't have to say 'System Info'.
Maybe have the button be emboss=False
to make it even more inconspicuous.
F
by falken10vdl on 24 Apr 2025
#
+2 votes
You guys are right! I saw the issue some hours ago and I thought it was a very good idea. I did not see the answer that it is already available in the "copy debug information".
I have modified the code as @theoryshaw has said but calling the info that @sjb007 has pointed out (to call the bpy.ops.bim.copy_debug_information() operator and then just print the clipboard to a popup).
See it here working
Thanks!
T
by theoryshaw on 24 Apr 2025
#
one more suggestion, how about just automatically saving it to the clipboard. That is, don't even click 'ok'.
F
by falken10vdl on 24 Apr 2025, edited 24 Apr 2025
#
+3 votes
Here you have it
And here the corresponding PR System info when clicking the Bonsai Info #6615
Thanks!