[Sidefx-houdini-list] field3d compile problem
Drew Whitehouse
Drew.Whitehouse at anu.edu.au
Thu Mar 10 19:22:48 EST 2011
Magnus got back to me on the Field3d list, this is to do with a recent
Field3d update -
For others reference, all calls like
float taperx = (*i)->floatMetadata("_houdini_.taperx", 1.0);
become
float taperx = (*i)->metadata().floatMetadata("_houdini_.taperx", 1.0);
Thanks Magnus.
-Drew
- Hide quoted text -
On Fri, Mar 11, 2011 at 11:09 AM, Magnus Wrenninge <
magnus.wrenninge at gmail.com> wrote:
> With Field3D v1.2 metadata was factored out into a separate class. So
> you need to use field.metadata.floatMetadata(), etc. This was done so
> the same class could be used for the global/file metadata.
> I'll send Jeff Lait an email and let him know they need to update it.
>
> Thanks,
> Magnus
--
Drew Whitehouse
ANU Supercomputer Facility Vizlab
More information about the Sidefx-houdini-list
mailing list