jentron / Blender-PT2

This is a fork of the Poser Tools found here: https://www.renderosity.com/mod/freestuff/?item_id=76373
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

PPE-Untested/doesn't work #7

Open jentron opened 4 years ago

jentron commented 4 years ago

Poser Prop Exporter is untested and assumed not to work

dlorre commented 4 years ago

Hey I am interested by this because I own Poser Pro 2010 and need to import rigged meshes from Blender.

I have fiddled with it a bit and it seems that you can no longer import modules, you have to import classes instead.

So, to get PPI12 working you can do:

from . PPI12 import *

This video can also help: https://www.youtube.com/watch?v=uahfuypQQ04

If I can make a proper setup and if you continue to manage this project I will send a pull request. Thanks for your work.

Dominique Lorre

jentron commented 4 years ago
dlorre commented 4 years ago

Hey I am using Blender 2.81 on Windows, and I have only the importer working. I don't know about the space issue, I just installed VSCode so I don't know if it uses tabs or spaces, it should adapt to the source code normally. Good luck with this project.

jentron commented 4 years ago

I'm interested in your feedback on the project, and look forward to more pull requests in the future. Hopefully I'll do a better job merging them next time!

dlorre commented 4 years ago

Yes, I will look, but in the meantime I have found an exporter for Blender to DAZ which might do the job for me: https://sites.google.com/site/millighostmix/home/export_dsf_prop

Are you using VSCode?

jentron commented 4 years ago

No, generally just Notepad++, although I use Spyder for ipython stuff

dlorre commented 4 years ago

Ah I see, with VSCode you can test the addon directly by pressing Alt+P, it's explained in the video above.