Changesets: FreeCAD

master 2acfadfe

2015-04-14 22:33:38

Przemo Firszt


Committer: wmayer Details Diff
FEM: Change way of converting ccx output to unicode

Previous method was prone to UnicodeDecodeError. The try-catch for
UnicodeDecodeError stays in as additional safety net.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File

master 663771f0

2015-04-14 21:09:08

Przemo Firszt


Committer: wmayer Details Diff
FEM: Sort materials within each category

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalMaterial.py Diff File

master 38ca5341

2015-04-14 16:34:11

wmayer

Details Diff
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
mod - src/Mod/Draft/DraftGeomUtils.py Diff File

master 0c1fb8e4

2015-04-14 16:33:44

wmayer

Details Diff
+ delay checking for ccx path, handle exceptions
mod - src/Mod/Fem/InitGui.py Diff File

master f6638d49

2015-04-14 13:33:20

wmayer

Details Diff
+ improve abaqus export
mod - src/Mod/Fem/App/FemMesh.cpp Diff File

master 0e91902e

2015-04-14 11:37:24

wmayer

Details Diff
+ move to Qt's built-in search system for icon resources Affected Issues
0002053
mod - src/Gui/BitmapFactory.cpp Diff File

master 84467808

2015-04-14 11:27:05

Przemo Firszt


Committer: wmayer Details Diff
FEM: Use get_material_data in print_mat_data function

get_material_name provides material name in a safe way, so there is
no need to check in General_name exists in material definition

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalMaterial.py Diff File

master 9eb6cf74

2015-04-14 11:24:11

Przemo Firszt


Committer: wmayer Details Diff
FEM: Clean code to remove space-after-comma flake8 warning

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalMaterial.py Diff File

master 7ddd9d2c

2015-04-14 08:37:53

shoogen


Committer: yorik Details Diff
check BoundingBox before calling distToShape

to find intersecting edges. issue 0002050
Affected Issues
0002050
mod - src/Mod/Draft/DraftGeomUtils.py Diff File

master 2dc1890f

2015-04-13 22:11:27

wmayer

Details Diff
+ fix rendering problems for FEM elements
mod - src/Mod/Fem/Gui/ViewProviderFemConstraint.cpp Diff File
mod - src/Mod/Fem/Gui/ViewProviderFemConstraint.h Diff File
mod - src/Mod/Fem/Gui/ViewProviderFemConstraintFixed.cpp Diff File
mod - src/Mod/Fem/Gui/ViewProviderFemConstraintForce.cpp Diff File

master 1c79de55

2015-04-13 18:23:30

wmayer

Details Diff
+ workaround for limit of length of file names
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File

master 618192fc

2015-04-13 17:24:54

wmayer

Details Diff
+ fix critical memory leak
mod - src/Mod/Fem/Gui/ViewProviderFemConstraint.cpp Diff File

master f53fd0fe

2015-04-13 11:12:14

wmayer

Details Diff
+ allow PNG format with POV-Ray 3.7 on Windows
mod - src/Mod/Raytracing/Gui/Command.cpp Diff File

master 0c0365bb

2015-04-13 10:33:39

wmayer

Details Diff
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
mod - src/Mod/Material/CMakeLists.txt Diff File

master d9b60077

2015-04-13 10:33:10

wmayer

Details Diff
+ fix wrong template path for Raytracing/Lux project
mod - src/Mod/Raytracing/App/LuxProject.cpp Diff File
mod - src/Mod/Raytracing/App/RayProject.cpp Diff File

master a7c34660

2015-04-13 00:21:32

yorik

Details Diff
Material: Fixed bug in cmake file from commit 6685ae0
mod - src/Mod/Material/CMakeLists.txt Diff File

master abefd40b

2015-04-12 22:48:57

Przemo Firszt


Committer: wmayer Details Diff
FEM: Add Preferences option to hide materials from user defined directory

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/Gui/DlgSettingsFem.ui Diff File
mod - src/Mod/Fem/Gui/DlgSettingsFemImp.cpp Diff File
mod - src/Mod/Fem/MechanicalMaterial.py Diff File

master 1d5b4709

2015-04-12 22:35:38

Przemo Firszt


Committer: wmayer Details Diff
FEM: Add Preferences option to hide materials from .FreeCAD/Materials directory

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/Gui/DlgSettingsFem.ui Diff File
mod - src/Mod/Fem/Gui/DlgSettingsFemImp.cpp Diff File
mod - src/Mod/Fem/MechanicalMaterial.py Diff File

master 32a51db4

2015-04-12 22:24:51

Przemo Firszt


Committer: wmayer Details Diff
FEM: Add Preferences option to hide built in materials

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/Gui/DlgSettingsFem.ui Diff File
mod - src/Mod/Fem/Gui/DlgSettingsFemImp.cpp Diff File
mod - src/Mod/Fem/MechanicalMaterial.py Diff File

master 956e5f0d

2015-04-12 22:20:58

Przemo Firszt


Committer: wmayer Details Diff
FEM: Remove self.params

It doesn't make sense to pull preferences in __init__ for later use as
they change dependin on user action.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalMaterial.py Diff File

master 50402663

2015-04-12 21:38:33

Przemo Firszt


Committer: wmayer Details Diff
FEM: Add message about reverting material after user clicked Cancel button

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalMaterial.py Diff File

master 9205db4b

2015-04-12 21:37:10

Przemo Firszt


Committer: wmayer Details Diff
FEM: Fix problem with lost values after editing material properties

Now a valid value is stored immediately into object material.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalMaterial.py Diff File

master 3e1e5974

2015-04-12 18:39:27

wmayer

Details Diff
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code

master 8991b9e0

2015-04-12 18:39:01

wmayer

Details Diff
+ add Document::sendMsgToFirstView, fix memory leak
mod - src/Gui/Document.cpp Diff File
mod - src/Gui/Document.h Diff File
mod - src/Mod/Raytracing/Gui/AppRaytracingGuiPy.cpp Diff File

master 6685ae01

2015-04-12 18:31:49

yorik

Details Diff
Material: Added prefix to steel material cards
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 559 560 561 562 563 564 565 ... 630 ... 649 650 651  Next  Last