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
EntityWithGizmo.qml [doc] add a lot of developer's information 2020-08-13 14:24:44 +02:00
EnvironmentMapEntity.qml
Grid3D.qml
ImageOverlay.qml
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
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
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