View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001684 | FreeCAD | Bug | public | 2014-08-13 07:35 | 2019-07-29 15:16 |
Reporter | shoogen | Assigned To | wmayer | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.14 | ||||
Target Version | 0.15 | ||||
Summary | 0001684: Sweep ignores the list of subshapes | ||||
Description | The selected subelements (edges) of spine does not influence the result of a sweep feature. | ||||
Steps To Reproduce | create a sweep which does not use all edges of a wire in the spine. | ||||
Additional Information | I think that an "else" is missing at the beginning of line 352 of https://github.com/FreeCAD/FreeCAD_sf_master/blob/master/src/Mod/Part/App/PartFeatures.cpp#L352 https://github.com/5263/FreeCAD/compare/sweep1 | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
|
the offending change seems to be the removal of the catch clause by https://github.com/FreeCAD/FreeCAD_sf_master/commit/51b2af52fd2de46b22bb0b0c5a4df84d338fac26 |
|
git fetch git://github.com/5263/FreeCAD.git sweep1 git cherry-pick --ff 20840f9e8a26b54ff5db8eb27d7243c09d7889fa |
FreeCAD: master 4ba56b5c 2014-08-13 09:16:36 Committer: wmayer Details Diff |
fixes 0001684: Sweep ignores the list of subshapes |
Affected Issues 0001684 |
|
mod - src/Mod/Part/App/PartFeatures.cpp | Diff File | ||
FreeCAD: releases 3ecaf877 2014-08-28 15:27:35 wmayer Details Diff |
- fix focus issue with InputField - on document load set camera setting of the MDI views - do not try to use framebuffer objects when it's not supported on the system 0001690: sketch.getPoint crashes FreeCAD if the point does not exist 0001630: IGES-Export in [mm] turns to [Inches] 0001684: Sweep ignores the list of subshapes 0001667: 'Save file' disabled when viewing a drawing 0001682: Crash after updating editable texts in drawing 0001659: 3dconnexion space navigator moves view even when FreeCAD is not the active application 0001696: Quantity.getValueAs('rad') touches the Property 0001638: Not possible to draw anything |
Affected Issues 0001630, 0001638, 0001659, 0001667, 0001682, 0001684, 0001690, 0001696 |
|
mod - src/App/Application.cpp | Diff File | ||
mod - src/Base/QuantityPy.xml | Diff File | ||
mod - src/Gui/Application.cpp | Diff File | ||
mod - src/Gui/Document.cpp | Diff File | ||
mod - src/Gui/GuiApplicationNativeEventAware.cpp | Diff File | ||
mod - src/Gui/InputField.cpp | Diff File | ||
mod - src/Gui/MouseSelection.cpp | Diff File | ||
mod - src/Mod/Drawing/App/FeaturePage.cpp | Diff File | ||
mod - src/Mod/Drawing/Gui/DrawingView.cpp | Diff File | ||
mod - src/Mod/Part/App/PartFeatures.cpp | Diff File | ||
mod - src/Mod/Part/App/TopoShape.cpp | Diff File | ||
mod - src/Mod/Sketcher/App/SketchObjectPyImp.cpp | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-08-13 07:35 | shoogen | New Issue | |
2014-08-13 07:35 | shoogen | Status | new => assigned |
2014-08-13 07:35 | shoogen | Assigned To | => wmayer |
2014-08-13 07:50 | shoogen | Note Added: 0004943 | |
2014-08-13 08:56 | shoogen | Additional Information Updated | |
2014-08-14 15:49 | shoogen | Assigned To | wmayer => |
2014-08-14 15:49 | shoogen | Status | assigned => new |
2014-08-14 15:51 | wmayer | Assigned To | => wmayer |
2014-08-14 15:51 | wmayer | Status | new => assigned |
2014-08-15 07:30 | shoogen | Note Added: 0004948 | |
2014-08-15 13:02 | wmayer | Changeset attached | => FreeCAD Master master 4ba56b5c |
2014-08-15 13:02 | wmayer | Status | assigned => closed |
2014-08-15 13:02 | wmayer | Resolution | open => fixed |
2019-07-29 15:16 | Kunda1 | Changeset attached | => FreeCAD releases 3ecaf877 |