Created attachment 2764[details]
Fixes IQM bounds swapping and segfault when missing bounds
IQM does not swap the correct number of bounds. Bounds are per-frame and should use num_frames, not num_poses which is related to joints.
Some places do not check if model has bounds and result in a segfault.
Created attachment 2764 [details] Fixes IQM bounds swapping and segfault when missing bounds IQM does not swap the correct number of bounds. Bounds are per-frame and should use num_frames, not num_poses which is related to joints. Some places do not check if model has bounds and result in a segfault.