I must rebuild.... This dll is used by delphi while building for linux.. I must delete the link with this dll
Material Preview
OK, it runs.
found a few bugs/problems:
1. Previewing blend materials doesn't work -- I assume because the dependant materials are not exported to the preview?
2. the "Indigo output" window keeps scrolling to the top, it's hard to actually
see the current output.
3. previewing materials with textures doesn't work.
4. exporting a .pigm doesn't include any textures.
found a few bugs/problems:
1. Previewing blend materials doesn't work -- I assume because the dependant materials are not exported to the preview?
2. the "Indigo output" window keeps scrolling to the top, it's hard to actually
see the current output.
3. previewing materials with textures doesn't work.
4. exporting a .pigm doesn't include any textures.
Yes, I use "relative path" when I create PIGM file.dougal2 wrote:yes, i always use relative paths with textures. in fact for .pigm, the paths need to be relative, or it doesn't work.
But i always use Absolute path in my scene (because I use indigo over a local netkork)
I will correct this today. Thanks for testing.
Thanks, it looks okay, but I'll go ahead and post it.
I think it may be something to do with the fact that I have a multiboot system, and use the Subst command to set the H: drive as the C: drive. It's never affected anything else, but does that sound likely?
I think it may be something to do with the fact that I have a multiboot system, and use the Subst command to set the H: drive as the C: drive. It's never affected anything else, but does that sound likely?
- Attachments
-
- conf.zip
- (275 Bytes) Downloaded 192 times
hi,
nice app,
I had this problem (output from blendigo),
the xml reader chokes on this:
if I move the comment before the <material> tag it works fine 
thx
Philippe
nice app,
I had this problem (output from blendigo),
the xml reader chokes on this:
Code: Select all
<material> <!-- light or exit portal dummy material -->
<name>posterEmit</name>
<null_material/>
</material>
thx
Philippe
Your conf.ini files seems to be okay. I don't know if the "subst" command can affect my soft.fishbowl wrote:Thanks, it looks okay, but I'll go ahead and post it.
I think it may be something to do with the fact that I have a multiboot system, and use the Subst command to set the H: drive as the C: drive. It's never affected anything else, but does that sound likely?
I think the parser prefers when the comment are "alone" on the line.kwez wrote:hi,
nice app,
I had this problem (output from blendigo),
the xml reader chokes on this:
if I move the comment before the <material> tag it works fineCode: Select all
<material> <!-- light or exit portal dummy material --> <name>posterEmit</name> <null_material/> </material>
thx
Philippe
Like this :
Code: Select all
<material>
<!-- light or exit portal dummy material -->
<name>posterEmit</name>
<null_material/>
</material>
Who is online
Users browsing this forum: No registered users and 23 guests
