Problem Importing Hitman for Freak5

rickfoxxx7@gmail.com[email protected] Posts: 186
edited December 1969 in New Users

This is my problem. It happen when I try import Hitman clothes(except glasses) (http://www.daz3d.com/hitman) to Poser Pro 2012 with DSON.

001.jpg
294 x 194 - 9K

Comments

  • Richard HaseltineRichard Haseltine Posts: 100,842
    edited December 1969

    If you open the Poser file (CR2) in a text editor there should be a call to a Python script, like this

    {
     version
     {
      number 9
     }
     runPythonScript "something.py"
    }

    near the start (possibly with material settings after, but hey don't matter). Is the something.py in the folder with the CR2, and is there a .duf file with the same name too?

  • rickfoxxx7@gmail.com[email protected] Posts: 186
    edited December 1969

    If you open the Poser file (CR2) in a text editor there should be a call to a Python script, like this

    {
     version
     {
      number 9
     }
     runPythonScript "something.py"
    }

    near the start (possibly with material settings after, but hey don't matter). Is the something.py in the folder with the CR2, and is there a .duf file with the same name too?

    I open the files DSON with Poser Library. I don't use Phyton script.

    The duf diles are with py files and crz files in the sam folder.

  • Richard HaseltineRichard Haseltine Posts: 100,842
    edited December 1969

    Opening the files through the library does use the Python script -the library file runs the .py script and the script launches the importer to read the .duf file. It looks as if they are there - is other content loading correctly with the importer?

  • rickfoxxx7@gmail.com[email protected] Posts: 186
    edited December 1969

    Opening the files through the library does use the Python script -the library file runs the .py script and the script launches the importer to read the .duf file. It looks as if they are there - is other content loading correctly with the importer?

    Yes, other DSON works perfect.

Sign In or Register to comment.