Mark Ganson TheMarkster
2c982e0c45
Remove extra definition of obj.IntervalZ
...
Remove extra definition of obj.IntervalZ in Draft array object.
Was:
obj.IntervalZ = Vector(0,0,1)
obj.IntervalZ = Vector(0,0,0)
Now:
obj.IntervalZ = Vector(0,0,1)
2018-05-31 10:58:58 +02:00
Yorik van Havre
262d7c0cd0
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2018-05-30 19:07:48 -03:00
wandererfan
2760dabb3c
Format Dxf Group Codes as 3 chars
2018-05-30 19:06:58 -03:00
wmayer
009b18a553
expose function to Python to get optimal bounding box
2018-05-30 21:27:49 +02:00
wmayer
b8fca77c5a
respect settings of locatation navicube when creating a new view
2018-05-30 09:45:44 +02:00
wandererfan
3b02ff2a94
Fix typo in AddonManager
2018-05-29 09:57:10 +02:00
wandererfan
73d597710f
Write Dimension Blocks to Dxf file
2018-05-28 19:54:45 +02:00
wandererfan
064a261cc2
Add Header with version to dxf output file
2018-05-28 19:54:45 +02:00
wandererfan
a6e9eec5ad
Avoid Qt warning re mdi window not in workspace
2018-05-28 13:27:11 -04:00
wandererfan
c96d72bd67
Ignore selection changes while closing Page
2018-05-28 13:26:26 -04:00
Janne Keränen
6781a8167f
Correct small bug in CompoundFilter in command line
...
Without this, CompoundFilter does not work in Python script in non-GUI-mode.
See:
https://forum.freecadweb.org/viewtopic.php?f=10&t=27593&p=222303
and
https://www.freecadweb.org/tracker/view.php?id=3381
2018-05-28 16:55:15 +02:00
wandererfan
0ea75683f1
Fix #3477 Unintended Deletion
...
- original fix for #3477 presented message box for each
inactive selected item. Now it presents 1 message box
per document, like the check for deletion of linked
objects.
2018-05-28 16:46:31 +02:00
pekkaroi
8b0b3df76c
PathSimulator, fix typo false->False
2018-05-28 10:27:53 -03:00
pekkaroi
1a3996783e
Improve backwards compatibility
2018-05-28 10:12:07 -03:00
pekkaroi
0c90118cb3
Cleaning
2018-05-28 10:12:06 -03:00
pekkaroi
3895c9a492
Improved naming of the new parameters
2018-05-28 10:12:06 -03:00
pekkaroi
1aa8601e07
Add IgnoreAbove parameter to not generate ramp above certain heights
2018-05-28 10:12:03 -03:00
Bernd Hahnebach
6476cf4c6b
FEM: mesh netgen command, fix meshing while task panel is opened
2018-05-28 12:22:11 +02:00
Bernd Hahnebach
fbf96728b8
FEM: material editor, add it to materials menue
2018-05-28 08:58:17 +02:00
Bernd Hahnebach
24a21ce83f
FEM: menue entries, add submenue for materials
2018-05-28 08:58:17 +02:00
Bernd Hahnebach
c7879c28fe
FEM: selection widget module, fix console print message
2018-05-28 08:58:17 +02:00
Bernd Hahnebach
be28744829
FEM: Python VP, add return variable to unSetEdit methods and improve reseting the edit mode
2018-05-28 08:58:17 +02:00
Bernd Hahnebach
7512fb5628
FEM: material widget, add button to fix material property editing
2018-05-28 08:58:10 +02:00
Abdullah Tahiri
468946bcde
Sketcher: Fix crash on applying dimensional constraint to external element
2018-05-27 19:43:05 +02:00
wmayer
0425c7f3c8
fixes #0003493 : Python Shape.isClosed() returns false for any solid, including primitive Parts
2018-05-27 15:10:44 +02:00
wmayer
4b089f9667
fix inconsistency with default value of random shape color
2018-05-26 18:52:58 +02:00
wmayer
7c010ab9a4
implement option to change corner of navi cube
2018-05-26 18:51:53 +02:00
wmayer
d15c7d0673
+ option to disable navi cube
...
+ handle destruction of GL context in 3d viewer class
+ fix for OpenGL error message: 'Texture is not valid in the current context. Texture has not been destroyed'
2018-05-26 15:33:45 +02:00
wmayer
865f83b574
remove unrealiable implementation of ViewNormalToSketchPlaneCmd
2018-05-26 15:33:45 +02:00
wmayer
ddf881a1db
make NaviCube working for Qt4 and Qt5
2018-05-26 15:33:45 +02:00
wmayer
ba99fff1d9
fix Qt5 build failure
2018-05-26 15:33:45 +02:00
Kustaa Nyholm
13a4f84145
First Qt5 compatible NaviCube attempt
2018-05-26 15:33:45 +02:00
Yorik van Havre
934603b604
Draft: Fixed draft2sketch not working with ellipses
2018-05-25 18:48:04 -03:00
Mark Ganson TheMarkster
e0ef642d24
fix copy/paste error, add back 3 lines
...
Good catch, Yorik. I never intended to remove those lines. Must have happened when I was editing the documentation string.
2018-05-25 17:26:00 -03:00
Mark Ganson TheMarkster
f9212edc6d
Update Draft.py
2018-05-25 17:26:00 -03:00
Mark Ganson TheMarkster
e74a18f09c
Update Draft.py
2018-05-25 17:26:00 -03:00
DeepSOIC
0c4c04156c
Part: fix imports of Show.TempoVis
2018-05-25 17:24:57 -03:00
DeepSOIC
78f054f09f
Show: improve container support
2018-05-25 17:24:57 -03:00
DeepSOIC
0511284f08
Show: toggle support for sketch clipping plane
2018-05-25 17:24:57 -03:00
DeepSOIC
7edfe0f26e
Show: fixes
2018-05-25 17:24:57 -03:00
Abdullah Tahiri
ab478f947c
Sketcher: Section Command enabling the clipping planes
2018-05-25 17:24:57 -03:00
Abdullah Tahiri
c3f0513cca
Sketcher: Section view artwork
2018-05-25 17:24:57 -03:00
DeepSOIC
bd442192fb
Show: fix forgotten cmakelists
2018-05-25 17:24:57 -03:00
DeepSOIC
75ba527311
Show: more fixes
2018-05-25 17:24:57 -03:00
DeepSOIC
1bf9da8a2a
TempoVis: Clip Plane Support
2018-05-25 17:24:57 -03:00
wmayer
e4cea7f3ca
fix possible stack overflow when finishing edit mode
2018-05-24 19:37:16 +02:00
looooo
9fb122008b
2to3: port some missing print statements
2018-05-23 19:13:54 +02:00
looooo
ab3ec6cc73
py2 fix: open doesn't accept encoding attribute
2018-05-23 19:13:54 +02:00
looooo
71dd8934a7
add python syntax checker
2018-05-23 19:13:54 +02:00
looooo
c801808bed
python syntax checker: remove some strange leading characters
2018-05-23 19:13:54 +02:00