User Tools

Site Tools


daz3d:daz3dtoblender

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 ''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, 
  
   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: ''C:\Program Files\Blender Foundation\Blender\2.77\scripts\modules''. Now from Daz3D it will open Blender with the scene inside. I had not properly installed the mcjBlendBot.zip content. I opened the zip, then copied the content to: ''C:\Program Files\Blender Foundation\Blender\2.77\scripts\modules''. Now from Daz3D it will open Blender with the scene inside.
  
 +==== 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. 
 +
 +   C:/Users/Public/Documents/My_DAZ_3D_Library/Runtime/textures/goldtasselM/DriftHair/T_DriftFront.jpg
 +   
 +The spaces were changed to underscores, making the files be incorrect.
 +
 +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, which makes the graphics files un-findable. When turning off the option, it appears that having spaces in the file path in the scene.mtl file also causes the files to be unreadable. Forcing "Collect Maps" seems to copy the graphics into one spot so that they can be found.
 +
 +This seems to work:
 +
 +{{:daz3d:mcjoptions.png?nolink|}}
  
  
daz3d/daz3dtoblender.1465525475.txt.gz · Last modified: 2016/06/10 02:24 by admin