-
- Downloads
replace usage of ExternalProperty
* in an ItemWithMaterial, store only the identifier of the used material * hold the identifier as QString, not within an ExternalProperty * modify the ItemWithMaterial/Material property to type "QString" instead of ExternalProperty * adapt all methods which used the ExternalProperty to use the material identifier or a ptr to a MaterialItem * adapt the XML reading/writing * add legacy code to read old XML files * adapt material selection via SessionModel's CustomEditors
parent
7c75d39e
No related branches found
No related tags found
Showing
- GUI/Models/GUIDomainSampleVisitor.cpp 10 additions, 10 deletionsGUI/Models/GUIDomainSampleVisitor.cpp
- GUI/Models/GUIDomainSampleVisitor.h 2 additions, 2 deletionsGUI/Models/GUIDomainSampleVisitor.h
- GUI/Models/ItemWithMaterial.cpp 21 additions, 10 deletionsGUI/Models/ItemWithMaterial.cpp
- GUI/Models/ItemWithMaterial.h 7 additions, 3 deletionsGUI/Models/ItemWithMaterial.h
- GUI/Models/JobModelFunctions.cpp 4 additions, 5 deletionsGUI/Models/JobModelFunctions.cpp
- GUI/Models/MaterialItemUtils.cpp 8 additions, 24 deletionsGUI/Models/MaterialItemUtils.cpp
- GUI/Models/MaterialItemUtils.h 3 additions, 7 deletionsGUI/Models/MaterialItemUtils.h
- GUI/Models/MaterialPropertyController.cpp 8 additions, 25 deletionsGUI/Models/MaterialPropertyController.cpp
- GUI/Models/SampleModel.cpp 1 addition, 0 deletionsGUI/Models/SampleModel.cpp
- GUI/Models/SessionXML.cpp 20 additions, 25 deletionsGUI/Models/SessionXML.cpp
- GUI/Models/TransformToDomain.cpp 4 additions, 3 deletionsGUI/Models/TransformToDomain.cpp
- GUI/Views/MaterialEditor/MaterialEditorDialog.cpp 4 additions, 5 deletionsGUI/Views/MaterialEditor/MaterialEditorDialog.cpp
- GUI/Views/MaterialEditor/MaterialEditorDialog.h 3 additions, 3 deletionsGUI/Views/MaterialEditor/MaterialEditorDialog.h
- GUI/Views/PropertyEditor/CustomEditors.cpp 6 additions, 9 deletionsGUI/Views/PropertyEditor/CustomEditors.cpp
- GUI/Views/PropertyEditor/PropertyEditorFactory.cpp 13 additions, 10 deletionsGUI/Views/PropertyEditor/PropertyEditorFactory.cpp
Loading
Please register or sign in to comment