Hello,
I've got following error on activation of crowdrender:
don't know why...:
2.79b with Win7x64
Exception in module register(): 'C:\\Blender\\2.79\\scripts\\addons\\crowdrender\\__init__.py'
Traceback (most recent call last):
File "C:\Blender\2.79\scripts\modules\addon_utils.py", line 350, in enable
mod.register()
File "C:\Blender\2.79\scripts\addons\crowdrender\__init__.py", line 101, in register
select_platform()
File "C:\Blender\2.79\scripts\addons\crowdrender\__init__.py", line 75, in select_platform
set_sys_path('Win64')
File "C:\Blender\2.79\scripts\addons\crowdrender\__init__.py", line 92, in set_sys_path
addons_path = bpy.utils.script_paths(subdir="addons")[1]
IndexError: list index out of range
Hi lihe! Great to make your acquaintance :) The error you're getting is probably due to the installation of the addon into a non-standard location such as into the same directory as the blender executable. I see this quite often and its usually easy to fix by making sure you have a scripts path set in your blender preferences.
You'll be happy (or perhaps not) to know that with the next version about to be released, we've hopefully fixed this issue for good by no longer requiring blender to have a scripts path set. It seems that a lot of people have blender setup this way so we've made changes to account for the addon being installed elsewhere other than your user directory, which is normally where the add-on's are installed which are not bundled with blender.
Hope this helps :)