makehumancommunity / community-plugins-socket

Socket server for makehuman
7 stars 11 forks source link

fix plugin for use with makehuman v1.1.1 and latest mhapi #3

Open brueli opened 4 years ago

brueli commented 4 years ago

quick fix for make human v1.1.1 to make the plugin usable again.

Aranuvir commented 4 years ago

Since Python2 and therefore makehuman 1.1. are deprecated, I don't think the fix makes much sense, sorry. But that's my personal opinion...

brueli commented 4 years ago

Agree. Got stuck later on either...

Thanks for responding.

Aranuvir notifications@github.com schrieb am Di., 3. März 2020, 22:57:

Since Python2 and therefore makehuman 1.1. are deprecated, I don't think the fix makes much sense, sorry. But that's my personal opinion...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/makehumancommunity/community-plugins-socket/pull/3?email_source=notifications&email_token=ACGYSGKS324JSK7OXFEHG63RFV4LBA5CNFSM4LASVMWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENVKGQQ#issuecomment-594191170, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACGYSGJA3R7N3GHEFR53IJ3RFV4LBANCNFSM4LASVMWA .

Rochichi commented 4 years ago

Ramon thanks for the fix but I don't know what to do with it, I just need a little guidance if you could help.I run Blender 2.79b with IMac 10.11 El Capitan and I can't even get MHX2 to install in blender

brueli commented 4 years ago

Hi Rochichi.

I got stuck with the addon bugfix later, because the mhx server just didn't start.

Basically, you need to follow this guide here: http://www.makehumancommunity.org/content/plugins.html

And make sure you have the PY3 build of MakeHuman. The default binary build won't work for with the export plugin (see plugin install guide).

In my case, I had to switch to the mh py3 build to fix the issues. I had no issues to install the blender addon at all.

Hope this helps.

Best regards.

Rochichi notifications@github.com schrieb am So., 22. März 2020, 22:37:

Ramon thanks for the fix but I don't know what to do with it, I just need a little guidance if you could help.I run Blender 2.79b with IMac 10.11 El Capitan and I can't even get MHX2 to install in blender

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/makehumancommunity/community-plugins-socket/pull/3#issuecomment-602277236, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACGYSGJGVSVS5SEQNBPS4ILRI2AIPANCNFSM4LASVMWA .

davkeor commented 2 years ago

i am get this plugin and move to plugin floder,but not run

joepal1976 commented 2 years ago

We will not be updating plugins for 1.1.1 anymore. 1.1.1 uses python 2, which has reached end of life. It does not make sense to keep python 2 compatibility in plugins.

MakeHuman 1.2.0 comes with the socket plugin bundled.

I'm keeping this PR open in case someone else wants to use it.