alexxbb / hapi-rs

Idiomatic Rust bindings to Houdini Engine C API
MIT License
64 stars 7 forks source link

Support HAPI_CurveInfo::isClosed #17

Closed luxalpa closed 4 months ago

luxalpa commented 1 year ago

I'm looking for a way to load a KineFX skeleton into Houdini via Engine. It seems that HAPI_CurveInfo::isClosed exists but hasn't yet been replicated here.

alexxbb commented 1 year ago

Pushed a fix to the main. Will do a crate release later. Meanwhile, you can pull from git directly:

[dependencies]
hapi-rs = { git = "https://github.com/alexxbb/hapi-rs.git", branch = "e287f5f" }
alexxbb commented 4 months ago

A fixed version is out now.