Project Utility tool's implementation

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
Post Reply
Yosyp
Posts: 38
Joined: Mon Jul 19, 2021 10:48 am
Contact:

Project Utility tool's implementation

Post by Yosyp »

Hello y'all, I've opened a relative GitHub Issue and I've been requested to openly talk on the forum to gather feedback.
I invite you to download the attachment included in it and try the tool yourself, and then answer some questions regarding the feature implementation of the Project Utility tool's mechanisms.
  1. The resulted project is ALWAYS called "project", regardless of its original name.
  2. The resulted project has .fcstd as a file extension instead of .FCStd .
  3. You can't unpack a file containing an .FCStd dependency, as it gives an error despite the .FCStd present in destination folder:
    image
    Image
  4. You can't automate multiple actions without Pythoning.
  5. You can't delete a failed project.fcstd repack despite having every document closed in FC, resorting in FC closure.
    Image

Have you ever used this tool with multiple documents, just like my case? Do you propose some changes to meet particular requirements, or do you agree with mines?
Post Reply