I checked it and jpeg200 is showing in output format as well as reading imageformat now. Check if you made some muddle with your config. Sure you don't use the old and dropped full config copy ?
Jens Am 04.07.2014 um 17:59 schrieb Johnny Matthews <[email protected]>: > I built after this update, but still don't see jpeg2000 in my output > options. I just got building again in the last couple weeks so I'm a bit > out of the loop, and yes I am building with scons. > > MacOS X 64bit - Hash: 61e5f81 > > > > Johnny Matthews > guitargeek > > > On Fri, Jul 4, 2014 at 10:43 AM, Sergey Sharybin <[email protected]> > wrote: > >> Not sure it should be 'a' release. I don't see crucial regressions >> code-wise. Why not just update OSX build on ftp? :) >> >> >> On Fri, Jul 4, 2014 at 7:02 PM, Jens Verwiebe <[email protected]> >> wrote: >> >>> Commit: c4eeda267315731c4cf446c3ed030d4f8c158b52 >>> Author: Jens Verwiebe >>> Date: Fri Jul 4 15:01:56 2014 +0200 >>> https://developer.blender.org/rBc4eeda267315731c4cf446c3ed030d4f8c158b52 >>> >>> OSX: Jpeg2000 was formely handled by quicktime, after QT removal it was >>> forgotten to move it to openjpeg, doing this now >>> Note: In releases this was missing since 2.69, so we may want an ‘a’ >>> release for 2.71 >>> >>> =================================================================== >>> >>> M build_files/scons/config/darwin-config.py >>> >>> =================================================================== >>> >>> diff --git a/build_files/scons/config/darwin-config.py >>> b/build_files/scons/config/darwin-config.py >>> index aac7ed4..6f49960 100644 >>> --- a/build_files/scons/config/darwin-config.py >>> +++ b/build_files/scons/config/darwin-config.py >>> @@ -88,6 +88,12 @@ BF_JPEG_INC = '${BF_JPEG}/include' >>> BF_JPEG_LIB = 'jpeg' >>> BF_JPEG_LIBPATH = '${BF_JPEG}/lib' >>> >>> +WITH_BF_OPENJPEG = True >>> +BF_OPENJPEG = '#extern/libopenjpeg' >>> +BF_OPENJPEG_LIB = '' >>> +BF_OPENJPEG_INC = '${BF_OPENJPEG}' >>> +BF_OPENJPEG_LIBPATH='${BF_OPENJPEG}/lib' >>> + >>> WITH_BF_PNG = True >>> BF_PNG = LIBDIR + '/png' >>> BF_PNG_INC = '${BF_PNG}/include' >>> >>> _______________________________________________ >>> Bf-blender-cvs mailing list >>> [email protected] >>> http://lists.blender.org/mailman/listinfo/bf-blender-cvs >>> >> >> >> >> -- >> With best regards, Sergey Sharybin >> _______________________________________________ >> Bf-committers mailing list >> [email protected] >> http://lists.blender.org/mailman/listinfo/bf-committers >> > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers _____________________________________ Jens Verwiebe Allerskehre 44 - 22309 Hamburg Tel.: +49 40 68 78 50 mobil: +49 172 400 49 07 mailto: [email protected] web: http://www.jensverwiebe.de _____________________________________ _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
