Meshroom/meshroom/ui/qml/Utils/Scene3DHelper.qml
Yann Lanthony 2f50587904 [ui] introduce Scene3DHelper object
Expose missing QEntity methods and helper functions to QML via this Python class.
2018-12-07 15:55:48 +01:00

6 lines
66 B
QML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

pragma Singleton
import Meshroom.Helpers 1.0
Scene3DHelper {
}