Blender V5.0
blender::nodes::node_fn_format_string_cc::ProcessedPythonCompatibleFormat Struct Reference

Public Attributes

const GVArraywidths = nullptr
const GVArrayprecisions = nullptr
std::string fmt_format_str

Detailed Description

Definition at line 338 of file node_fn_format_string.cc.

Member Data Documentation

◆ fmt_format_str

std::string blender::nodes::node_fn_format_string_cc::ProcessedPythonCompatibleFormat::fmt_format_str

This is compatible with the C++ fmt library. It formats exactly one value and may use a dynamic width or precision.

Definition at line 345 of file node_fn_format_string.cc.

◆ precisions

const GVArray* blender::nodes::node_fn_format_string_cc::ProcessedPythonCompatibleFormat::precisions = nullptr

Definition at line 340 of file node_fn_format_string.cc.

◆ widths

const GVArray* blender::nodes::node_fn_format_string_cc::ProcessedPythonCompatibleFormat::widths = nullptr

Definition at line 339 of file node_fn_format_string.cc.


The documentation for this struct was generated from the following file: