-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unified Transparent Previews #22
Comments
Thank you for the grant application, @kadet1090. I have forwarded your proposal onto the Grant Review Committee for consideration. If they (or anyone else) have questions they'll post them here. The review process typically takes about two weeks, after which the FPA has two weeks of voting. I will keep you posted about the process of your proposal as it progresses through these steps. |
Would the Sketch location visualization benefit from this? |
That is on my todo list, but it does not depend on this grant. This is similar area so it may be covered by the accompanying features but I think that PR for that should be ready before voting for this grant happens. |
I'm not sold on the Part / PartDesign "unification". Both have VERY different assumptions (to start with, Part tools just work with any other geometry and are not confined to a body or any other specific behaviour, while PartDesign enforces a series of practices). Sometimes one needs one, other times one needs the other. By merging, for ex. Extrude and Pad, you'll need to either remove the Placement of Extrude or add a Placement to Pad, any of this will mean angry people :) But that's of course another debate. The features presented in this proposal seem awesome. Draft tools such as Move also use "previews", and BIM toolsl would benefit that a lot too. Having an unified system would be very good. |
"Both have VERY different assumptions"
There has been a very long and considered discussion of this in the DWG.
With plenty of consideration to the "different assumptions".
The sound bite "Part/PD unification" does not do the concepts that were
discussed justice. It is, at this point, just a concept, but, it is far
more thought out and logical than any I've seen before.
The reference to it in this proposal is simply that this would be useful if
those concepts were to be implemented.
As you say, this is the wrong place for the discussion of that concept.
…On Tue, Nov 12, 2024 at 8:28 AM Yorik van Havre ***@***.***> wrote:
I'm not sold on the Part / PartDesign "unification". Both have VERY
different assumptions (to start with, Part tools just work with any other
geometry and are not confined to a body or any other specific behaviour,
while PartDesign enforces a series of practices). Sometimes one needs one,
other times one needs the other. By merging, for ex. Extrude and Pad,
you'll need to either remove the Placement of Extrude or add a Placement to
Pad, any of this will mean angry people :)
But that's of course another debate. The features presented in this
proposal seem awesome. Draft tools such as Move also use "previews", and
BIM toolsl would benefit that a lot too. Having an unified system would be
very good.
—
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABUD5CBGFFXFG4E7Z3PHIIT2AH66RAVCNFSM6AAAAABRPJI2A6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZQGUZTAMJWGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Any potential merge is still a looong way ahead, steps mentioned here (excluding the last one) are more about aligning the two workbenches from code and available features perspective. Completing each of them will provide substantial value on it's own - i.e. full multi-body capabilities in PD and even if in the end we decide against unifying them they will at least have the same capabilities and only differ by workflow. The most important goal is to ensure that you are never limited in terms what you can do by the workbench choice.
Thanks for mentioning that! I I'll not be able to provide previews for each tool (scope could become too big) but I should be able to at least provide reference implementation for each workbench so it can be used to implement this for other features. |
That's what I imagined, of course that would be beyond the scope of this job to look at each and every Python workbench, but having a well-defined structure and system to do that kind of "preview" objects would be a huge step forward already. |
The Grant Review Committee supports funding of this proposal. Some of their comments: "This is IMO exactly the type of grant that FPA should support. "Great feature. worth every penny. I'm in favor." "Have seen his work so expect this to be the same high quality." "Full support for this from my side." This grant will now go to a vote of the FPA members. That process can take up to two weeks: I will keep you posted of the results when we know them |
@kadet1090 thank you again for your proposal. The FPA has voted to fund this grant. Please send an email to [email protected] to set up your payment and MoU/contract details. Congratulations! |
And where can I read about Part / Part Design "unification"? It would be interesting for me to read about exactly how they were planned to be combined |
First of, thanks for all kind words and support! I'll be probably back to working on this feature after I finish squashing bugs over the new transform dialog.
This really is for now only very roughly defined idea, I described it here: https://forum.freecad.org/viewtopic.php?p=769419#p769419 To say something more concrete - the work will mainly center about refactoring the code so both workbenches would have roughly the same abilities. I plan to achieve that by adding to Part Design missing features like working with multiple solids, surfaces etc. Then it is mostly about refactoring code in a way that allows using part features in bodies, and part design features outside bodies - something like Sheet Metal already allows. When it is done we can think about which features should be merged together and create unified modeling experience. Each step is project on its own and requires more thinking and planning. |
Thanks for your reply, I will read your link. Hypothetically, will this allow us to independently move individual bodies (in the connection/separation mode of components) inside a multi body? Perform logical operations between them? If I understand correctly, is this roughly putting most of the Part functions inside one Body? |
Proposal description
The goal is to introduce new feature preview system, including transparent previews that can be used in Part and Part Design (and other deriving from Part). I already started working on this feature for Part Design, but without funds it would be hard for me to find enough time to make this feature more generic. This grant should also cover any necessary fixes to problems found after feature gets merged.
Draft PR: FreeCAD/FreeCAD#17249
This also aims to be the first stage for unification of Part and Part Design workbenches. The next stages of that would be:
Deliverables
Timeline
I already started the implementation and I plan to deliver full feature by the end of 2024, but hopefully it should be sooner. Across the timeline I plan to submit probably few additional PRs containing necessary refactors, but I am not able to predict when that will happen.
Risks and mitigation
I'm full-time employed at university so my time available for FreeCAD can vary depending on various factors. With that in mind the timeline provided here can change. As mitigation I want to receive funds only upon completion full completion of the task. If for any reason I won't be able to complete the task I'll inform the FPA so the frozen funds can be realocated for other purposes.
Compensation
I'd like to receive 1500 EUR of total compensation for this project, paid upon successful merge of the feature.
About you
I'm Kacper Donat aka,
kadet
(forums) orkadet1090
(GH). I have around 15 years of experience in programming in various languages, software architecture. Lately I also gained a bit of UX experience. Currently I am employed at GdanskTech as Senior Developer / Architect. I have around 50 merged PRs on FreeCAD repo, most of which are related to FreeCAD UX.The text was updated successfully, but these errors were encountered: