Details
-
Task
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
QDS 4.7.0
-
None
-
1
-
d091c40a6 (qds/dev)
-
QDS Oulu - 2025 Week 5/6
Description
I'm not sure what this functionality does, but I think it is related to copying material properties. In any case, there is a project storage related todo in materialbrowserview.cpp:
#ifdef QDS_USE_PROJECTSTORAGE // TODO QString matPropsPath; #else QString matPropsPath = model()->metaInfo("QtQuick3D.Material").importDirectoryPath() + "/designer/propertyGroups.json"; #endif