wmayer
fb43b00501
[skip ci] fix SyntaxWarning: 'is not' with a literal. Did you mean '!='?
2019-11-25 16:29:56 +01:00
wmayer
5cbf18b8bf
for point clouds set default selection style to bounding box
2019-11-23 15:46:27 +01:00
wmayer
9e93e621f9
command to create a structured points object from a unstructured points object
2019-11-22 19:48:46 +01:00
asapelkin
8bc5b585c8
Used single quotes for single character in string::find algorithm, more efficient
2019-11-21 18:59:43 +01:00
asapelkin
e9814d9183
used in-built methods instead of external algoritms
2019-11-21 18:57:06 +01:00
asapelkin
f13a7627ae
used make_shared and make_unique for creating shared pointers
2019-11-21 18:51:43 +01:00
vocx-fc
5ee4a2e87c
Draft: PySide should be available already
2019-11-21 16:35:29 +01:00
asapelkin
e951094af9
use emplace_back instead of push_back where justified
2019-11-21 14:48:09 +01:00
Zheng, Lei
079808b816
Mesh: support multiple context in OpenGLMultiBuffer
2019-11-21 14:24:55 +01:00
Zheng, Lei
4b07117a2e
Mesh: fix material leaking when using VBO
2019-11-21 12:06:23 +01:00
Zheng, Lei
df0366a6f3
Part: reduce memory usage in SoBrepFaceSet
...
Can we further reduce it to num_triangles = num_indices/4*3?
2019-11-21 11:58:44 +01:00
Zheng, Lei
95f20b9d85
MeshPart: support link in Tessellation
2019-11-21 11:30:02 +01:00
howetuft
fb64a860e6
Fix -Wredundant-move warnings, 2nd try
...
std::move is redundant when it is used to return a local object from a function (eg return std::move(local)): indeed, returning a local object from a function implicitly moves it. Moreover using std::move this way
See https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rf-return-move-local
However, in order to avoid -Wreturn-std-move as well, a Base object is move-constructed
from Derived when required.
2019-11-18 13:44:40 +01:00
howetuft
4b5ca31149
Fix -Wclass-memaccess warning
...
Replace C-style memset with C++ value-initialization/assignment (smarter and safer: see https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#slcon3-avoid-bounds-errors )
2019-11-18 12:32:27 +01:00
wmayer
71dae0e639
handle some more warnings: -Wkeyword-macro -Wdeprecated-declarations -Wextra-semi
2019-11-18 11:56:08 +01:00
wmayer
e117679922
[skip ci] suppress -Wgnu-zero-variadic-macro-arguments
2019-11-17 19:19:02 +01:00
wmayer
c0d58b8f3e
[skip ci] fix more -Wgnu-zero-variadic-macro-arguments
2019-11-17 19:11:08 +01:00
Zheng, Lei
a3e88a399f
Arch: relax Part::Feature type checking
...
For supporting Link inside Arch.
2019-11-17 13:03:42 -03:00
hlg
962904a96f
[Arch] fix invalid IFC export for annotations
...
* as reported here https://forum.freecadweb.org/viewtopic.php?f=39&t=40466&p=345286
* wrap IfcAxis2Placement3D in IfcLocalPlacement
2019-11-17 13:01:49 -03:00
vocx-fc
d506192b15
Arch: test for viewprovider before modifying rebar
...
Test for the existence of the ViewObject
before calculating interval and placement.
This allows running the TestArch from the command line
without error if there is no interface, that is,
```
freecadcmd -t TestArch
```
2019-11-17 12:57:41 -03:00
wmayer
5605defe66
Merge branch 'master' of https://github.com/FreeCAD/FreeCAD
2019-11-17 15:14:43 +01:00
wmayer
c6a5bbcf9e
[skip ci] fix more -Wgnu-zero-variadic-macro-arguments
2019-11-17 15:14:18 +01:00
donovaly
1a21e8d1ee
simplify 2 tool names as suggested
...
- also correct encoding of a file
2019-11-17 08:22:09 -05:00
donovaly
15e5b29c22
TD renaming tools, part 2/2
...
as discussed in https://forum.freecadweb.org/viewtopic.php?p=344899#p344800
we need a more consistent naming for the Wiki
2019-11-17 08:22:09 -05:00
donovaly
914edfc2ce
TD renaming tools
...
as discussed in https://forum.freecadweb.org/viewtopic.php?p=344899#p344800
we need a more consistent naming for the Wiki
2019-11-17 08:22:09 -05:00
wmayer
f65a72deb7
fix syntax error
2019-11-16 10:41:05 +01:00
wandererfan
fc7890cf10
[TD]fix Compound of Edges as Source for View
2019-11-15 20:20:30 -05:00
Bernd Hahnebach
d0339c5674
Arch, export IFC, do not export attributes with no values
2019-11-15 16:18:55 +01:00
sliptonic
25f34a0f94
Merge pull request #2709 from mlampert/bugfix/boundary-dressup-cleanup
...
Path: Fixed circular dependency for boundary dressup
2019-11-13 15:40:57 -06:00
wmayer
1e7628f436
convert enum to enum class to fix -Wgnu-redeclared-enum
2019-11-13 22:39:27 +01:00
mlampert
e32f023785
Merge branch 'master' into bugfix/boundary-dressup-cleanup
2019-11-12 20:14:30 -08:00
wandererfan
0c99d32dd4
[TD]Add getEdges Py functions
2019-11-12 07:08:50 -05:00
mlampert
fc6fefabe9
Merge branch 'master' into bugfix/boundary-dressup-cleanup
2019-11-11 18:25:00 -08:00
vocx-fc
c021ff70de
Draft: rename SubelementModify to SubelementHighlight
2019-11-11 18:04:10 -03:00
carlopav
7adca7be31
[Draft] Edit: allow multiple objects editing
...
Allow editing of multiple objects at once.
2019-11-11 18:00:02 -03:00
carlopav
c9522a6e63
[Draft] Edit: fix bug #4187
...
Fix bug #4187 . When canceling a Dwire editing session with the Esc key or the "close" button Dwire editing breaks.
2019-11-11 17:59:08 -03:00
paullee0
6dcf9ff8f0
[Arch] Test : if Sketch, fuse solid; otherwise, do makeCompound
2019-11-11 17:57:59 -03:00
paullee0
720d40a04e
[Arch] - To allow exportIFC.py to work properly on sketch, which use only 1st face / wire.
...
Not fusing baseface in getExtrusionData(); fusing solids execute()
Forum Discussion - Arch Wall - Based on Sketch Issues
https://forum.freecadweb.org/viewtopic.php?f=39&t=31235&p=343444#p343444
2019-11-11 17:57:59 -03:00
Markus Lampert
eecb2651fc
Fixed circular dependency for boundary dressup
2019-11-10 20:19:52 -08:00
wandererfan
a7ad04ba4a
[TD]const-ness for dump function parameter
2019-11-10 15:58:45 -05:00
wmayer
a85ce1976c
add method to get wires of mesh boundaries
2019-11-10 11:14:04 +01:00
wmayer
b36c946433
support of transparent image planes
2019-11-09 15:11:18 +01:00
wmayer
a47dd26e07
[skip ci] make mesh/points cutting working for nested view providers
2019-11-09 11:58:54 +01:00
wmayer
e3046be322
[skip ci] tmp. disable selection when switching to curvature or inspection info modus
2019-11-09 11:31:51 +01:00
wmayer
c4093373c4
[skip ci] for curvature and inspection objects set default selection style to BBOX
2019-11-09 11:21:18 +01:00
wmayer
f2bd624c63
make mesh picking working for view providers underneath a Part container
2019-11-09 11:16:23 +01:00
wmayer
ac4e23012a
[skip ci] remove Standard_Handle.hxx to still support older OCC versions
2019-11-09 11:03:23 +01:00
wandererfan
aab61f3e15
[TD]Fix wrong default for parameter
2019-11-07 16:59:10 -05:00
wandererfan
9802d362ec
[TD]fix duplicate name in parent & derived
2019-11-07 16:59:10 -05:00
wandererfan
c773e20bf3
[TD]Always show degree symbol
2019-11-07 16:59:10 -05:00