wmayer
eb6a405c17
abort hyperbola creation when angles are NaN
2019-10-17 00:22:39 +02:00
Yorik van Havre
432d4f2552
AddonManager: Fixed bug in non-git update
2019-10-16 16:52:06 -03:00
Zheng, Lei
8952306088
PartDesign: fix Body getSubObject()
2019-10-16 10:55:53 +02:00
dabomian
fa5d34508b
obj transparency fix d->Tr and its value/100
2019-10-15 14:11:29 -03:00
sliptonic
b479a4c420
Merge pull request #2617 from mlampert/bugfix/path-ocl-warning
...
Path: couple of minor bug fixes
2019-10-15 08:48:23 -05:00
wandererfan
2b2210543c
[TD]Fix slow GC of QGIPrimPath
2019-10-15 06:29:37 -04:00
wmayer
ee63c324c1
Add an XSD validation scheme and implement ParameterManager::CheckDocument(), function is used in the parameter editor
2019-10-14 22:56:03 +02:00
wmayer
e4f8d98079
add new CMake macro generate_from_any and extend PythonToCPP script to create source file from any text file
2019-10-14 22:20:59 +02:00
paullee0
a785660f59
[Arch] Introduce Refine attribute to Select whether or not and the method to remove splitter
...
Currently Draft removeSplitter and Part removeSplitter available but may not work on complex sketch
Forum Discussion - https://forum.freecadweb.org/viewtopic.php?f=23&t=38527
2019-10-14 16:49:33 -03:00
Francesco Fantoni
61435b30f9
[Arch] suggested feature: add the ability to choose whether an Arch BuildingPart transmits its height value to children
2019-10-14 16:48:07 -03:00
vocx-fc
1b044e91df
Draft: DraftGui, use boolean values to set up an option instead of numeric values 1 and 0
2019-10-14 16:45:33 -03:00
luz.paz
a9bf9ba263
tooltip: rename python-git to GitPython
2019-10-14 16:36:07 -03:00
luz.paz
7f696bd60f
AddonManager: tooltips and minor code formatting
2019-10-14 16:36:07 -03:00
Markus Lampert
4dc50edf55
Fixed holding tags restore
2019-10-14 11:11:16 -07:00
Markus Lampert
641f615bf5
Restrict loading of ocl and PathSurface to enabling experimental features.
2019-10-14 10:09:05 -07:00
wmayer
891f8953fe
improve strict ISO C++11 (-Wpedantic)
2019-10-14 10:54:57 +02:00
wmayer
1f5f00e655
remove the built-in tree widget from the tessellation task panel
2019-10-13 18:12:05 +02:00
Zheng, Lei
c98549a40a
Gui: fix python documents in Gui.Selection methods
2019-10-13 17:02:32 +02:00
Zheng, Lei
bf27b115c0
Gui: fix SelectionSingleton::checkSelection()
...
This affects sub-object selection detection
2019-10-13 17:02:32 +02:00
wmayer
bea009c1d5
fix description of 'resolve' in Selection
2019-10-13 14:32:23 +02:00
wmayer
9ba5d3505c
fix -Winconsistent-missing-override -Wunused-variable
2019-10-13 14:29:52 +02:00
wmayer
e0bb5701f6
expose Placement.slerp to Python
2019-10-12 23:58:54 +02:00
Bernd Hahnebach
a431cf7d2b
Arch: IFC import, fix Axis system placement
2019-10-12 21:50:44 +02:00
DeepSOIC
3da76af1f9
Base: Placement: change argument order of slerp() in Py
...
to be consistend with that of C++ one, and of RotationPy
2019-10-12 20:35:20 +02:00
DeepSOIC
f1a8dc4b2c
Spreadsheet: fix tests to use fuzzy placement comparison
2019-10-12 15:39:39 +02:00
DeepSOIC
23e708323c
Base: Placement: expose ScLERP to python
2019-10-12 15:39:39 +02:00
DeepSOIC
63d0435a95
Base: ScLERP placement interpolation
2019-10-12 15:39:39 +02:00
Syres916
867a09f731
[Draft] ShapeString Task Panel Allow Windows...
...
....Users to view Font Files without the need to modify permissions on the Fonts folder. Also keeping the rest of FreeCAD file dialog boxes as standard.
2019-10-11 19:11:12 -04:00
wandererfan
90fad8180f
[TD]Improve tolerance formatting
2019-10-11 09:16:41 -04:00
wandererfan
4db8cac678
[TD]fix Front lock icon in DPG
2019-10-11 09:16:41 -04:00
wmayer
fd352c14f1
expose Roation.slerp to Python
2019-10-11 01:14:35 +02:00
vocx-fc
1d83fa7d92
Draft: renamed the command Draft_Edit_Improved to Draft_SubelementModify because the previous name was confusing; also provide a new icon
2019-10-10 19:13:28 -03:00
sgrogan
b0882de737
fix indent
2019-10-10 23:51:41 +02:00
wmayer
9ed08a8136
avoid adding extra newlines when writing user.cfg
2019-10-10 22:03:13 +02:00
Yorik van Havre
2736597eb0
AddonManager: Show installed path in addon description
2019-10-10 15:34:07 -03:00
Yorik van Havre
77550e0de3
AddonManager: Fixed crash when quickly clicking through addons
2019-10-10 14:56:28 -03:00
Yorik van Havre
97933a5b54
AddonManager: Fixed vanishing icon when uninstalling
2019-10-10 11:54:26 -03:00
luz.paz
8f1147cc76
AddonManager: Add Assembly4 icon to dialog
2019-10-10 11:12:51 -03:00
Yorik van Havre
04f87588b0
Arch: Fixed tab indents im importOBJ
2019-10-10 10:54:58 -03:00
Yorik van Havre
f66023a646
AddonManager: Better error catching in HTML parsing
2019-10-09 15:50:17 -03:00
Yorik van Havre
6d7da24308
Addon manager: Fixed wrong marking of addons that begin with same letters
2019-10-09 12:01:10 -03:00
Jean-Marie Verdun
ca30dfeb27
Tweak meshing parameters (lower triangles count)
2019-10-09 09:55:16 -03:00
Jean-Marie Verdun
d56d17ccf0
Improve Wavefront export by:
...
- Switching from regular tesselate computation to MeshPart
- Adding Vector Normal output
- Support New assembly placement
2019-10-09 09:55:16 -03:00
wmayer
0602c518fd
avoid explicit term FreeCAD in user interface to avoid breaking branding
2019-10-09 14:13:47 +02:00
luz.paz
34ee9afa75
Docs: Update Prefs > General > Macro dialog tooltips
...
Update the tooltip for the 'Macro' tab.
2019-10-09 14:10:52 +02:00
Zheng, Lei
bfe9681382
Gui: avoid unecessary visibility change when update view provider
...
This patch prevents syncing DocumentObject::Visibility when view
provider hides itself before updating. Some object may have additional
logic based on object visibility change. For example, GroupExtension
monitors its children visibility for exporting, and propgate changes to
upper hierarchy.
2019-10-09 14:01:44 +02:00
Zheng, Lei
363fe1b635
App: fix wrong python function type in FreeCAD.open()
2019-10-09 13:45:32 +02:00
Bernd Hahnebach
8d9e0c2c94
Arch: IFC import, better import of small assemblies for nonparametric arch and part shape mode
2019-10-09 08:16:14 +02:00
Bernd Hahnebach
3bc85bcc6c
FEM: unit test, fix due to example renaming
2019-10-09 03:17:37 +02:00
Bernd Hahnebach
c3df99e984
FEM: examples, move dev in manager
2019-10-08 22:46:13 +02:00