DotBow

Results 127 comments of DotBow
trafficstars

> > > Yeah idk I can't get it to build a functional executable. > For now I'm back on Python from the Windows store, which isn't supported anyways. I...

Hi! Thanks to you for using Blender Version Manager! I always write a short log of features/fixes when releasing new version. ![изображение](https://user-images.githubusercontent.com/32243930/59300151-7c067f00-8c9f-11e9-96b4-4bacc2db3e37.png) You can always access all commits on GitHub,...

Technically it is possible, but it is hard to know what previous build commit hash was. And what range of changes to show exactly? It is sophisticated since daily builds...

Hi! Somehow this issue was skipped... Anyway, the second suggestion is now in new program https://github.com/DotBow/Blender-Launcher.

https://github.com/DotBow/Blender-Launcher/blob/master/source/widgets/library_widget.py#L217-L236 Maybe I am a bit confused about using **script** and **executable** arguments in a proper way?..

Ok, after an hour of testing I found out that the problem was in spaces inside path and name of shortcut. For path I escaped spaces with '\\', but if...

Well, it is a bit tricky. As far as I know, not all Unix systems support escaping with '\\' (on Debian it is probably different). It also might be better...