Skip to content
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

Feature: Multidoor #41

Merged
merged 18 commits into from
Mar 27, 2020
Merged

Feature: Multidoor #41

merged 18 commits into from
Mar 27, 2020

Conversation

luckykadam
Copy link
Collaborator

@luckykadam luckykadam commented Mar 21, 2020

New Feature: Multidoor !
You can now add multiple door/windows under one arch.

Other changes:

  1. Now arch is supported by wall at any angle
  2. Consistent window and door frame structure
  3. Cleaner UI

Screenshot 2020-03-21 at 12 44 13 PM

fixes #38

Copy link
Owner

@ranjian0 ranjian0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still reviewing but here are some quick comments:

  • Not sure if arch did this before, but now there is an extra n-gon behind the arch faces.
  • FillTypes for this feel inconsistent. we should consider giving an option for separate fill for door and window.
  • Also Components property UI is too tight, consider using a column with a label and the property.
  • FaceMaps for this tool not working

core/common/arch.py Outdated Show resolved Hide resolved
@luckykadam luckykadam closed this Mar 23, 2020
@luckykadam luckykadam reopened this Mar 23, 2020
@luckykadam
Copy link
Collaborator Author

@ranjian0
We can provide different fill types for door, window and archs. But, when the user wants same fill type for all these, it should happen with single fill type settings, which is not possible in current FillType implementation.

This situation can be fixed cleanly while working on #39
I can take up that task

@ranjian0
Copy link
Owner

@ranjian0
We can provide different fill types for door, window and archs. But, when the user wants same fill type for all these, it should happen with single fill type settings, which is not possible in current FillType implementation.

This situation can be fixed cleanly while working on #39
I can take up that task

That's fine,

@ranjian0
Copy link
Owner

The common module in core feels misplaced. I'd feel better if common/arch.py and common/frame.py were just files in core like generic.py and register.py.

This could be solved better with a new directory structure.

Also, the name Multidoor for this feels onesided. The tool creates both doors and windows.

@luckykadam
Copy link
Collaborator Author

The common module in core feels misplaced. I'd feel better if common/arch.py and common/frame.py were just files in core like generic.py and register.py.

I will move them to core/arch.py and core/frame.py.

Also, the name Multidoor for this feels onesided. The tool creates both doors and windows.

I could not come up with a better name. You can suggest something?

@ranjian0
Copy link
Owner

Imgur

Multigroup perhaps. With the UI giving a relationship to Window and Door.

Copy link
Owner

@ranjian0 ranjian0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will merge this. Deal with bugs over the weekend.
This is a really good feature. Great Work.

@ranjian0 ranjian0 merged commit 376560e into ranjian0:master Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Multiple door/window module
2 participants