Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PPE-Untested/doesn't work #7

Open
jentron opened this issue Mar 28, 2020 · 7 comments
Open

PPE-Untested/doesn't work #7

jentron opened this issue Mar 28, 2020 · 7 comments

Comments

@jentron
Copy link
Owner

jentron commented Mar 28, 2020

Poser Prop Exporter is untested and assumed not to work

@dlorre
Copy link

dlorre commented May 15, 2020

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
Copy link
Owner Author

jentron commented May 16, 2020

  • The prop exporter is working for me (at least, its loading the GUI) without the changes to import. Is the GUI not loading for you?
  • There was a bug where it was looking in the wrong place for face data. I just fixed that, so it is now exporting props.
  • There is a case-sensitivity bug in the export, the pp2 has :Runtime:geometries: instead of :Runtime:Geometries:
  • UV's don't work

@dlorre
Copy link

dlorre commented May 16, 2020

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
Copy link
Owner Author

jentron commented May 16, 2020

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
Copy link

dlorre commented May 16, 2020

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
Copy link
Owner Author

jentron commented May 16, 2020

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

@dlorre
Copy link

dlorre commented May 16, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants