[ Fixed ] [ Bug ] Draft_Move: Alt copy mode is broken

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Roy_043
Veteran
Posts: 8576
Joined: Thu Dec 27, 2018 12:28 pm

[ Fixed ] [ Bug ] Draft_Move: Alt copy mode is broken

Post by Roy_043 »

In Draft_Move V0.18 if you hold down the Alt key after picking the source point, you can pick multiple target points. After releasing the Alt key a copy will be create for each target point.

In Draft_Move V0.19 and V0.20 this no longer works. Instead of creating copies a total translation vector is calculated by adding the vectors between the source point and each target point. And this translation vector is used to move the original object(s).

Code: Select all

OS: Windows 8.1 Version 6.3 (Build 9600)
Word size of FreeCAD: 64-bit
Version: 0.20.24720 (Git)
Build type: Release
Branch: master
Hash: 8b0c58d1b45017ad42bf0fa8f827f1cf22a398e7
Python version: 3.8.6+
Qt version: 5.15.2
Coin version: 4.0.1
OCC version: 7.5.0
Locale: Dutch/Netherlands (nl_NL)
Last edited by Roy_043 on Thu Sep 02, 2021 9:47 am, edited 1 time in total.
User avatar
bitacovir
Veteran
Posts: 1570
Joined: Sat Apr 19, 2014 6:23 am
Contact:

Re: [ Bug ] Draft_Move: Alt copy mode is broken

Post by bitacovir »

Roy_043 wrote: Fri Apr 30, 2021 5:27 pm In Draft_Move V0.18 if you hold down the Alt key after picking the source point, you can pick multiple target points. After releasing the Alt key a copy will be create for each target point.

In Draft_Move V0.19 and V0.20 this no longer works. Instead of creating copies a total translation vector is calculated by adding the vectors between the source point and each target point. And this translation vector is used to move the original object(s).
I confirm.
OS: Windows 10 (10.0)
Word size of FreeCAD: 64-bit
Version: 0.20.24720 (Git)
Build type: Release
Branch: master
Hash: 8b0c58d1b45017ad42bf0fa8f827f1cf22a398e7
Python version: 3.8.8
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.5.1
Locale: English/United States (en_US)
::bitacovir::
==================
One must be absolutely modern.
Arthur Rimbaud (A Season in Hell -1873)

Canal Youtube Grupo Telegram de FreeCAD Español

My personal web site
My GitHub repository
Mini Airflow Tunnel Project
User avatar
Roy_043
Veteran
Posts: 8576
Joined: Thu Dec 27, 2018 12:28 pm

Re: [ Bug ] Draft_Move: Alt copy mode is broken

Post by Roy_043 »

User avatar
Roy_043
Veteran
Posts: 8576
Joined: Thu Dec 27, 2018 12:28 pm

Re: [ Fixed ] [ Bug ] Draft_Move: Alt copy mode is broken

Post by Roy_043 »

Merged.
Post Reply