Commit Graph

7630 Commits

Author SHA1 Message Date
Jonathan Wiedemann
be0c8ed3ac Allow floors in floor object. 2016-07-24 19:57:23 -03:00
Jonathan Wiedemann
3b5edef72d Arch: Fix Site, Building, Floor objects creation
-New param : GetBool("FreeLinking",False), unavailable in pref see
parameters
-by default :
allow create Site on Building only
deny create Building on Site or Building
deny create Floor on Site, Building,Floor
-option:
allow create and linking what you want (until non-DAG)
2016-07-24 19:57:23 -03:00
wmayer
1ebe48440b support transparent background when using renderToFramebuffer 2016-07-24 22:24:58 +02:00
wmayer
217d4897fe support groups for export to obj format 2016-07-24 16:16:42 +02:00
wmayer
66dffafe88 implement method to convert escaped unicode to utf-8 encoded string 2016-07-24 16:14:40 +02:00
wmayer
0c5eefad60 improve whitespaces 2016-07-24 13:10:08 +02:00
wmayer
d177468f0c issue #0002638: Windows installer doesn't create the macro folder 2016-07-24 11:25:21 +02:00
wmayer
58831da643 use <> for inclusion of generated headers 2016-07-24 11:08:40 +02:00
wmayer
0c52922d15 translation items of OSX application menu 2016-07-24 10:56:12 +02:00
wmayer
3f83814682 improve groups handling of obj mesh format 2016-07-24 00:23:45 +02:00
Sergei Krivonos
4629c99350 fixed makeWire face parameter treating
Change-Id: If72a3a1615a56064b113b4d4b1f282ad0229b88d
2016-07-23 11:58:35 -03:00
WandererFan
ff24d1e11a Refactor method to base View
Auto allocate member attributes
2016-07-23 15:03:39 +02:00
WandererFan
9721db0df5 Fix GH Issue 49 Clip artifact 2016-07-23 15:03:39 +02:00
WandererFan
ee318b6a2c remove unneeded boundingRect methods 2016-07-23 15:03:39 +02:00
WandererFan
14329d9458 Remove obs property & code 2016-07-23 15:03:39 +02:00
WandererFan
48f008d772 Simplify ClipMinus selection logic 2016-07-23 15:03:39 +02:00
WandererFan
efbb08a136 Center new view on Page/ClipGroup 2016-07-23 15:03:39 +02:00
wmayer
ac32ab0b00 + fix order of removed objects in transaction list
+ add assert to check for obvious error
+ removed unneeded method
2016-07-23 11:47:01 +02:00
wmayer
71390dcf20 prepare view provider for undo/redo 2016-07-23 11:46:19 +02:00
wmayer
e471ebe1fb prepare view provider for undo/redo 2016-07-23 11:45:38 +02:00
wmayer
3d16ae0f04 prepare view provider for undo/redo 2016-07-23 11:45:21 +02:00
WandererFan
7f2b54d48e Fix 0002627 wrong value in dimension
Remove obolete dimension properties
2016-07-21 19:50:38 -04:00
Bernd Hahnebach
42429f15b0 FEM: pyhton code formating: comment should start with '# ' 2016-07-21 18:40:51 -03:00
Bernd Hahnebach
999e3d9ce7 FEM: python code formating flake8: add white space to start comment block, where missing 2016-07-21 18:40:51 -03:00
Bernd Hahnebach
598e42092c FEM: input writer ccx: better def name and comments 2016-07-21 18:40:51 -03:00
Bernd Hahnebach
bb14db6193 FEM: small changes in comments in FemTools 2016-07-21 18:40:51 -03:00
Bernd Hahnebach
ef84b6733d FEM: GUI: typos in FEM menue and icon tool tipps 2016-07-21 18:40:51 -03:00
Bernd Hahnebach
b164af35f7 FEM: code formating: trailing white spaces 2016-07-21 18:40:51 -03:00
Bernd Hahnebach
e76fa5191c FEM: do not write empty constraints to ccx input file 2016-07-21 18:40:51 -03:00
Bernd Hahnebach
8645a0456a FEM: typo in input writer ccx 2016-07-21 18:40:51 -03:00
Bernd Hahnebach
d5e9a6b2d2 FEM: check prerequisites: adapt to self weight 2016-07-21 18:40:51 -03:00
Bernd Hahnebach
036a2c9e1a FEM: constraint self weight: implementation for solver CalculiX 2016-07-21 18:40:51 -03:00
Bernd Hahnebach
f67363acd8 FEM: constraint self weight: add icon 2016-07-21 18:40:51 -03:00
Bernd Hahnebach
1f341ed4b4 FEM: constraint self weight: object implementation 2016-07-21 18:40:51 -03:00
WandererFan
de7b7e50ab Use Units Decimals pref in Quantity::getUserString 2016-07-21 12:55:39 -04:00
Przemo Firszt
0028b5ec28 [Material] Fix acrylic glass density and remove comments 2016-07-20 21:48:07 +01:00
wmayer
6823981551 apply workaround from Debian to fix error message with not found SMDS_MemoryLimit 2016-07-19 12:13:08 +02:00
wwmayer
ac2546f965 Merge pull request #222 from wwmayer/pr190
Improve NETGEN detection and support V6.
2016-07-19 10:43:28 +02:00
Jose Prous
5c53622f78 fix some compilation errors 2016-07-19 09:53:23 +02:00
Przemo Firszt
1a635c6d36 [Material] Amend Aluminum-6061-T6.FCMat
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2016-07-18 17:40:15 -03:00
WandererFan
9bceb30d30 Prevent buildup of old QGItems 2016-07-17 10:43:55 -04:00
WandererFan
9b81ea1cc9 Exclude hatches from SVG export.
QtSvg does not support clipping which is required for hatches.
2016-07-17 10:43:54 -04:00
wmayer
6e6904898c fix build failure with occ 6.9.0 2016-07-17 16:18:12 +02:00
wmayer
9991a6f986 issue #0002486: Menu 'Preferences...' entry changes depending on language 2016-07-17 14:20:53 +02:00
wmayer
49d1be14ff add quantity property to FeatureTest with kg/m^3 2016-07-17 13:40:08 +02:00
wmayer
959b7c9809 issue #0002625: Wrong dimension (str) from Unit 2016-07-17 13:14:06 +02:00
wmayer
b3c7d8b3b4 improve whitespaces 2016-07-17 12:46:46 +02:00
vejmarie
fdc44af644 Fix MED Reader
Assign same Mesh name into MED archive based on shortfilename during write and read operation
2016-07-16 17:43:20 +02:00
Johannes Obermayr
e3cf2331a0 Improve NETGEN detection and support V6. 2016-07-16 17:08:05 +02:00
vejmarie
d094d3e33f Fix UNV file read which was broken due to missing cards 2016-07-15 21:02:45 +02:00