-
-
Notifications
You must be signed in to change notification settings - Fork 612
Add anchor sliding along adjacent segments in the Path tool #2682
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
Conversation
|
Caught an error when working with this new feature (very cool btw! I think it should be double tap G like blender though)
|
Ok, yeah, one more request please: instead of Ctrl+Shift, let's make this double-G. So when you're in GRS grabbing mode, just as you can hit keys like X, Y, etc. it should also accept G which will discard any existing translation that was applied and reset to the translation when G was first hit (in case the user moves the mouse between the two G presses), then it should enter sliding mode until LMB/Enter (confirm) or RMB/Esc (cancel) which exits GRS mode. |
I'm actually going to merge this now and that, plus the crash fix, can be a followup PR. |
Partly closes #2715
This is currently implemented with CtrlShift drag, but will move to GG in a followup PR.