wmayer
ce0e0ca143
Gui/Mesh: [skip ci] make sure object fits into canvas
2020-09-08 15:12:09 +02:00
wmayer
10aba9c616
Gui: [skip ci] set crease angle if possible when exporting to x3d/xhtml
2020-09-08 14:35:29 +02:00
wmayer
514a93185b
Gui/Mesh: [skip ci] add Iso view position button to Web 3d page
2020-09-07 17:43:04 +02:00
wmayer
208c2f5e6c
Gui/Mesh: [skip ci] put view positions at top of Web 3d page
2020-09-07 14:18:01 +02:00
wmayer
4be88824ae
Gui: fix Qt4 build failure
2020-09-03 19:24:09 +02:00
wmayer
8bffec0039
Gui: add function to export a VRMLGroup into X3D format
2020-09-03 11:07:09 +02:00
wmayer
64d7c1b052
Gui: use utility tovrmlx3d to convert a VRML 2.0 file into X3D format
2020-09-01 16:11:09 +02:00
DeepSOIC
1cb10c078f
Gui: implement SoMouseWheelEvent
...
and sythesize it instead of fake buttons 4 and 5
2020-08-22 17:15:02 +02:00
wmayer
99121b75c9
LGTM: [skip ci] fix: Local variable hides global variable
...
A local variable or parameter that hides a global variable of the same name.
This may be confusing. Consider renaming one of the variables.
2020-07-26 19:30:24 +02:00
wmayer
80ad2edfe4
Gui: export scene graph to file or buffer
2020-06-29 15:27:52 +02:00
wmayer
ec134598cd
Gui: implement property editor for vector list
2020-06-22 22:28:15 +02:00
wmayer
8b32ea8dab
GuiPy: [skip ci] expose function to Python to replace Switch with Separator nodes
2020-06-20 12:22:24 +02:00
Zheng, Lei
c9ba972d26
Gui: add support of selection context
...
The patch implements context-aware selection and rendering in 3D view.
Please check [here](https://git.io/fjiY5 ) for more details, including
the following 'Render Caching' section.
The patch also includes modification of View3DInventorViewer to support
always-on-top selection rendering using the secondary selection context
and the new coin node SoFCPathAnnotation.
Another small change in SoQtQuarterAdaptor for more responsive frame
rate display. The original implementation reports skewed frame rate
in the presence of long idle period.
2019-08-17 14:52:10 +02:00
DeepSOIC
fd9630c4a0
Gui: GestureNavigationStyle rewrite
...
to better work on Qt5
+ new (dormant) feature: button roll gestures
2019-05-14 15:35:50 +02:00
wmayer
2a9d119167
fixes 0003486: Improve VRML export for more complex structures
2018-10-21 20:53:19 +02:00
wmayer
fea662ea71
notify selection node about cleared pre-selection
2017-12-25 01:19:02 +01:00
wmayer
2cd338ba03
improve whitespaces
2017-11-24 15:43:28 +01:00
Eneen
357ee64052
Added RevitNavigationStyle
2017-10-19 18:52:27 +02:00
wmayer
6a063778c1
property editor for PropertyLinkList
2017-09-23 18:03:03 +02:00
Eivind Kvedalen
03c39f3a13
Added PropertyPosition and PropertyDirection classes. Basically PropertyVector classes with units.
2017-07-23 22:14:05 +02:00
wmayer
c831d66589
add SwitchBoard node class
2017-05-01 17:42:03 +02:00
Zheng, Lei
18a7e73bf6
Added App::PropertyPrecision
...
The purpose of this property and the associated property item is to
properly display floating value of many decimal points, such as
Precision::Confusion()
2017-03-15 10:46:32 -03:00
wmayer
c2f1bab784
implement correct way to query VBO status of viewer from SoBRepFaceSet node
2017-02-12 14:41:55 +01:00
wmayer
fe15db6af3
write custom action class to notify shape node about vbo changes
2017-02-12 14:41:55 +01:00
Stefan Tröger
02095a49af
FEM Post: Move post processing to fem objects
2016-05-18 21:35:15 +02:00
Stefan Tröger
379a51a12d
FEM Post: Proof of concept
2016-05-18 21:35:15 +02:00
wmayer
61aa0fcafe
+ implement PropertyMaterialListItem
2016-05-08 19:28:02 +02:00
blobfish
bba9523b87
Core: Gui: SoFCSysDragger: changes to SoFCDB to store dragger.
2016-05-07 23:06:36 +02:00
wmayer
926e5e127d
+ editor for PropertyMaterial
2016-05-07 22:11:37 +02:00
wmayer
466a4e6d4d
+ issue #0001203 : Allow User to Adjust Size of Constraint Points
2016-03-08 00:31:50 +01:00
wwmayer
1182a472ed
Merge pull request #76 from reportingsjr/master
...
Change name prefix in the VRML/OpenInventor exporter
2016-01-13 13:54:53 +01:00
Mateusz Skowroński
6942c23895
Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false.
...
158f39ec78
This change is Qt4/Qt5 neutral.
2016-01-05 16:43:33 +01:00
Jon Neal
c93bcc7d6a
Change name prefix in the VRML exporter to one that is allowed in the standards.
2016-01-04 01:03:18 -05:00
Yorik van Havre
8990d1dc52
Merge pull request #49 from pgilfernandez/pablogil-maya
...
New Maya navigation style
2015-09-23 20:05:05 -03:00
wmayer
b795914629
+ fixes #0002222 : Number of normals in exported VRML is wrong
2015-09-14 14:45:34 +02:00
wmayer
56ed425680
+ code refactoring for VRML and Inventor export
2015-08-26 18:55:14 +02:00
Pablo Gil
d449f383f0
+ Maya navigation style
2015-07-18 19:33:05 +02:00
wmayer
8a35c47465
+ implement missing methods of Python API for SelectionObject
2015-05-21 12:45:36 +02:00
Kirill Gavrilov
4b67556c82
+ fixes #0002108 : Add OpenCascade navigation style
2015-05-19 20:24:09 +02:00
DeepSOIC
499fffcb7e
New navigation style: GestureNavigationStyle
2015-03-31 21:49:01 +02:00
wmayer
d11ed1a236
+ fixes #0001038 : Improve and show List properties in Tree View
2014-12-15 23:54:55 +01:00
wmayer
00d92f7646
+ fixes #0001363 : VRML export can produce corrupt files
2014-12-02 15:40:36 +01:00
Stefan Tröger
512a2b94d2
Adaption of FreeCAD to QuarterWidget
...
-removes all soqtviewer references
-create a quarter adaptor class which implements missing functionality
-adopts freecad code to make use of SoRenderManager and changed View3DInventorViewer interface
2014-09-23 10:11:11 +02:00
wmayer
150b6343c2
+ prepare property editor for items with unknown number of children
2014-08-17 18:36:27 +02:00
Stefan Tröger
86f4b2de6b
add inputfield to placement in property editor
2014-05-12 09:40:15 +02:00
Stefan Tröger
e0bf5c25e3
add inputfield to property editor for PropertyQuantity and PropertyQuantityConstraint
2014-05-12 09:40:14 +02:00
wmayer
a8fe58d93b
+ use Quantity type as QVariant, add quantity property to InputField and implement a PySide converter
2014-04-01 15:43:40 +02:00
jriegel
ec0a5ccb0c
Merge branch 'refs/heads/double-precision-werner'
...
Conflicts:
src/App/Document.cpp
src/App/PropertyGeo.cpp
src/App/PropertyStandard.cpp
src/Base/Reader.cpp
src/Base/Reader.h
src/Gui/propertyeditor/PropertyItem.cpp
src/Mod/Fem/Gui/ViewProviderFemMesh.cpp
src/Mod/Inspection/Gui/ViewProviderInspection.cpp
src/Mod/Mesh/App/MeshProperties.cpp
src/Mod/Part/App/TopoShapeFacePyImp.cpp
src/Mod/PartDesign/App/FeatureRevolution.cpp
2013-09-26 00:05:05 +02:00
wmayer
2f2b2e8a1b
Add framebuffer support to Inventor viewer
2013-05-02 17:37:56 +02:00
wmayer
7bd3f1c03e
0001063: Show a PropertyLink in Property view
2013-04-07 18:21:48 +02:00