Changeset View
Changeset View
Standalone View
Standalone View
source/blender/functions/intern/multi_function.cc
| Show All 12 Lines | |||||
| * along with this program; if not, write to the Free Software Foundation, | * along with this program; if not, write to the Free Software Foundation, | ||||
| * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||||
| */ | */ | ||||
| #include "FN_multi_function.hh" | #include "FN_multi_function.hh" | ||||
| namespace blender::fn { | namespace blender::fn { | ||||
| std::string MultiFunction::debug_name() const | |||||
| { | |||||
| return signature_ref_->function_name; | |||||
| } | |||||
| } // namespace blender::fn | } // namespace blender::fn | ||||