Markus Leuthold
Markus Leuthold
Please allow a passwordless login. This is a common usecase for family members. It has been already reported a few times (e.g #2, #577, #505), but the issues have always...
In Python 2, binary data was handled just fine, because type bytes was just a wrapper around str >>> data = bytes(1) >>> 'a' in data False In Python 3,...
In order to analyze a mesh, it is often helpful to quickly make the mesh object transparent. f3d already has support for transparency by passing the parameter --opacity=. It would...
**Problem** To launch an app, I almost always use the keyboard and press one or two letters. For me it doesn't make sense if the keyboard is hidden. I am...