Closed GoogleCodeExporter closed 9 years ago
Forgot to mention: this is with the current 1.0 build.
Original comment by lapointe...@gmail.com
on 27 Aug 2011 at 2:53
It looks like some of that example code wasn't updated (or updated mechanically
but incorrectly) to reflect changes to the API preceding 1.0.
Alembic templates P3f/P3d types for Properties and GeomParams to distinguish
between a point and vector. Container-wise, they're still backed by
Imath::V3f/d types. In this example, it's a regular Imath::Box3d so the V3d
should be used. I suspect this change was accidentally applied to the example
also.
The other two errors listed above should read:
mesh.getNormalsParam()
mesh.getUVsParam()
(This was another relatively late API change.)
Original comment by steve.lavietes@gmail.com
on 27 Aug 2011 at 3:23
I'll try that out. Thanks for the quick reply.
Original comment by lapointe...@gmail.com
on 27 Aug 2011 at 3:25
Original comment by miller.lucas
on 23 May 2012 at 1:24
Original issue reported on code.google.com by
lapointe...@gmail.com
on 27 Aug 2011 at 2:52