Cleanup: Move NOD_geometry.h to C++
Pull Request: https://projects.blender.org/blender/blender/pulls/109306
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
|
||||
#include "NOD_common.h"
|
||||
#include "NOD_composite.h"
|
||||
#include "NOD_geometry.h"
|
||||
#include "NOD_geometry.hh"
|
||||
#include "NOD_geometry_nodes_lazy_function.hh"
|
||||
#include "NOD_node_declaration.hh"
|
||||
#include "NOD_register.hh"
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include "BKE_simulation.h"
|
||||
#include "BKE_simulation_state.hh"
|
||||
|
||||
#include "NOD_geometry.h"
|
||||
#include "NOD_geometry.hh"
|
||||
|
||||
#include "BLI_map.hh"
|
||||
#include "BLT_translation.h"
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
#include "IMB_imbuf_types.h"
|
||||
|
||||
#include "NOD_composite.h"
|
||||
#include "NOD_geometry.h"
|
||||
#include "NOD_geometry.hh"
|
||||
#include "NOD_node_declaration.hh"
|
||||
#include "NOD_shader.h"
|
||||
#include "NOD_texture.h"
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
#include "IMB_imbuf_types.h"
|
||||
|
||||
#include "NOD_composite.h"
|
||||
#include "NOD_geometry.h"
|
||||
#include "NOD_geometry.hh"
|
||||
#include "NOD_shader.h"
|
||||
#include "NOD_socket.h"
|
||||
#include "NOD_texture.h"
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
#include "NOD_common.h"
|
||||
#include "NOD_composite.h"
|
||||
#include "NOD_geometry.h"
|
||||
#include "NOD_geometry.hh"
|
||||
#include "NOD_shader.h"
|
||||
#include "NOD_socket.h"
|
||||
#include "NOD_texture.h"
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
#include "RE_texture.h"
|
||||
|
||||
#include "NOD_composite.h"
|
||||
#include "NOD_geometry.h"
|
||||
#include "NOD_geometry.hh"
|
||||
#include "NOD_socket.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
@@ -574,7 +574,7 @@ static EnumPropertyItem rna_node_geometry_mesh_circle_fill_type_items[] = {
|
||||
|
||||
# include "NOD_common.h"
|
||||
# include "NOD_composite.h"
|
||||
# include "NOD_geometry.h"
|
||||
# include "NOD_geometry.hh"
|
||||
# include "NOD_shader.h"
|
||||
# include "NOD_socket.h"
|
||||
# include "NOD_texture.h"
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
#include "ED_undo.h"
|
||||
#include "ED_viewer_path.hh"
|
||||
|
||||
#include "NOD_geometry.h"
|
||||
#include "NOD_geometry.hh"
|
||||
#include "NOD_geometry_nodes_execute.hh"
|
||||
#include "NOD_geometry_nodes_lazy_function.hh"
|
||||
#include "NOD_node_declaration.hh"
|
||||
|
||||
@@ -62,7 +62,7 @@ set(SRC
|
||||
NOD_common.h
|
||||
NOD_composite.h
|
||||
NOD_derived_node_tree.hh
|
||||
NOD_geometry.h
|
||||
NOD_geometry.hh
|
||||
NOD_geometry_exec.hh
|
||||
NOD_geometry_nodes_execute.hh
|
||||
NOD_geometry_nodes_lazy_function.hh
|
||||
|
||||
@@ -6,10 +6,6 @@
|
||||
|
||||
#include "BKE_node.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern struct bNodeTreeType *ntreeType_Geometry;
|
||||
|
||||
void register_node_type_geo_custom_group(bNodeType *ntype);
|
||||
@@ -81,7 +77,3 @@ void NOD_geometry_simulation_output_move_item(struct NodeGeometrySimulationOutpu
|
||||
int to_index);
|
||||
|
||||
/** \} */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
#include "NOD_geometry.h"
|
||||
#include "NOD_geometry.hh"
|
||||
|
||||
#include "BKE_context.h"
|
||||
#include "BKE_layer.h"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
#include "BKE_node.hh"
|
||||
|
||||
#include "NOD_geometry.h"
|
||||
#include "NOD_geometry.hh"
|
||||
#include "NOD_geometry_exec.hh"
|
||||
#include "NOD_socket_declarations.hh"
|
||||
#include "NOD_socket_declarations_geometry.hh"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "BKE_node.hh"
|
||||
|
||||
#include "NOD_geometry.h"
|
||||
#include "NOD_geometry.hh"
|
||||
#include "NOD_node_declaration.hh"
|
||||
|
||||
#include "NOD_common.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "UI_interface.h"
|
||||
#include "UI_resources.h"
|
||||
|
||||
#include "NOD_geometry.h"
|
||||
#include "NOD_geometry.hh"
|
||||
#include "NOD_socket.h"
|
||||
|
||||
#include "node_geometry_util.hh"
|
||||
|
||||
Reference in New Issue
Block a user