Hi.
Because I wrote wrong content, I made modifications definitely.
The contents which I processed.
[btools.py]
I add 'WITH_BF_PSD' to opts_list[].
I add a lower line to localopts.
(BoolVariable('WITH_BF_PSD', 'Support PSD image format if true', True)),
[win32-vc-config.py]
I add a lower line.
WITH_BF_PSD = True
[blender\source\blender\SConscript]
I add a lower line.
if env['WITH_BF_PSD']:
SConscript (['imbuf/intern/oiio/SConscript'])
[blender\source\blender\blenkernel\SConscript]
I add a lower line.
if env['WITH_BF_PSD']:
defs.append('WITH_PSD')
[blender\source\blender\imbuf\SConscript]
I add a lower line.
if env['WITH_BF_PSD']:
defs.append('WITH_PSD')
[blender\source\blender\imbuf\intern\oiio\SConscript]
I add a lower line.
defs = []
if env['WITH_BF_PSD']:
defs.append('WITH_PSD')
incs.append(env['BF_OIIO_INC'])
[blender\source\blender\makesrna\SConscript]
I add a lower line.
if env['WITH_BF_PSD']:
defs.append('WITH_PSD')
[blender\source\blender\makesrna\intern\SConscript]
I add a lower line.
if env['WITH_BF_PSD']:
defs.append('WITH_PSD')
PerfectionCat
----- Original Message -----
>From: Dalai Felinto <[email protected]>
>To: PerfectionCat <[email protected]>; bf-blender developers
><[email protected]>
>Cc: IRIE Shinsuke <[email protected]>
>Date: 2013/10/9, Wed 15:56
>Subject: Re: [Bf-committers] PSD file is not displayed with a file choice
>screen of Image Editor.(r60621)
>
>
>Hi,
>
>
>> However, an error occurs when I open the PSD file.
>
>
>There is not much I can do with this information alone. Please use the tracker
>to bug report this. There you can attach a problematic file, show the error, a
>screenshot, ... and we can investigate it properly.
>
>
>Thanks,
>Dalai
>
>
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers