Add System Info to clipboard for easy referencing
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!
Comments
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?
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.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!
i like it.
one more suggestion, how about just automatically saving it to the clipboard. That is, don't even click 'ok'.
Here you have it
And here the corresponding PR System info when clicking the Bonsai Info #6615
Thanks!