Page MenuHome

FIx for compilation errors in collada export on OS X 10.7 with XCode 4.3.3
Closed, ResolvedPublicPATCH

Description

blender/source/blender/collada/EffectExporter.h and blender/source/blender/collada/ImageExporter.h both define methods but include the class name in the method signature in the header file (i.e. void ImagesExporter::export_UV_Images(); in ImageExporter.h should be declared as void export_UV_Images();)

Anyway, this patch simply fixes the method declarations so that the code compiles.

Event Timeline

checked and these changes have been made in svn already, closing.

Campbell Barton (campbellbarton) changed the task status from Unknown Status to Resolved.Jul 21 2012, 12:41 AM