ericsh6
Joined: 14 Oct 2010 Posts: 7 Location: USA
|
Posted: Sun Aug 07, 2011 4:54 pm Post subject: Linux (wine) Syntheyes -> sizzle exports to z:\ |
|
|
Hi,
I am running Syntheyes in Linux Mint 11 in wine - love it. But the export to Blender script writes to z:\ which is what wine assigns the root "/".
Here is the sizzle line:
"tex.image = bpy.data.images.load(\"" fix_slashes(cob.shot.imageName) "\")\n"
So the image /home/eric/hobbit.jpg gets written to Z:\\home\\eric\\hobbit.jpg
Is there a way in sizzle to remove the Z: ???????? |
|