Page 3 of 4

Re: Asset downloader plugin

PostPosted: Sat Jul 30, 2016 7:14 pm
by joepal
This is on me. I didn't enable the export of the database to run regularly yet. I need to set up a cron job to run the script once in a while.

So it's still stuck on whenever it was I ran it manually last time, probably a week ago or so.

(The technical explanation is that there is a python script which reads the drupal database and produces a json file with all the asset details. The drupal site obviously reads real time from that same database, which is why the recent changes view is always up to date)

Re: Asset downloader plugin

PostPosted: Sun Jul 31, 2016 5:32 pm
by RobBaer
joepal wrote:This is on me. I didn't enable the export of the database to run regularly yet.


A sysop's life is hell because of those nasty plugin developers. What to do if you are both? Whatever it is, be gentle because we need you! :D

Re: Asset downloader plugin

PostPosted: Tue Aug 16, 2016 8:42 pm
by Kimba
Community tab not showing in MH 1.1.0. I've checked and rechecked the settings. Checked permissions. Checked instructions. Using MH 1.1.0 on Linux Mint 18.

Re: Asset downloader plugin

PostPosted: Tue Aug 16, 2016 8:44 pm
by joepal
Is the plugin visible in the settings->plugins tab? Does the log say anything interesting?

http://www.makehumancommunity.org/wiki/ ... _report%3F

Re: Asset downloader plugin

PostPosted: Tue Aug 16, 2016 9:01 pm
by Kimba
Cant see plugin in plugins or logs. No errors or warnings. It doesn't appear at all. The path is home/kim/makehuman/v1/plugins. I left the folders intact. Should I empty the folder contents into plugins itself?

Tried putting files directly in plugins but got confused when the system asked to replace init_py so cancelled.

Re: Asset downloader plugin

PostPosted: Tue Aug 16, 2016 9:11 pm
by RobBaer
Kimba wrote:Cant see plugin in plugins or logs. No errors or warnings. It doesn't appear at all. The path is home/kim/makehuman/v1/plugins. I left the folders intact. Should I empty the folder contents into plugins itself?


The plugins folder is with the MakeHuman program binary, not the MakeHuman assets folder .


I'm not sure if you are on a Linux system, but this is something like ~/bin/makehuman/makehuman/plugins on my Ubuntu installation. On a Windows system it will be something like c:\program files\makehuman\makehuman\plugins Of course, in both cases it depends where you installed MakeHuman.

Re: Asset downloader plugin

PostPosted: Tue Aug 16, 2016 9:33 pm
by Kimba
On Linux Mint 18. I installed from software manager. I have scoured my hidden files and there is nothing about Makehuman in any system files. The only makehuman files are in ~/makehuman/v1/

Re: Asset downloader plugin

PostPosted: Tue Aug 16, 2016 9:41 pm
by RobBaer
Kimba wrote:On Linux Mint 18. I installed from software manager. I have scoured my hidden files and there is nothing about Makehuman in any system files. The only makehuman files are in ~/makehuman/v1/



What directory do you start makehuman from? That is the directory of interest. The v1 folder is just for assets and is not the one of interest here. Typically the main installation folder will have blendertools, docs, makehuman, and maketarget-standalone. From among these, pick the makehuman subfolder and open it. Within this subfolder, you will find folders like apps, core, data, etc. One of these will be called plugins. This is the one you want.

Dump the mhapi, 8_community assets, and 8_server_socket folders in the plugins folder and restart MakeHuman. Good luck.

Here are (hopefully reproducible) instructions for the steps that I just just used successfully; maybe they will help:

Instructions for using the community plugin:
• Go to https://github.com/makehumancommunity/community-plugins
• On the clone or download button choose “download zip”
• Extract the downloaded zip (I did this on windows so not sure how well it works on the Linux side). Perhaps it is better to use git on the Linux side.
• Navigate into the folder [./community-plugins-master/community-plugins-master/makehuman/] and observe three folders: mhapi, 8_community assets, and 8_server_socet
• Copy all three folders and their contents to the plugins folder in ~/bin/makehuman/makehuman/plugins/ (Linux) or C:/makehuman/makehuman/plugins/ (or maybe c:/program files/makehuman/makehuman/plugins) on Windows. Note: This is the location of your installation NOT your assets
• Restart MakeHuman and go to the Community tab
• Click synchronize in the right panel
• Select an asset in the left panel
• Click Download

Re: Asset downloader plugin

PostPosted: Tue Aug 16, 2016 10:20 pm
by loki1950
Works on my brand new Mint 18 install and you should be using the makehuman ppa it has the asset downloader included ;) not the default one from the software manager just uninstall it install the ppa from this link https://launchpad.net/~makehuman-offici ... ehuman-11x

Enjoy the Choice :)

Re: Asset downloader plugin

PostPosted: Wed Aug 17, 2016 3:25 am
by Kimba
Thanks all for the help. I found the plugin folder under usr/share/makehuman/plugins, i'ts working well.