Patrick W. Crawford
Patrick W. Crawford
Thanks for sharing, and very strange indeed - definitely want to eliminate crashes in any way possible. I've just replicated your exact steps, and find it is indeed happening on...
Thanks for sharing, and that helps affirm it's cross platform. I'm working on compiling a bug report for the blender dev team with a simplified code example.
Just wanted to say, thank you both wonderful people to chatting across plugins and chatting with the Godot team! Much appreciated.
This was a change integrated after proposed by someone else using the repository, citing issues with it working in a studio setting where it was disabled. It was a bit...
Edit to add more context, this is where the issue arose: https://github.com/CGCookie/blender-addon-updater/issues/35#issuecomment-360160280 I could also be recalling a separate email chain that wasn't on github, but probably makes the most...
Hi there, thanks for sharing the idea! And indeed, you are correct that with little modification this could be used for a nice, essentially decentralized, general purpose updater. I've actually...
Yes we could revisit PIP after this first release, it's making more sense to me now than before. There's still the oddity of whether it should update their ops code...
Note to self around getting this included as a pip module. A [note method](https://packaging.python.org/distributing/) and [reference setup](https://github.com/johnroper100/Blended/blob/master/setup.py).
Hi @agajdosi so sorry for the crazy long delay here, I somehow missed the notification. Would love to have this pr! If you don't get to it, I certainly will...
Yup, your last approach is an appropriate way to get days in that tooltip (for days at least). One thing to know is that when an operator registers, it only...