davesrocketshop / Rocket

FreeCAD Rocketry Workbench
GNU Lesser General Public License v2.1
53 stars 11 forks source link

Editing a part resets its placement #12

Closed davesrocketshop closed 3 years ago

davesrocketshop commented 3 years ago

From the forum: "if you adjust the placement of an object, and then edit the parameters of the object (nose cone length, for example), that then resets the placement back to the origin."

As the part gets redrawn during editing, it uses the origin for placement. It either needs to use the current placement, or reapply the placement after it's redrawn

davesrocketshop commented 3 years ago

Fixed in branch bugfix-1.0.1. Awaiting other bug fixes before merging into main branch