[Bf-committers] Command line option -F EXR not supported in blender-2.46-RC1-windows, scons issue?

Stéphane SOPPERA stephane.soppera at wanadoo.fr
Thu Mar 27 00:23:00 CET 2008


Hi,

I noticed that the blender-2.46-RC1-windows build does not support "-F 
EXR" option when used for background rendering.
Output of blender is:
    Compiled with Python version 2.5.
    Checking for installed Python... got it!
   
    Error: Format from '-F' not known or not compiled in this release.
    Fra:1 Mem:10.57M | Preparing Scene data
    Fra:1 Mem:28.07M | Preparing Scene data
    Fra:1 Mem:45.03M | Preparing Scene data
    ...

I also noticed that when building blender with scons there is the same 
problem.
This is due to the fact that in file source\creator\SConscript, the 
macro WITH_OPENEXR (that conditions the support of "EXR" for output 
format in file source\creator\creator.c) is never defined.

I've added a patch to patck tracker to add the definition of this macro 
when OpenEXR is activated:
https://projects.blender.org/tracker/index.php?func=detail&aid=8766&group_id=9&atid=127

Regards,
Stéphane




More information about the Bf-committers mailing list