Nicholas Frechette

Results 89 comments of Nicholas Frechette

TODO list before integration into develop branch: * [x] Rebase on latest develop * [x] Review code, add comments, ensure coding style is maintained * [x] Remove new defines like...

# Compression stats ## Baseline develop | Data Set | Compressed Size | Compression Speed | Error 99th percentile | | ------- | -------- | ------- | ------- | **CMU**...

Thanks for the suggestion! The return type coercion is definitely the trickiest part to generate documentation for. I might have to pre-process an intermediate format of the doc generation to...

Hello and thanks for the feedback! The documentation at the moment is a bit thin. Aside from examples missing, the documentation isn't browsable (you have to look at the headers...

This has been fixed by MSVC but I'm not sure in which version. We should revisit the hack commit and test on VS2017 and 2019 to see if its fixed....

That is very strange. This check is there for a good reason, if we trip that assert, it means we are writing out of bounds because the buffer allocated just...

That's very strange. This assert is in the decompression code, by then the compression should be done and we cannot recover. I suspect that there is an edge case that...

Sounds good, keep me posted. I'll look at this in the next week or two. I've last heard of your issue about 5 years ago now but back then, it...

@tomlooman I took a look at this and here is what I think is happening. When ACL builds the compression data, we allocate one ACL track per bone, we look...

Hello @tomlooman, I have prepared a tentative fix in pull request #119 for the next patch release. The specific commit that should fix your issue is the following: https://github.com/nfrechette/acl-ue4-plugin/pull/119/commits/fc705ab38aee320a09843e5ce66ab70be3263039 I'd...