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

Optionally make components unique #11

Open
Eneroth3 opened this issue Apr 1, 2018 · 0 comments
Open

Optionally make components unique #11

Eneroth3 opened this issue Apr 1, 2018 · 0 comments

Comments

@Eneroth3
Copy link
Owner

Eneroth3 commented Apr 1, 2018

The default behavior should be to edit all instances of the same components simultaneously. However there are use cases when you want several components among the targets to be unique from each other. In these cases you can simply select them, right click and select make Unique as that only makes them unique from what's outside of the selection. You would have to right click them all individually to make them unique from each other from the SketchUp UI.

Making targets unique could be implemented, but at a tool level (not in SolidOperations). Typically BaseTool.operate could iterate targets and make them unique prior to calling the operation.

The setting could be controlled from context menu of the tool.

The setting should at least be persistent within the session. Perhaps it should reset to default when restarting SU to make it clear what the default behavior is and avoid differences between machines, which causes friction when users switch between multiple machines or help each other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant