Blender  V3.3
FN_multi_function_procedure_optimization.hh
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #pragma once
4 
25 
27 
45 void move_destructs_up(MFProcedure &procedure, MFInstruction &block_end_instr);
46 
47 } // namespace blender::fn::procedure_optimization
void move_destructs_up(MFProcedure &procedure, MFInstruction &block_end_instr)