Cleanup: Move editors headers to C++

See #103343

Pull Request: https://projects.blender.org/blender/blender/pulls/110820
This commit is contained in:
Hans Goudey
2023-08-05 02:57:52 +02:00
committed by Hans Goudey
parent c15d391e86
commit ffe4fbe832
1140 changed files with 2959 additions and 3405 deletions

View File

@@ -6,8 +6,8 @@
#include "RNA_enum_types.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "node_function_util.hh"

View File

@@ -8,8 +8,8 @@
#include "RNA_enum_types.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "NOD_socket_search_link.hh"

View File

@@ -4,8 +4,8 @@
#include "node_function_util.hh"
#include "UI_interface.h"
#include "UI_resources.h"
#include "UI_interface.hh"
#include "UI_resources.hh"
namespace blender::nodes::node_fn_combine_color_cc {

View File

@@ -11,8 +11,8 @@
#include "BLT_translation.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "RNA_enum_types.h"

View File

@@ -10,8 +10,8 @@
#include "RNA_enum_types.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "node_function_util.hh"

View File

@@ -6,8 +6,8 @@
#include "BLI_hash.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "UI_interface.hh"
#include "UI_resources.hh"
namespace blender::nodes::node_fn_input_bool_cc {

View File

@@ -6,8 +6,8 @@
#include "BLI_math_vector.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "UI_interface.hh"
#include "UI_resources.hh"
namespace blender::nodes::node_fn_input_color_cc {

View File

@@ -6,8 +6,8 @@
#include "BLI_hash.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "UI_interface.hh"
#include "UI_resources.hh"
namespace blender::nodes::node_fn_input_int_cc {

View File

@@ -4,8 +4,8 @@
#include "node_function_util.hh"
#include "UI_interface.h"
#include "UI_resources.h"
#include "UI_interface.hh"
#include "UI_resources.hh"
namespace blender::nodes::node_fn_input_string_cc {

View File

@@ -6,8 +6,8 @@
#include "BLI_hash.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "UI_interface.hh"
#include "UI_resources.hh"
namespace blender::nodes::node_fn_input_vector_cc {

View File

@@ -9,8 +9,8 @@
#include "NOD_socket_search_link.hh"
#include "UI_interface.h"
#include "UI_resources.h"
#include "UI_interface.hh"
#include "UI_resources.hh"
namespace blender::nodes::node_fn_random_value_cc {

View File

@@ -8,8 +8,8 @@
#include "RNA_enum_types.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "node_function_util.hh"

View File

@@ -4,8 +4,8 @@
#include "node_function_util.hh"
#include "UI_interface.h"
#include "UI_resources.h"
#include "UI_interface.hh"
#include "UI_resources.hh"
namespace blender::nodes {