Skip to content

[For v0.19] New draft edit tool for multiple object editing and with all modifiers

Created by: Moult

This is the in-progress PR of creating a new, refactored, edit tool that:

  1. Allows editing of one or more objects at once
  2. Allows you to use all modifiers on individual vertices or edges to modify an existing wire

When complete I am hoping for the current draft edit tool to be deprecated.

Discussion thread: https://forum.freecadweb.org/viewtopic.php?f=23&t=34114

  • It allows you to select multiple objects to edit instead of just one.
  • It highlights the object lines and the points in red.
  • It stays in the mode and allows you to run other modifiers.
  • A very hackish hook into the move modifier is added as a proof of concept.

Thank you for creating a pull request to contribute to FreeCAD! To ease integration, please confirm the following:

  • Branch rebased on latest master git pull --rebase upstream master
  • Unit tests confirmed to pass by running ./bin/FreeCAD --run-test 0
  • Commit message is well-written
  • Commit message includes issue #<id> or fixes #<id> where <id> is the associated MantisBT issue id if one exists

And please remember to update the Wiki with the features added or changed once this PR is merged.


Merge request reports