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

Method RefreshEditorProperties

samples/luxcoreui/objecteditorwindow.cpp:64–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void ObjectEditorWindow::RefreshEditorProperties() {
65 // Refresh objectProps
66 RefreshObjectProperties(objectEditorProps);
67 modifiedEditorProps = false;
68
69 strncpy(advancedEditorText,
70 objectEditorProps.ToString().c_str(),
71 LA_ARRAYSIZE(advancedEditorText));
72 modifiedEditorProps = false;
73}
74
75void ObjectEditorWindow::ParseEditorProperties() {
76 ParseObjectProperties(objectEditorProps);

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.80
ToStringMethod · 0.45

Tested by

no test coverage detected