Abdullah Tahiri
8b97a31372
Part: Geometry refactoring
...
==========================
python c+ wrapper to use twin class c++ function instead of duplicating the code
2018-10-28 18:31:35 +01:00
Abdullah Tahiri
9e349c33a8
Part: Geometry - improvements/bug fixes
...
=======================================
routine for closest parameter to point was failing on endpoints. The former version
used the parameter of the basis curve, which sometimes was giving parameter values
incoherent. This version uses distance to endpoints when a projection on the trimmed
curve can not be found.
2018-10-28 18:31:22 +01:00
Abdullah Tahiri
f301feec31
Part: New routines for curve intersection
2018-10-28 18:31:06 +01:00
Yorik van Havre
4c9356f0f5
Arch: Finished implementing color support for Arch Reference
2018-10-28 13:57:05 -03:00
Yorik van Havre
a3729d5ca9
Arch: Support part colors in Reference
2018-10-28 13:57:05 -03:00
wmayer
17c783051b
extend FreeCAD.getUserMacroDir to accept boolean to either return actual or default macro directory
2018-10-28 17:10:10 +01:00
lorenz
e517c00d9b
py3: Fem: remove extra b'ees
...
https://forum.freecadweb.org/viewtopic.php?f=18&t=30954
2018-10-28 15:13:30 +01:00
wmayer
465152bcc9
fix crash in debug mode in sketcher in case the equation matrix has rank zero
2018-10-28 14:51:14 +01:00
wmayer
4362ddc797
Raytracing: Fixed search locations of povray
2018-10-28 13:09:25 +01:00
wmayer
907cdb8fa0
add module for Qt translation stuff
2018-10-28 12:58:14 +01:00
Yorik van Havre
57726db47f
AddonManager: minor bugfix
2018-10-27 16:15:55 -03:00
Yorik van Havre
7fabfde0ef
py3 compatibility fixes
2018-10-27 16:04:51 -03:00
wmayer
b6712e264a
fix crash with Py3 when releasing memory buffer
2018-10-27 19:58:54 +02:00
wmayer
3b1e1f8859
remove trailing whitespaces
2018-10-27 18:12:36 +02:00
wmayer
3443fd9661
replace deprecated failUnless with assertEqual
2018-10-27 17:44:37 +02:00
ickby
b262cf6e9f
Persistence: Incorporate review feedback
2018-10-27 16:15:39 +02:00
ickby
c60364772a
Persistence: Test cases for content dump
...
It turned our that the document could not be dumped as the xml specifier was used as first element. As the dumping added the <content> element around it was invalid. However, content is required to read properties. Hence the xml element generation was moved.
2018-10-27 16:15:30 +02:00
ickby
f5fc291ecd
Persistence: Avoid copy of data on binary restore
2018-10-27 16:15:20 +02:00
ickby
4a7d49f8b6
Persistence: Enable binary dumps of properties
2018-10-27 16:15:09 +02:00
ickby
fd378bbc8d
Persistence: Implement dumping of binary content
2018-10-27 16:14:59 +02:00
wmayer
2af5a983a2
unit test for / operator of Quantity
2018-10-27 15:58:40 +02:00
wmayer
83f61b4372
implement true divide handler of the number protocol for Quantity
2018-10-27 15:27:27 +02:00
George Shuklin
7ec3984cbe
Add support for dLabel.ViewObject.Line
...
If it's false, do not draw line (and arrow), text only
2018-10-26 19:25:44 -03:00
George Shuklin
9543d54647
Add arrows to dLabel getSVG, minor style cleanup
2018-10-26 19:25:44 -03:00
George Shuklin
3a85a1fd41
Add line for annotation (no arrow yet)
2018-10-26 19:25:44 -03:00
George Shuklin
3391a5ea4b
Initial work, only text (no lines)
2018-10-26 19:25:44 -03:00
wmayer
76590be8ac
improve call tips window
2018-10-26 19:37:16 +02:00
wmayer
4cff87ed57
add functions to customize NaviCube
2018-10-26 15:51:03 +02:00
triplus
10cd4cc7af
Hide Draft tray toolbar
...
Forum discussion:
https://forum.freecadweb.org/viewtopic.php?f=3&t=31720
2018-10-26 04:26:20 +02:00
wandererfan
4fa707f46d
Respect "InvertZoom" parameter
2018-10-26 00:49:53 +02:00
wandererfan
9c1587cfad
Fix delayed rotation of DVP based Views
2018-10-26 00:49:53 +02:00
wandererfan
b2135da447
Workaround for #3332
2018-10-26 00:49:52 +02:00
luz.paz
0660fd737c
Reverting partial commit 2a53eb043
2018-10-26 00:47:18 +02:00
wmayer
33663d134d
make the methods highlightSelection/unhighlightSelection virtual
2018-10-26 00:40:20 +02:00
wmayer
41ca90d223
Do not use a view provider's bounding box node when handling BoundBox selection style because it leads to some inconsistent behaviour.
...
Instead let SoBoxSelectionRenderAction render the bounding box.
2018-10-26 00:39:15 +02:00
Yorik van Havre
b11ed19f8d
Arch: Make section planes claim their children in the tree
2018-10-25 12:13:16 -03:00
Yorik van Havre
f1e3ec88c6
AddonManager: Fixed missing files in cmake
2018-10-25 12:02:46 -03:00
Yorik van Havre
8ffd8c2901
Arch: Fixed bug in Site
2018-10-25 11:59:22 -03:00
luz.paz
b78a6b57fa
Another typo fix
2018-10-25 11:06:28 -03:00
luz.paz
0500bcbda3
Requested revision
2018-10-25 11:06:28 -03:00
luz.paz
2a53eb0432
Please review these and then I'll squash all in to one commit
2018-10-25 11:06:28 -03:00
luz.paz
f976a4f734
Misc. typos and whitespace fixes
...
Found via `codespell -q 3 --skip="*.po,*.ts,./.git,./src/3rdParty,./src/CXX,./src/zipios++,./src/Mod/Assembly/App/opendcm" -I ../fc-word-whitelist.txt` and `grep`
2018-10-25 11:06:28 -03:00
Gaël Écorchard
968ce141d0
[AddonManager] Fix Python 2 bug with list comprehension
2018-10-25 11:04:43 -03:00
Gaël Écorchard
2506f5b207
[AddonManager] Strip whitespace from other_files
...
Strip whitespace from the file name in the macro metadata __Files__
field.
2018-10-25 11:04:43 -03:00
Gaël Écorchard
37b738f86f
[AddonManager] Add support for __Files__
...
Read the metadata __Files__ for macros from git and install or remove
files listed there.
__Files__ must be a comma-separated list of files to be copied alongside
the macro. Their path must be relative to the macro (*.FCMacro file)
and not to othe root of the repository. Each file can be prefixed with a
subdirectory.
2018-10-25 11:04:43 -03:00
Gaël Écorchard
bac786a8ea
[AddonManager] separate the Macro class
...
Separate the Macro class of the AddonManager into addonmanager_macro.py
to prepare for future support for dependent files for macros from the
git repository.
2018-10-25 11:04:43 -03:00
Clemens Weissbacher
cef825c567
py3: OpenSCAD: make Mod/OpenSCAD python3 compatible
2018-10-25 11:03:36 -03:00
Clemens Weissbacher
54f88cc75c
py3: Arch: fix import urllib2 problem
2018-10-25 11:03:36 -03:00
pekkaroi
ae9786253c
PATH Fix bug on finding minimum Z on DressupRampEntry
2018-10-25 11:02:02 -03:00
lorenz
d3df5d979a
py3: Arch: try to fix unicode problem
2018-10-25 11:01:03 -03:00