Bug 224756 - graphics/blender: Doesn't see local plugins
Summary: graphics/blender: Doesn't see local plugins
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-31 03:48 UTC by Yuri Victorovich
Modified: 2017-12-31 04:21 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (FreeBSD)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2017-12-31 03:48:59 UTC
I tried to install the "sverchok" plugin from here: https://github.com/nortikin/sverchok

Blender says that it installed it:
> $ blender
> Read prefs: /home/yuri/.config/blender/2.79/config/userpref.blend
> Modules Installed () from '/tmp/sverchok-0.5.9.6.2.zip' into '/home/yuri/.config/blender/2.79/scripts/addons'


And the files are there:
> $ ls /home/yuri/.config/blender/2.79/scripts/addons/sverchok-0.5.9.6.2/
> LICENSE           __init__.py       data_structure.py index.md          menu.py           node_tree.py      old_nodes         settings.py       ui
> README.md         core              docs              json_examples     node_scripts      nodes             package.py        sockets.py        utils

But it never appears in the list of plugins, so it can't be enabled and used.

My guess is that some paths are wrong.

Thanks,
Yuri
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2017-12-31 04:21:55 UTC
Ah, this is probably a broken plugin...