VoronDesign / Voron-2

Voron 2 CoreXY 3D Printer design
GNU General Public License v3.0
3.74k stars 992 forks source link

Convert the used CAD projects in Free Software alternative as required by GPLv3 #308

Closed Kreyren closed 2 years ago

Kreyren commented 2 years ago

Currently the design depends on nonfree libraries required to work with the proprietary format f3d used in proprietary Fusion360 which conflicts with GPLv3 as it requires that the design be workable using Free Software solution[https://www.gnu.org/licenses/gpl-faq.en.html#FSWithNFLibs].

Proposing to convert the used project files in FreeCAD+OpenSCAD/LibFive to make the workable in a Free Environment while making them more functional.

Note that using such software management makes the designs more:

  1. Functional - Enabling modular design instead of the current fixed
  2. Robust - Through the possibility of test implementation in OpenSCAD/LibFive e.g. failing Quality Assurance ("QA") on a merge request if a hole with expected diameter of 10mm>=5mm is outside of the standardized scope.

Motivation

During my research for my CoreXY printer design i found this project and i would like to work on it and adjust it for my computing* as it saves me a time and resources on the design.


If such change is in the scope of this project then i would like to contribute to the effort namely:

  1. Converting the provided STL files in OpenSCAD/LibFive
  2. Working on standardization of the parts in FreeCAD and generated assembly
  3. Cost optimization of the project e.g. using printed parts for the structure instead of aluminium extrusion
khumarahn commented 2 years ago

Converting voron files to freecad or openscad is way too much to ask from the developers. Imagine how much time that takes!!!

You can probably use the step files which are provided and can be used in freecad. Step is the universal format for exchange between cads, so I'd argue that there is no violation of GPLv3 here.

Kreyren commented 2 years ago

Converting voron files to freecad or openscad is way too much to ask from the developers. Imagine how much time that takes!!! @khumarahn (https://github.com/VoronDesign/Voron-2/issues/308#issuecomment-1040318425)

I calculated it on 814.2 EUR for an engineer working non-stop at the average minimal wage in the EU, feel free to correct me.

So I agree that it's a lot of work, but i am willing to work on it as it's still less resources in comparison to making my own design from the scratch.

.. So more like a question whether i can submit them here to avoid maintaining my fork :p

... and to figure out the management of work

Step is the universal format for exchange between cads, so I'd argue that there is no violation of GPLv3 here. -- @khumarahn (https://github.com/VoronDesign/Voron-2/issues/308#issuecomment-1040318425)

I find that being a valid argument, but i see it as "distribution of a built-binary using a proprietary solution" scenario as the imported files can't be changed easily in a FreeCAD that expects parametrized objects or in OpenSCAD/LibFive that expect functional objects.

khumarahn commented 2 years ago

This is not a commercial project, the monetary estimates don't mean much... (But just in case, my estimate is approximately 31'415.92 cayman island dollars.) Step files can be worked with in freecad, and parametrized models often don't exist in f3d either.

You should look around, other people proposed conversions to different formats, you may be able to collaborate with someone. But it is unlikely that freecad versions of files will become a part of this repo: then the team will be responsible for updating them, and this becomes unrealistically too much work.

Kreyren commented 2 years ago

CC @Maglin @FHeilmann @nemgrea

raymondh2 commented 2 years ago

Please do not ping people into this conversation. We will look at this issue when we have time

nemgrea commented 2 years ago

converting the cad to ANYTHING other than the Standard for the Exchange of Product Data (.STEP) is counterproductive.

Kreyren commented 2 years ago

This is not a commercial project, the monetary estimates don't mean much... -- @khumarahn (https://github.com/VoronDesign/Voron-2/issues/308#issuecomment-1040339679)

I am aware, my intention was to calculate the amount of work that would be needed to realize this proposal where i usually use EUR/USD since calculating in terms of working hours is often not accurate enough.

Step files can be worked with in freecad, and parametrized models often don't exist in f3d either. -- @khumarahn (https://github.com/VoronDesign/Voron-2/issues/308#issuecomment-1040339679)

Thus why i said "easily" as using the STEP files for simulations and changing them gets really annoying over the time which then requires the object to be redefined for larger changes.

converting the cad to ANYTHING other than the Standard for the Exchange of Product Data (.STEP) is counterproductive. -- @nemgrea (https://github.com/VoronDesign/Voron-2/issues/308#issuecomment-1040341372)

I do not propose changing the output formats just the solution used to generate them so that it can be worked on in a Free Environment.

Please do not ping people into this conversation. We will look at this issue when we have time -- @raymondh2 (https://github.com/VoronDesign/Voron-2/issues/308#issuecomment-1040341032)

Noted, sorry! i am used to pinging people.

raymondh2 commented 2 years ago

So first off let us start with the use of STEP files. STEP files are an ISO standard, ISO 10303-21, used by all major CAD packages to allow interchange of data between them.

Second some of our developers are significantly more comfortable in the CAD packages they use and won't likely ever be changing, hence the use of STEP files allowing easy exchange of the files.

nemgrea commented 2 years ago

Currently the design depends on nonfree libraries required to work with the proprietary format f3d used in proprietary Fusion360 which conflicts with GPLv3 as it requires that the design be workable using Free Software

this is a misunderstanding of the license and is not a requirement.

solution used to generate them so that it can be worked on in a Free Environment.

they already can be worked on in any environment since step files are the iso standard for all cad packages.

you are welcome to model whatever youd like and submit it to the voron users repo but the cad formats and workflow for the voron project are not up for debate.

Kreyren commented 2 years ago

So first off let us start with the use of STEP files. STEP files are an ISO standard, ISO 10303-21, used by all major CAD packages to allow interchange of data between them. -- @raymondh2 (https://github.com/VoronDesign/Voron-2/issues/308#issuecomment-1040349351)

Again i am not proposing to change the output, i only propose changing the CAD solution used to generate these files.

Second some of our developers are significantly more comfortable in the CAD packages they use and won't likely ever be changing, hence the use of STEP files allowing easy exchange of the files. -- @raymondh2 (https://github.com/VoronDesign/Voron-2/issues/308#issuecomment-1040349351)

I find it hard to believe that the proposed solution will be a problem in terms of a comfort as it's significantly more user-friendly and functional (excluding topological optimization as that is to my knowledge a thing made by proprietary industry and we have to make it from scratch in our solution due to them not sharing, but it works sometimes better then the alternative).

FWIW So far everyone who i convinced to try FreeCAD and OpenSCAD/LibFive (12 out of 12 ppl) found the solution significantly less flustrating and functional, but there seems to be a learning curve for those who migrate from Fusion360 so be aware of that if you want to migrate.

this is a misunderstanding of the license and is not a requirement. -- @nemgrea (https://github.com/VoronDesign/Voron-2/issues/308#issuecomment-1040355881)

I find this being a common argument, but from my conversation about hardware freedom with the license authors (https://lists.gnu.org/archive/html/libreplanet-discuss/2022-01/msg00059.html) i understood that using proprietary solution to produce the Free Hardware Designs in questions is fine as long as the use of a proprietary solution does not infringes on one's rights to use, study, improve and redistribute.

In this case the design depends on non-free libraries that obstruct the right to:

So in good faith i believe that this argument would be valid if Fusion360 exported it's project file in an non-proprietary format so it's still violation of the GPLv3 in terms of depending on non-free libraries that do not fall under the System Libraries term.

nemgrea commented 2 years ago

improve - as i can't contribute to this project without using Fusion360 as the use of the proprietary libraries and formats is not compatible with functions and formats used in Free Software CAD solutions and it's implementation in the Free Software solution would be a violation of AutoCAD's license.

yes you can, nothing preventing a step file from being opened or edited in any of the programs listed. so this is not true.

i contribute to this project heavily and i dont use fusion360 at all..

use - I can't adjust this design for my computing as it's not compatible with a free environment

yes you can, nothing preventing a step file from being opened or edited in any of the programs listed. so this is ALSO not true.

raymondh2 commented 2 years ago

As we have no interest in forcing a CAD package on our devs I am closing this. You can always use whatever CAD package you want to open the STEP file we provide and make changes to it.

bubnikv commented 2 years ago

@Kreyren

I calculated it on 814.2 EUR for an engineer working non-stop at the average minimal wage in the EU, feel free to correct me.

As a full time paid open source developer, I find your line of thought rather amusing. Nothing stops you from sourcing those 814.2 EUR and remodeling into a CAD of your choice. I wish you a good luck, however I am not sure whether such a deed of yours would fit the pure saint open source standards if you do it for money.

Kreyren commented 2 years ago

i contribute to this project heavily and i dont use fusion360 at all.. -- @nemgrea (https://github.com/VoronDesign/Voron-2/issues/308#issuecomment-1040393055)

Can you elaborate how? Do you just submit the STEP files for the project developers to adapt them in Fusion360 project? Or is the development oriented around the STEP files with the fusion360 being used as a form of tool configuration without hard dependency on the design?

As we have no interest in forcing a CAD package on our devs I am closing this. You can always use whatever CAD package you want to open the STEP file we provide and make changes to it. -- @raymondh2 (https://github.com/VoronDesign/Voron-2/issues/308#issuecomment-1040404101)

Alternatively to "Forcing FreeCAD" the objects can be redefined in OpenSCAD which can then be imported in both Fusion360 and FreeCAD to work on them so it would no longer have a hard dependency on Fusion360 while enabling other solutions that would then be only used for

  1. prototyping - As OpenSCAD is not the tool for that
  2. Design of sketches for documentation and definition of the OpenSCAD files using polygons and polyhydrons

So changing the workflow to enable both solutions with the modular design enabled by functional engineering and exporting the STEP files on new release.

In terms of what would need to be done for it:

  1. Slightly changing the file hierarchy
  2. Issue tracking per STL file to be converted in a OpenSCAD
  3. Changing on rolling-release repository with staged releases on demand.
  4. Standardization of the parts (required for modular designs)

Would this be a better solution?

raymondh2 commented 2 years ago

Fusion360 is used by some of the developers as their CAD package. When we work on the final assembly they get exported as STEP files by the other devs and assembled in the lead dev's package of choice, in this case Fusion360, and exported as a STEP. The functional difference between the F360 and STEP files is non-exsistent.

Moving to OpenSCAD and FreeCAD is not an option, as stated before, as some of the developers we have do not wish to learn it and find their CAD package more intutive. We recognive the pro's of OpenSCAD but the package does not fit OUR workflow.

Kreyren commented 2 years ago

Also FreeCAD can import Autodesk Inventor files through 3rd party addon https://github.com/jmplonka/InventorLoader -> So in theory if you also provide the ipt files along side the f3d then i might be able to use the Fusion360 project file in FreeCAD.

NOTE: I deprecated the use of Fusion360 in my development while ago so i don't know if ipt files include the same data s the f3d

raymondh2 commented 2 years ago

There is no need to as we provide the STEP files.

wile-e1 commented 2 years ago

As one of the developers for Voron and someone who CAD design work for a living (3D mechanical/structural design work, stress analysis, drafting, animations, etc), I deal with data from clients that use a wide variety of CAD packages. I would never dream of telling them that they need to start using XX software so it makes it easier for me to work with their data. Would I love it if they used the same CAD package as me? Sure, but that's not up to me.

STEP is THE industry-standard for sharing CAD across platforms. Until the CAD software industry is ready to release their proprietary strangle-hold on their formats or at least collaborate and standardize to make them interchangeable, sharing in a neutral format is how it's going to be done.

When I have access to software that costs thousands of dollars a year, there isn't a chance that I would consider using something like FreeCAD. And if these free/open-source CAD packages were so good, why would companies spend thousands of dollars a year for them when they could just get free/open-source?

viappidu commented 2 years ago

Moving to OpenSCAD and FreeCAD is not an option, as stated before, as some of the developers we have do not wish to learn it and find their CAD package more intutive. We recognive the pro's of OpenSCAD but the package does not fit OUR workflow.

Just to say, THANK YOU!!!!!!

wile-e1 commented 2 years ago

Too add another point..... CAD != Software. Software is simply text. You could write/edit software in notepad if you wanted to. Each CAD file format is written and optimized for a specific geometric modeling kernel. Not all CAD software use the same kernel.

Kreyren commented 2 years ago

There is no need to as we provide the STEP files. -- @raymondh2 (https://github.com/VoronDesign/Voron-2/issues/308#issuecomment-1040493855)

Just to clarify the problem with Fusion360 project file and providing only STEP is that the STEP files are imported just as "dumb objects" with stripped parametrization so i only have a basic functionality to work on them like changing the dimensions (which is insane to do for complicated parts as then the features are all hugged up) and adding/removing from the geometry though doing a difference of other objects. So these files are used really just as a reference to create the parametrized objects.

In real-life example (using ender-3 as i have that parametrized):

This is a step file importing the 2020 extrusion from ender 3:

I can just shorten it and use difference/adding of objects to it.

Compared to fully parametrized:

which has all features constrained and can be easily changed according to the design which change is then applied to all parts that are dependent on it.

So the problem is that the project is not contributable using free environment thus the proposal is to use OpenSCAD which is importable by both solutions or trying to export the Autodesk Inventor file that could be importable in FreeCAD through 3rd party addon, but that can't export to a format that has parametrization for Fusion 360.

.. or optimizing the file hierarchy to allow work on an unofficial FreeCAD project file as with the standardization of the parts that is very time efficient to define while not disrupting Fusion 360 workflow.

As one of the developers for Voron and someone who CAD design work for a living (3D mechanical/structural design work, stress analysis, drafting, animations, etc), I deal with data from clients that use a wide variety of CAD packages. I would never dream of telling them that they need to start using XX software so it makes it easier for me to work with their data. Would I love it if they used the same CAD package as me? Sure, but that's not up to me. -- @wile-e1 (https://github.com/VoronDesign/Voron-2/issues/308#issuecomment-1040496559)

I agree that is not a problem for stress analysis, drafting and animations, but the geometry can't really be changes in a way that would enable contributions as using FreeCAD you would have to parametrize all the objects.

STEP is THE industry-standard for sharing CAD across platforms. Until the CAD software industry is ready to release their proprietary strangle-hold on their formats or at least collaborate and standardize to make them interchangeable, sharing in a neutral format is how it's going to be done.

FreeCAD developers already standardized the file format that can be used freely across CAD solutions https://wiki.freecadweb.org/File_Format_FCStd

When I have access to software that costs thousands of dollars a year, there isn't a chance that I would consider using something like FreeCAD. And if these free/open-source CAD packages were so good, why would companies spend thousands of dollars a year for them when they could just get free/open-source? -- @wile-e1 (https://github.com/VoronDesign/Voron-2/issues/308#issuecomment-1040496559)

Why are you dismissing it just because it's not paywalled? You will probably be surpriced if you did, because it's significantly more functional (excluding the topological optimization depending on the shape, freecad should get there within a year or so https://forum.freecadweb.org/viewtopic.php?t=15460).

EDIT: FreeCAD is allegedly already there in terms of topological optimization

claytono commented 2 years ago

You misunderstand what the Fusion 360 file is. It's literally just the STEP file in another format. Parameterized models may not even exist for these designs as some of the designers don't even use parameterized design.

raymondh2 commented 2 years ago

As things have already been explained I'm locking this issue.

Kreyren commented 2 years ago

You misunderstand what the Fusion 360 file is. It's literally just the STEP file in another format. Parameterized models may not even exist for these designs as some of the designers don't even use parameterized design. -- @claytono (https://github.com/VoronDesign/Voron-2/issues/308#issuecomment-1040574612)

It's not anywhere near a STEP file, it's a compressed zip archive storing proprietary forks of Free Software standards:

kreyren@leonid $ guix shell file -- file VORON2_v2.4_Assembly.step
VORON2_v2.4_Assembly.step: ASCII text, with CRLF line terminators

kreyren@leonid $ guix shell file -- file VORON2_v2.4_Assembly.f3d
VORON2_v2.4_Assembly.f3d: Zip archive data, at least v1.0 to extract, compression method=store

kreyren@leonid $ guix shell unzip -- unzip -l VORON2_v2.4_Assembly.zip
Archive:  VORON2_v2.4_Assembly.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  09-14-2021 12:50   FusionAssetName[Active]/
        0  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/
        0  09-14-2021 12:50   FusionAssetName[Active]/Images.BlobParts/
        0  09-14-2021 12:50   FusionAssetName[Active]/ProteinAssets.BlobParts/
        0  09-14-2021 12:50   FusionAssetName[Active]/Design1/
        0  09-14-2021 12:50   FusionAssetName[Active]/Previews/
      510  09-14-2021 12:50   Manifest.dat
        4  09-14-2021 12:50   Properties.dat
      325  09-14-2021 12:50   FusionAssetName[Active]/Manifest.dat
    52276  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.9f87e137-ef88-4168-8d51-d193bb4e3bc8.smb
    52276  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.8c16f15e-9887-4fcb-9454-b0b328221faf.smb
    20588  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.c50214e4-5866-4d08-bc95-8ebd7d04c725.smb
     7675  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.40a4cf3d-3006-4218-85d9-0e6e1417c531.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.b1f8220d-5789-4638-9c12-8d152455f073.smb
   203841  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.5698390e-6524-4d1b-ac2e-20521db08904.smb
    45449  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.af43155e-d591-466d-b8f1-629eafe6a3a8.smb
   227218  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.07d92950-d380-4df3-9f3c-605aaef9c98f.smb
    27525  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.260324e0-4275-4f71-976e-6329fdf4334c.smb
    85317  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.6648b3fd-ad38-4999-8acc-7e4fc094f47b.smb
    17809  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.326bcf39-078a-478e-a30a-8922e84f5337.smb
   615384  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.77613526-4f83-445d-bebe-3dfd870df3d8.smb
   330007  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.8b753ce4-5486-40d5-bfb8-06b122212457.smb
    23043  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.8c31000c-bba7-4e39-9735-b22c7595f6f0.smb
     8696  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.1f64cf1c-1a18-4055-988b-fb8c0237328f.smb
     8023  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.60076401-7c4a-444f-b163-0b78202b65da.smb
   863088  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.7f762e7c-a6d7-446e-b05f-9d3d96c61685.smb
   207449  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.8edb7285-047f-4a7f-b08d-ba67aff60b79.smb
   219990  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3b1f73d1-829f-4087-8e06-4497bfcd4656.smb
    23017  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.b94bce29-350a-46c7-a367-798dfb48af52.smb
   146945  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.f8db0112-5c50-4d3c-a3f5-09cc55f3dad5.smb
    65916  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.dd6aa6b8-6e48-433e-8b58-93a9ab24bd02.smb
  1329838  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.b2a60bb9-146e-47bb-a51f-2348d0b1173d.smb
     4092  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.9f9e5901-6d45-40b2-b4b0-9868d4a99b37.smb
   311940  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.340ab3c0-9c0c-40a9-ab2b-742bb0c3d9d5.smb
    13129  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.28c5b374-d26e-43d0-891f-4aa9b062f4cf.smb
    97844  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.927ac745-a6c5-4003-8ca7-db8446c5cfe5.smb
   221454  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.ce90ef0b-e81c-4b32-80c6-4ad240f31911.smb
    20588  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.4c5b480a-776a-4c7d-875d-6ee01273973c.smb
     4374  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.5e12afb4-3a22-4e56-9ca6-86e7debd296f.smb
     2565  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.d7e66501-5ff0-4b66-ae05-38afb12598ad.smb
     4043  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3382e97a-c77a-4906-8c44-a18942e74c13.smb
   185292  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.5142b785-10dc-4919-a056-68292684601d.smb
     4503  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.fa968757-46c6-4766-99d7-0122d871b12e.smb
   541508  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.0e8ecf2f-20d6-44bf-9be6-cd5a5072518d.smb
   219230  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.8796f9f9-13aa-4ffc-bf94-acf76136bc63.smb
   189667  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.7283e363-e944-4fba-8d0a-c7ad82b67053.smb
    21007  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.305a730e-6ece-4843-b405-6bfe7b0698c1.smb
    19714  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.44e234d6-0920-4cd0-aa4f-41b3e2349ac0.smb
   140460  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.91f86e60-0845-419a-907d-2bb0b0a3d75c.smb
   295060  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.60a8a799-6a04-428a-a98e-787646d790d6.smb
   105380  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.ab2b55cd-a317-43d3-9008-3173a30fc60a.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.f08978e5-fdad-4e77-8537-ef61a0f9d7e1.smb
   142707  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.a0831049-f0dc-4deb-a0d3-8e2a97bb7442.smb
     9639  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3223acae-1331-4897-9765-6e937e220922.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.08bd545c-e847-4743-b08c-4403ed37fcba.smb
    74838  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.c48951ce-9fa2-48b0-8016-60f71635845c.smb
   251399  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.cf5fa243-c518-4d0d-9133-a241b1cadcd2.smb
    18539  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.7611d203-964f-4a49-8f2d-1dec61aaba8d.smb
    20611  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.b6069be8-dc56-4da6-82a4-2378312c6564.smb
    73193  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.53f37ec0-6bd4-45c9-9165-6a1b735f8333.smb
    20588  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.4384d55e-63b3-4193-b9af-06dbc104cd64.smb
   468880  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.837a026e-cfd1-414a-a529-de16d816ee8f.smb
   305002  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.91721acb-86a7-4809-b39a-882a6604a39b.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.8f35d8d7-57b2-46c4-97d5-42cebcd4d4bf.smb
    31355  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.a1298841-559f-42cf-84d0-2d9c542ab365.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.fb20d8e2-6614-4169-bd06-3b660bc2a368.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.4de75d98-e053-47c2-824e-2ac5c58125b2.smb
    63334  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.022ee8ba-481b-4cd4-be1a-dec274a67677.smb
    26393  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.2ee514d9-7db1-47c7-974c-5bba22b7a366.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.78c19fe8-2cdd-49c1-8a6c-80c4f80649a9.smb
   610666  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.2f16e5a0-d27c-408e-ac82-6ac6b24fcc2d.smb
    21455  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.370124fe-5e64-4a5b-8e0f-1b4e7235d02d.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.487410bc-07ea-4905-bef3-853cd11a29eb.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.4ed6fe79-c9b7-4993-9da3-ad227075f477.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.97c37d16-ac26-45b0-82c5-6fccacb9648c.smb
   441365  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.e415f2bd-27d4-4540-845f-25d2299922cf.smb
    20588  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.691b4b6c-0c77-424c-a3aa-e9935e3b05e7.smb
   988945  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.9509ed63-82e1-4624-b551-d47cc9a59557.smb
   102475  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.efeb496a-4558-41b4-946e-09d9f1d8bdf3.smb
    91128  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.723c2aa8-c57f-4eb2-8833-5864b4d93a65.smb
    20588  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3b713048-5726-4521-a9a2-a2b66a5fe42f.smb
    19751  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.855acab5-34c9-424d-a48d-9daf78fc8ad0.smb
   140460  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3615b3b3-eb1c-40e0-b6b1-d649bfe2c6be.smb
   586306  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.34beb22f-5cac-4604-8c87-77caee65a050.smb
    23017  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.25a0ea49-a99c-4041-b6eb-e3e4dd06078a.smb
    21815  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.975f3353-15de-4734-8a14-11114469962b.smb
   616456  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.a70e9c98-3952-4433-a778-b4add92e334e.smb
   417869  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.cb50ec68-5ef7-4e24-b9c7-d5dddbfaa30d.smb
    72655  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.e8391ba3-7deb-4468-8f77-302b94e17891.smb
     3584  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.d01ddf7d-b9f8-48f0-a4d0-872edec4ea1c.smb
   237405  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.66cafcfd-9337-42dd-8eef-50efe7873cc3.smb
   704170  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.40ea9c7c-f6bb-47fd-b059-1a8d747622b2.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.07d3843a-fd4c-47a6-ab06-75d3a7f7cad2.smb
    29200  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.78931c4c-b605-4e0c-a38b-bd0ef9a63f43.smb
   123282  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.c99c4223-666e-416d-b9c6-4c21e2b42a69.smb
    23177  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.fa25c5e0-beb2-40e8-a59a-1e85468ac41a.smb
    20588  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.c8725602-b8f9-4898-9661-32928c89e8f2.smb
   280795  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.2cbb683d-ed17-44aa-b402-d767a6d6a809.smb
   541776  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.c20060cb-5574-4328-82a3-b7a98311686a.smb
    45409  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.8ca4905c-16bb-42d3-b210-a0d3a609bd89.smb
     4412  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.201ae045-c268-4bf6-b514-168a060cbed5.smb
    20679  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.46f038f1-e41a-462d-8765-203479536e84.smb
   322843  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.e6996e4e-fe0b-454c-922e-65c5b52dddd5.smb
    31816  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.d01336fe-8993-469a-9755-9b74ba8d66df.smb
    21482  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.1c54196d-94ce-457d-92b7-8912eed8ea4a.smb
   260083  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.9615cf02-3841-446d-b343-d80e749efcbd.smb
   207025  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.a0129886-2d1d-478b-9d32-4bcd7c293f98.smb
    34094  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.b03b543b-2afb-48ac-9d49-9d2641e5d851.smb
   168564  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.e46e227f-5adc-4055-bf22-0999049520ff.smb
    20588  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.1c79ae6d-0939-49d8-a3f7-8cb4b2fd1ebd.smb
    83452  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.a3ddfb7c-f25d-4493-bb00-a6ea03cc6b01.smb
    11657  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.02998a65-cc16-4e51-9318-9f153ab79fed.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.dd21ad8e-7c9e-49be-a910-d3d111c8d986.smb
   166630  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.92de2a48-e6a2-4efd-a947-ada35998171b.smb
     4503  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.f78648c1-f7cd-471e-b2f6-6c07122c6250.smb
     3958  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.41b08ff2-7790-4c64-b8ba-2cf260087bca.smb
    20588  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.f91ed886-a765-4d88-91d7-04150072a083.smb
    21007  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.677aabf0-625d-40ba-a200-03e14586ed0c.smb
    14891  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.0ed37087-694b-4573-ac21-36421c49b810.smb
    31355  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.5d46e154-446b-4a4a-a06c-d7366438a8da.smb
   173968  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.9dd2d365-cb13-44bd-a488-8167f9e1726f.smb
  1692450  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.85f12848-2c0b-4964-b536-97ae790f86c7.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.64c8ce43-fd7a-4e1c-b09e-b4190c238eda.smb
   156215  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.33a7fc78-3675-4252-b028-a0ceb9be7dc1.smb
   138840  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.aadcf5fb-7692-4a66-a63b-e97c7e8f69b4.smb
   762719  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.ed822229-6c4e-40b0-8478-757c91d9344c.smb
    49017  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.0c39739a-786a-4949-b7ac-cb563d01ac8f.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.8c7f1ab3-594d-44a9-a881-ed7e5e0a9be7.smb
   346925  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.90c568c5-1bed-4a9e-b5e8-74b2220e069e.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.e19d3a36-000a-4382-ad88-6f5b01c56466.smb
    86603  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.88009ce7-b21c-4f75-b6ee-3485cc1de511.smb
   237916  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.60a42ba9-4efb-4036-940f-0af06dd2433b.smb
   570533  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.49ce826d-6ae6-4913-969a-45744e909c72.smb
  1154302  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.ff3f5e02-2775-4e6a-8638-9efb8d890814.smb
    20722  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.187c6013-6ad1-49f8-a63f-3d2343380891.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.625a4f95-c918-4e0f-b654-de0e8dc4883f.smb
   104478  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.d1ef60df-d77a-4ab2-a090-bde8338c2521.smb
    13575  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.03b85eab-e716-4784-aa91-e009ca187e3a.smb
  3674181  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.166a2d3f-4ae9-4e8c-b49f-f56949537922.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.81e8e84e-422a-4bbd-969d-0df07903d2e4.smb
   216887  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.95ebae2e-d7df-4156-bed6-cdb18c295eaa.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.a5133ecb-db4c-4195-a852-273dc0db8f0e.smb
  1762510  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.76ef8ad6-a2ff-4a15-8cd0-f868f0240eda.smb
   646732  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3bfd3784-ebd4-41a6-a24a-1dca5a2284e5.smb
    20588  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.4bfd5694-136b-405c-92f9-99b897784122.smb
    35724  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.d1de56f8-6f42-41ce-8468-c3734cba3e6f.smb
    35145  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.7d910abc-0587-4a07-83ef-081aa1de09f8.smb
   156215  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3bf0ad6b-c870-485e-97a3-ea94c795376c.smb
    75136  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.a13949d7-a41e-44b6-99a3-2f5f9e3efe97.smb
    20611  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.5e7126fc-aac9-4f11-a00f-a5b85f1df45e.smb
    19714  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.e109e526-83fd-4d1f-8533-b7290a69caf9.smb
   285889  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.285887d7-132b-4834-897a-0204043a9473.smb
    10279  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.9f911d92-c676-4add-b7a6-c607517a2e36.smb
   102583  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.aeec6194-357b-4501-89be-ab826014a6ec.smb
   256905  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.5b2df700-cfa2-469a-bbe0-2c7a3486f41a.smb
   110379  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.56ff541a-ca82-4e0d-962b-1a530707219d.smb
   271694  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.451aa8e9-d6bf-40e4-bf80-027171eb1cfb.smb
    23017  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.b9a93eae-26f2-42ae-98fc-b2c5e0632e96.smb
    74345  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.69207697-3e65-453f-8af7-8657ef92d5d9.smb
    41968  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.36fdee65-8b31-44a2-b345-5ecb21f365f9.smb
    45449  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.2060ac17-9327-475a-bf62-ee351e54e305.smb
   273165  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.1499ac7a-229c-432e-9cef-a6ab4ffbf605.smb
   336776  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.be22104f-99aa-41d9-801a-2388cf34b5fe.smb
   174015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.de2b2ad2-a5de-44f8-aad4-fd0d165d6654.smb
   237514  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.5e439513-26f9-4665-a9c1-415de2a34375.smb
   109562  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.03644cfe-11a4-4f71-a237-a0634d0da272.smb
  2549806  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.8ce65c83-6d52-4e0a-be42-db7ceb410f48.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.b4e1371b-2778-4950-b32f-98c8c2754cf5.smb
    53207  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3de87312-9a2c-4d04-b312-634b4e93e6bb.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.81357bae-d8cc-4bc9-a30d-aa552cf5d71f.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.5b66c382-2520-4d8f-b577-4a68e0aa83d5.smb
    19450  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.5c6ef44b-dfea-4ec1-a5f4-dd48dbb5c2b2.smb
     2781  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.7314331a-5065-4128-af16-a7e0057f982e.smb
  5414678  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.333c087a-b6f3-445c-ada3-a0900b1e0a49.smb
   412603  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.5d0a1004-59b9-4416-bb30-c959acb4cb61.smb
    47196  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.73525b9b-69c9-4ffe-82fb-a194f26a746c.smb
   136391  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.27227d6b-28a7-43cd-bac3-fe7467a14a2a.smb
    20588  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.5502881e-1523-4827-9a1c-03aa9b014ae1.smb
  2052291  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.81227c4c-64e1-4552-8fc8-1908eaacd2a4.smb
   860628  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.a54cd0b4-5706-4cdf-b924-30e5a2656e78.smb
   338520  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.e42b16b9-91a5-434b-a9f4-0ffd19dfba18.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.d22d5665-d57a-4f8f-b88b-e4a9b2b0137b.smb
   466114  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.7d2bfbd5-b69d-49a3-a92e-56bfb5027ea2.smb
   123087  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.2a1af6dc-f603-44cc-8871-a42aa103a5d0.smb
    29066  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.de2d9445-8e49-4396-9d15-8f98767c7845.smb
    20722  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.b84c2b09-82d7-459a-9894-d38bf94032b0.smb
    75725  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.5607ef85-84d5-410b-8e50-12f72648ae7b.smb
    21482  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.40cd9238-bd78-4290-8bd6-681202d0e54d.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.f7e96afe-7220-4581-b876-db83238db587.smb
     3883  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3e9bc3b1-4bc1-4e25-a79f-722db9ffbe67.smb
    17950  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.03221683-3545-46e8-94cd-c69697795597.smb
     4017  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.1caf44d1-baf9-4dc9-93d2-284a4e5a2b95.smb
    35724  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.feb01e60-8569-4ea4-b299-5009c6c0c14c.smb
   232557  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.623eb7f7-3ce3-478c-9c15-608447cde4b7.smb
     3461  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.abb078b2-5524-43ac-b283-cafe5b519aab.smb
    65332  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.fa90a7c5-95d8-44c3-8e6e-3c3815297672.smb
    49960  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.29f8fc95-b91f-4f0c-ae7a-4f4f7b3561c7.smb
    21482  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.09a286b5-9bc0-4a7e-b2dd-2d08b9eb959a.smb
    19450  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.ec7674d0-61ed-4b8e-a060-cdfdd8d3db6d.smb
    83452  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.4f4d119a-d44d-48f4-9095-c4b59e3b2093.smb
    19714  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.4d50d835-420b-487f-a6f0-c21a7cd868ed.smb
   102208  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3f876a21-efd5-4405-8444-f994757a4b08.smb
    31355  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.aa4dc634-9f0d-45b6-803b-b8fefee95b97.smb
   113101  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.06df1880-de72-4411-84e3-6363fb59cd30.smb
    23043  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.14e7179a-cf3d-49db-ab40-e7402d560160.smb
    60649  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.09fc8929-658a-4849-a1e2-265371f46d9a.smb
  2549806  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.95fc91f9-4f16-4fd5-8605-97e8fff122d5.smb
   285104  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.424aa295-428c-4e80-8c7f-9ce36d5c3924.smb
    19714  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.0c09de06-35d6-4705-b935-7a7b094ee929.smb
    55313  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.de1e9a4f-27dc-4b96-a375-248b7737296c.smb
     3857  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.6957464c-0e07-4dc4-b668-ba4b4e6462b5.smb
    19714  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.15b5337e-eae4-476a-984e-7094c9d3b406.smb
    10080  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.bf7e9753-e483-4576-b87d-acc2eb46aad1.smb
   150499  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.5e64d143-ca83-4ff8-b799-fb8de154b19c.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.e3b22dbb-87d9-49a7-bc92-1ae8e0e94d89.smb
   212558  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.14de4353-ccbb-41f1-8bf2-970d7d4db62f.smb
    21589  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.7c6bbf6a-149f-4dfe-b1ae-8bac7a2a7e1b.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.1d9ea3a4-f2fd-4fe7-b28d-c958364439cc.smb
   615384  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.8a8268d6-e998-4c0d-a89a-a653cd2a58d8.smb
    26453  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.21248685-5065-409c-8a23-982921ba635a.smb
    19714  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.dcf127e7-b165-43c3-bdec-721483ca1f2f.smb
  1444358  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.c63ab56a-9414-4675-b91b-3d236e59d9e3.smb
    81054  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.ed9423b2-e4cc-4082-b684-4bac12a9d5cb.smb
    83700  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.887fcdd3-f535-4ff8-a880-3460ac0e1229.smb
   272820  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.33dd24eb-ada4-46af-a16d-3ebee9cc2e93.smb
     8562  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.a9aa02b4-9d9c-4410-974d-dc04947fadb5.smb
   246153  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3f858478-c09e-4cef-a2b2-8a5f4dd3ef9c.smb
    31355  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.4b4745c3-0591-49da-abd4-cd04882c7e6d.smb
   104300  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.490ba842-6f6d-4a12-b8a6-ead5a825eaa3.smb
   246479  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.1b6e021b-791d-4440-a2a7-691951d2d37d.smb
   147537  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.30456357-a669-4486-9c8b-5fa1bf9ddb1c.smb
    60649  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.7d4d411a-fb81-4496-8d2d-be47b2a80841.smb
    20156  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.ca00a1a4-5a01-45b9-85ed-ab6239818261.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.0ceaca00-ea03-4d29-8dbb-757d0d6a1088.smb
    69601  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.16f768dd-fc74-4217-8a2f-95e16fd7103e.smb
    68823  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.8b2077ff-7075-46c1-9f8a-761f8099bf9b.smb
    89943  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.e501b43d-3f9b-4ea9-b113-ce2340ae57e4.smb
   616177  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.567c253e-7915-43b4-a26f-dd86957e3cf0.smb
  2036835  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.6c390059-2f68-4d60-ac84-c7ce38998c95.smb
   189693  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.989889e7-386e-45e3-b837-9d118e00bd3a.smb
    19751  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.a1a691a5-a0eb-466f-ae85-15b3130250b7.smb
   162627  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.599d448e-7977-4343-93c9-c7a8066eede8.smb
  1182405  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.691f5b98-f489-4acb-bf15-94c737029a88.smb
     8985  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.ca8d4481-697c-4f23-b12e-04775d368dc5.smb
    30780  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3f614f40-ec44-46f9-8e8d-3dbb1099c73f.smb
    93098  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3e8b3bb4-54e1-4690-947d-2f9733f8019d.smb
     5642  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.7f41a94c-4417-448c-8740-a949d351bdc6.smb
   130494  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.38cb2250-ab61-4f73-93ba-105664691837.smb
    21482  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.d2759437-17e4-4df0-9fd9-1a3480038026.smb
   394918  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.c84f0a5f-b994-4c73-bd10-7e53cb8f9dcc.smb
    20917  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.565b4e61-c5bc-4dcd-ae9c-4847194d1099.smb
   155196  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.abbb0f2c-2410-4585-b919-f1faaf94b0f7.smb
   210354  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.f0e88248-4a42-48c2-ae19-a5d309c5d009.smb
    20652  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.66e64b40-b21e-4748-9830-91f1a2562192.smb
   125911  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.e75caf2a-71a3-43c9-bfe9-5ba605bd3a2a.smb
    50991  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.8d12045a-5315-4833-bb7f-1a19225407dd.smb
   218453  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.bd5a7d63-d99d-4146-a81f-ef45abe98702.smb
   616553  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.0bb4e21a-9c32-45ff-a1e6-d9c7b85a143a.smb
    43732  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.fb41d269-c11b-4629-9fb9-aac5973f800a.smb
   391834  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.fef4c8e5-c465-4f2f-a6ad-b1a943768a30.smb
   256375  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.fb01aadd-d396-4658-870b-d5659beb2204.smb
     6961  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.2da8e1d4-ecc2-4305-a7e6-9cf7e83822a5.smb
    31816  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.a0afe267-80b9-47b9-b866-e0736a15c7bb.smb
    20917  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.8855ce05-bb02-46fc-bac6-d5a3cf99fd90.smb
    19714  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.668e50c5-2274-40eb-9c69-b8ad7c928f2d.smb
    63810  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.b3881a4f-4d75-4692-8f67-e145519d43cd.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.373b776e-602c-4cf2-a4db-bf57f7d3a173.smb
   710598  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.dc071208-ff60-4049-93a2-dbde7319962a.smb
   228868  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.bc73bbc8-a82b-4c46-8adf-1e82f6cbbd12.smb
   260592  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3323fec1-33b6-4f24-9967-50eb39e9df9a.smb
    21482  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.e2629886-53a9-426b-8eed-fd01c5da244b.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.c8afaa63-60e2-4307-b60c-bcec296ba4e1.smb
   148888  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.2902de91-1259-47b0-a05d-38b010b5b39e.smb
    17017  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.58f19e04-0b43-4ca3-92c7-03914cb81570.smb
   570533  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.71548fbd-0a9a-46ea-84fd-eaa61ccaed74.smb
   113101  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.35850761-d256-407e-8f8f-6da4d9c83de7.smb
    91661  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.b6648fb6-0b22-41ed-86fc-ff4a6862ccd0.smb
    86541  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.b594295a-7b1a-4163-bf7c-11400e8a2c34.smb
   220181  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.9644d541-21b3-4c0f-8b90-fc98e6a28ce0.smb
    20917  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.f74cbb01-b078-4f1e-84ed-e90eeb59197a.smb
     9639  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.8ec91124-c905-4337-920d-2080316cd07d.smb
   690032  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.1c1c23c6-e72a-4973-9130-d8f27f90e95c.smb
   112640  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.bb2e9dae-f85a-4382-9033-2904f9e9bd74.smb
    65523  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3b433490-a32d-4025-8d04-e1fdc32f7c76.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.51f5da58-0230-4f27-9f33-041db7ee5e73.smb
 12578201  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.217c8ae3-13e8-40c9-9d0e-dce8f4e4553f.smb
    83452  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.c15fbddf-cf88-46d1-b6e5-8ecbb8d89d8b.smb
    21482  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.0b3976fb-4f81-4ee9-a3d5-869506ad33ee.smb
   166764  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.60e5e394-7c23-44f3-8adf-0505485c7caa.smb
    20917  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3a21fac2-b0b5-4da9-a13e-15259d4ee744.smb
     5286  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.50a1d51f-46f8-4da4-87f1-cf7b174a0e8a.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.8bcab45c-9461-4efa-8cae-3e7033b080e3.smb
    79103  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.4336d9d0-77e2-4b44-bf74-0722e84b1fb2.smb
   257213  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.83a62ca1-c4e8-4306-af53-81e133330631.smb
    13441  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.f5542b7e-3afc-4631-819a-76265020440c.smb
    52391  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.bb6670da-e276-4177-a98d-67adc9813ffe.smb
   211297  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.ae9d2fb0-6a2e-49bc-b7e9-12cede3e4555.smb
   145411  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.a751e276-9b73-4782-865f-d70ce025c913.smb
    13875  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.d6491a37-bca2-4624-91d3-b96e3bd4ba55.smb
    21815  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.cf18e7ec-cbec-4e96-b6a4-aaf553f365de.smb
    63944  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.610541b8-a27e-4832-bca2-e6d364706ebb.smb
    17943  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.f4f0ad7a-1176-43cc-893f-9d8f508dee2c.smb
     8737  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.32c37dc1-ae69-4200-b2cc-7a059a4c7253.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.1ff9fa3d-06d4-4ebb-a002-c1d53dc28a23.smb
    20588  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.e457352a-6c71-4890-8b40-927305a4e9bc.smb
  1236939  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.ba03f831-cc1e-42a1-8775-ec3c1b414f4c.smb
   744904  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3a39d8bf-c0f7-4cb2-9b23-34ff647e8a16.smb
   122015  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.58307dec-b28d-4956-9fb6-540d7de120b5.smb
   920786  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.8be9493a-09d0-48fe-84c3-33ae6ebffe66.smb
    11267  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.bd080d29-0420-4e33-b74d-f4654365a8ce.smb
     7826  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3c179e87-bb18-438b-a9cf-43e4bab4f368.smb
   172066  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.4d8a3bf2-7ae3-4380-aba2-4ea4efa37a20.smb
    24659  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.e907b985-dae2-4d3a-9dc5-7240b3516b0d.smb
    40045  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.2ed55b4d-47a2-4df4-80df-660a64e50d31.smb
   570533  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.b9194d34-ae01-4e5a-a4ba-4fc8b9718418.smb
   274143  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.6b6c2d14-75e7-415b-8f1f-e3f731c032d6.smb
    26734  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.f4f68c66-80e2-4e41-939b-b9cdec2ca9d3.smb
   603484  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.1b0f3e8a-1af3-45e7-a7ab-4b34fb31afc4.smb
    88365  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.ca455e6d-515c-4233-91f4-bd21dcc082df.smb
     7654  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.2a41b477-3559-483a-b9f8-f9e85de80289.smb
    12585  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.086e85dc-94a4-4a74-8505-b41e1fc6fbab.smb
   315026  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.df902821-a71c-40d0-8f17-b2d075008c69.smb
   103293  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.eb35b43c-5677-4f55-a6fe-7c75df85c78d.smb
    26734  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.4e924dfc-9757-4a65-b4e7-82e8737b6399.smb
  2161245  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.55139282-827b-4b19-b0a4-cf88b2e7c2e9.smb
    54161  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3adb88fd-2bfb-4714-a3cd-4e24b1be9a3c.smb
   326456  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.30b5cc11-7239-452d-9abd-aafdca69b426.smb
    56318  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3506fcfa-1809-46e4-8316-97639169f636.smb
   113291  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.b9d1a3ef-d5e6-4ca8-b2e2-49ad49e81690.smb
    21482  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.35d194cc-edc5-47df-b49e-6f43dc3bc2c8.smb
    75725  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.69ce38ba-ca58-4714-a7d7-3e8425aca110.smb
   310949  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.bf1a2363-fee9-41e8-9d3e-b5c903a10764.smb
    31562  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.2e17f067-5298-432a-b0d7-db2a2945b17f.smb
    89943  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.b75fd996-5008-4c5d-be6a-6f89c25b8e51.smb
    19714  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.8f9b868e-905f-47e1-b42d-8a355faf2ff8.smb
    26734  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.c1a31c22-5d95-4237-9fbf-81ba4511e959.smb
   569239  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.768484fc-9cb8-4898-b3bc-874c5ca1c1a2.smb
    18405  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.75fc814b-d079-4306-b261-ad6f33557190.smb
  1152832  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.9108b3f8-9c3f-4fb5-8939-dad3e2175696.smb
     7590  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.8ee66f24-bb7c-4720-9af3-f3478b234e60.smb
    59562  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.b5dbd78e-0be6-4832-9b67-d224426b3331.smb
    21455  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.088be5b6-d190-402a-94ff-39487c096b5c.smb
   234574  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.4682f82a-a2ec-4bbf-8f99-134568966f09.smb
    98413  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.d365001a-4a41-4630-806d-3dd19c77525b.smb
   224302  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.3fd1b53a-8942-466a-9c51-31f8881d8e84.smb
   294955  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.f8de16da-3f9e-43ca-b5fc-13df755c9008.smb
   138840  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.57d9808e-9808-4c83-92a5-4302441312d1.smb
   140460  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.2629bc91-0b65-4ef3-bc08-7bda5ba112c0.smb
    67481  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.78bbcc62-984e-45cb-a8f4-a752b2ec9ac5.smb
   102717  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.dae5b0d3-e016-4992-abaf-b99e7149a900.smb
    83452  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.db133ee2-4237-4342-9e8b-9615e76cf1a6.smb
   237003  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.b3e3e502-4561-4ead-9d33-51459ceb3739.smb
   103731  09-14-2021 12:50   FusionAssetName[Active]/Breps.BlobParts/BREP.b37b5768-8e7d-4b39-bb24-6c90bf40bd1f.smb
  4418808  09-14-2021 12:50   FusionAssetName[Active]/ProteinAssets.BlobParts/ProteinAsset.83626ae5-0df1-4728-aea2-6ecedfe6e7a9.protein
 11348429  09-14-2021 12:50   FusionAssetName[Active]/Design1/BulkStream.dat
   713553  09-14-2021 12:50   FusionAssetName[Active]/Design1/MetaStream.dat
    38613  09-14-2021 12:50   FusionAssetName[Active]/Previews/small.png
---------                     -------
107917946                     357 files
nemgrea commented 2 years ago

@Kreyren the parametric history that you are describing does not exist nor is it a requirement for it to exist. and this is specifically caused by the NEED to be able to use more than a single CAD package.

locking people into any one single package, or small list of packages, no matter how open source they are does not promote the free exchange of the information. the users should be free to open the files in ANY cad package free or purchased and have the ability to modify the files in ANY manner not just the manner defined by the original modeler.

dimensions and measurements defined by another user DO NOT accomplish this. un-tainted clean .STEP files do.

wile-e1 commented 2 years ago

@Kreyren To hopefully make things more clear to you as to why this isn't going to change.....here are some additional points from someone who does this as a career (Design Team Lead for an engineering/design firm). I've been doing this for nearly 17 years total so, I'm not just someone who's read about CAD or taught myself from YouTube videos, etc...... I've used several different CAD packages over my career, and I have hundreds (if not thousands) of designs under my belt. I have designed things of all shapes and sizes, with designs from things like mobile telescopic-boom cranes, mining equipment the size of your house, multi-story structures, modifications of construction equipment, to things as simple as work-shop stands, and simple lifting devices...........so take the following with as little or as much weight as you think it's worth....

Parametric design has its place. There are things that could absolutely benefit from being parameterized (like panel clips, hinges, etc.). There are a LOT more things that would see no benefit.

Parametric design is great if you understand where your design is going or what it needs to look before you even start, or what could possibly change along the way (so you can plan for it). Very little of my 3D printing design work ever looks how it started, or how I expected it. Designing things for 3D printing, especially when esthetics are important is more like sculpting than it is CAD. When features get built on features upon other features, the parametric workflow breaks down and becomes un-usable. Going back upstream to try and edit a parameter that hundreds of other edits depend on generally causes everything to explode and having to spend a lot of time fixing things. Think "unhandled exception"

Just to clarify the problem with Fusion360 project file and providing only STEP is that the STEP files are imported just as "dumb objects" with stripped parametrization so i only have a basic functionality to work on them like changing the dimensions (which is insane to do for complicated parts as then the features are all hugged up) and adding/removing from the geometry though doing a difference of other objects. So these files are used really just as a reference to create the parametrized objects.

This is another perfect example of why complicated parts (like a Voron toolhead) are just no good as a parametric part. What if you want to change 1 dimension for a feature, but you don't know how the model was built.....and that feature was pretty much at the beginning of the design tree and changing it beyond a certain value causes all the features downstream to break. What good is that to anyone?

I agree that is not a problem for stress analysis, drafting and animations, but the geometry can't really be changes in a way that would enable contributions as using FreeCAD you would have to parametrize all the objects.

I strongly disagree with that statement. All of printer models (past and present) are a testament to the ability of different designers being able to collaborate with various methods (generally STEP export). It would be easier if we all use the same software, but it's not realistic to force that on anyone when this is a volunteer situation.

Not being able to easily work with models that are imported as STEP files (other than changing the very basics, I'm going to say that this is probably due to a lack of understanding of some of the more advanced modeling tools, because it's quite easy to manipulate a solid that are imported with no intelligence. And if you want to, you can even add intelligence to them with parameters for yourself.

Another point that you're not considering with respect to moving to OpenSCAD is that all of our designers have models from their designs in THEIR own native format (Solidworks, Inventor, Solidedge, Fusion, etc.). I doubt you'd convince anyone to ditch all that and start from scratch or add intelligence into their design when there wasn't any to start with. Once again, CAD != Code. This isn't just a text file you can open in any text-editor of your choice.

STEP is THE industry-standard for sharing CAD across platforms. Until the CAD software industry is ready to release their proprietary strangle-hold on their formats or at least collaborate and standardize to make them interchangeable, sharing in a neutral format is how it's going to be done.

FreeCAD developers already standardized the file format that can be used freely across CAD solutions https://wiki.freecadweb.org/File_Format_FCStd

Out of the 4 pieces of design software I have access to, not a single one of them will open a native .FCStd document, so what does that tell you?

Inventor Professional 2023 image

Solidworks Professional 2021 image

Solidedge Community Edition 2022 image

Fusion360 (w/ Paid Subscription) 28GHchC8KV

So the problem is that the project is not contributable using free environment thus the proposal is to use OpenSCAD which is importable by both solutions or trying to export the Autodesk Inventor file that could be importable in FreeCAD through 3rd party addon, but that can't export to a format that has parametrization for Fusion 360.

.. or optimizing the file hierarchy to allow work on an unofficial FreeCAD project file as with the standardization of the parts that is very time efficient to define while not disrupting Fusion 360 workflow.

Our hierarchy already works with the format develop by the International Standards Organization (ISO 10303-21). Why would we change everything to conform to a standard that isn't being use in industry? In my entire career, I have never seen, been asked about, or even been emailed by a client.... a single .FCStd file. At this current moment (and for the foreseeable future) STEP is the standard for 3D.....DXF is the standard for 2D. Full stop.

When I have access to software that costs thousands of dollars a year, there isn't a chance that I would consider using something like FreeCAD. And if these free/open-source CAD packages were so good, why would companies spend thousands of dollars a year for them when they could just get free/open-source? -- @wile-e1 (#308 (comment))

Why are you dismissing it just because it's not paywalled? You will probably be surpriced if you did, because it's significantly more functional (excluding the topological optimization depending on the shape, freecad should get there within a year or so https://forum.freecadweb.org/viewtopic.php?t=15460).

With respect to suggesting everyone use OpenSCAD, out of curiosity, I downloaded it and messed around with it a little this morning. I'm sure it's great for some things, but certainly not for my workflow. The fact that I can't even rotate the model (or at least couldn't easily see a way to) in a custom orientation to see how I really need to edit a part is testament to how limiting using software like this would be. I was absolutely not surprised at how "functional" it was after coming from pro-level software. This would be the equivalent of asking people who use Photoshop for a living to use a parametric-only version of GIMP. If I had to use a tool like this for my day job, I'd find a different day job. If you want to completely squelch all of the innovation, esthetics, and creativity that makes Voron...Voron....then move to OpenSCAD. I would most certainly hang up my design hat and leave the Dev team. How would you feel if your company or any of the projects that you contribute to suddenly said that all of your code must be written in Notepad++ instead of the editor that you're comfortable with or the editor that makes things easier for you?