Mark Reid

Results 145 comments of Mark Reid

Thanks for reviewing the pull request! Its been a while since I looked at this code, I'll take a deeper dive when I get a chance.

Thanks again everyone for taking the time to review! @cedrik-fuoco-adsk I'll move the cmake code to a separate file. I'm going leave the rest of folder/file structure as it is...

Sorry it took me so long to get back to this. I'm very comfortable with intel intrinsics which is the main reason I did it this way. Personally, I like...

I think its good to remove the `Draft`. There is a better SSE2 fallback I'd like to add for cpu's that don't have the F16C extensions, but I can do...

I had a similar issue with RV_DEPS_PYTHON3 failing to build and it was because of pyside2. There was a version mismatch between shiboken2 and numpy. The shiboken2 version that was...

looks like my user install of numpy (which is 1.23) is taking precedence ``` CustomBuild: "The build of 'D:\Dev\OpenRV\cmake-build\CMakeFiles\054c25e07d1b34473f031eb2389d95b6\python39.dll.rule' depends on 'D:\DEV\OPENRV\CMAKE-BUILD\RV_DEPS_PYTHON3\INSTALL\RV_DEPS_PYSIDE2-BUILD-FLAG' which is produced by the build of 'D:\Dev\OpenRV\cmake-build\CMakeFiles\88126ce37fdc28f1c62a2db9bf32c5fc\RV_DEPS_PYSIDE2-buil...

Have you looked at the [dump_marker.py](https://github.com/markreidvfx/pyavb/blob/main/examples/dump_markers.py) example? Markers are stored on a `_TMP_CRM` attribute on a component in a sequence. I think the CRM might stand for crumb, like a...

Thanks for reaching out to me about this, I really appreciate it! I'm not very knowledgeable about docker and didn't even know python had official images! I'll switch to using...

You might need to change the mobid of your composition your editing. Did you trying importing into a different bin? Media Composer might be re-using the exported Timeline.

Plugins can have private binary blobs of binary data as parameters. You will probably need to reverse what all the bytes in the blob represent. Feel free to document it...