Changesets: FreeCAD

master 7cb4df59

2015-04-09 16:17:24

Przemo Firszt


Committer: wmayer Details Diff
FEM: Use chooseMat directly set set initial value for material

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

master 9a9f7e64

2015-04-09 14:54:25

Przemo Firszt


Committer: wmayer Details Diff
FEM: Add icons to materials

Add icons to distinguish where the material is from. FreeCAD icon for
build-in materials, notmal material icon for materials from user
preferences directory which is "~/.FreeCAD/Materials" on linux or
from an user defined location defined in FEM preferences.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Gui/Icons/resource.qrc Diff File
add - src/Gui/Icons/user.svg Diff File
mod - src/Mod/Fem/MechanicalMaterial.py Diff File

master 4024f466

2015-04-09 13:15:37

ian.rees


Committer: wmayer Details Diff
Expands list of mesh formats for import/export
mod - src/Mod/Mesh/Init.py Diff File

master f7fd04aa

2015-04-09 12:49:30

Przemo Firszt


Committer: wmayer Details Diff
FEM: Add option to define custom material directory

That commit also tidies up FEM preferences, so all file
choosers have the same width

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 0039ea9e

2015-04-09 10:16:45

Przemo Firszt


Committer: wmayer Details Diff
FEM: Rename dirname to sytem_mat_dir

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

master fbbc9e21

2015-04-09 02:00:43

yorik

Details Diff
Draft: Improved behaviour of Clone tool when dealing with Arch objects
mod - src/Mod/Draft/Draft.py Diff File

master 5d0bc520

2015-04-08 19:08:14

yorik

Details Diff
Gui: Added entry to Selection View's context menu, to use selected objects in the python console
mod - src/Gui/SelectionView.cpp Diff File
mod - src/Gui/SelectionView.h Diff File

master 54ae9846

2015-04-08 17:55:20

Przemo Firszt


Committer: wmayer Details Diff
FEM: Read materials from user settings directory

That commit also adds python function getUserAppDataDir that calls
Application::getUserAppDataDir()

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

master 892b7ae5

2015-04-08 17:34:48

yorik

Details Diff
Arch: Misc improvements for IFC workflow

* Added utility to make non-parametric Arch component
* Ability for all Arch components to be a clone of another Arch component of same type
* Modified the Draft Clone tool to produce Arch Clones if applicable
* Fixed Arch Roofs so they can be based on a solid shape like other Arch objects
* Ability to change the Root element to be imported in IFC preferences
* Ability to import IFC files also as compounds, Part shapes or non-parametric Arch objects
* Added an "only" parameter to importIFC.open() to import only a certain object ID.
* Ability to read colors (IfcSurfaceStyle) from IFC objects
mod - src/Mod/Arch/ArchCommands.py Diff File
mod - src/Mod/Arch/ArchComponent.py Diff File
mod - src/Mod/Arch/ArchEquipment.py Diff File
mod - src/Mod/Arch/ArchFrame.py Diff File
mod - src/Mod/Arch/ArchPanel.py Diff File
mod - src/Mod/Arch/ArchRebar.py Diff File
mod - src/Mod/Arch/ArchRoof.py Diff File
mod - src/Mod/Arch/ArchSpace.py Diff File
mod - src/Mod/Arch/ArchStairs.py Diff File
mod - src/Mod/Arch/ArchStructure.py Diff File
mod - src/Mod/Arch/ArchWall.py Diff File
mod - src/Mod/Arch/ArchWindow.py Diff File
mod - src/Mod/Arch/InitGui.py Diff File
mod - src/Mod/Arch/Resources/Arch.qrc Diff File
add - src/Mod/Arch/Resources/icons/Arch_Component.svg Diff File
mod - src/Mod/Arch/Resources/ui/archprefs-import.ui Diff File
mod - src/Mod/Arch/importIFC.py Diff File
mod - src/Mod/Draft/Draft.py Diff File

master bf179d9f

2015-04-08 16:14:45

Przemo Firszt


Committer: wmayer Details Diff
FEM: Add option to define ccx path in Preferences

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/MechanicalAnalysis.py Diff File

master 694b0339

2015-04-06 23:55:53

DeepSOIC

Details Diff
GestureNav: bug fix (tilting) + kill messagebox

Fixed a bug where starting tilting with LMB+RMB with LMB in sketcher
caused odd behavior.
No more messagebox upon hitting H key when the cursor is over nothing
(replaced with a warning). The messagebox was very annoying when trying
to hunt a point with touch input.
mod - src/Gui/GestureNavigationStyle.cpp Diff File

master c7743166

2015-04-06 18:39:17

Przemo Firszt


Committer: wmayer Details Diff
FEM: Unify access rights for FEM svg images

Signed-off-by: Przemo Firszt <przemo@firszt.eu>

master 9731fc4e

2015-04-06 18:30:42

Przemo Firszt


Committer: wmayer Details Diff
FEM: Replace hardcoded icon with a normal image file

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

master 72b73d82

2015-04-06 18:18:07

Przemo Firszt


Committer: wmayer Details Diff
Base: Fix pressure unit problem in internal unit schema

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Base/UnitsSchemaInternal.cpp Diff File

master 54bb4e29

2015-04-06 18:08:03

Przemo Firszt


Committer: wmayer Details Diff
FEM: Add "None" and simplify material setting

The "-->choose Material" has been replaced with a not defined material.
That makes setting/retrieving material to/from the object much easier
and allows user to have a "not defined" material. Previously it wasn't
possible to change i.e. form Steel to "not defined".

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalMaterial.py Diff File
mod - src/Mod/Material/CMakeLists.txt Diff File
add - src/Mod/Material/StandardMaterial/None.FCMat Diff File

master aec08263

2015-04-06 18:03:07

Przemo Firszt


Committer: wmayer Details Diff
FEM: Clean unused import in MechanicalMaterial.py

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

master 157a1d8e

2015-04-06 17:50:37

Przemo Firszt


Committer: wmayer Details Diff
FEM: Fix spaces around =/+/: and brackets

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

master 5a1249dc

2015-04-06 17:50:08

Przemo Firszt


Committer: wmayer Details Diff
FEM: Fix white space errors

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

master 6bfd683d

2015-04-06 17:45:14

Przemo Firszt


Committer: wmayer Details Diff
FEM: Clean unused imports in MechanicalMaterial.py

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

master 1ff82e48

2015-04-06 17:43:49

Przemo Firszt


Committer: wmayer Details Diff
FEM: Fix copyright date

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

master 0f9bcc2f

2015-04-06 17:41:26

Przemo Firszt


Committer: wmayer Details Diff
FEM: Replace deprecated backticks with repr

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

master 7b01cd68

2015-04-06 17:38:08

Przemo Firszt


Committer: wmayer Details Diff
FEM: Replace "!=" with "is not" when comparing to None

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

master 7030aa74

2015-04-06 17:37:09

Przemo Firszt


Committer: wmayer Details Diff
FEM: Fix white space errors

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

master 835228ef

2015-04-06 17:32:26

Przemo Firszt


Committer: wmayer Details Diff
FEM: Fix spaces around =/+/: and brackets

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

master 40e8f5b0

2015-04-06 17:29:04

Przemo Firszt


Committer: wmayer Details Diff
FEM: Clean unused imports

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 561 562 563 564 565 566 567 ... 630 ... 649 650 651  Next  Last