I want to be able to have a python script append a blender file from a link that it is housed in. I have the .blend file on my website and I want to be able to grab it from blender, and append it. Is there any way to do this?
Asked
Active
Viewed 198 times
0
-
Everything? Related: How to Link/Append a data-block using the Python API? – brockmann Dec 15 '20 at 18:42
-
Thanks, but I meant link as in website link like example.com link – Breadcrumb Dec 15 '20 at 20:17
-
No problem. Here you go: https://stackoverflow.com/questions/22676/how-do-i-download-a-file-over-http-using-python Otherwise I'd suggest share the current state of your code, see: https://blender.stackexchange.com/help/how-to-ask – brockmann Dec 15 '20 at 20:35
-
Than you Brockmann! – Breadcrumb Dec 15 '20 at 20:36