MCPcopy Create free account
hub / github.com/blender/cycles / xml_write_boolean

Function xml_write_boolean

src/graph/node_xml.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21static const char *xml_write_boolean(bool value)
22{
23 return (value) ? "true" : "false";
24}
25
26template<int VECTOR_SIZE, typename T>
27static void xml_read_float_array(T &value, xml_attribute attr)

Callers 1

xml_write_nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected