[Bf-committers] Addons bundling python modules override blender's bundled modules

Ellwood zzyxpaw at gmail.com
Fri Aug 11 02:46:29 CEST 2017


Just a heads up:

I noticed that the blend4web addon bundles its own version of requests, 
which seems to completely override blender's version of requests. As in, 
running 'import requests' in the python console imports blend4web's 
version.

This could conceivably cause an addon bundling an old version of a 
module (in the same manner as blend4web is bundling requests) to 
unintentionally break other addons.

I haven't looked too deeply into it, but it might be worth investigating.



More information about the Bf-committers mailing list