wmayer
|
7f4378a87e
|
Fix clang compiler warnings:
+ fix -Winconsistent-missing-override
+ fix -Wpessimizing-move (Geometry::clone: moving a temporary object prevents copy elision -> remove std::move call here)
|
2019-08-17 19:52:32 +02:00 |
|
wmayer
|
b69d80fab1
|
0002642: Can't open saved file (undiscovered bug/s from PDN?)
|
2017-09-24 23:51:09 +02:00 |
|
Kunda
|
9410e751e9
|
source typo fixes pt4 (only on py3 merged code)
|
2017-03-02 13:47:21 +01:00 |
|
wmayer
|
5ba9056af1
|
spend own type for Python wrappers of FeaturePrimitive and BodyBase
|
2017-01-20 15:42:50 +01:00 |
|
Stefan Tröger
|
526d895a5d
|
PartDesign: Port body to be a origin group
|
2017-01-04 16:01:58 +01:00 |
|
wmayer
|
7d38edb065
|
fix -Wextra in Part
|
2016-09-22 11:49:28 +02:00 |
|
Alexander Golubev
|
68c78de00d
|
PartDesign/Gui: add origin sizing and rework datums sizing
|
2016-04-12 18:12:18 +02:00 |
|
Alexander Golubev
|
f6b0ed3a47
|
PartDesign: Body rework - add BaseFeature property and make Tip always point to solid
|
2016-04-12 18:12:16 +02:00 |
|
blobfish
|
cc0aa9cab2
|
Part: BodyBase: typo in property header macro
|
2016-04-12 18:12:06 +02:00 |
|
jrheinlaender
|
58822e07fd
|
Moved Body::isAfterTip() to BodyBase
|
2016-04-12 18:11:55 +02:00 |
|
jrheinlaender
|
fb9d56911d
|
Miscellaneous fixes
|
2016-04-12 18:11:50 +02:00 |
|
jrheinlaender
|
5ac8aeaf2c
|
Moved some methods from PartDesign::Body to Part::BodyBase so the SketchObjects will be removed cleanly from the Body when deleted
|
2016-04-12 18:11:49 +02:00 |
|
jriegel
|
5b23d06cfe
|
implement active body in PartDesign
|
2016-04-12 18:11:45 +02:00 |
|