[Hdrflow-svn] SF.net SVN: hdrflow: [329] trunk/lib/extras/src/imf/mfn/mfn.cpp
Status: Pre-Alpha
Brought to you by:
glslang
From: <gl...@us...> - 2007-09-30 16:07:10
|
Revision: 329 http://hdrflow.svn.sourceforge.net/hdrflow/?rev=329&view=rev Author: glslang Date: 2007-09-30 09:07:07 -0700 (Sun, 30 Sep 2007) Log Message: ----------- + add dpx to maya plugin Modified Paths: -------------- trunk/lib/extras/src/imf/mfn/mfn.cpp Modified: trunk/lib/extras/src/imf/mfn/mfn.cpp =================================================================== --- trunk/lib/extras/src/imf/mfn/mfn.cpp 2007-09-30 15:15:05 UTC (rev 328) +++ trunk/lib/extras/src/imf/mfn/mfn.cpp 2007-09-30 16:07:07 UTC (rev 329) @@ -192,12 +192,13 @@ extensions.append( "tif" ); extensions.append( "cr2" ); extensions.append( "raw" ); + extensions.append( "dpx" ); CHECK_MSTATUS( plugin.registerImageFile( "HDRFlow", hdrflow::extras::mfn::image_reader::creator, extensions ) ); pl::init( ); #ifndef NDEBUG - MGlobal::displayInfo( "HDRFlow: initialised ..." ); + MGlobal::displayInfo( "HDRFlow: initialised. Please contact su...@cr... for support." ); #endif return MS::kSuccess; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |