|
Blender V5.0
|
Public Attributes | |
| std::string | pattern_str |
| std::regex | pattern |
| int | width_group |
| std::optional< int > | precision_group |
Definition at line 167 of file node_fn_format_string.cc.
| std::regex blender::nodes::node_fn_format_string_cc::FormatPatternInfo::pattern |
Definition at line 169 of file node_fn_format_string.cc.
Referenced by blender::nodes::node_fn_format_string_cc::preprocess_python_compatible_syntax().
| std::string blender::nodes::node_fn_format_string_cc::FormatPatternInfo::pattern_str |
Definition at line 168 of file node_fn_format_string.cc.
Referenced by blender::nodes::node_fn_format_string_cc::create_invalid_python_compatible_format_error().
| std::optional<int> blender::nodes::node_fn_format_string_cc::FormatPatternInfo::precision_group |
Definition at line 171 of file node_fn_format_string.cc.
Referenced by blender::nodes::node_fn_format_string_cc::preprocess_python_compatible_syntax().
| int blender::nodes::node_fn_format_string_cc::FormatPatternInfo::width_group |
Definition at line 170 of file node_fn_format_string.cc.
Referenced by blender::nodes::node_fn_format_string_cc::preprocess_python_compatible_syntax().