Mark Ganson TheMarkster
e21f64caf9
fix bug in draft path array
...
put lnodes.normalize() inside try/except block
replace hard-coded 1e-6 with Vector3d::epsilon() in VectorPy::normalize()
2018-09-11 11:11:39 +02:00
Yorik van Havre
e79cadb6c0
Draft: Allow to switch the line of Draft Labels on/off
2018-09-03 16:03:10 -03:00
Yorik van Havre
4caca90737
Draft: Fixed bug in WorkingPlaneProxy color
2018-08-30 17:11:40 -03:00
Benjamin Alterauge
4b2d48a6f8
Update Draft.py
2018-08-01 19:22:45 -03:00
Yorik van Havre
42384e1a58
Arch: Added preference option for screen helpers color (axes, grids, etc...)
2018-07-25 10:56:12 -03:00
Mark Ganson TheMarkster
5fe5ea923f
Fix typo
...
I figure this should be Z instead of Y, but even if I'm wrong there's no reason to check for hasattr(pts,'Y') twice.
2018-07-23 12:46:16 -03:00
JimStar
6a5ad383ab
Extended global marker size to be used for other modes
2018-07-11 21:22:28 -03:00
Amritpal Singh
399cc982df
Show color of object wrt to its transparency while exporting SVG file.
2018-07-05 19:10:17 -03:00
Yorik van Havre
334f2df65f
Arch: Support of IfcBuildingElement and IfcPropertySets in ifc import/export
2018-07-04 14:49:31 -03:00
Yorik van Havre
2a116ff4f1
Arch: Handle cloning of BuildingParts
2018-06-29 12:12:54 -03:00
Yorik van Havre
fcd778e8c1
Arch: initial BuildingPart development
2018-06-28 18:44:07 -03:00
Yorik van Havre
c5a7a69166
Arch: Fixed export of included windows to IFC
2018-06-18 22:14:05 -03:00
ageeye
3832943567
Simple blocks now are possible as container.
2018-06-18 20:38:10 -03:00
ageeye
7d8f4f1a33
Add a new array type: PointArray.
2018-06-18 20:38:10 -03:00
Yorik van Havre
4514ad4260
Arch/Draft: Fixed bugs in non-GUI mode
2018-06-11 21:44:23 -03:00
ageeye
d48aa2e75b
Add sew function to the draft facebinder. Besides facebinder and patharray get their own icons in the tree view.
2018-06-11 09:58:22 -03:00
ageeye
bb6959904d
Add sew function to the draft facebinder. Besides facebinder and patharray get their own icons in the tree view.
2018-06-11 09:58:22 -03:00
Yorik van Havre
94e689a9b6
Arch: Added pref option to base new walls on Draft lines
2018-06-06 18:34:14 -03:00
Yorik van Havre
988c1f616d
Draft: Fixed Draft texts not appearing on file load
2018-06-02 14:31:12 -03:00
Yorik van Havre
693d66eb7e
Draft: Support new-style Draft texts in TechDraw
2018-06-01 11:05:15 -03:00
Mark Ganson TheMarkster
0980b1c168
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
Mark Ganson TheMarkster
1701af26ee
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
33f15e7d6f
Update Draft.py
2018-05-25 17:26:00 -03:00
Mark Ganson TheMarkster
0fd1f732ba
Update Draft.py
2018-05-25 17:26:00 -03:00
Yorik van Havre
8da0c7050d
Draft: added ConvertDraftSketches() convenience function to convert App::Annotations to the new Draft Text object
2018-05-16 16:27:12 -03:00
Yorik van Havre
3198ee8af3
Draft: Added 'Flatten' context menu entry to Draft Wires
2018-05-14 16:49:25 -03:00
Yorik van Havre
b36816f4bb
Draft: Draft Text now uses its own python object instead of App::Annotation
2018-05-10 17:43:16 -03:00
Yorik van Havre
d49a194279
Arch/Draft: Make sure an active doc exists before creating objects
2018-05-08 16:07:55 -03:00
Yorik van Havre
0b1a8c96ae
Draft: Fixed syntax error
2018-05-03 10:46:00 -03:00
luz.paz
e9a34e20ff
Draft: move newlines out of translations
2018-05-02 00:50:06 -04:00
looooo
149f068075
draft: fix diameter-dimension
2018-04-25 09:38:12 -03:00
looooo
6dacc3bdb0
py3: draft fixes (grid)
...
integer-division (please remember using // for integer division ;)
+ use same color for arrow and line
2018-04-22 07:53:20 +02:00
Yorik van Havre
08286c407e
fixed missing py2 case
2018-04-18 10:05:49 -03:00
Adrian Schröter
9c17bc53c3
fix runtime error creating a wire from string with python3
...
Tested against version 0.17
2018-04-18 10:05:49 -03:00
luz.paz
19bd7a8f4c
[For v0.18]Draft: add translation() + move \n out of translation strings
2018-04-11 10:51:13 -03:00
Alexander Pravdin
c12d2dd48c
Draft: dimension and extension lines overshoots
2018-04-10 19:28:40 +02:00
Yorik van Havre
7b9d62a0ea
Draft: small bugfix in WPProxy
2018-03-31 17:21:18 -03:00
Yorik van Havre
4108674c66
Arch: Fixed window transparency bug
2018-03-22 13:08:42 -03:00
Yorik van Havre
50d3354b18
Draft: Bugfix in SVG export
2018-03-10 18:50:56 -03:00
Yorik van Havre
89444a8b93
Arch: Fixed bug in windows transparency
2018-03-06 11:17:44 -03:00
Alexander Pravdin
aecc0998de
Draft: New dimension arrow tick (Tick-2)
2018-03-05 16:32:42 -03:00
Yorik van Havre
4f537ca816
Draft: Small bugfix in dimensions
2018-02-22 15:27:16 -03:00
Yorik van Havre
544d481666
Draft - fixed chamfer property of Wires - fixes #3044
2018-01-25 19:07:19 -02:00
Yorik van Havre
066c3cf374
Draft: Added property to allow to turn off Shape2DView recomputes if invisible
2018-01-08 15:13:01 -02:00
Yorik van Havre
540b1d290f
Draft: fixed bug in Point tool
2018-01-06 13:09:03 -02:00
Yorik van Havre
f9a45ec496
Arch: Fixed some missing objects in IFC export
2018-01-05 20:04:40 -02:00
Unknown
e3eca59173
Misc. typo fixes
...
Various workbenches
2017-12-23 14:30:30 +01:00
WandererFan
06eeef4281
Fix #1947 non-ASCII in file path
...
- this also fixes file path part of #3139
- this needs work for Py3
2017-12-06 19:51:22 -05:00
WandererFan
ccd04f3c9b
Fix #1939 Draft ShapeString with whitespace string
2017-12-06 19:51:22 -05:00
luzpaz
985980648c
Typos: user-facing and trivial
...
Several typos and uniformity fixes.
Note:
*SCL/SimpleDataTypes.py is a upstream stepcode file whose fiz has been submitted upstream and accepted.
*the header of Tools/generateBase/generateMetaModel_Module.xsd had redundant data. It has been removed. Please double check it.
2017-12-02 14:00:57 +01:00