Meshroom/meshroom/ui/qml/Viewer3D
Candice Bentéjac 02383c68b3 [ui] Check that objects accessed by QML properties are not null before accessing them
Some QML properties access exposed Python objects that may or may not
be null upon their access. When these objects are accessed while null,
QML issues "TypeError" warnings. These warnings have no functional
impact as QML correctly handles trying to access null objects, but can
spam the logs.

This commit aims at fixing all these warnings by checking that the
Python objects are not null before being accessed.
2022-12-06 11:04:50 +01:00
..
Materials Fix various typos in the source code 2022-01-22 07:39:05 -05:00
AlembicLoader.qml [ui] Check that objects accessed by QML properties are not null before accessing them 2022-12-06 11:04:50 +01:00
BoundingBox.qml [ui] Viewer3D: better bounding box appearance 2020-08-13 14:24:44 +02:00
DefaultCameraController.qml [ui] Viewer3D: DefaultCameraController - removing FrameAction 2020-08-13 14:22:19 +02:00
DepthMapLoader.qml [ui][3D] add EnvironmentMapEntity to display equirectangular images 2019-12-13 17:17:03 +01:00
EntityWithGizmo.qml [doc] add a lot of developer's information 2020-08-13 14:24:44 +02:00
EnvironmentMapEntity.qml [ui][3D] expose status on EnvironmentMapEntity 2019-12-13 17:17:03 +01:00
Grid3D.qml
ImageOverlay.qml [ui] typo in comment 2020-06-30 22:07:14 +02:00
Inspector3D.qml [ui] Check that objects accessed by QML properties are not null before accessing them 2022-12-06 11:04:50 +01:00
Locator3D.qml
MaterialSwitcher.qml [ui] Viewer3D: introduce SphericalHarmonics shader + display mode 2020-05-25 22:47:09 +02:00
MediaCache.qml
MediaLibrary.qml Fix various typos in the source code 2022-01-22 07:39:05 -05:00
MediaLoader.qml [ui] declare .stl support in 3D viewer 2021-07-22 18:12:49 +02:00
MediaLoaderEntity.qml
MeshingBoundingBox.qml [ui] convert to CG coordinate system: some renaming and comments 2022-11-03 01:01:31 +01:00
qmldir [ui] Viewer3D: move Inspector3D outside Viewer3D 2019-09-10 19:28:14 +02:00
SfMTransformGizmo.qml [ui] fix binding errors 2020-08-17 11:30:37 +02:00
TrackballGizmo.qml
TransformGizmo.qml [doc] add a lot of developer's information 2020-08-13 14:24:44 +02:00
TransformGizmoPicker.qml [ui] Viewer3D: TransformGizmo - better mouse control 2020-08-13 14:24:44 +02:00
Viewer3D.qml [ui] Check that objects accessed by QML properties are not null before accessing them 2022-12-06 11:04:50 +01:00
Viewer3DSettings.qml [Viewer3D] add .fbx and .gltf to supported extensions 2021-09-03 21:13:19 +02:00
ViewpointCamera.qml [ui] Viewer3D: add "Sync with Image Selection" camera mode 2019-09-10 19:33:55 +02:00