Commit Graph

11261 Commits

Author SHA1 Message Date
triplus
80ab56e592 Navigation indicator translations support 2017-03-11 14:43:56 +01:00
Yorik van Havre
91c59c7910 Arch: Material improvements
* Fix in material editor when loading existing material
* Added some properties to Arch materials that reflect the contents of the material dictionary
* Added some similar properties to Arch equipment
* Fixed standard code button in Arch material panel to go to Omniclass website to pick a code
2017-03-08 20:39:38 -03:00
Yorik van Havre
09cc396711 Arch: small bugfix in IFC export 2017-03-08 16:41:05 -03:00
Yorik van Havre
177c350a16 Arch: misc minor bugfixes 2017-03-08 15:55:07 -03:00
Yorik van Havre
08d8f70691 Part: Support subcomponent transparencies in compounds 2017-03-08 15:54:44 -03:00
wwmayer
09c1ee77a3 Merge pull request #600 from triplus/macOS-Integration
Fine tune statusbar integration
2017-03-08 13:01:21 +01:00
wwmayer
02efa6a7a4 Merge pull request #601 from jsmaniac/patch-print-radius
str(Sketcher.Constraint('Radius', 1, 2)) should not return "<Constraint '?'>"
2017-03-08 13:00:54 +01:00
Georges Dupéron
07d224e25f str(Sketcher.Constraint('Radius', 1, 2)) should not return "<Constraint '?'>"
str(Sketcher.Constraint('Radius', 1, 2)) should not return "<Constraint '?'>", it should return "<Constraint 'Radius'>"
2017-03-08 00:04:04 +01:00
triplus
93ade86c25 Fine tune statusbar integration 2017-03-07 23:31:38 +01:00
looooo
0196d50c48 cmake: reset shiboken-cmake-suffix for python < 3 2017-03-07 13:57:11 -03:00
Sergo
256791d42e stop profile based and primitives if file is in undetermined workflow 2017-03-07 13:51:42 -03:00
Sergo
fdc3772c25 stop dressup features when applied to non-acitve body 2017-03-07 13:51:42 -03:00
Sergo
1d8ef64925 fixing transformed features and guessworkflow 2017-03-07 13:51:42 -03:00
Sergo
6cbb76b667 fixing dressup features 2017-03-07 13:51:42 -03:00
Sergo
f8e836221c fix pd tools from running when no active parts 2017-03-07 13:51:42 -03:00
Bruce B. Lacey
8300306f82 Use CMAKE_PREFIX_PATH for Qt 5 builds
* To obivate creating Qt symlinks in /usr/local and simplify
    build/install
2017-03-07 13:49:59 -03:00
Kunda
17d2f2b458 ascii weirdness
Upstreamed fixes to stepcode in https://github.com/stepcode/stepcode/pull/356 were accepted. Please merge as ongoing typo fix effort in issue #2914
2017-03-07 13:48:16 -03:00
Eivind Kvedalen
338ca55622 Spreadsheet: Fixed issue #2894: Unit strings could be used as aliases. 2017-03-07 13:45:53 -03:00
Kunda
3017173c9a source typo fixes pt6 2017-03-07 13:43:46 -03:00
Bernd Hahnebach
ec5f19ac4b FEM: example 2D, update to the new element geometry object 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
19a0f85708 FEM: cmakes, object fem, init gui modules, sort by name 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
092a5dae48 FEM: fluid section and elment fluid 1D object, make name fit in FEM name system 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
34ad6af337 FEM: shell thickness and elment geometry 2D object, make name fit in FEM name system 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
977fd8995e FEM: beam sectiong and element geometry 1D object, make name fit in FEM name system 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
77e4a6d20d FEM: code formating, flake8 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
bda1b62818 FEM: icon file, sort by names 2017-03-07 13:40:18 -03:00
joha2
7f72f9ed0e FEM: fenics import/export: one line documentation, fixed make_femmesh call 2017-03-07 13:40:18 -03:00
Yorik van Havre
a6cfb18e37 Arch: Renaming Hires to HiRes 2017-03-07 13:36:33 -03:00
Yorik van Havre
5625bab170 Arch: Added Hires property + display mode to all Arch objects 2017-03-07 00:34:30 -03:00
wmayer
84ac526f62 fallback handling if in VBO rendering no normals are set 2017-03-06 19:18:47 +01:00
wmayer
ed0727a606 move VBO rendering code into its own method 2017-03-06 18:36:11 +01:00
Yorik van Havre
6b66a38ee3 Updated translations with latest files from crowdin 2017-03-06 11:53:09 -03:00
wmayer
7ff58ef0a8 split sketcher settings page and move to its own group 2017-03-06 14:37:40 +01:00
wmayer
7711d71410 replace deprecated gluPickMatrix 2017-03-06 11:18:19 +01:00
wmayer
b1347ec12b support of highlighting and selection if shading is disabled 2017-03-06 09:29:26 +01:00
Bruce Lacey
6612e7c753 Deploy artifacts when DEPLOY is true (#595)
* Deploy artifacts when DEPLOY is true

 * Do not build or deploy deployable artifacts unless
   the environment variable DEPLOY=1 (defaults to 0).
   This reduces build time for repos where deployment
   is not required or desired.

* Rename legacy Qt 4 formula

  * Cartr/Qt4 renamed legacy formula to avoid namespace conflicts
2017-03-05 14:56:23 -08:00
wmayer
db66835c63 add option to placement dialog to rotate around center of mass 2017-03-05 18:47:34 +01:00
wmayer
35e8edeb08 extend interface to get actual property with geometric data, get center of gravity of a geometry 2017-03-05 18:05:11 +01:00
wmayer
45bf8ed91e fix -Wunused-private-field, -Woverloaded-virtual 2017-03-05 10:10:53 +01:00
DeepSOIC
1ee6dcf75e PartPesign: Py: expose some methods of ViewProvider
* setBodyMode(bool)
* makeTemporaryVisible(bool)
2017-03-04 19:16:39 -03:00
DeepSOIC
0160478242 PartDesign: add ViewProviderPython
+ bind PartDesign::Feature to PartDesign::ViewProvider, and adjust
viewprovider of PartDesign::FeaturePython accordingly.
2017-03-04 19:16:39 -03:00
DeepSOIC
722ffe5ecb PartDesign: update primitives to use PartDesign::FeaturePy 2017-03-04 19:16:39 -03:00
DeepSOIC
d9c803ffce PartDesign: add FeaturePython
Opens a window to extend PartDesign with Python
2017-03-04 19:16:39 -03:00
Yorik van Havre
271bc7450e Draft: Fixed Shape2DView's Cut Face mode bug when cutting through multi solids 2017-03-04 16:08:52 -03:00
Bruce Lacey
8f5c7b447a Use new FreeCAD/freecad homebrew formula API for Qt4 & Qt5 (#590) 2017-03-04 10:37:24 -08:00
Jean-Marie Verdun
f66307e4ba Disable pyra13 output within UNV file, as this element is not officially supported
by this file format.

Fix bug 2649
2017-03-04 13:10:14 -03:00
Jean-Marie Verdun
732bd85c47 Properly fix the Tetrahedron node ordering with VTK. This was reported into
PR #203 back this summer 2016. A memory overwrite is happening if the enum are not
properly sized
2017-03-04 13:10:14 -03:00
Kunda
19f8fd4c10 source typo fixes pt5
+ cleaning up some more non-short-URLs
Issue #2914
2017-03-04 13:07:13 -03:00
joha2
d751423dbd FEM: fenics xml mesh format, add mesh import 2017-03-04 13:02:11 -03:00
Yorik van Havre
2f93571c46 Fixed python3 mistake in main cmake file 2017-03-04 12:59:48 -03:00