houio icon indicating copy to clipboard operation
houio copied to clipboard

C++ library for reading and writing of houdini geometry file format (json/binary json)

Results 4 houio issues
Sort by recently updated
recently updated
newest added

To resolve this issue : #7 String attributes are stored in json file as follow : [ "size",1, "storage","int32", "strings",["/pCube1/pCubeShape1","/pSphere1/pSphereShape1"], "indices",[ "size",1, "storage","int32", "arrays",[[0,1,0,1,0,1,0,1,0,1]] ] ] Store "arrays" in new...

Hi, String attributes are not stored by points. When iterating through houio::HouGeo::AttributeAdapter::Ptr, (retrieved with houio::HouGeo::getPointAttributeNames() ), string attributes are not stored by points. HouGeo::HouAttribute::getString() only returns unique values of a...

Using the Topology reference object returned by the houio::HouGeo pointer via the method getTopology(), I found the object lacks information to build a topology for mesh export I noticed there...

I have discovered that houio::json::Token::event() is not handling uniform array of signed int8 type. This sort of data is present in BGEO mesh of type Polygon [sphere_Polygon.zip](https://github.com/dkoerner/houio/files/1405340/sphere_Polygon.zip) I do have...