makehumancommunity / makehuman-plugin-for-blender

!DEPRECATED! Plugin for makehuman and related programs (it has been replaced with MPFB2)
https://static.makehumancommunity.org/mpfb.html
220 stars 56 forks source link

Adapt "Dump vgroups" so that it can be used on windows #73

Closed Hunanbean closed 4 years ago

Hunanbean commented 4 years ago

Error: Traceback (most recent call last): File "C:\Users\MyAccountName\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\MH_Community\devtools\printvgroups.py", line 32, in execute with open("/tmp/vgroups.py", "w") as f: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/vgroups.py'

location: :-1

all software and plugins updated to latest with dates of 5/31/2020

joepal1976 commented 4 years ago

This is a developer function intended for debugging, and it's currently written for linux only.

This said, there's no obvious reason why it couldn't be adapted to work on windows too.

Hunanbean commented 4 years ago

Understood, thank you for the clarification.

On Mon, Jun 1, 2020 at 1:59 AM Joel Palmius notifications@github.com wrote:

This is a developer function intended for debugging, and it's currently written for linux only.

This said, there's no obvious reason why it couldn't be adapted to work on windows too.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/makehumancommunity/makehuman-plugin-for-blender/issues/73#issuecomment-636715050, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMNVR7GHTD3I57HU2AQ4AYTRUNUXTANCNFSM4NPSA7KA .

Hunanbean commented 4 years ago

It is currently working under windows.

Thank you