MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / ParseGUIProperties

Method ParseGUIProperties

samples/luxcoreui/objecteditorwindow.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void ObjectEditorWindow::ParseGUIProperties() {
58 ParseObjectProperties(objectGUIProps);
59
60 // It will be filled at the next iteration
61 objectGUIProps.Clear();
62}
63
64void ObjectEditorWindow::RefreshEditorProperties() {
65 // Refresh objectProps

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected