== addons ==
Loads addons from usual .blender/scripts/addons but also from .blender/scripts/addons_contrib if this folder exists To get latest contrib scripts, we can checkout https://svn.blender.org/svnroot/bf-extensions/contrib/py/scripts/addons/ into release/scripts/addons_contrib/
This commit is contained in:
@@ -827,7 +827,9 @@ class USERPREF_PT_addons(bpy.types.Panel):
|
|||||||
modules = []
|
modules = []
|
||||||
loaded_modules = set()
|
loaded_modules = set()
|
||||||
paths = bpy.utils.script_paths("addons")
|
paths = bpy.utils.script_paths("addons")
|
||||||
|
# if folder addons_contrib/ exists, scripts in there will be loaded
|
||||||
|
paths += bpy.utils.script_paths("addons_contrib")
|
||||||
|
|
||||||
if bpy.app.debug:
|
if bpy.app.debug:
|
||||||
t_main = time.time()
|
t_main = time.time()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user