Version numbers for dependencies?

If your topic doesn't fit anywhere else, put it here.

Moderator: joepal

Re: Version numbers for dependencies?

Postby blindsaypatten » Fri Oct 06, 2017 2:13 am

blindsaypatten wrote:Do I recall that someone has already ported the MHX2 export code to the python3 port? If so, can you tell me how to get it and install it? I took a quick look at porting it and got slogged down enough to see if someone has already done it. Thanks.

Actually, it appears that the only change in the MHX2 export code is in save_json.py on line 54 where
elif isinstance(data, (str, unicode)):
should be changed to
elif isinstance(data, str):

There is a problem that manifests in guiexport.py where if you use the file selector to specify the output file the path gets messed up:
event.path: ('C:\Users\Lindsay\Documents\makehuman\v1py3\mhx2_exports\test2.mhx2', 'MakeHuman Exchange (*.mhx2)')
but if you specify the name in the input box it works okay:
event.path: C:\Users\Lindsay\Documents\makehuman\v1py3\exports\test1.mhx2
blindsaypatten
 
Posts: 586
Joined: Tue Mar 14, 2017 11:16 pm

Re: Version numbers for dependencies?

Postby joepal » Fri Oct 06, 2017 7:49 am

Aranuvir's MHX2 port is here: https://bitbucket.org/Aranuvir/mhx2_python3

If we maintain this, it should probably be moved to github. But I'm still planning to turn this into a pull request for the main MHX2 repo.
Joel Palmius (LinkedIn)
MakeHuman Infrastructure Manager
http://www.palmius.com/joel
joepal
 
Posts: 4474
Joined: Wed Jun 04, 2008 11:20 am

Re: Version numbers for dependencies?

Postby Aranuvir » Fri Oct 06, 2017 7:38 pm

joepal wrote:Aranuvir's MHX2 port is here: https://bitbucket.org/Aranuvir/mhx2_python3

If we maintain this, it should probably be moved to github. But I'm still planning to turn this into a pull request for the main MHX2 repo.


IIRC, we agreed that Thomas should host the code. I didn't find the time to make a pull request yet, though I'm still waiting for some internal tests. My repo was never intended to remain open. And there is a problem with the code, because it breaks backward compatibility. Maybe I should branch it before I make the pull request...
Aranuvir
 
Posts: 1314
Joined: Sun Oct 12, 2014 2:12 pm

Previous

Return to General discussions about makehuman

Who is online

Users browsing this forum: No registered users and 1 guest