Open huxingyi opened 6 years ago
Hi, very neat library! I am planning to use it in my modeling tool for fbx export. I found a minor issue of values initializer, for example, here: https://github.com/jskorepa/fbx/blob/23d475a23dc2cad6ec46962c069d6c47824ff51f/src/fbxproperty.cpp#L176 values is been initialized with a size, this will double the size of the vector. These values initializers should be removed.
Hi, very neat library! I am planning to use it in my modeling tool for fbx export. I found a minor issue of values initializer, for example, here: https://github.com/jskorepa/fbx/blob/23d475a23dc2cad6ec46962c069d6c47824ff51f/src/fbxproperty.cpp#L176 values is been initialized with a size, this will double the size of the vector. These values initializers should be removed.