andrewhwood / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

AbcImport form Alembic 1.0.2 won't compile for Maya 2011 #244

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When trying to build the maya plugins in Alembic 1.0.2 for maya 2011 you will 
get compilations errors.

meshIO.setDisplayColors(true);

MeshHelper.cpp(405): error C2039: 'setDisplayColors' : is not a member
of 'MFnMesh'

We need to fix this so that Alembic can be built in Maya 2011.
As a workaround the offending code can be commented out in order to get the 
plugins built.

Original issue reported on code.google.com by ble...@gmail.com on 19 Oct 2011 at 9:47

GoogleCodeExporter commented 9 years ago
I think this is fixed in my trunk.

Original comment by miller.lucas on 7 Nov 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Lucas -

How do we download the version in your trunk?

Original comment by m.fog...@gmail.com on 10 Nov 2011 at 9:04

GoogleCodeExporter commented 9 years ago
hg clone https://miller.lucas@code.google.com/r/millerlucas-dev/ 

Main page for the trunk is here:
http://code.google.com/r/millerlucas-dev/

Original comment by miller.lucas on 10 Nov 2011 at 9:29

GoogleCodeExporter commented 9 years ago
Thanks, still getting the hang of this mercurial thing.

I think I've got alembic working on Maya 2011 OS X Snow Leopard ... I 
commented out the vertex color thing in MeshHelper.cpp.

Do you know what the current state is regarding a Houdini Exporter?  
Sorry if this is the wrong place to ask, I've never used Google Codes 
before.

Original comment by m.fog...@gmail.com on 10 Nov 2011 at 9:33

GoogleCodeExporter commented 9 years ago

Original comment by miller.lucas on 17 Nov 2011 at 6:04