Kunda
91bd0fc536
FEM: Doxygen tweeks
...
Discussion in [FEM subforum](https://forum.freecadweb.org/viewtopic.php?f=18&t=12833&start=40#p158684 )
...Calculix FRD Reader doxygen tweek
...Calculix INP Reader doxygen tweek
...Result import and export VTK file library doxygen tweek
...Z88 Mesh reader and writer doxygen tweek
...Z88 Disp Reader doxygen tweek
...Command show result doxygen tweek
2017-02-16 14:00:40 +01:00
fandaL
a01aceffa7
FEM: frd reader, missing mode_strain_found = False
2017-02-16 14:00:40 +01:00
Bernd Hahnebach
e111440c6b
FEM: ccx writer, better handling of different analysis types
2017-02-16 14:00:40 +01:00
Bernd Hahnebach
2de20b8547
FEM: gmsh mesh class, small improvement in gmsh binary handling
2017-02-16 14:00:39 +01:00
Bernd Hahnebach
e07b45d59d
FEM: better module names for CalculiX result reader modules
2017-02-16 14:00:39 +01:00
Bernd Hahnebach
9431d8ed4c
FEM: better module name for Z88 o2 result reader
2017-02-16 14:00:39 +01:00
Bernd Hahnebach
e651a3f867
FEM: vtk result file import, workaround for calculating the DisplacementLengths
2017-02-16 14:00:39 +01:00
Bernd Hahnebach
12f53b6098
FEM: move the new python FemResult object to FemMechanicalResult object derived from C++ FemResult object
2017-02-16 14:00:32 +01:00
Bernd Hahnebach
aa49586766
FEM: result task panel, codeformating and a comment
2017-02-16 13:11:23 +01:00
makkemal
08b51b496c
FEM: result task panel, fix user defined result errors on new refactoring
2017-02-16 13:11:22 +01:00
Bernd Hahnebach
b4b41ff3e8
FEM: result task panel, fix because empty result are really empty now and do not have a 0.0 in list
2017-02-16 13:11:22 +01:00
Bernd Hahnebach
17eac77144
FEM: code formating, white spaces
2017-02-16 13:11:14 +01:00
Bernd Hahnebach
b55a7688cc
FEM: result object refactor, fix frd, vtk, z88 result file import
2017-02-16 07:54:37 +01:00
qingfengxia
c13ca92792
FEM: result object refactor, move most properties from C++ to a new Python result object
2017-02-16 07:54:32 +01:00
Bernd Hahnebach
ea1829c9fa
FEM: vtk result file reading, activate import in python vtk import module
2017-02-16 07:54:26 +01:00
qingfengxia
1c18867d1e
FEM: VTK post processing, changes:
...
- vtk result file reading
- some changes in vtk post processing pipe line
2017-02-16 07:54:16 +01:00
wwmayer
99fa203f32
Merge pull request #522 from looooo/python3-import+inspect
...
Python3 import+inspect
2017-02-15 23:07:59 +01:00
wwmayer
52f420d848
Merge pull request #515 from kkremitzki/view-mappings
...
Update view mappings to sensible defaults
2017-02-15 23:05:26 +01:00
Mateusz Skowroński
49a8705b1d
Fix some Quarter High DPI Display issues. Ported from code by Randall O'Reilly.
...
https://grey.colorado.edu/svn/coin3d/quarter/trunk/
2017-02-15 22:16:46 +01:00
wmayer
bf66153f9c
Increment year in copyright info
2017-02-15 21:32:23 +01:00
wwmayer
f95eba01d9
Merge pull request #524 from agryson/update-copyright
...
Increment year in copyright info
2017-02-15 21:30:28 +01:00
Yorik van Havre
c1dad1bdf4
Path: Fixed wrong display of non-displayable paths - fixes #2484
2017-02-15 15:40:25 -02:00
Alexander Gryson
0c7587a86c
Increment year in copyright info
...
Just increments the year in the console output when launching FreeCAD
2017-02-14 17:44:21 +01:00
wmayer
3076b5938f
Merge branch 'master' of https://github.com/FreeCAD/FreeCAD
2017-02-14 16:41:32 +01:00
wmayer
f4d8945dd8
issue #2902 : add unit test
2017-02-14 16:41:14 +01:00
wmayer
19111f1ed7
issue #2902 : track attribute objects in parent structure to notify about changes
2017-02-14 16:38:38 +01:00
wmayer
4f23b569b3
issue #0002902 : replace members of PyObjectBase with a PyDictObject
2017-02-14 13:09:09 +01:00
Yorik van Havre
88689439bd
Arch: Testing opening property for windows
2017-02-14 10:07:59 -02:00
wmayer
b72aa9f369
issue #0002902 : PyObjectBase notification chain can lead to unexpected changes to document
2017-02-14 00:32:30 +01:00
wmayer
89925e21a3
implement NURBS converson of circle
2017-02-13 15:13:35 +01:00
wmayer
27fd215e1c
add methods to convert a curve to a B-Spline or NURBS
2017-02-13 10:38:09 +01:00
Yorik van Havre
1cbe0be416
Arch: Fix in Arch Test
2017-02-12 21:02:51 -02:00
wmayer
04e0620d8a
py3: ported Inspection to python3
2017-02-12 21:01:48 +01:00
wmayer
944d62efc9
py3: ported Import to python3
2017-02-12 21:01:22 +01:00
wwmayer
05544f395c
Merge pull request #521 from looooo/python3-OpenSCAD
...
python3: OpenSCAD
2017-02-12 19:06:07 +01:00
wwmayer
87bf0d9184
Merge pull request #520 from f3nix/gcc-warnings-1
...
Fix some GCC warnings.
2017-02-12 19:04:53 +01:00
wwmayer
ec0089395f
Merge pull request #519 from f3nix/qt5-warnings-1
...
Fix some Qt5 build warnings
2017-02-12 19:01:27 +01:00
looooo
d925db17af
py3: Material: print to python3
...
taken from: 23fa650261ed346b2c5a6216b7720b87e063b27d
author: kkremitzki
Update Arch,Fem,Material,Spreadsheet for py3 print
2017-02-12 18:57:54 +01:00
Priit Laes
de89c2e178
python: Material: *.py: Fix syntax for Python 3
2017-02-12 18:57:54 +01:00
Priit Laes
159dbe2cb8
python: OpenSCAD: *.py: Fix python3 syntax
2017-02-12 17:40:07 +01:00
wmayer
34a3039577
declare hasExtension of Python wrapper as const method
2017-02-12 15:28:33 +01:00
wmayer
69e027a607
fix rendering problems by using the cache context
2017-02-12 14:41:55 +01:00
wmayer
6d6fbdcd8d
implement correct way to query VBO status of viewer from SoBRepFaceSet node
2017-02-12 14:41:55 +01:00
wmayer
0700345049
make vboAvailable a static variable and extend interface of renderShape to avoid side effects
2017-02-12 14:41:55 +01:00
wmayer
8612c4f99f
write custom action class to notify shape node about vbo changes
2017-02-12 14:41:55 +01:00
wmayer
56ff88ea46
cleanup experimental code, improve whitespaces
2017-02-12 14:41:55 +01:00
wmayer
968a597aa7
get VBO support for SoBrepFaceSet working on Windows
2017-02-12 14:41:55 +01:00
Jean-Marie Verdun
8383f7222f
Accelerate 3D rendering with VBO support
...
*First step to move Part rendering using VBO instead of direct rendering
*Update comments inside the code
*Assume VBO is available if OpenGL > 3.0 is detected
*Add initial Color support to VBO rendering !
*Initial full feature VBO rendering implementation
*Modify some include issue for linux build
*Try to fix linux include header
*Reupdate header include for linux support
*Fix compilation on linux
*Fix linux and MacoOS build
*Fix glGetString definition
*Fix Windows build
*Add VBO support as an option into the Preference menu
*Fix crash while running FreeCAD test bench with new VBO rendering infrastructure (in both cases)
*Improve performances
*Compute material index only when a VBO update is required (improve frame rate by 10%)
*Clean the code
*Fix Travis compilation warning
*Try to fix Windows compilation issue
*Update include for Windows
2017-02-12 14:41:55 +01:00
wmayer
b9e8b4f74f
revert previous change in main() for POSIX systems
2017-02-12 13:16:08 +01:00
Mateusz Skowroński
fd2a1785f8
Fix some GCC warnings.
2017-02-12 06:28:55 +01:00