Yorik van Havre
3522deefc9
Crowdin script - save the downloaded file as freecad.zip
2017-06-26 11:30:05 -03:00
Bernd Hahnebach
e774617db3
FEM: mesh region task panel, highlight elements on click in list issue #0003017
2017-06-26 11:14:50 -03:00
Bernd Hahnebach
f4f2000033
FEM: python task panels, only start SelectionObserver if noone runs already
2017-06-26 11:14:50 -03:00
sadskull
671ec0dae8
Update Assembly_fr.ts
...
Changing ’ by ' in french translations
2017-06-26 11:13:28 -03:00
Markus Lampert
9626ee24f6
Fixed deletion of dressup - clearing child object pointer prevents Tree from moving it to the root of the tree.
2017-06-26 11:10:15 -03:00
Markus Lampert
22fa9a7cc7
Fixed job dialog commit.
2017-06-26 11:10:15 -03:00
Yorik van Havre
3367e0e87e
Merge pull request #836 from WandererFan/SSTrack
...
fix #3094 ShapeString tracking
2017-06-26 11:08:47 -03:00
WandererFan
5d08c560db
fix #3094 ShapeString tracking
2017-06-24 21:12:54 -04:00
Yorik van Havre
b8755e93cc
Draft: Fixed encoding error
2017-06-24 20:55:40 -03:00
WandererFan
61e65d6b31
Coverity fixes
...
CID 156629 - obsolete
CID 156624 - obsolete
CID 163225 - won't fix
CID 163226
CID 163227
CID 163228
CID 163229
CID 163235
2017-06-23 08:14:46 +02:00
WandererFan
04eaca7e20
Add viewPartAsSvg in App
2017-06-23 08:14:46 +02:00
WandererFan
cd79ae2d5e
Add viewPartAsDxf function in App
2017-06-23 08:14:46 +02:00
WandererFan
6ac399e5aa
Handle "floating" straight edges in Svg
...
BRep_Tool::Polygon3D assumes the edge has polygon representation -
ie already been "tesselated". this is not true for all edges,
especially "floating edges".
2017-06-23 08:14:46 +02:00
WandererFan
4c4e1e3210
Replace DPG table lookup logic with calculations
...
DPG used a pair of large tables to determine view
direction and rotation vector when subject was rotated
and spun. There were many errors in the tables that
needed manual checking to correct. The new version
uses calculations on a virtual glass cube to find view
direction and rotation vector.
2017-06-23 08:14:46 +02:00
WandererFan
75900944c9
Add tolerance parm to checkParallel
2017-06-23 08:14:46 +02:00
Yorik van Havre
d5a467706d
Draft: Small optimizing in DraftGeomUtils.findIntersection()
2017-06-22 17:59:54 -03:00
wmayer
b989dafafa
implement object serialization for BSplineCurve class
2017-06-22 22:42:01 +02:00
wmayer
4caf59fd8b
implement object serialization for Vector class
2017-06-22 21:52:53 +02:00
wmayer
d60c49f5f0
try to fix travis build
2017-06-22 13:55:42 +02:00
Yorik van Havre
05c36ea2cb
Arch: Fixed typo
2017-06-21 17:34:31 -03:00
Markus Lampert
d4e4af52e7
Changing c-py interface to use 's' instead of 'S' for py 2/3 compatibility; also makes the code simpler.
2017-06-21 11:41:35 -07:00
Markus Lampert
5e4533c959
Removing dependency on lxml - fixed some bugs on deleting a job and all it's sub components.
2017-06-21 11:41:35 -07:00
Markus Lampert
bd9ae7bc25
Disable exception catching in tests to figure out why TestPathApp cannot be imported on the build system.
2017-06-21 11:41:35 -07:00
Markus Lampert
edd63bec4a
Fixed contour setting the visibility although there is no ViewObject associated with it.
2017-06-21 11:41:35 -07:00
Markus Lampert
c5e91d1df7
Fixed tag unit tests
2017-06-21 11:41:35 -07:00
Markus Lampert
05add01cb4
Disabling tags if the cannot generate commands.
2017-06-21 11:41:35 -07:00
Markus Lampert
659d98eca5
Added wating_effects for holding tag generation - big improvement.
2017-06-21 11:41:35 -07:00
Markus Lampert
074d012ec3
Moved all post/pre processor into their own directory.
2017-06-21 11:41:35 -07:00
Markus Lampert
a0d3d020eb
Proper taskk panel cleanup on escape.
2017-06-21 11:41:35 -07:00
Markus Lampert
25d5c49577
Fixed post processor loading.
2017-06-21 11:41:35 -07:00
Markus Lampert
00ec9b617c
Allow multiple holding tags to be added - until user hits Esc or presses the Done button.
2017-06-21 11:41:35 -07:00
Markus Lampert
c07fe542d7
Forward modifyStandardButtons into python task dialogs.
2017-06-21 11:41:35 -07:00
Markus Lampert
efba956711
Changed marker spheres to have constant size regardless of view scale.
2017-06-21 11:41:35 -07:00
Markus Lampert
25d3c839c1
Made holding tags tolerant to panelsheet base objects.
2017-06-21 11:41:35 -07:00
Markus Lampert
118268bbd1
Add all dressups to the profile and contour context menus.
2017-06-21 11:41:35 -07:00
Markus Lampert
e42c1473a9
Adapted unit tests for the new interface.
2017-06-21 11:41:35 -07:00
Markus Lampert
7a381ed7d0
Switched solid detection to blacklisting instead of whitelisting.
2017-06-21 11:41:35 -07:00
Markus Lampert
40c92e49ee
Removed questionable log message.
2017-06-21 11:41:35 -07:00
Markus Lampert
a8390445d2
Fixed spindle speed limitation in UI and template restore.
2017-06-21 11:41:35 -07:00
Markus Lampert
61b0a8b809
Changed empty template selection to '<none>'.
2017-06-21 11:41:35 -07:00
Markus Lampert
1ce3b242f2
Added solid detection and consolidated PathJob Base selection option (removed empty option).
2017-06-21 11:41:35 -07:00
Markus Lampert
71f03bd0bd
Added support for PanelSheets.
2017-06-21 11:41:35 -07:00
Markus Lampert
3ac13a1e31
Some cleanup and refactoring.
2017-06-21 11:41:34 -07:00
Markus Lampert
f489bce6b1
Added Job attributes to the template.
2017-06-21 11:41:34 -07:00
Markus Lampert
c121c6c0f7
Added template selection and preference integration to job creation dialog.
2017-06-21 11:41:34 -07:00
Markus Lampert
53bb8be7fd
Added file dialog to job export.
2017-06-21 11:41:34 -07:00
Markus Lampert
e6c2f7a356
Added file path and job template to preferences.
2017-06-21 11:41:34 -07:00
Markus Lampert
4704437136
Made job creation sequence a bit nicer.
2017-06-21 11:41:34 -07:00
Markus Lampert
c7a6670362
Simple job initialisation from template xml file.
2017-06-21 11:41:34 -07:00
Markus Lampert
05274273e9
Added export of job template - fixed output file.
2017-06-21 11:41:34 -07:00