Andrew Consroe
Andrew Consroe
Maybe antivirus software? Have you tried other folders? Like maybe the `C:\Users\\AppData\Local\Autodesk\webdeploy\production\` folder could work?
I also just debugged this issue of passing (row, col) keypoints from SIFT into a ransac estimation of a EuclideanTransform and would like to contribute an example or doc. [This...
I found the answer I was looking for from [this comment](https://github.com/scikit-image/scikit-image/issues/1789#issuecomment-213355663) which shows that the image passed to `warp` can be made to work with a matrix that is solved...
Is it possible your Desktop folder didn't exist? One of the linked answers used `parents=True`, but the final answer it gives should be the same as what the code currently...
sorry for the tangential comment, but that workaround is very helpful, thanks for sharing @DaanDeMeyer . I came across this issue in googling a pivot_root error from crun running from...
Could you explain why this works? My vague understanding was that `pivot_root` cannot be called on a rootfs and even after using the above trick, I still get `rootfs on...
Hmm interesting, from a quick look my notes are: * there is no direct API for export as f3z * f3z are just zip files * using [document.allDocumentReferences or document.documentReferences](https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-54a08742-92b2-4831-b9e6-4161b89f6e1e)...
Hmm my read of that is that the `XRef` is a folder (or is it named `_XRef_` can't tell) that has all the referenced `f3d` files inside, I guess with...
Okay I got curious, here is what I found Unzipping a simple test assembly f3z with 1 linked component gives the following files (no folder structure) ``` a27aac9d-74c0-455e-b097-98eba85a4292.f3d ac0b0f2a-0753-4507-9b92-32e1ad7888ac.f3d DesignDescription.json...
@jpr73350 There is a checkbox to export drawings. Off topic for this issue