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

Improve move tool with rotate option #560

Merged
merged 7 commits into from
Jan 2, 2022

Conversation

DSCaskey
Copy link
Contributor

@DSCaskey DSCaskey commented Jan 2, 2022

Description

This adds the option to rotate a selection group of objects after moving them.

Adds the option to select the origin point of the move.

Adds the option to auto append the type of operation tool to the suffix of the destination points. This can help identify which type of tool a point is. In the case of the Move tool the current options, selectable as a preference are None, _M, and _MOV. Thus for ex: point A1 would become A1_a1, A1_a1_M, or A1_a1_MOV depending on which suffix type was set in the prefs. The default is None.

Increments the pattern schema to ver 0.6.3.

CHANGELOG

closes #123

Improve move tool by adding the option to rotate a group of selected objects, with the option to select an origin point other than the default center of the group.
Add support colors prefs
Add arrowed line for the move line visual and add pref defaults for the move & rotate tools additional suffix.
Add rotation origin member

Fix creating a unique operations tool specific destination point name suffix
@slspencer slspencer merged commit 6ebc05a into develop Jan 2, 2022
@slspencer slspencer deleted the Issue-#123-Move-with-rotate-option branch January 2, 2022 21:49
@slspencer
Copy link
Collaborator

Tested, the Move tool improvements work great!

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

Successfully merging this pull request may close these issues.

Improve Move tool. Add optional rotate option.
2 participants