Results 55 comments of Lee Salzman

I will look into it this weekend to see how hard it is to update the exporter to 2.8.

Those are ideally supposed to be unsigned bytes as that is what most engines are actually using and lines up better with the bone/weight restrictions. If Noesis is using those...

I'd need a test blend file to work with that induces the problem to properly investigate this.

If you want to make a checkbox in the exporter that can optionally enable this (I would want to avoid the joint information being exported by default), them I would...

The idea would be to make an IQM extension, rather than a V3. The extension could hold the necessary keyframe data, or some way of how to interpret the frame...

Remember there can be multiple incoming large packets that can each be fragmented individually, so there is no easy single statistic that I could put in the peer to monitor...

This is complicated by the fact that compression does not operate on user packets, but rather on overall protocol packets, which may contain multiple packets and commands of various origins....

I am kind of out of the loop with recent Blender versions. Do you want to investigate how the script needs to be modified to work with 4.1?

It seems like if the offending call is removed from the script, it might just work. Is that so?

I committed an initial version of the 4.1 exporter that just removes that call. I was just waiting for someone to confirm whether that worked or not. In any case,...