This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
daz3d:daz3dtoblender [2016/06/10 02:24] admin [Importing from Blender] |
daz3d:daz3dtoblender [2016/06/10 06:02] (current) admin [Magenta Clothes] |
||
|---|---|---|---|
| Line 29: | Line 29: | ||
| ==== Importing from Blender ==== | ==== Importing from Blender ==== | ||
| - | An alternate way of getting the content is to find the scene.py file, created by the Daz3D step, opening this file with the Blender Text Editor, then running the script. When I did this, I got an error on the first line, | + | An alternate way of getting the content is to find the '' |
| import mcjBlendBot | import mcjBlendBot | ||
| Line 42: | Line 42: | ||
| I had not properly installed the mcjBlendBot.zip content. I opened the zip, then copied the content to: '' | I had not properly installed the mcjBlendBot.zip content. I opened the zip, then copied the content to: '' | ||
| + | ==== Magenta Clothes ==== | ||
| + | It's working OK, but the clothing is Magenta. Perhaps the materials aren't loading right. | ||
| + | |||
| + | Doing a Google on magenta indicated my suspicion was correct. I looked at that generated scene.mtl file and noticed that the directory path was incorrect. | ||
| + | |||
| + | | ||
| + | |||
| + | The spaces were changed to underscores, | ||
| + | |||
| + | Discovered settings in the Daz3D plugin Auxiliary Options tab, need to | ||
| + | |||
| + | ^Collect Maps|Checked| | ||
| + | ^No spaces in .mtl paths|Checked| | ||
| + | |||
| + | It appears that when the plugin creates the scene.mtl file, it will be default change spaces to underscores, | ||
| + | |||
| + | This seems to work: | ||
| + | |||
| + | {{: | ||