[Bf-committers] PSD file is not displayed with a file choice screen of Image Editor.(r60621)

PerfectionCat sindra1961reborn at yahoo.co.jp
Wed Oct 9 09:26:11 CEST 2013


Hi.

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.

if env['WITH_BF_PSD']:
    defs.append('WITH_PSD')

[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 <dfelinto at gmail.com>
>To: PerfectionCat <sindra1961reborn at yahoo.co.jp>; bf-blender developers <bf-committers at blender.org> 
>Cc: IRIE Shinsuke <irieshinsuke at yahoo.co.jp>
>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
>
>


More information about the Bf-committers mailing list