diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py index c4c4a5c2dc1..632ed06e4b3 100644 --- a/doc/python_api/sphinx_doc_gen.py +++ b/doc/python_api/sphinx_doc_gen.py @@ -79,7 +79,7 @@ SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__)) USE_ONLY_BUILTIN_RNA_TYPES = True # Write a page for each static enum defined in: -# `source/blender/makesrna/RNA_enum_items.h` so the enums can be linked to instead of being expanded everywhere. +# `source/blender/makesrna/RNA_enum_items.hh` so the enums can be linked to instead of being expanded everywhere. USE_SHARED_RNA_ENUM_ITEMS_STATIC = True if USE_SHARED_RNA_ENUM_ITEMS_STATIC: diff --git a/intern/cycles/blender/device.h b/intern/cycles/blender/device.h index 206e461342c..e6adbb2dc6c 100644 --- a/intern/cycles/blender/device.h +++ b/intern/cycles/blender/device.h @@ -6,9 +6,9 @@ #define __BLENDER_DEVICE_H__ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_blender_cpp.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "device/device.h" diff --git a/intern/cycles/blender/sync.h b/intern/cycles/blender/sync.h index ff70f5337b4..6c3c5f26237 100644 --- a/intern/cycles/blender/sync.h +++ b/intern/cycles/blender/sync.h @@ -6,10 +6,10 @@ #define __BLENDER_SYNC_H__ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_blender_cpp.h" -#include "RNA_path.h" -#include "RNA_types.h" +#include "RNA_path.hh" +#include "RNA_types.hh" #include "blender/id_map.h" #include "blender/util.h" diff --git a/intern/cycles/blender/viewport.h b/intern/cycles/blender/viewport.h index caf7ff8eb47..cb6389650b2 100644 --- a/intern/cycles/blender/viewport.h +++ b/intern/cycles/blender/viewport.h @@ -7,9 +7,9 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_blender_cpp.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "scene/film.h" diff --git a/source/blender/blenkernel/BKE_context.h b/source/blender/blenkernel/BKE_context.h index 249f1413d9b..7fdd8cf732b 100644 --- a/source/blender/blenkernel/BKE_context.h +++ b/source/blender/blenkernel/BKE_context.h @@ -15,7 +15,7 @@ #include "DNA_listBase.h" #include "DNA_object_enums.h" -#include "RNA_types.h" +#include "RNA_types.hh" #ifdef __cplusplus # include "BLI_string_ref.hh" diff --git a/source/blender/blenkernel/BKE_node.h b/source/blender/blenkernel/BKE_node.h index e1670cdea6b..9798fa03b77 100644 --- a/source/blender/blenkernel/BKE_node.h +++ b/source/blender/blenkernel/BKE_node.h @@ -16,7 +16,7 @@ /* for FOREACH_NODETREE_BEGIN */ #include "DNA_node_types.h" -#include "RNA_types.h" +#include "RNA_types.hh" #ifdef __cplusplus # include "BLI_map.hh" diff --git a/source/blender/blenkernel/BKE_node.hh b/source/blender/blenkernel/BKE_node.hh index 8170f11d184..56f9664de1f 100644 --- a/source/blender/blenkernel/BKE_node.hh +++ b/source/blender/blenkernel/BKE_node.hh @@ -19,7 +19,7 @@ /* for FOREACH_NODETREE_BEGIN */ #include "DNA_node_types.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "BLI_map.hh" #include "BLI_string_ref.hh" diff --git a/source/blender/blenkernel/BKE_screen.h b/source/blender/blenkernel/BKE_screen.h index 44ea58803e9..ceac55ad82b 100644 --- a/source/blender/blenkernel/BKE_screen.h +++ b/source/blender/blenkernel/BKE_screen.h @@ -9,7 +9,7 @@ #include "BLI_compiler_attrs.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "BKE_context.h" diff --git a/source/blender/blenkernel/intern/action.cc b/source/blender/blenkernel/intern/action.cc index 5caa6bee816..faabdd62761 100644 --- a/source/blender/blenkernel/intern/action.cc +++ b/source/blender/blenkernel/intern/action.cc @@ -56,8 +56,8 @@ #include "BIK_api.h" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "BLO_read_write.h" diff --git a/source/blender/blenkernel/intern/addon.cc b/source/blender/blenkernel/intern/addon.cc index d41d282b624..33217241e54 100644 --- a/source/blender/blenkernel/intern/addon.cc +++ b/source/blender/blenkernel/intern/addon.cc @@ -9,7 +9,7 @@ #include #include -#include "RNA_types.h" +#include "RNA_types.hh" #include "BLI_ghash.h" #include "BLI_listbase.h" diff --git a/source/blender/blenkernel/intern/anim_data.cc b/source/blender/blenkernel/intern/anim_data.cc index 106199b1fac..ca8b8d19789 100644 --- a/source/blender/blenkernel/intern/anim_data.cc +++ b/source/blender/blenkernel/intern/anim_data.cc @@ -43,8 +43,8 @@ #include "BLO_read_write.h" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "CLG_log.h" diff --git a/source/blender/blenkernel/intern/anim_sys.cc b/source/blender/blenkernel/intern/anim_sys.cc index c5c07322605..52543a82c9f 100644 --- a/source/blender/blenkernel/intern/anim_sys.cc +++ b/source/blender/blenkernel/intern/anim_sys.cc @@ -53,8 +53,8 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "BLO_read_write.h" diff --git a/source/blender/blenkernel/intern/armature_pose.cc b/source/blender/blenkernel/intern/armature_pose.cc index 5f3fb2073dc..f1e38c00127 100644 --- a/source/blender/blenkernel/intern/armature_pose.cc +++ b/source/blender/blenkernel/intern/armature_pose.cc @@ -18,7 +18,7 @@ #include "DNA_armature_types.h" #include "DNA_object_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" using namespace blender::bke; diff --git a/source/blender/blenkernel/intern/attribute.cc b/source/blender/blenkernel/intern/attribute.cc index a8ad3e75bc7..3c1121e7ddb 100644 --- a/source/blender/blenkernel/intern/attribute.cc +++ b/source/blender/blenkernel/intern/attribute.cc @@ -37,7 +37,7 @@ #include "BKE_pointcloud.h" #include "BKE_report.h" -#include "RNA_access.h" +#include "RNA_access.hh" using blender::IndexRange; diff --git a/source/blender/blenkernel/intern/bake_items.cc b/source/blender/blenkernel/intern/bake_items.cc index 7080066aa05..a694a86de02 100644 --- a/source/blender/blenkernel/intern/bake_items.cc +++ b/source/blender/blenkernel/intern/bake_items.cc @@ -17,8 +17,8 @@ #include "DNA_material_types.h" -#include "RNA_access.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" namespace blender::bke { diff --git a/source/blender/blenkernel/intern/bake_items_serialize.cc b/source/blender/blenkernel/intern/bake_items_serialize.cc index 0fc7c13c91e..47f8745b9d1 100644 --- a/source/blender/blenkernel/intern/bake_items_serialize.cc +++ b/source/blender/blenkernel/intern/bake_items_serialize.cc @@ -17,8 +17,8 @@ #include "DNA_material_types.h" -#include "RNA_access.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" namespace blender::bke { diff --git a/source/blender/blenkernel/intern/blendfile.cc b/source/blender/blenkernel/intern/blendfile.cc index 686cbdd2655..f0e6cc38a0e 100644 --- a/source/blender/blenkernel/intern/blendfile.cc +++ b/source/blender/blenkernel/intern/blendfile.cc @@ -61,7 +61,7 @@ #include "BLO_readfile.h" #include "BLO_writefile.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RE_pipeline.h" diff --git a/source/blender/blenkernel/intern/boids.cc b/source/blender/blenkernel/intern/boids.cc index 888962a2176..9621a9895ac 100644 --- a/source/blender/blenkernel/intern/boids.cc +++ b/source/blender/blenkernel/intern/boids.cc @@ -31,7 +31,7 @@ #include "BKE_modifier.h" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" static float len_squared_v3v3_with_normal_bias(const float co_search[3], const float co_test[3], diff --git a/source/blender/blenkernel/intern/callbacks.cc b/source/blender/blenkernel/intern/callbacks.cc index f4f973892b3..dd72854f7f9 100644 --- a/source/blender/blenkernel/intern/callbacks.cc +++ b/source/blender/blenkernel/intern/callbacks.cc @@ -13,9 +13,9 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" -#include "RNA_types.h" +#include "RNA_types.hh" static ListBase callback_slots[BKE_CB_EVT_TOT] = {{nullptr}}; diff --git a/source/blender/blenkernel/intern/context.cc b/source/blender/blenkernel/intern/context.cc index fcf6d93af2d..2dc8618f49c 100644 --- a/source/blender/blenkernel/intern/context.cc +++ b/source/blender/blenkernel/intern/context.cc @@ -42,7 +42,7 @@ #include "RE_engine.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "CLG_log.h" diff --git a/source/blender/blenkernel/intern/fcurve.cc b/source/blender/blenkernel/intern/fcurve.cc index aac726e491a..09a049e8a9b 100644 --- a/source/blender/blenkernel/intern/fcurve.cc +++ b/source/blender/blenkernel/intern/fcurve.cc @@ -38,8 +38,8 @@ #include "BLO_read_write.h" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "CLG_log.h" diff --git a/source/blender/blenkernel/intern/fcurve_driver.cc b/source/blender/blenkernel/intern/fcurve_driver.cc index 16dcf109ce0..f9a6aac7a96 100644 --- a/source/blender/blenkernel/intern/fcurve_driver.cc +++ b/source/blender/blenkernel/intern/fcurve_driver.cc @@ -34,8 +34,8 @@ #include "BKE_global.h" #include "BKE_object.h" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "atomic_ops.h" diff --git a/source/blender/blenkernel/intern/key.cc b/source/blender/blenkernel/intern/key.cc index 3a77fdee620..780dec32813 100644 --- a/source/blender/blenkernel/intern/key.cc +++ b/source/blender/blenkernel/intern/key.cc @@ -47,8 +47,8 @@ #include "BKE_mesh.hh" #include "BKE_scene.h" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "BLO_read_write.h" diff --git a/source/blender/blenkernel/intern/keyconfig.cc b/source/blender/blenkernel/intern/keyconfig.cc index 93b7022b67b..61db231c593 100644 --- a/source/blender/blenkernel/intern/keyconfig.cc +++ b/source/blender/blenkernel/intern/keyconfig.cc @@ -10,7 +10,7 @@ #include #include -#include "RNA_types.h" +#include "RNA_types.hh" #include "BLI_ghash.h" #include "BLI_listbase.h" diff --git a/source/blender/blenkernel/intern/layer_test.cc b/source/blender/blenkernel/intern/layer_test.cc index ecd40ee4696..9facf57203a 100644 --- a/source/blender/blenkernel/intern/layer_test.cc +++ b/source/blender/blenkernel/intern/layer_test.cc @@ -17,7 +17,7 @@ #include "CLG_log.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "GHOST_Path-api.hh" diff --git a/source/blender/blenkernel/intern/lib_id.cc b/source/blender/blenkernel/intern/lib_id.cc index d08bb062880..cdebe5333b6 100644 --- a/source/blender/blenkernel/intern/lib_id.cc +++ b/source/blender/blenkernel/intern/lib_id.cc @@ -62,7 +62,7 @@ #include "DEG_depsgraph_build.h" #include "DEG_depsgraph_query.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "BLO_read_write.h" diff --git a/source/blender/blenkernel/intern/lib_override.cc b/source/blender/blenkernel/intern/lib_override.cc index d5a97553ca1..59087d2861f 100644 --- a/source/blender/blenkernel/intern/lib_override.cc +++ b/source/blender/blenkernel/intern/lib_override.cc @@ -56,10 +56,10 @@ #include "PIL_time.h" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "atomic_ops.h" diff --git a/source/blender/blenkernel/intern/lib_remap_test.cc b/source/blender/blenkernel/intern/lib_remap_test.cc index d836c6c9a1c..35897f4a386 100644 --- a/source/blender/blenkernel/intern/lib_remap_test.cc +++ b/source/blender/blenkernel/intern/lib_remap_test.cc @@ -12,7 +12,7 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "RNA_define.h" +#include "RNA_define.hh" #include "BKE_appdir.h" #include "BKE_context.h" diff --git a/source/blender/blenkernel/intern/nla.cc b/source/blender/blenkernel/intern/nla.cc index b01f5bdd05c..ab5366b3aae 100644 --- a/source/blender/blenkernel/intern/nla.cc +++ b/source/blender/blenkernel/intern/nla.cc @@ -41,7 +41,7 @@ #include "BLO_read_write.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "nla_private.h" diff --git a/source/blender/blenkernel/intern/node.cc b/source/blender/blenkernel/intern/node.cc index 12cae56214e..6281740fdfc 100644 --- a/source/blender/blenkernel/intern/node.cc +++ b/source/blender/blenkernel/intern/node.cc @@ -72,9 +72,9 @@ #include "BKE_node_tree_zones.hh" #include "BKE_type_conversions.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "NOD_common.h" diff --git a/source/blender/blenkernel/intern/node_tree_interface.cc b/source/blender/blenkernel/intern/node_tree_interface.cc index 2bff9ddf98b..73615e00b89 100644 --- a/source/blender/blenkernel/intern/node_tree_interface.cc +++ b/source/blender/blenkernel/intern/node_tree_interface.cc @@ -21,7 +21,7 @@ #include "DNA_node_tree_interface_types.h" #include "DNA_node_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" namespace blender::bke::node_interface { diff --git a/source/blender/blenkernel/intern/object_dupli.cc b/source/blender/blenkernel/intern/object_dupli.cc index 0549b4992af..ea5861451f6 100644 --- a/source/blender/blenkernel/intern/object_dupli.cc +++ b/source/blender/blenkernel/intern/object_dupli.cc @@ -65,10 +65,10 @@ #include "DNA_world_types.h" #include "NOD_geometry_nodes_log.hh" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "MOD_nodes.hh" diff --git a/source/blender/blenkernel/intern/paint.cc b/source/blender/blenkernel/intern/paint.cc index 03813c314f7..51eaa9f2b91 100644 --- a/source/blender/blenkernel/intern/paint.cc +++ b/source/blender/blenkernel/intern/paint.cc @@ -65,7 +65,7 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" #include "BLO_read_write.h" diff --git a/source/blender/blenkernel/intern/scene.cc b/source/blender/blenkernel/intern/scene.cc index 30b88bcc3d9..f406a6b8d06 100644 --- a/source/blender/blenkernel/intern/scene.cc +++ b/source/blender/blenkernel/intern/scene.cc @@ -99,7 +99,7 @@ #include "RE_engine.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "SEQ_edit.h" #include "SEQ_iterator.h" diff --git a/source/blender/blenkernel/intern/simulation_state_serialize.cc b/source/blender/blenkernel/intern/simulation_state_serialize.cc index ff512abde06..85e7c2f5c0d 100644 --- a/source/blender/blenkernel/intern/simulation_state_serialize.cc +++ b/source/blender/blenkernel/intern/simulation_state_serialize.cc @@ -22,8 +22,8 @@ #include "BLI_math_quaternion_types.hh" #include "BLI_path_util.h" -#include "RNA_access.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" namespace blender::bke::sim { diff --git a/source/blender/blenkernel/intern/tracking.cc b/source/blender/blenkernel/intern/tracking.cc index 220f6944505..ef2a3aaaaa0 100644 --- a/source/blender/blenkernel/intern/tracking.cc +++ b/source/blender/blenkernel/intern/tracking.cc @@ -49,7 +49,7 @@ #include "IMB_imbuf.h" #include "IMB_imbuf_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "libmv-capi.h" diff --git a/source/blender/blenkernel/intern/tracking_solver.cc b/source/blender/blenkernel/intern/tracking_solver.cc index d00ee6b43f1..57429600174 100644 --- a/source/blender/blenkernel/intern/tracking_solver.cc +++ b/source/blender/blenkernel/intern/tracking_solver.cc @@ -27,7 +27,7 @@ #include "BKE_movieclip.h" #include "BKE_tracking.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "libmv-capi.h" diff --git a/source/blender/blenkernel/intern/tracking_stabilize.cc b/source/blender/blenkernel/intern/tracking_stabilize.cc index d17be7aa24b..e848433bb8a 100644 --- a/source/blender/blenkernel/intern/tracking_stabilize.cc +++ b/source/blender/blenkernel/intern/tracking_stabilize.cc @@ -13,7 +13,7 @@ #include "DNA_anim_types.h" #include "DNA_movieclip_types.h" #include "DNA_scene_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "BLI_ghash.h" diff --git a/source/blender/blenkernel/intern/undo_system.cc b/source/blender/blenkernel/intern/undo_system.cc index 2957f167be9..5e57911f887 100644 --- a/source/blender/blenkernel/intern/undo_system.cc +++ b/source/blender/blenkernel/intern/undo_system.cc @@ -29,7 +29,7 @@ #include "BKE_main.h" #include "BKE_undo_system.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "MEM_guardedalloc.h" diff --git a/source/blender/blenkernel/nla_private.h b/source/blender/blenkernel/nla_private.h index 3f6d75c4848..10de6f1c0a5 100644 --- a/source/blender/blenkernel/nla_private.h +++ b/source/blender/blenkernel/nla_private.h @@ -10,7 +10,7 @@ #include "BLI_bitmap.h" #include "BLI_ghash.h" -#include "RNA_types.h" +#include "RNA_types.hh" #ifdef __cplusplus extern "C" { diff --git a/source/blender/blenloader/intern/versioning_290.cc b/source/blender/blenloader/intern/versioning_290.cc index 420b1950d3f..8baa47f57de 100644 --- a/source/blender/blenloader/intern/versioning_290.cc +++ b/source/blender/blenloader/intern/versioning_290.cc @@ -59,7 +59,7 @@ #include "IMB_imbuf.h" #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "SEQ_proxy.h" #include "SEQ_render.h" diff --git a/source/blender/blenloader/intern/versioning_300.cc b/source/blender/blenloader/intern/versioning_300.cc index 1abbe461cad..37a32d549d1 100644 --- a/source/blender/blenloader/intern/versioning_300.cc +++ b/source/blender/blenloader/intern/versioning_300.cc @@ -74,8 +74,8 @@ #include "BKE_simulation_state_serialize.hh" #include "BKE_workspace.h" -#include "RNA_access.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "BLO_readfile.h" diff --git a/source/blender/blenloader/tests/blendfile_loading_base_test.cc b/source/blender/blenloader/tests/blendfile_loading_base_test.cc index c4d070e3057..ec0352d2cdb 100644 --- a/source/blender/blenloader/tests/blendfile_loading_base_test.cc +++ b/source/blender/blenloader/tests/blendfile_loading_base_test.cc @@ -35,7 +35,7 @@ #include "ED_datafiles.h" -#include "RNA_define.h" +#include "RNA_define.hh" #include "WM_api.hh" #include "wm.hh" diff --git a/source/blender/blentranslation/intern/blt_lang.cc b/source/blender/blentranslation/intern/blt_lang.cc index fb116ed3429..8fea048d3df 100644 --- a/source/blender/blentranslation/intern/blt_lang.cc +++ b/source/blender/blentranslation/intern/blt_lang.cc @@ -16,7 +16,7 @@ # include #endif -#include "RNA_types.h" +#include "RNA_types.hh" #include "BLT_lang.h" /* own include */ #include "BLT_translation.h" diff --git a/source/blender/compositor/intern/COM_Node.cc b/source/blender/compositor/intern/COM_Node.cc index 61346e5b63a..39847e77fdf 100644 --- a/source/blender/compositor/intern/COM_Node.cc +++ b/source/blender/compositor/intern/COM_Node.cc @@ -4,7 +4,7 @@ #include "BKE_node.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "COM_Node.h" /* own include */ diff --git a/source/blender/depsgraph/intern/builder/deg_builder_cache.cc b/source/blender/depsgraph/intern/builder/deg_builder_cache.cc index efdf827a44e..a07313356b7 100644 --- a/source/blender/depsgraph/intern/builder/deg_builder_cache.cc +++ b/source/blender/depsgraph/intern/builder/deg_builder_cache.cc @@ -16,7 +16,7 @@ #include "BKE_animsys.h" -#include "RNA_path.h" +#include "RNA_path.hh" namespace blender::deg { diff --git a/source/blender/depsgraph/intern/builder/deg_builder_cache.h b/source/blender/depsgraph/intern/builder/deg_builder_cache.h index d48a102f3ff..ee58e22de05 100644 --- a/source/blender/depsgraph/intern/builder/deg_builder_cache.h +++ b/source/blender/depsgraph/intern/builder/deg_builder_cache.h @@ -12,7 +12,7 @@ #include "intern/depsgraph_type.h" -#include "RNA_access.h" +#include "RNA_access.hh" struct ID; struct PointerRNA; diff --git a/source/blender/depsgraph/intern/builder/deg_builder_key.cc b/source/blender/depsgraph/intern/builder/deg_builder_key.cc index 52fb3713f82..47b1b3f45d8 100644 --- a/source/blender/depsgraph/intern/builder/deg_builder_key.cc +++ b/source/blender/depsgraph/intern/builder/deg_builder_key.cc @@ -10,7 +10,7 @@ #include "intern/builder/deg_builder_key.h" -#include "RNA_path.h" +#include "RNA_path.hh" namespace blender::deg { diff --git a/source/blender/depsgraph/intern/builder/deg_builder_key.h b/source/blender/depsgraph/intern/builder/deg_builder_key.h index 7ee2aa218be..49ac40cf03e 100644 --- a/source/blender/depsgraph/intern/builder/deg_builder_key.h +++ b/source/blender/depsgraph/intern/builder/deg_builder_key.h @@ -16,8 +16,8 @@ #include "DNA_ID.h" -#include "RNA_access.h" -#include "RNA_types.h" +#include "RNA_access.hh" +#include "RNA_types.hh" struct ID; struct PropertyRNA; diff --git a/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc b/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc index e9df0f07529..f434108acf9 100644 --- a/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc +++ b/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc @@ -93,10 +93,10 @@ #include "BKE_volume.h" #include "BKE_world.h" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "DEG_depsgraph.h" #include "DEG_depsgraph_build.h" diff --git a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc index 7b95fa420c8..54e40b4c054 100644 --- a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc +++ b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc @@ -83,9 +83,9 @@ #include "BKE_tracking.h" #include "BKE_world.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "SEQ_iterator.h" diff --git a/source/blender/depsgraph/intern/builder/deg_builder_relations.h b/source/blender/depsgraph/intern/builder/deg_builder_relations.h index 5948b1a9dfa..59d9b25d4a1 100644 --- a/source/blender/depsgraph/intern/builder/deg_builder_relations.h +++ b/source/blender/depsgraph/intern/builder/deg_builder_relations.h @@ -15,7 +15,7 @@ #include "DNA_ID.h" -#include "RNA_path.h" +#include "RNA_path.hh" #include "BLI_string.h" #include "BLI_utildefines.h" diff --git a/source/blender/depsgraph/intern/builder/deg_builder_relations_drivers.h b/source/blender/depsgraph/intern/builder/deg_builder_relations_drivers.h index c7a3cb97c53..2ce00c7e8fd 100644 --- a/source/blender/depsgraph/intern/builder/deg_builder_relations_drivers.h +++ b/source/blender/depsgraph/intern/builder/deg_builder_relations_drivers.h @@ -10,7 +10,7 @@ #include "BLI_string_ref.hh" -#include "RNA_types.h" +#include "RNA_types.hh" #include "intern/builder/deg_builder_relations.h" diff --git a/source/blender/depsgraph/intern/builder/deg_builder_rna.cc b/source/blender/depsgraph/intern/builder/deg_builder_rna.cc index c82337714db..4958b75ced1 100644 --- a/source/blender/depsgraph/intern/builder/deg_builder_rna.cc +++ b/source/blender/depsgraph/intern/builder/deg_builder_rna.cc @@ -24,7 +24,7 @@ #include "BKE_constraint.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "intern/builder/deg_builder.h" diff --git a/source/blender/depsgraph/intern/depsgraph_query.cc b/source/blender/depsgraph/intern/depsgraph_query.cc index a47adfae0e7..5a6de1722ff 100644 --- a/source/blender/depsgraph/intern/depsgraph_query.cc +++ b/source/blender/depsgraph/intern/depsgraph_query.cc @@ -23,8 +23,8 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph.h" diff --git a/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_animation.cc b/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_animation.cc index e315a664e36..8e7e22a322d 100644 --- a/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_animation.cc +++ b/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_animation.cc @@ -12,8 +12,8 @@ #include "BKE_animsys.h" -#include "RNA_access.h" -#include "RNA_types.h" +#include "RNA_access.hh" +#include "RNA_types.hh" #include "intern/depsgraph.h" diff --git a/source/blender/draw/intern/draw_instance_data.cc b/source/blender/draw/intern/draw_instance_data.cc index eea9f5b166d..999e6f4ce18 100644 --- a/source/blender/draw/intern/draw_instance_data.cc +++ b/source/blender/draw/intern/draw_instance_data.cc @@ -27,8 +27,8 @@ #include "BKE_duplilist.h" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "BLI_bitmap.h" #include "BLI_memblock.h" diff --git a/source/blender/draw/intern/draw_resource.cc b/source/blender/draw/intern/draw_resource.cc index 36c10247c6b..e8cfb213d5f 100644 --- a/source/blender/draw/intern/draw_resource.cc +++ b/source/blender/draw/intern/draw_resource.cc @@ -7,9 +7,9 @@ */ #include "DNA_particle_types.h" -#include "RNA_access.h" -#include "RNA_path.h" -#include "RNA_types.h" +#include "RNA_access.hh" +#include "RNA_path.hh" +#include "RNA_types.hh" #include "draw_handle.hh" #include "draw_manager.hh" diff --git a/source/blender/draw/tests/eevee_test.cc b/source/blender/draw/tests/eevee_test.cc index b0ae7b1e57e..6a881810d87 100644 --- a/source/blender/draw/tests/eevee_test.cc +++ b/source/blender/draw/tests/eevee_test.cc @@ -10,7 +10,7 @@ #include "BKE_node.hh" #include "BKE_object.h" #include "DEG_depsgraph.h" -#include "RNA_define.h" +#include "RNA_define.hh" #include "GPU_batch.h" #include "draw_shader.h" diff --git a/source/blender/editors/animation/anim_channels_defines.cc b/source/blender/editors/animation/anim_channels_defines.cc index af97f5cbcf0..efd7de52d2b 100644 --- a/source/blender/editors/animation/anim_channels_defines.cc +++ b/source/blender/editors/animation/anim_channels_defines.cc @@ -43,8 +43,8 @@ #include "DNA_volume_types.h" #include "DNA_world_types.h" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "BKE_anim_data.h" diff --git a/source/blender/editors/animation/anim_channels_edit.cc b/source/blender/editors/animation/anim_channels_edit.cc index 5d9b2a784bd..d4a3123aadc 100644 --- a/source/blender/editors/animation/anim_channels_edit.cc +++ b/source/blender/editors/animation/anim_channels_edit.cc @@ -23,8 +23,8 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "BKE_action.h" #include "BKE_anim_data.h" diff --git a/source/blender/editors/animation/anim_deps.cc b/source/blender/editors/animation/anim_deps.cc index 010bda87bcc..db853cfa6a5 100644 --- a/source/blender/editors/animation/anim_deps.cc +++ b/source/blender/editors/animation/anim_deps.cc @@ -34,8 +34,8 @@ #include "DEG_depsgraph.h" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "SEQ_sequencer.h" #include "SEQ_utils.h" diff --git a/source/blender/editors/animation/anim_draw.cc b/source/blender/editors/animation/anim_draw.cc index ff5a1a695a8..417dc23c81b 100644 --- a/source/blender/editors/animation/anim_draw.cc +++ b/source/blender/editors/animation/anim_draw.cc @@ -35,8 +35,8 @@ #include "ED_keyframes_edit.hh" #include "ED_keyframes_keylist.hh" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/animation/anim_ipo_utils.cc b/source/blender/editors/animation/anim_ipo_utils.cc index 188329456f8..3cfd1fb2edd 100644 --- a/source/blender/editors/animation/anim_ipo_utils.cc +++ b/source/blender/editors/animation/anim_ipo_utils.cc @@ -22,8 +22,8 @@ #include "DNA_anim_types.h" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "ED_anim_api.hh" diff --git a/source/blender/editors/animation/anim_markers.cc b/source/blender/editors/animation/anim_markers.cc index 7a82c047b6b..2d368229cc6 100644 --- a/source/blender/editors/animation/anim_markers.cc +++ b/source/blender/editors/animation/anim_markers.cc @@ -28,9 +28,9 @@ #include "BKE_screen.h" #include "BKE_unit.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/animation/anim_ops.cc b/source/blender/editors/animation/anim_ops.cc index a85db9fdf2c..ed9ec88fe90 100644 --- a/source/blender/editors/animation/anim_ops.cc +++ b/source/blender/editors/animation/anim_ops.cc @@ -23,8 +23,8 @@ #include "UI_view2d.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/animation/drivers.cc b/source/blender/editors/animation/drivers.cc index eb9b209eb41..e11cae54cbe 100644 --- a/source/blender/editors/animation/drivers.cc +++ b/source/blender/editors/animation/drivers.cc @@ -38,9 +38,9 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "anim_intern.h" diff --git a/source/blender/editors/animation/fmodifier_ui.cc b/source/blender/editors/animation/fmodifier_ui.cc index e977752d90a..4afee20d967 100644 --- a/source/blender/editors/animation/fmodifier_ui.cc +++ b/source/blender/editors/animation/fmodifier_ui.cc @@ -33,7 +33,7 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/editors/animation/keyframes_general.cc b/source/blender/editors/animation/keyframes_general.cc index ae954691cb8..a2b2eb87d43 100644 --- a/source/blender/editors/animation/keyframes_general.cc +++ b/source/blender/editors/animation/keyframes_general.cc @@ -30,9 +30,9 @@ #include "BKE_report.h" #include "BKE_scene.h" -#include "RNA_access.h" -#include "RNA_enum_types.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" +#include "RNA_path.hh" #include "ED_anim_api.hh" #include "ED_keyframes_edit.hh" diff --git a/source/blender/editors/animation/keyframing.cc b/source/blender/editors/animation/keyframing.cc index 98d918d8e46..1c3afd72a26 100644 --- a/source/blender/editors/animation/keyframing.cc +++ b/source/blender/editors/animation/keyframing.cc @@ -67,10 +67,10 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "anim_intern.h" diff --git a/source/blender/editors/animation/keyingsets.cc b/source/blender/editors/animation/keyingsets.cc index 6390b5f775d..035a9abf3fd 100644 --- a/source/blender/editors/animation/keyingsets.cc +++ b/source/blender/editors/animation/keyingsets.cc @@ -37,10 +37,10 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" +#include "RNA_path.hh" #include "anim_intern.h" diff --git a/source/blender/editors/animation/time_scrub_ui.cc b/source/blender/editors/animation/time_scrub_ui.cc index 250a46188fc..b5154f418b6 100644 --- a/source/blender/editors/animation/time_scrub_ui.cc +++ b/source/blender/editors/animation/time_scrub_ui.cc @@ -29,7 +29,7 @@ #include "BLI_string.h" #include "BLI_timecode.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" void ED_time_scrub_region_rect_get(const ARegion *region, rcti *rect) diff --git a/source/blender/editors/armature/armature_add.cc b/source/blender/editors/armature/armature_add.cc index c7803e348c0..26d5435f2fa 100644 --- a/source/blender/editors/armature/armature_add.cc +++ b/source/blender/editors/armature/armature_add.cc @@ -34,8 +34,8 @@ #include "BKE_library.h" #include "BKE_main.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/armature/armature_edit.cc b/source/blender/editors/armature/armature_edit.cc index 15d449e7937..bafafa5126a 100644 --- a/source/blender/editors/armature/armature_edit.cc +++ b/source/blender/editors/armature/armature_edit.cc @@ -32,8 +32,8 @@ #include "BKE_object.h" #include "BKE_report.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/armature/armature_naming.cc b/source/blender/editors/armature/armature_naming.cc index 53938409352..9c0d0319022 100644 --- a/source/blender/editors/armature/armature_naming.cc +++ b/source/blender/editors/armature/armature_naming.cc @@ -40,8 +40,8 @@ #include "DEG_depsgraph.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/armature/armature_ops.cc b/source/blender/editors/armature/armature_ops.cc index 74f66c54074..41e6dd444b4 100644 --- a/source/blender/editors/armature/armature_ops.cc +++ b/source/blender/editors/armature/armature_ops.cc @@ -6,7 +6,7 @@ * \ingroup edarmature */ -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/armature/armature_relations.cc b/source/blender/editors/armature/armature_relations.cc index ceabf97cbeb..69a1220902d 100644 --- a/source/blender/editors/armature/armature_relations.cc +++ b/source/blender/editors/armature/armature_relations.cc @@ -36,8 +36,8 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_build.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/armature/armature_select.cc b/source/blender/editors/armature/armature_select.cc index b53baf54ec4..6ecd3de2b24 100644 --- a/source/blender/editors/armature/armature_select.cc +++ b/source/blender/editors/armature/armature_select.cc @@ -26,8 +26,8 @@ #include "BKE_object.h" #include "BKE_report.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/armature/pose_edit.cc b/source/blender/editors/armature/pose_edit.cc index 8703fc5d85c..f4171f557bf 100644 --- a/source/blender/editors/armature/pose_edit.cc +++ b/source/blender/editors/armature/pose_edit.cc @@ -35,9 +35,9 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/armature/pose_group.cc b/source/blender/editors/armature/pose_group.cc index 5f3055d31e2..efd35d65b80 100644 --- a/source/blender/editors/armature/pose_group.cc +++ b/source/blender/editors/armature/pose_group.cc @@ -22,8 +22,8 @@ #include "DEG_depsgraph.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/armature/pose_lib_2.cc b/source/blender/editors/armature/pose_lib_2.cc index c7aebf6a37b..441bb8f2509 100644 --- a/source/blender/editors/armature/pose_lib_2.cc +++ b/source/blender/editors/armature/pose_lib_2.cc @@ -29,8 +29,8 @@ #include "DEG_depsgraph.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/armature/pose_select.cc b/source/blender/editors/armature/pose_select.cc index 9da265d6548..07514c5d05d 100644 --- a/source/blender/editors/armature/pose_select.cc +++ b/source/blender/editors/armature/pose_select.cc @@ -31,8 +31,8 @@ #include "DEG_depsgraph.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/armature/pose_slide.cc b/source/blender/editors/armature/pose_slide.cc index e73eede76dc..895d86cb01f 100644 --- a/source/blender/editors/armature/pose_slide.cc +++ b/source/blender/editors/armature/pose_slide.cc @@ -53,9 +53,9 @@ #include "BKE_screen.h" #include "BKE_unit.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/armature/pose_transform.cc b/source/blender/editors/armature/pose_transform.cc index e57093bf045..f2dc22ebdfc 100644 --- a/source/blender/editors/armature/pose_transform.cc +++ b/source/blender/editors/armature/pose_transform.cc @@ -36,8 +36,8 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/armature/pose_utils.cc b/source/blender/editors/armature/pose_utils.cc index 1a2c06f5848..9ac98358feb 100644 --- a/source/blender/editors/armature/pose_utils.cc +++ b/source/blender/editors/armature/pose_utils.cc @@ -27,8 +27,8 @@ #include "DEG_depsgraph.h" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/asset/ED_asset_handle.h b/source/blender/editors/asset/ED_asset_handle.h index e33113c5199..1b28748dc6d 100644 --- a/source/blender/editors/asset/ED_asset_handle.h +++ b/source/blender/editors/asset/ED_asset_handle.h @@ -17,7 +17,7 @@ #include "DNA_ID_enums.h" #include "DNA_asset_types.h" -#include "RNA_types.h" +#include "RNA_types.hh" #ifdef __cplusplus namespace blender::asset_system { diff --git a/source/blender/editors/asset/intern/asset_catalog.cc b/source/blender/editors/asset/intern/asset_catalog.cc index df6a8ae57dd..f49bf9a40fe 100644 --- a/source/blender/editors/asset/intern/asset_catalog.cc +++ b/source/blender/editors/asset/intern/asset_catalog.cc @@ -15,7 +15,7 @@ #include "BLI_string_utils.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "ED_asset_catalog.h" diff --git a/source/blender/editors/asset/intern/asset_library_reference_enum.cc b/source/blender/editors/asset/intern/asset_library_reference_enum.cc index 09453cf1aee..6f12dc2b6e8 100644 --- a/source/blender/editors/asset/intern/asset_library_reference_enum.cc +++ b/source/blender/editors/asset/intern/asset_library_reference_enum.cc @@ -19,7 +19,7 @@ #include "UI_resources.hh" -#include "RNA_define.h" +#include "RNA_define.hh" #include "ED_asset_library.h" diff --git a/source/blender/editors/asset/intern/asset_mark_clear.cc b/source/blender/editors/asset/intern/asset_mark_clear.cc index 4c8a893b0fe..cd722626360 100644 --- a/source/blender/editors/asset/intern/asset_mark_clear.cc +++ b/source/blender/editors/asset/intern/asset_mark_clear.cc @@ -20,7 +20,7 @@ #include "UI_interface_icons.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "ED_asset_list.h" diff --git a/source/blender/editors/asset/intern/asset_ops.cc b/source/blender/editors/asset/intern/asset_ops.cc index e1eb064174d..02698af3fe4 100644 --- a/source/blender/editors/asset/intern/asset_ops.cc +++ b/source/blender/editors/asset/intern/asset_ops.cc @@ -31,8 +31,8 @@ #include "BLT_translation.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/asset/intern/asset_shelf_asset_view.cc b/source/blender/editors/asset/intern/asset_shelf_asset_view.cc index b3d8a722f65..5d2456be526 100644 --- a/source/blender/editors/asset/intern/asset_shelf_asset_view.cc +++ b/source/blender/editors/asset/intern/asset_shelf_asset_view.cc @@ -28,7 +28,7 @@ #include "UI_interface.hh" #include "UI_view2d.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/curve/curve_ops.cc b/source/blender/editors/curve/curve_ops.cc index 007561735f0..f9efb002d9f 100644 --- a/source/blender/editors/curve/curve_ops.cc +++ b/source/blender/editors/curve/curve_ops.cc @@ -12,7 +12,7 @@ #include "DNA_curve_types.h" #include "DNA_scene_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/curve/editcurve.cc b/source/blender/editors/curve/editcurve.cc index 5006286247f..1e62f0f3567 100644 --- a/source/blender/editors/curve/editcurve.cc +++ b/source/blender/editors/curve/editcurve.cc @@ -62,9 +62,9 @@ extern "C" { #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" void selectend_nurb(Object *obedit, enum eEndPoint_Types selfirst, bool doswap, bool selstatus); static void adduplicateflagNurb( diff --git a/source/blender/editors/curve/editcurve_add.cc b/source/blender/editors/curve/editcurve_add.cc index 397fc3510e6..5c23df19130 100644 --- a/source/blender/editors/curve/editcurve_add.cc +++ b/source/blender/editors/curve/editcurve_add.cc @@ -24,7 +24,7 @@ #include "DEG_depsgraph.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/curve/editcurve_paint.cc b/source/blender/editors/curve/editcurve_paint.cc index 86d164949c3..d5a80de425c 100644 --- a/source/blender/editors/curve/editcurve_paint.cc +++ b/source/blender/editors/curve/editcurve_paint.cc @@ -42,11 +42,11 @@ #include "UI_resources.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" #define USE_SPLINE_FIT diff --git a/source/blender/editors/curve/editcurve_pen.cc b/source/blender/editors/curve/editcurve_pen.cc index 8111ca7368f..12e7cb2dde8 100644 --- a/source/blender/editors/curve/editcurve_pen.cc +++ b/source/blender/editors/curve/editcurve_pen.cc @@ -32,8 +32,8 @@ #include "curve_intern.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include diff --git a/source/blender/editors/curve/editcurve_select.cc b/source/blender/editors/curve/editcurve_select.cc index 079b38e6e08..eed05a84396 100644 --- a/source/blender/editors/curve/editcurve_select.cc +++ b/source/blender/editors/curve/editcurve_select.cc @@ -36,8 +36,8 @@ #include "curve_intern.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "DEG_depsgraph.h" diff --git a/source/blender/editors/curve/editfont.cc b/source/blender/editors/curve/editfont.cc index 01397ad0f4c..55170891cd4 100644 --- a/source/blender/editors/curve/editfont.cc +++ b/source/blender/editors/curve/editfont.cc @@ -43,8 +43,8 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/curves/intern/curves_ops.cc b/source/blender/editors/curves/intern/curves_ops.cc index bfb6e335303..0ec8b5952b4 100644 --- a/source/blender/editors/curves/intern/curves_ops.cc +++ b/source/blender/editors/curves/intern/curves_ops.cc @@ -53,9 +53,9 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/editors/geometry/geometry_attributes.cc b/source/blender/editors/geometry/geometry_attributes.cc index 0a3dafaac06..b061a540f1c 100644 --- a/source/blender/editors/geometry/geometry_attributes.cc +++ b/source/blender/editors/geometry/geometry_attributes.cc @@ -22,9 +22,9 @@ #include "BKE_paint.hh" #include "BKE_report.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "DEG_depsgraph.h" diff --git a/source/blender/editors/geometry/node_group_operator.cc b/source/blender/editors/geometry/node_group_operator.cc index 879dbe438fa..09684bf528f 100644 --- a/source/blender/editors/geometry/node_group_operator.cc +++ b/source/blender/editors/geometry/node_group_operator.cc @@ -38,9 +38,9 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/gizmo_library/gizmo_draw_utils.cc b/source/blender/editors/gizmo_library/gizmo_draw_utils.cc index 0238045a5cc..1b8970770bc 100644 --- a/source/blender/editors/gizmo_library/gizmo_draw_utils.cc +++ b/source/blender/editors/gizmo_library/gizmo_draw_utils.cc @@ -18,7 +18,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/gizmo_library/gizmo_library_utils.cc b/source/blender/editors/gizmo_library/gizmo_library_utils.cc index 1f6c5238373..0d5bca565ca 100644 --- a/source/blender/editors/gizmo_library/gizmo_library_utils.cc +++ b/source/blender/editors/gizmo_library/gizmo_library_utils.cc @@ -21,7 +21,7 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.cc b/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.cc index 4b4801f0765..9fa6dcf1244 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.cc +++ b/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.cc @@ -34,8 +34,8 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/gizmo_library/gizmo_types/button2d_gizmo.cc b/source/blender/editors/gizmo_library/gizmo_types/button2d_gizmo.cc index 02de573229a..22b8d334d81 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/button2d_gizmo.cc +++ b/source/blender/editors/gizmo_library/gizmo_types/button2d_gizmo.cc @@ -30,9 +30,9 @@ #include "GPU_select.h" #include "GPU_state.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.cc b/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.cc index eb05b3809fa..7c401f7b2b0 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.cc +++ b/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.cc @@ -30,8 +30,8 @@ #include "GPU_shader.h" #include "GPU_state.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/gizmo_library/gizmo_types/cage3d_gizmo.cc b/source/blender/editors/gizmo_library/gizmo_types/cage3d_gizmo.cc index 29045de28cd..00f1bf4faf8 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/cage3d_gizmo.cc +++ b/source/blender/editors/gizmo_library/gizmo_types/cage3d_gizmo.cc @@ -27,8 +27,8 @@ #include "GPU_shader.h" #include "GPU_state.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/gizmo_library/gizmo_types/dial3d_gizmo.cc b/source/blender/editors/gizmo_library/gizmo_types/dial3d_gizmo.cc index bd8798b41e5..22eff947630 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/dial3d_gizmo.cc +++ b/source/blender/editors/gizmo_library/gizmo_types/dial3d_gizmo.cc @@ -30,8 +30,8 @@ #include "GPU_select.h" #include "GPU_state.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/gizmo_library/gizmo_types/move3d_gizmo.cc b/source/blender/editors/gizmo_library/gizmo_types/move3d_gizmo.cc index c99fb5b2760..b67fc61f69b 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/move3d_gizmo.cc +++ b/source/blender/editors/gizmo_library/gizmo_types/move3d_gizmo.cc @@ -29,8 +29,8 @@ #include "GPU_select.h" #include "GPU_state.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/gizmo_library/gizmo_types/primitive3d_gizmo.cc b/source/blender/editors/gizmo_library/gizmo_types/primitive3d_gizmo.cc index 248e4ba7dda..bb1aeb4fb09 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/primitive3d_gizmo.cc +++ b/source/blender/editors/gizmo_library/gizmo_types/primitive3d_gizmo.cc @@ -26,8 +26,8 @@ #include "GPU_select.h" #include "GPU_state.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/gizmo_library/gizmo_types/snap3d_gizmo.cc b/source/blender/editors/gizmo_library/gizmo_types/snap3d_gizmo.cc index 14f7a3ab3c4..d196c3a2623 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/snap3d_gizmo.cc +++ b/source/blender/editors/gizmo_library/gizmo_types/snap3d_gizmo.cc @@ -29,8 +29,8 @@ #include "UI_resources.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/gpencil_legacy/annotate_paint.cc b/source/blender/editors/gpencil_legacy/annotate_paint.cc index 5af6ebc1b35..b2137a44782 100644 --- a/source/blender/editors/gpencil_legacy/annotate_paint.cc +++ b/source/blender/editors/gpencil_legacy/annotate_paint.cc @@ -49,8 +49,8 @@ #include "GPU_immediate_util.h" #include "GPU_state.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_armature.cc b/source/blender/editors/gpencil_legacy/gpencil_armature.cc index 6c221f8648a..b35e10a83ac 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_armature.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_armature.cc @@ -40,9 +40,9 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "ED_gpencil_legacy.hh" #include "ED_mesh.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_bake_animation.cc b/source/blender/editors/gpencil_legacy/gpencil_bake_animation.cc index 5a44ba395af..19c677dcb1e 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_bake_animation.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_bake_animation.cc @@ -38,8 +38,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "ED_gpencil_legacy.hh" #include "ED_transform_snap_object_context.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_convert.cc b/source/blender/editors/gpencil_legacy/gpencil_convert.cc index d5c70e6607d..82ae3ae2beb 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_convert.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_convert.cc @@ -60,8 +60,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_resources.hh" #include "UI_view2d.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_data.cc b/source/blender/editors/gpencil_legacy/gpencil_data.cc index 50bd6f18280..ea88f577ad1 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_data.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_data.cc @@ -61,9 +61,9 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "ED_gpencil_legacy.hh" #include "ED_object.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_edit.cc b/source/blender/editors/gpencil_legacy/gpencil_edit.cc index 7442c2f5571..2ce20df198c 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_edit.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_edit.cc @@ -61,9 +61,9 @@ #include "WM_toolsystem.h" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "UI_view2d.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_edit_curve.cc b/source/blender/editors/gpencil_legacy/gpencil_edit_curve.cc index 8c0c9d3bac9..cd6d54a9d28 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_edit_curve.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_edit_curve.cc @@ -25,8 +25,8 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_fill.cc b/source/blender/editors/gpencil_legacy/gpencil_fill.cc index 4afd9465f4f..51890c2d6be 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_fill.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_fill.cc @@ -45,8 +45,8 @@ #include "ED_space_api.hh" #include "ED_view3d.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "IMB_imbuf.h" #include "IMB_imbuf_types.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_interpolate.cc b/source/blender/editors/gpencil_legacy/gpencil_interpolate.cc index 1456faa8cf4..a8fe413e761 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_interpolate.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_interpolate.cc @@ -46,8 +46,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "ED_gpencil_legacy.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_merge.cc b/source/blender/editors/gpencil_legacy/gpencil_merge.cc index 0609af7dd7a..35384b52a2b 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_merge.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_merge.cc @@ -29,8 +29,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "ED_gpencil_legacy.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_mesh.cc b/source/blender/editors/gpencil_legacy/gpencil_mesh.cc index 34ccb887e01..aeb13454420 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_mesh.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_mesh.cc @@ -35,8 +35,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "ED_gpencil_legacy.hh" #include "ED_transform_snap_object_context.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_ops.cc b/source/blender/editors/gpencil_legacy/gpencil_ops.cc index 796b7272ed7..b1ac8ae1273 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_ops.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_ops.cc @@ -25,7 +25,7 @@ #include "WM_toolsystem.h" #include "WM_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "ED_gpencil_legacy.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_ops_versioning.cc b/source/blender/editors/gpencil_legacy/gpencil_ops_versioning.cc index dd946200600..febc192cb46 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_ops_versioning.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_ops_versioning.cc @@ -30,8 +30,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "ED_gpencil_legacy.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_paint.cc b/source/blender/editors/gpencil_legacy/gpencil_paint.cc index 90c1dea4af1..92cfa7cab84 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_paint.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_paint.cc @@ -64,8 +64,8 @@ #include "GPU_immediate_util.h" #include "GPU_state.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_primitive.cc b/source/blender/editors/gpencil_legacy/gpencil_primitive.cc index d52b8e2b4c3..cde723fbe2e 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_primitive.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_primitive.cc @@ -53,9 +53,9 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "ED_gpencil_legacy.hh" #include "ED_keyframing.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_sculpt_paint.cc b/source/blender/editors/gpencil_legacy/gpencil_sculpt_paint.cc index 05e1b4e3dfb..b71f18d3f83 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_sculpt_paint.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_sculpt_paint.cc @@ -55,9 +55,9 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "UI_view2d.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_select.cc b/source/blender/editors/gpencil_legacy/gpencil_select.cc index a181d1c16dd..4602aded16c 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_select.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_select.cc @@ -43,8 +43,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_view2d.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_trace_ops.cc b/source/blender/editors/gpencil_legacy/gpencil_trace_ops.cc index 1a2d2f8bb63..011c0e130a5 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_trace_ops.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_trace_ops.cc @@ -33,8 +33,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "IMB_imbuf_types.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_utils.cc b/source/blender/editors/gpencil_legacy/gpencil_utils.cc index b60fe93c2c1..f676de8a74b 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_utils.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_utils.cc @@ -56,9 +56,9 @@ #include "WM_toolsystem.h" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "UI_resources.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_uv.cc b/source/blender/editors/gpencil_legacy/gpencil_uv.cc index 07b13002903..350e41750bd 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_uv.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_uv.cc @@ -22,8 +22,8 @@ #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_vertex_ops.cc b/source/blender/editors/gpencil_legacy/gpencil_vertex_ops.cc index 63a898b3e69..0ee67a8554c 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_vertex_ops.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_vertex_ops.cc @@ -27,8 +27,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "ED_gpencil_legacy.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_vertex_paint.cc b/source/blender/editors/gpencil_legacy/gpencil_vertex_paint.cc index 431d7c155ab..46611c92714 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_vertex_paint.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_vertex_paint.cc @@ -30,8 +30,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "UI_view2d.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_weight_paint.cc b/source/blender/editors/gpencil_legacy/gpencil_weight_paint.cc index 3170fea8052..28d7df9c635 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_weight_paint.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_weight_paint.cc @@ -38,8 +38,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "UI_view2d.hh" diff --git a/source/blender/editors/grease_pencil/intern/grease_pencil_edit.cc b/source/blender/editors/grease_pencil/intern/grease_pencil_edit.cc index b44d2d464cf..beceb3758c6 100644 --- a/source/blender/editors/grease_pencil/intern/grease_pencil_edit.cc +++ b/source/blender/editors/grease_pencil/intern/grease_pencil_edit.cc @@ -17,8 +17,8 @@ #include "BKE_context.h" #include "BKE_grease_pencil.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "DEG_depsgraph.h" diff --git a/source/blender/editors/grease_pencil/intern/grease_pencil_frames.cc b/source/blender/editors/grease_pencil/intern/grease_pencil_frames.cc index 2a5d3e8e0ea..f5d41513024 100644 --- a/source/blender/editors/grease_pencil/intern/grease_pencil_frames.cc +++ b/source/blender/editors/grease_pencil/intern/grease_pencil_frames.cc @@ -19,8 +19,8 @@ #include "ED_grease_pencil.hh" #include "ED_keyframes_edit.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" diff --git a/source/blender/editors/grease_pencil/intern/grease_pencil_layers.cc b/source/blender/editors/grease_pencil/intern/grease_pencil_layers.cc index a5cff26261a..9796fc11017 100644 --- a/source/blender/editors/grease_pencil/intern/grease_pencil_layers.cc +++ b/source/blender/editors/grease_pencil/intern/grease_pencil_layers.cc @@ -13,8 +13,8 @@ #include "ED_grease_pencil.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "DNA_scene_types.h" diff --git a/source/blender/editors/grease_pencil/intern/grease_pencil_select.cc b/source/blender/editors/grease_pencil/intern/grease_pencil_select.cc index ad78805dc44..086643ed528 100644 --- a/source/blender/editors/grease_pencil/intern/grease_pencil_select.cc +++ b/source/blender/editors/grease_pencil/intern/grease_pencil_select.cc @@ -20,9 +20,9 @@ #include "ED_screen.hh" #include "ED_view3d.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" diff --git a/source/blender/editors/include/ED_keyframing.hh b/source/blender/editors/include/ED_keyframing.hh index ada937d0d7a..c7c43e4b7ca 100644 --- a/source/blender/editors/include/ED_keyframing.hh +++ b/source/blender/editors/include/ED_keyframing.hh @@ -9,7 +9,7 @@ #pragma once #include "DNA_anim_types.h" -#include "RNA_types.h" +#include "RNA_types.hh" struct ID; struct ListBase; diff --git a/source/blender/editors/interface/eyedroppers/eyedropper_color.cc b/source/blender/editors/interface/eyedroppers/eyedropper_color.cc index 484608ba38c..871501017a5 100644 --- a/source/blender/editors/interface/eyedroppers/eyedropper_color.cc +++ b/source/blender/editors/interface/eyedroppers/eyedropper_color.cc @@ -29,7 +29,7 @@ #include "NOD_composite.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" @@ -40,7 +40,7 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_define.h" +#include "RNA_define.hh" #include "interface_intern.hh" diff --git a/source/blender/editors/interface/eyedroppers/eyedropper_colorband.cc b/source/blender/editors/interface/eyedroppers/eyedropper_colorband.cc index 3345f0c83eb..06ada4926d7 100644 --- a/source/blender/editors/interface/eyedroppers/eyedropper_colorband.cc +++ b/source/blender/editors/interface/eyedroppers/eyedropper_colorband.cc @@ -26,7 +26,7 @@ #include "BKE_colorband.h" #include "BKE_context.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/editors/interface/eyedroppers/eyedropper_datablock.cc b/source/blender/editors/interface/eyedroppers/eyedropper_datablock.cc index 4c49f9ac357..5d0ee26d928 100644 --- a/source/blender/editors/interface/eyedroppers/eyedropper_datablock.cc +++ b/source/blender/editors/interface/eyedroppers/eyedropper_datablock.cc @@ -27,7 +27,7 @@ #include "BKE_report.h" #include "BKE_screen.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" diff --git a/source/blender/editors/interface/eyedroppers/eyedropper_depth.cc b/source/blender/editors/interface/eyedroppers/eyedropper_depth.cc index 28a1fccc29e..10a75d060f4 100644 --- a/source/blender/editors/interface/eyedroppers/eyedropper_depth.cc +++ b/source/blender/editors/interface/eyedroppers/eyedropper_depth.cc @@ -27,7 +27,7 @@ #include "BKE_screen.h" #include "BKE_unit.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/editors/interface/eyedroppers/eyedropper_driver.cc b/source/blender/editors/interface/eyedroppers/eyedropper_driver.cc index f85498b62f6..2f28a82ad29 100644 --- a/source/blender/editors/interface/eyedroppers/eyedropper_driver.cc +++ b/source/blender/editors/interface/eyedroppers/eyedropper_driver.cc @@ -23,9 +23,9 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_build.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_path.hh" #include "UI_interface.hh" diff --git a/source/blender/editors/interface/eyedroppers/eyedropper_gpencil_color.cc b/source/blender/editors/interface/eyedroppers/eyedropper_gpencil_color.cc index bb1321aeedc..35f624b2a2e 100644 --- a/source/blender/editors/interface/eyedroppers/eyedropper_gpencil_color.cc +++ b/source/blender/editors/interface/eyedroppers/eyedropper_gpencil_color.cc @@ -37,8 +37,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "ED_gpencil_legacy.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/interface/interface.cc b/source/blender/editors/interface/interface.cc index 6fea04b4cd7..7980a6deed9 100644 --- a/source/blender/editors/interface/interface.cc +++ b/source/blender/editors/interface/interface.cc @@ -60,7 +60,7 @@ #include "WM_message.hh" #include "WM_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #ifdef WITH_PYTHON # include "BPY_extern_run.h" diff --git a/source/blender/editors/interface/interface_anim.cc b/source/blender/editors/interface/interface_anim.cc index 850dde591a2..40d4da4f323 100644 --- a/source/blender/editors/interface/interface_anim.cc +++ b/source/blender/editors/interface/interface_anim.cc @@ -36,8 +36,8 @@ #include "UI_interface.hh" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/interface/interface_context_menu.cc b/source/blender/editors/interface/interface_context_menu.cc index 90ce4c99403..be6bf010419 100644 --- a/source/blender/editors/interface/interface_context_menu.cc +++ b/source/blender/editors/interface/interface_context_menu.cc @@ -34,8 +34,8 @@ #include "interface_intern.hh" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #ifdef WITH_PYTHON diff --git a/source/blender/editors/interface/interface_context_path.cc b/source/blender/editors/interface/interface_context_path.cc index b44a326b1d1..62c92fa4f17 100644 --- a/source/blender/editors/interface/interface_context_path.cc +++ b/source/blender/editors/interface/interface_context_path.cc @@ -10,7 +10,7 @@ #include "BKE_screen.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/interface/interface_dropboxes.cc b/source/blender/editors/interface/interface_dropboxes.cc index 3f7e02de344..68de50ddbc0 100644 --- a/source/blender/editors/interface/interface_dropboxes.cc +++ b/source/blender/editors/interface/interface_dropboxes.cc @@ -16,7 +16,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/interface/interface_handlers.cc b/source/blender/editors/interface/interface_handlers.cc index a8a8456b81e..e7f20559942 100644 --- a/source/blender/editors/interface/interface_handlers.cc +++ b/source/blender/editors/interface/interface_handlers.cc @@ -62,7 +62,7 @@ #include "interface_intern.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/interface/interface_icons.cc b/source/blender/editors/interface/interface_icons.cc index 7e109956b23..c22618d3c16 100644 --- a/source/blender/editors/interface/interface_icons.cc +++ b/source/blender/editors/interface/interface_icons.cc @@ -36,7 +36,7 @@ #include "DNA_sequence_types.h" #include "DNA_space_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "BKE_appdir.h" diff --git a/source/blender/editors/interface/interface_intern.hh b/source/blender/editors/interface/interface_intern.hh index ddd2281b3dc..4311a371e07 100644 --- a/source/blender/editors/interface/interface_intern.hh +++ b/source/blender/editors/interface/interface_intern.hh @@ -15,7 +15,7 @@ #include "BLI_vector.hh" #include "DNA_listBase.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/interface/interface_layout.cc b/source/blender/editors/interface/interface_layout.cc index 879e091492c..b5edfc495f1 100644 --- a/source/blender/editors/interface/interface_layout.cc +++ b/source/blender/editors/interface/interface_layout.cc @@ -33,7 +33,7 @@ #include "BKE_idprop.h" #include "BKE_screen.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/editors/interface/interface_ops.cc b/source/blender/editors/interface/interface_ops.cc index ca97cb467d2..e738116a382 100644 --- a/source/blender/editors/interface/interface_ops.cc +++ b/source/blender/editors/interface/interface_ops.cc @@ -41,12 +41,12 @@ #include "DEG_depsgraph.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "UI_interface.hh" diff --git a/source/blender/editors/interface/interface_panel.cc b/source/blender/editors/interface/interface_panel.cc index c0bd2449485..4b41210b2d9 100644 --- a/source/blender/editors/interface/interface_panel.cc +++ b/source/blender/editors/interface/interface_panel.cc @@ -29,7 +29,7 @@ #include "BKE_context.h" #include "BKE_screen.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "BLF_api.h" diff --git a/source/blender/editors/interface/interface_query.cc b/source/blender/editors/interface/interface_query.cc index 7ca55887d97..732d5c9c802 100644 --- a/source/blender/editors/interface/interface_query.cc +++ b/source/blender/editors/interface/interface_query.cc @@ -20,7 +20,7 @@ #include "UI_interface.hh" #include "UI_view2d.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "interface_intern.hh" diff --git a/source/blender/editors/interface/interface_region_color_picker.cc b/source/blender/editors/interface/interface_region_color_picker.cc index d5f9a07fc40..178d6730bda 100644 --- a/source/blender/editors/interface/interface_region_color_picker.cc +++ b/source/blender/editors/interface/interface_region_color_picker.cc @@ -24,7 +24,7 @@ #include "WM_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" diff --git a/source/blender/editors/interface/interface_region_hud.cc b/source/blender/editors/interface/interface_region_hud.cc index 405d1bff79a..710d7d3f9a1 100644 --- a/source/blender/editors/interface/interface_region_hud.cc +++ b/source/blender/editors/interface/interface_region_hud.cc @@ -26,7 +26,7 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_view2d.hh" diff --git a/source/blender/editors/interface/interface_region_menu_pie.cc b/source/blender/editors/interface/interface_region_menu_pie.cc index 102671178bc..fc49cc21482 100644 --- a/source/blender/editors/interface/interface_region_menu_pie.cc +++ b/source/blender/editors/interface/interface_region_menu_pie.cc @@ -27,8 +27,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/editors/interface/interface_region_menu_popup.cc b/source/blender/editors/interface/interface_region_menu_popup.cc index cc297cb0ddc..79bb6d82852 100644 --- a/source/blender/editors/interface/interface_region_menu_popup.cc +++ b/source/blender/editors/interface/interface_region_menu_popup.cc @@ -31,7 +31,7 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" diff --git a/source/blender/editors/interface/interface_region_search.cc b/source/blender/editors/interface/interface_region_search.cc index d12c0428e5b..cf1427c1437 100644 --- a/source/blender/editors/interface/interface_region_search.cc +++ b/source/blender/editors/interface/interface_region_search.cc @@ -29,7 +29,7 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_interface_icons.hh" diff --git a/source/blender/editors/interface/interface_region_tooltip.cc b/source/blender/editors/interface/interface_region_tooltip.cc index 92570c7326b..b75661efc85 100644 --- a/source/blender/editors/interface/interface_region_tooltip.cc +++ b/source/blender/editors/interface/interface_region_tooltip.cc @@ -40,8 +40,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "UI_interface.hh" diff --git a/source/blender/editors/interface/interface_template_asset_view.cc b/source/blender/editors/interface/interface_template_asset_view.cc index 7d4cd739b97..3beea8289fd 100644 --- a/source/blender/editors/interface/interface_template_asset_view.cc +++ b/source/blender/editors/interface/interface_template_asset_view.cc @@ -24,7 +24,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/editors/interface/interface_template_attribute_search.cc b/source/blender/editors/interface/interface_template_attribute_search.cc index 638bb2c97c6..9fda92cd8ad 100644 --- a/source/blender/editors/interface/interface_template_attribute_search.cc +++ b/source/blender/editors/interface/interface_template_attribute_search.cc @@ -11,8 +11,8 @@ #include "DNA_customdata_types.h" -#include "RNA_access.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" #include "BLT_translation.h" diff --git a/source/blender/editors/interface/interface_template_grease_pencil_layer_tree.cc b/source/blender/editors/interface/interface_template_grease_pencil_layer_tree.cc index a2707ffe935..a6087b4caf3 100644 --- a/source/blender/editors/interface/interface_template_grease_pencil_layer_tree.cc +++ b/source/blender/editors/interface/interface_template_grease_pencil_layer_tree.cc @@ -14,7 +14,7 @@ #include "UI_interface.hh" #include "UI_tree_view.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "ED_undo.hh" diff --git a/source/blender/editors/interface/interface_template_light_linking.cc b/source/blender/editors/interface/interface_template_light_linking.cc index 1a3cdcf1dbe..0cee387ac65 100644 --- a/source/blender/editors/interface/interface_template_light_linking.cc +++ b/source/blender/editors/interface/interface_template_light_linking.cc @@ -19,7 +19,7 @@ #include "BKE_context.h" #include "BKE_light_linking.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/editors/interface/interface_template_list.cc b/source/blender/editors/interface/interface_template_list.cc index 6c5dd082a72..4574a42bf46 100644 --- a/source/blender/editors/interface/interface_template_list.cc +++ b/source/blender/editors/interface/interface_template_list.cc @@ -26,7 +26,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/editors/interface/interface_template_search_menu.cc b/source/blender/editors/interface/interface_template_search_menu.cc index f19e51b5f5f..19f7055c7bb 100644 --- a/source/blender/editors/interface/interface_template_search_menu.cc +++ b/source/blender/editors/interface/interface_template_search_menu.cc @@ -42,7 +42,7 @@ #include "ED_screen.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/interface/interface_templates.cc b/source/blender/editors/interface/interface_templates.cc index 148a63552a6..52489051dd0 100644 --- a/source/blender/editors/interface/interface_templates.cc +++ b/source/blender/editors/interface/interface_templates.cc @@ -82,7 +82,7 @@ #include "RE_engine.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/interface/interface_utils.cc b/source/blender/editors/interface/interface_utils.cc index 18a137c6c49..087a2baeb98 100644 --- a/source/blender/editors/interface/interface_utils.cc +++ b/source/blender/editors/interface/interface_utils.cc @@ -32,7 +32,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_interface_icons.hh" diff --git a/source/blender/editors/interface/interface_widgets.cc b/source/blender/editors/interface/interface_widgets.cc index efac1449773..228a3ce1139 100644 --- a/source/blender/editors/interface/interface_widgets.cc +++ b/source/blender/editors/interface/interface_widgets.cc @@ -23,7 +23,7 @@ #include "BKE_context.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "BLF_api.h" diff --git a/source/blender/editors/interface/view2d_edge_pan.cc b/source/blender/editors/interface/view2d_edge_pan.cc index fe904aeb189..869c6fc5535 100644 --- a/source/blender/editors/interface/view2d_edge_pan.cc +++ b/source/blender/editors/interface/view2d_edge_pan.cc @@ -16,8 +16,8 @@ #include "PIL_time.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_interface.hh" #include "UI_view2d.hh" diff --git a/source/blender/editors/interface/view2d_gizmo_navigate.cc b/source/blender/editors/interface/view2d_gizmo_navigate.cc index c5000956c3e..48596ad2560 100644 --- a/source/blender/editors/interface/view2d_gizmo_navigate.cc +++ b/source/blender/editors/interface/view2d_gizmo_navigate.cc @@ -18,7 +18,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/interface/view2d_ops.cc b/source/blender/editors/interface/view2d_ops.cc index f7974217157..9e51b65cb21 100644 --- a/source/blender/editors/interface/view2d_ops.cc +++ b/source/blender/editors/interface/view2d_ops.cc @@ -20,8 +20,8 @@ #include "BKE_context.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/io/io_alembic.cc b/source/blender/editors/io/io_alembic.cc index 87411bd40e3..9b24d6d199b 100644 --- a/source/blender/editors/io/io_alembic.cc +++ b/source/blender/editors/io/io_alembic.cc @@ -36,9 +36,9 @@ # include "BLT_translation.h" -# include "RNA_access.h" -# include "RNA_define.h" -# include "RNA_enum_types.h" +# include "RNA_access.hh" +# include "RNA_define.hh" +# include "RNA_enum_types.hh" # include "ED_fileselect.hh" # include "ED_object.hh" diff --git a/source/blender/editors/io/io_cache.cc b/source/blender/editors/io/io_cache.cc index 288e65ee449..589d47554ec 100644 --- a/source/blender/editors/io/io_cache.cc +++ b/source/blender/editors/io/io_cache.cc @@ -21,8 +21,8 @@ #include "BKE_main.h" #include "BKE_report.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "DEG_depsgraph.h" diff --git a/source/blender/editors/io/io_collada.cc b/source/blender/editors/io/io_collada.cc index 9478b060a23..c66b5a78183 100644 --- a/source/blender/editors/io/io_collada.cc +++ b/source/blender/editors/io/io_collada.cc @@ -23,8 +23,8 @@ # include "ED_fileselect.hh" # include "ED_object.hh" -# include "RNA_access.h" -# include "RNA_define.h" +# include "RNA_access.hh" +# include "RNA_define.hh" # include "UI_interface.hh" # include "UI_resources.hh" diff --git a/source/blender/editors/io/io_gpencil_export.cc b/source/blender/editors/io/io_gpencil_export.cc index 017b8b0df31..d026e9bc892 100644 --- a/source/blender/editors/io/io_gpencil_export.cc +++ b/source/blender/editors/io/io_gpencil_export.cc @@ -23,8 +23,8 @@ # include "ED_fileselect.hh" -# include "RNA_access.h" -# include "RNA_define.h" +# include "RNA_access.hh" +# include "RNA_define.hh" # include "UI_interface.hh" # include "UI_resources.hh" diff --git a/source/blender/editors/io/io_gpencil_import.cc b/source/blender/editors/io/io_gpencil_import.cc index c95ec6e1a57..bedb26ae163 100644 --- a/source/blender/editors/io/io_gpencil_import.cc +++ b/source/blender/editors/io/io_gpencil_import.cc @@ -21,8 +21,8 @@ # include "BLT_translation.h" -# include "RNA_access.h" -# include "RNA_define.h" +# include "RNA_access.hh" +# include "RNA_define.hh" # include "UI_interface.hh" # include "UI_resources.hh" diff --git a/source/blender/editors/io/io_obj.cc b/source/blender/editors/io/io_obj.cc index a09c0853e74..27edf15b0fd 100644 --- a/source/blender/editors/io/io_obj.cc +++ b/source/blender/editors/io/io_obj.cc @@ -25,8 +25,8 @@ # include "MEM_guardedalloc.h" -# include "RNA_access.h" -# include "RNA_define.h" +# include "RNA_access.hh" +# include "RNA_define.hh" # include "UI_interface.hh" # include "UI_resources.hh" diff --git a/source/blender/editors/io/io_ply_ops.cc b/source/blender/editors/io/io_ply_ops.cc index 7362043edca..239174e8c46 100644 --- a/source/blender/editors/io/io_ply_ops.cc +++ b/source/blender/editors/io/io_ply_ops.cc @@ -20,8 +20,8 @@ # include "ED_fileselect.hh" # include "ED_outliner.hh" -# include "RNA_access.h" -# include "RNA_define.h" +# include "RNA_access.hh" +# include "RNA_define.hh" # include "BLT_translation.h" diff --git a/source/blender/editors/io/io_stl_ops.cc b/source/blender/editors/io/io_stl_ops.cc index c8f3764d240..3ca7f723f9a 100644 --- a/source/blender/editors/io/io_stl_ops.cc +++ b/source/blender/editors/io/io_stl_ops.cc @@ -18,8 +18,8 @@ # include "ED_outliner.hh" -# include "RNA_access.h" -# include "RNA_define.h" +# include "RNA_access.hh" +# include "RNA_define.hh" # include "IO_stl.h" # include "io_stl_ops.hh" diff --git a/source/blender/editors/io/io_usd.cc b/source/blender/editors/io/io_usd.cc index 51f6c8a7c40..2f5a46ae44c 100644 --- a/source/blender/editors/io/io_usd.cc +++ b/source/blender/editors/io/io_usd.cc @@ -28,10 +28,10 @@ # include "MEM_guardedalloc.h" -# include "RNA_access.h" -# include "RNA_define.h" +# include "RNA_access.hh" +# include "RNA_define.hh" -# include "RNA_enum_types.h" +# include "RNA_enum_types.hh" # include "UI_interface.hh" # include "UI_resources.hh" diff --git a/source/blender/editors/lattice/editlattice_select.cc b/source/blender/editors/lattice/editlattice_select.cc index 9a44eff43ad..e6ff7f26282 100644 --- a/source/blender/editors/lattice/editlattice_select.cc +++ b/source/blender/editors/lattice/editlattice_select.cc @@ -22,9 +22,9 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "BKE_context.h" #include "BKE_lattice.h" diff --git a/source/blender/editors/lattice/editlattice_tools.cc b/source/blender/editors/lattice/editlattice_tools.cc index e91a511522c..34338966365 100644 --- a/source/blender/editors/lattice/editlattice_tools.cc +++ b/source/blender/editors/lattice/editlattice_tools.cc @@ -16,8 +16,8 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "BKE_context.h" #include "BKE_lattice.h" diff --git a/source/blender/editors/mask/mask_add.cc b/source/blender/editors/mask/mask_add.cc index 2539ddaa9ff..62419806d64 100644 --- a/source/blender/editors/mask/mask_add.cc +++ b/source/blender/editors/mask/mask_add.cc @@ -28,8 +28,8 @@ #include "ED_screen.hh" #include "ED_select_utils.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "mask_intern.h" /* own include */ diff --git a/source/blender/editors/mask/mask_edit.cc b/source/blender/editors/mask/mask_edit.cc index d1775ef853b..fadffa31614 100644 --- a/source/blender/editors/mask/mask_edit.cc +++ b/source/blender/editors/mask/mask_edit.cc @@ -19,7 +19,7 @@ #include "ED_mask.hh" /* own include */ #include "ED_sequencer.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "mask_intern.h" /* own include */ diff --git a/source/blender/editors/mask/mask_ops.cc b/source/blender/editors/mask/mask_ops.cc index b5c52b6d4bb..51a4c81c3b1 100644 --- a/source/blender/editors/mask/mask_ops.cc +++ b/source/blender/editors/mask/mask_ops.cc @@ -33,8 +33,8 @@ #include "ED_screen.hh" #include "ED_select_utils.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "mask_intern.h" /* own include */ diff --git a/source/blender/editors/mask/mask_select.cc b/source/blender/editors/mask/mask_select.cc index dd280289c0a..2a61ce2fb20 100644 --- a/source/blender/editors/mask/mask_select.cc +++ b/source/blender/editors/mask/mask_select.cc @@ -28,8 +28,8 @@ #include "ED_mask.hh" /* own include */ #include "ED_select_utils.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "mask_intern.h" /* own include */ diff --git a/source/blender/editors/mask/mask_shapekey.cc b/source/blender/editors/mask/mask_shapekey.cc index 8d0455c2568..d362d575910 100644 --- a/source/blender/editors/mask/mask_shapekey.cc +++ b/source/blender/editors/mask/mask_shapekey.cc @@ -20,8 +20,8 @@ #include "DEG_depsgraph.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/mesh/editmesh_add.cc b/source/blender/editors/mesh/editmesh_add.cc index 9fbc933ef81..ea73d787a5a 100644 --- a/source/blender/editors/mesh/editmesh_add.cc +++ b/source/blender/editors/mesh/editmesh_add.cc @@ -18,8 +18,8 @@ #include "BKE_context.h" #include "BKE_editmesh.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/mesh/editmesh_add_gizmo.cc b/source/blender/editors/mesh/editmesh_add_gizmo.cc index cba3f6fb3c0..cfecbab9500 100644 --- a/source/blender/editors/mesh/editmesh_add_gizmo.cc +++ b/source/blender/editors/mesh/editmesh_add_gizmo.cc @@ -29,8 +29,8 @@ #include "ED_undo.hh" #include "ED_view3d.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/mesh/editmesh_attribute.cc b/source/blender/editors/mesh/editmesh_attribute.cc index 26228b5130d..2194a4d0aeb 100644 --- a/source/blender/editors/mesh/editmesh_attribute.cc +++ b/source/blender/editors/mesh/editmesh_attribute.cc @@ -21,9 +21,9 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "ED_mesh.hh" #include "ED_object.hh" diff --git a/source/blender/editors/mesh/editmesh_bevel.cc b/source/blender/editors/mesh/editmesh_bevel.cc index 41c2298ba76..46af5f493de 100644 --- a/source/blender/editors/mesh/editmesh_bevel.cc +++ b/source/blender/editors/mesh/editmesh_bevel.cc @@ -25,8 +25,8 @@ #include "DNA_curveprofile_types.h" #include "DNA_mesh_types.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/mesh/editmesh_bisect.cc b/source/blender/editors/mesh/editmesh_bisect.cc index 129473ab88d..e477b6837e0 100644 --- a/source/blender/editors/mesh/editmesh_bisect.cc +++ b/source/blender/editors/mesh/editmesh_bisect.cc @@ -23,8 +23,8 @@ #include "BLI_math_rotation.h" #include "BLI_math_vector.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/mesh/editmesh_extrude.cc b/source/blender/editors/mesh/editmesh_extrude.cc index 9b1e691f99d..cf8c40bd95c 100644 --- a/source/blender/editors/mesh/editmesh_extrude.cc +++ b/source/blender/editors/mesh/editmesh_extrude.cc @@ -19,8 +19,8 @@ #include "BKE_layer.h" #include "BKE_report.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/mesh/editmesh_extrude_screw.cc b/source/blender/editors/mesh/editmesh_extrude_screw.cc index 02e7dd8bd39..062921a45aa 100644 --- a/source/blender/editors/mesh/editmesh_extrude_screw.cc +++ b/source/blender/editors/mesh/editmesh_extrude_screw.cc @@ -19,8 +19,8 @@ #include "BLI_math_rotation.h" #include "BLI_math_vector.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_types.hh" diff --git a/source/blender/editors/mesh/editmesh_extrude_spin.cc b/source/blender/editors/mesh/editmesh_extrude_spin.cc index 69ebb6f33f2..697b02b56ad 100644 --- a/source/blender/editors/mesh/editmesh_extrude_spin.cc +++ b/source/blender/editors/mesh/editmesh_extrude_spin.cc @@ -17,8 +17,8 @@ #include "BKE_layer.h" #include "BKE_report.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_types.hh" diff --git a/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.cc b/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.cc index a6571877682..fd4acb91816 100644 --- a/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.cc +++ b/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.cc @@ -15,9 +15,9 @@ #include "BKE_context.h" #include "BKE_scene.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_message.hh" diff --git a/source/blender/editors/mesh/editmesh_inset.cc b/source/blender/editors/mesh/editmesh_inset.cc index faebb93d63e..ef86312649f 100644 --- a/source/blender/editors/mesh/editmesh_inset.cc +++ b/source/blender/editors/mesh/editmesh_inset.cc @@ -22,8 +22,8 @@ #include "BKE_layer.h" #include "BKE_unit.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/mesh/editmesh_intersect.cc b/source/blender/editors/mesh/editmesh_intersect.cc index e220211ff09..b0fd8e372c2 100644 --- a/source/blender/editors/mesh/editmesh_intersect.cc +++ b/source/blender/editors/mesh/editmesh_intersect.cc @@ -23,8 +23,8 @@ #include "BKE_layer.h" #include "BKE_report.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_types.hh" diff --git a/source/blender/editors/mesh/editmesh_knife.cc b/source/blender/editors/mesh/editmesh_knife.cc index b201d85c915..d1f730d0fd1 100644 --- a/source/blender/editors/mesh/editmesh_knife.cc +++ b/source/blender/editors/mesh/editmesh_knife.cc @@ -59,8 +59,8 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" diff --git a/source/blender/editors/mesh/editmesh_knife_project.cc b/source/blender/editors/mesh/editmesh_knife_project.cc index ce691a0ecf6..ced3cd66b7b 100644 --- a/source/blender/editors/mesh/editmesh_knife_project.cc +++ b/source/blender/editors/mesh/editmesh_knife_project.cc @@ -27,8 +27,8 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "MEM_guardedalloc.h" diff --git a/source/blender/editors/mesh/editmesh_loopcut.cc b/source/blender/editors/mesh/editmesh_loopcut.cc index 12b67fedb33..03410e08749 100644 --- a/source/blender/editors/mesh/editmesh_loopcut.cc +++ b/source/blender/editors/mesh/editmesh_loopcut.cc @@ -32,9 +32,9 @@ #include "ED_space_api.hh" #include "ED_view3d.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/mesh/editmesh_mask_extract.cc b/source/blender/editors/mesh/editmesh_mask_extract.cc index b836e965bd3..a26931cb59a 100644 --- a/source/blender/editors/mesh/editmesh_mask_extract.cc +++ b/source/blender/editors/mesh/editmesh_mask_extract.cc @@ -28,8 +28,8 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_build.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/mesh/editmesh_path.cc b/source/blender/editors/mesh/editmesh_path.cc index 497e49ec6bd..8973bd4a71a 100644 --- a/source/blender/editors/mesh/editmesh_path.cc +++ b/source/blender/editors/mesh/editmesh_path.cc @@ -34,8 +34,8 @@ #include "ED_uvedit.hh" #include "ED_view3d.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/mesh/editmesh_polybuild.cc b/source/blender/editors/mesh/editmesh_polybuild.cc index a8230326c21..82aeb91a701 100644 --- a/source/blender/editors/mesh/editmesh_polybuild.cc +++ b/source/blender/editors/mesh/editmesh_polybuild.cc @@ -36,8 +36,8 @@ #include "mesh_intern.h" /* own include */ -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" diff --git a/source/blender/editors/mesh/editmesh_rip.cc b/source/blender/editors/mesh/editmesh_rip.cc index 0c9d89e4fb9..963d5736880 100644 --- a/source/blender/editors/mesh/editmesh_rip.cc +++ b/source/blender/editors/mesh/editmesh_rip.cc @@ -21,8 +21,8 @@ #include "BLT_translation.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_types.hh" diff --git a/source/blender/editors/mesh/editmesh_select.cc b/source/blender/editors/mesh/editmesh_select.cc index f34dccab6f5..80b0be1163d 100644 --- a/source/blender/editors/mesh/editmesh_select.cc +++ b/source/blender/editors/mesh/editmesh_select.cc @@ -34,9 +34,9 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "ED_mesh.hh" #include "ED_object.hh" diff --git a/source/blender/editors/mesh/editmesh_select_similar.cc b/source/blender/editors/mesh/editmesh_select_similar.cc index e6064f55938..458c8a98c1a 100644 --- a/source/blender/editors/mesh/editmesh_select_similar.cc +++ b/source/blender/editors/mesh/editmesh_select_similar.cc @@ -31,8 +31,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "ED_mesh.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/mesh/editmesh_tools.cc b/source/blender/editors/mesh/editmesh_tools.cc index 33eecb05df5..5a4cedbb37f 100644 --- a/source/blender/editors/mesh/editmesh_tools.cc +++ b/source/blender/editors/mesh/editmesh_tools.cc @@ -52,9 +52,9 @@ #include "BLT_translation.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/mesh/mesh_data.cc b/source/blender/editors/mesh/mesh_data.cc index 6af962da6ee..2c1945bb623 100644 --- a/source/blender/editors/mesh/mesh_data.cc +++ b/source/blender/editors/mesh/mesh_data.cc @@ -28,8 +28,8 @@ #include "DEG_depsgraph.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/mesh/mesh_ops.cc b/source/blender/editors/mesh/mesh_ops.cc index 09e116263e6..9aab6ff3260 100644 --- a/source/blender/editors/mesh/mesh_ops.cc +++ b/source/blender/editors/mesh/mesh_ops.cc @@ -8,7 +8,7 @@ #include "DNA_scene_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/metaball/mball_edit.cc b/source/blender/editors/metaball/mball_edit.cc index 03036a66b1f..4d3885f1afd 100644 --- a/source/blender/editors/metaball/mball_edit.cc +++ b/source/blender/editors/metaball/mball_edit.cc @@ -24,8 +24,8 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "BKE_context.h" #include "BKE_layer.h" diff --git a/source/blender/editors/metaball/mball_ops.cc b/source/blender/editors/metaball/mball_ops.cc index d06ff57e7f9..ee86ebbf8b3 100644 --- a/source/blender/editors/metaball/mball_ops.cc +++ b/source/blender/editors/metaball/mball_ops.cc @@ -8,7 +8,7 @@ #include "DNA_scene_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/object/object_add.cc b/source/blender/editors/object/object_add.cc index 9b59196a944..c861062b069 100644 --- a/source/blender/editors/object/object_add.cc +++ b/source/blender/editors/object/object_add.cc @@ -93,9 +93,9 @@ #include "DEG_depsgraph_build.h" #include "DEG_depsgraph_query.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "UI_interface.hh" diff --git a/source/blender/editors/object/object_bake_api.cc b/source/blender/editors/object/object_bake_api.cc index 75bcc2a2564..db0a0c2eac8 100644 --- a/source/blender/editors/object/object_bake_api.cc +++ b/source/blender/editors/object/object_bake_api.cc @@ -13,9 +13,9 @@ #include "DNA_meshdata_types.h" #include "DNA_object_types.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "BLI_fileops.h" #include "BLI_listbase.h" diff --git a/source/blender/editors/object/object_bake_simulation.cc b/source/blender/editors/object/object_bake_simulation.cc index a8c30ca607a..01e195d5846 100644 --- a/source/blender/editors/object/object_bake_simulation.cc +++ b/source/blender/editors/object/object_bake_simulation.cc @@ -43,9 +43,9 @@ #include "BKE_simulation_state.hh" #include "BKE_simulation_state_serialize.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "DEG_depsgraph.h" #include "DEG_depsgraph_build.h" diff --git a/source/blender/editors/object/object_collection.cc b/source/blender/editors/object/object_collection.cc index f8f52de1409..91b6038151b 100644 --- a/source/blender/editors/object/object_collection.cc +++ b/source/blender/editors/object/object_collection.cc @@ -32,9 +32,9 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "UI_interface_icons.hh" diff --git a/source/blender/editors/object/object_constraint.cc b/source/blender/editors/object/object_constraint.cc index 737b7fb7c27..63fee35343b 100644 --- a/source/blender/editors/object/object_constraint.cc +++ b/source/blender/editors/object/object_constraint.cc @@ -50,10 +50,10 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "ED_keyframing.hh" diff --git a/source/blender/editors/object/object_data_transfer.cc b/source/blender/editors/object/object_data_transfer.cc index 15f80f41d69..ace59bdd576 100644 --- a/source/blender/editors/object/object_data_transfer.cc +++ b/source/blender/editors/object/object_data_transfer.cc @@ -30,9 +30,9 @@ #include "BLT_translation.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/object/object_edit.cc b/source/blender/editors/object/object_edit.cc index b3504efe0e9..c309a238a62 100644 --- a/source/blender/editors/object/object_edit.cc +++ b/source/blender/editors/object/object_edit.cc @@ -85,10 +85,10 @@ #include "ED_screen.hh" #include "ED_undo.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" -#include "RNA_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" +#include "RNA_types.hh" #include "UI_interface_icons.hh" diff --git a/source/blender/editors/object/object_gpencil_modifier.cc b/source/blender/editors/object/object_gpencil_modifier.cc index 90374ad75da..4727dc5f2e3 100644 --- a/source/blender/editors/object/object_gpencil_modifier.cc +++ b/source/blender/editors/object/object_gpencil_modifier.cc @@ -37,9 +37,9 @@ #include "DEG_depsgraph_build.h" #include "DEG_depsgraph_query.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "ED_object.hh" diff --git a/source/blender/editors/object/object_hook.cc b/source/blender/editors/object/object_hook.cc index 00269b2a0d7..3f22217e61a 100644 --- a/source/blender/editors/object/object_hook.cc +++ b/source/blender/editors/object/object_hook.cc @@ -40,9 +40,9 @@ #include "DEG_depsgraph_build.h" #include "DEG_depsgraph_query.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "ED_curve.hh" diff --git a/source/blender/editors/object/object_light_linking_ops.cc b/source/blender/editors/object/object_light_linking_ops.cc index 23e16d075cc..e93253917e8 100644 --- a/source/blender/editors/object/object_light_linking_ops.cc +++ b/source/blender/editors/object/object_light_linking_ops.cc @@ -21,8 +21,8 @@ #include "DNA_collection_types.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph.h" diff --git a/source/blender/editors/object/object_modes.cc b/source/blender/editors/object/object_modes.cc index 0de3b5db258..3c2d4d1b628 100644 --- a/source/blender/editors/object/object_modes.cc +++ b/source/blender/editors/object/object_modes.cc @@ -37,8 +37,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" diff --git a/source/blender/editors/object/object_modifier.cc b/source/blender/editors/object/object_modifier.cc index d306f0d3e33..7ab9f19c754 100644 --- a/source/blender/editors/object/object_modifier.cc +++ b/source/blender/editors/object/object_modifier.cc @@ -77,9 +77,9 @@ #include "BLT_translation.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "ED_armature.hh" diff --git a/source/blender/editors/object/object_ops.cc b/source/blender/editors/object/object_ops.cc index e613e56fe70..58b87da144c 100644 --- a/source/blender/editors/object/object_ops.cc +++ b/source/blender/editors/object/object_ops.cc @@ -13,7 +13,7 @@ #include "BKE_context.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/object/object_random.cc b/source/blender/editors/object/object_random.cc index 96bc0675b99..0a91252a215 100644 --- a/source/blender/editors/object/object_random.cc +++ b/source/blender/editors/object/object_random.cc @@ -18,8 +18,8 @@ #include "BKE_context.h" #include "BKE_layer.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/object/object_relations.cc b/source/blender/editors/object/object_relations.cc index c4116805c3a..2b55b777bcd 100644 --- a/source/blender/editors/object/object_relations.cc +++ b/source/blender/editors/object/object_relations.cc @@ -88,9 +88,9 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "ED_armature.hh" #include "ED_curve.hh" diff --git a/source/blender/editors/object/object_remesh.cc b/source/blender/editors/object/object_remesh.cc index 29762e1ca88..1728580885f 100644 --- a/source/blender/editors/object/object_remesh.cc +++ b/source/blender/editors/object/object_remesh.cc @@ -55,9 +55,9 @@ #include "ED_undo.hh" #include "ED_view3d.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "GPU_immediate.h" #include "GPU_immediate_util.h" diff --git a/source/blender/editors/object/object_select.cc b/source/blender/editors/object/object_select.cc index ea7e31eca87..61928442143 100644 --- a/source/blender/editors/object/object_select.cc +++ b/source/blender/editors/object/object_select.cc @@ -66,9 +66,9 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "object_intern.h" diff --git a/source/blender/editors/object/object_shader_fx.cc b/source/blender/editors/object/object_shader_fx.cc index 23097a34a14..9bf733db042 100644 --- a/source/blender/editors/object/object_shader_fx.cc +++ b/source/blender/editors/object/object_shader_fx.cc @@ -36,9 +36,9 @@ #include "DEG_depsgraph_build.h" #include "DEG_depsgraph_query.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "ED_object.hh" diff --git a/source/blender/editors/object/object_shapekey.cc b/source/blender/editors/object/object_shapekey.cc index 68295ba8a6f..2177829d37d 100644 --- a/source/blender/editors/object/object_shapekey.cc +++ b/source/blender/editors/object/object_shapekey.cc @@ -46,8 +46,8 @@ #include "ED_mesh.hh" #include "ED_object.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/object/object_transform.cc b/source/blender/editors/object/object_transform.cc index ebf5ada757f..179025c011a 100644 --- a/source/blender/editors/object/object_transform.cc +++ b/source/blender/editors/object/object_transform.cc @@ -57,8 +57,8 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/object/object_vgroup.cc b/source/blender/editors/object/object_vgroup.cc index 2bf22f99785..75158a568bd 100644 --- a/source/blender/editors/object/object_vgroup.cc +++ b/source/blender/editors/object/object_vgroup.cc @@ -53,9 +53,9 @@ #include "BLT_translation.h" #include "DNA_armature_types.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/object/object_volume.cc b/source/blender/editors/object/object_volume.cc index 122abb70712..accef293176 100644 --- a/source/blender/editors/object/object_volume.cc +++ b/source/blender/editors/object/object_volume.cc @@ -16,8 +16,8 @@ #include "DNA_object_types.h" #include "DNA_volume_types.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "BKE_context.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/object/object_warp.cc b/source/blender/editors/object/object_warp.cc index b777a232255..7eee6be771f 100644 --- a/source/blender/editors/object/object_warp.cc +++ b/source/blender/editors/object/object_warp.cc @@ -16,8 +16,8 @@ #include "BLI_math_rotation.h" #include "BLI_math_vector.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/physics/dynamicpaint_ops.cc b/source/blender/editors/physics/dynamicpaint_ops.cc index f507ee2df0d..bcb1ddf94d0 100644 --- a/source/blender/editors/physics/dynamicpaint_ops.cc +++ b/source/blender/editors/physics/dynamicpaint_ops.cc @@ -42,9 +42,9 @@ #include "ED_object.hh" #include "ED_screen.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "PIL_time.h" diff --git a/source/blender/editors/physics/particle_boids.cc b/source/blender/editors/physics/particle_boids.cc index bac3bb46046..eb4743a24ed 100644 --- a/source/blender/editors/physics/particle_boids.cc +++ b/source/blender/editors/physics/particle_boids.cc @@ -22,9 +22,9 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_build.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/physics/particle_edit.cc b/source/blender/editors/physics/particle_edit.cc index 1bb1c17deb5..e5ce0178981 100644 --- a/source/blender/editors/physics/particle_edit.cc +++ b/source/blender/editors/physics/particle_edit.cc @@ -64,8 +64,8 @@ #include "WM_toolsystem.h" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "DEG_depsgraph_query.h" diff --git a/source/blender/editors/physics/particle_object.cc b/source/blender/editors/physics/particle_object.cc index 46d164a48bd..e497a3ee5cb 100644 --- a/source/blender/editors/physics/particle_object.cc +++ b/source/blender/editors/physics/particle_object.cc @@ -42,8 +42,8 @@ #include "DEG_depsgraph_build.h" #include "DEG_depsgraph_query.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/physics/physics_pointcache.cc b/source/blender/editors/physics/physics_pointcache.cc index bac4d497f9f..91a0b81817e 100644 --- a/source/blender/editors/physics/physics_pointcache.cc +++ b/source/blender/editors/physics/physics_pointcache.cc @@ -28,8 +28,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "physics_intern.h" diff --git a/source/blender/editors/physics/rigidbody_constraint.cc b/source/blender/editors/physics/rigidbody_constraint.cc index 4e01628c95b..45c1f2f55be 100644 --- a/source/blender/editors/physics/rigidbody_constraint.cc +++ b/source/blender/editors/physics/rigidbody_constraint.cc @@ -26,9 +26,9 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_build.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/physics/rigidbody_object.cc b/source/blender/editors/physics/rigidbody_object.cc index 1dd0f1ae90a..75aff5c4a9e 100644 --- a/source/blender/editors/physics/rigidbody_object.cc +++ b/source/blender/editors/physics/rigidbody_object.cc @@ -28,9 +28,9 @@ #include "DEG_depsgraph_build.h" #include "DEG_depsgraph_query.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/physics/rigidbody_world.cc b/source/blender/editors/physics/rigidbody_world.cc index a08214c8790..f9c059b7eab 100644 --- a/source/blender/editors/physics/rigidbody_world.cc +++ b/source/blender/editors/physics/rigidbody_world.cc @@ -26,7 +26,7 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_build.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/render/render_internal.cc b/source/blender/editors/render/render_internal.cc index 96ab72397d3..f30a2db718a 100644 --- a/source/blender/editors/render/render_internal.cc +++ b/source/blender/editors/render/render_internal.cc @@ -62,8 +62,8 @@ #include "IMB_colormanagement.h" #include "IMB_imbuf_types.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "SEQ_relations.h" diff --git a/source/blender/editors/render/render_opengl.cc b/source/blender/editors/render/render_opengl.cc index 69de7c6e3c6..5d476702ee0 100644 --- a/source/blender/editors/render/render_opengl.cc +++ b/source/blender/editors/render/render_opengl.cc @@ -64,8 +64,8 @@ #include "BLT_translation.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "SEQ_render.h" diff --git a/source/blender/editors/render/render_shading.cc b/source/blender/editors/render/render_shading.cc index bb7ca2111d9..6d1698c575d 100644 --- a/source/blender/editors/render/render_shading.cc +++ b/source/blender/editors/render/render_shading.cc @@ -67,10 +67,10 @@ #ifdef WITH_FREESTYLE # include "BKE_freestyle.h" # include "FRS_freestyle.h" -# include "RNA_enum_types.h" +# include "RNA_enum_types.hh" #endif -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" @@ -84,7 +84,7 @@ #include "ED_scene.hh" #include "ED_screen.hh" -#include "RNA_define.h" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/editors/scene/scene_edit.cc b/source/blender/editors/scene/scene_edit.cc index 224856cf694..521e1a271e4 100644 --- a/source/blender/editors/scene/scene_edit.cc +++ b/source/blender/editors/scene/scene_edit.cc @@ -38,9 +38,9 @@ #include "SEQ_relations.h" #include "SEQ_select.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/screen/area.cc b/source/blender/editors/screen/area.cc index 86b682c3c79..dbeb177491a 100644 --- a/source/blender/editors/screen/area.cc +++ b/source/blender/editors/screen/area.cc @@ -25,8 +25,8 @@ #include "BKE_screen.h" #include "BKE_workspace.h" -#include "RNA_access.h" -#include "RNA_types.h" +#include "RNA_access.hh" +#include "RNA_types.hh" #include "WM_api.hh" #include "WM_message.hh" diff --git a/source/blender/editors/screen/area_query.cc b/source/blender/editors/screen/area_query.cc index d0686feedb0..40c53920ee7 100644 --- a/source/blender/editors/screen/area_query.cc +++ b/source/blender/editors/screen/area_query.cc @@ -14,7 +14,7 @@ #include "BLI_math_base.h" #include "BLI_utildefines.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/screen/area_utils.cc b/source/blender/editors/screen/area_utils.cc index b8d47fb1f3f..482086b2fb8 100644 --- a/source/blender/editors/screen/area_utils.cc +++ b/source/blender/editors/screen/area_utils.cc @@ -15,8 +15,8 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "RNA_access.h" -#include "RNA_types.h" +#include "RNA_access.hh" +#include "RNA_types.hh" #include "WM_message.hh" diff --git a/source/blender/editors/screen/screen_context.cc b/source/blender/editors/screen/screen_context.cc index 5ee4af38cb2..21f6e3f770c 100644 --- a/source/blender/editors/screen/screen_context.cc +++ b/source/blender/editors/screen/screen_context.cc @@ -36,7 +36,7 @@ #include "BKE_object.h" #include "BKE_tracking.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "ED_anim_api.hh" diff --git a/source/blender/editors/screen/screen_ops.cc b/source/blender/editors/screen/screen_ops.cc index 496faef844a..b2bedbf2ca5 100644 --- a/source/blender/editors/screen/screen_ops.cc +++ b/source/blender/editors/screen/screen_ops.cc @@ -69,9 +69,9 @@ #include "ED_util.hh" #include "ED_view3d.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/editors/screen/screen_user_menu.cc b/source/blender/editors/screen/screen_user_menu.cc index cc2f11a15c0..e9c02b8840b 100644 --- a/source/blender/editors/screen/screen_user_menu.cc +++ b/source/blender/editors/screen/screen_user_menu.cc @@ -34,8 +34,8 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" /* -------------------------------------------------------------------- */ diff --git a/source/blender/editors/screen/screendump.cc b/source/blender/editors/screen/screendump.cc index 7ef46a82eda..c0383c09616 100644 --- a/source/blender/editors/screen/screendump.cc +++ b/source/blender/editors/screen/screendump.cc @@ -32,8 +32,8 @@ #include "BLT_translation.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/editors/screen/workspace_edit.cc b/source/blender/editors/screen/workspace_edit.cc index 84e74480d77..1450f8e8b82 100644 --- a/source/blender/editors/screen/workspace_edit.cc +++ b/source/blender/editors/screen/workspace_edit.cc @@ -32,8 +32,8 @@ #include "ED_object.hh" #include "ED_screen.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_ops.cc b/source/blender/editors/sculpt_paint/curves_sculpt_ops.cc index 834f6324167..fc77f954fe8 100644 --- a/source/blender/editors/sculpt_paint/curves_sculpt_ops.cc +++ b/source/blender/editors/sculpt_paint/curves_sculpt_ops.cc @@ -35,9 +35,9 @@ #include "DNA_curves_types.h" #include "DNA_screen_types.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "curves_sculpt_intern.hh" #include "paint_intern.hh" diff --git a/source/blender/editors/sculpt_paint/grease_pencil_draw_ops.cc b/source/blender/editors/sculpt_paint/grease_pencil_draw_ops.cc index bc827da77dd..89be18b5088 100644 --- a/source/blender/editors/sculpt_paint/grease_pencil_draw_ops.cc +++ b/source/blender/editors/sculpt_paint/grease_pencil_draw_ops.cc @@ -16,9 +16,9 @@ #include "ED_object.hh" #include "ED_screen.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_message.hh" diff --git a/source/blender/editors/sculpt_paint/paint_curve.cc b/source/blender/editors/sculpt_paint/paint_curve.cc index 38d17b8cfc3..1071beb41d1 100644 --- a/source/blender/editors/sculpt_paint/paint_curve.cc +++ b/source/blender/editors/sculpt_paint/paint_curve.cc @@ -31,8 +31,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_view2d.hh" diff --git a/source/blender/editors/sculpt_paint/paint_hide.cc b/source/blender/editors/sculpt_paint/paint_hide.cc index 50a4d1941ed..480eca9fbbb 100644 --- a/source/blender/editors/sculpt_paint/paint_hide.cc +++ b/source/blender/editors/sculpt_paint/paint_hide.cc @@ -37,8 +37,8 @@ #include "ED_screen.hh" #include "ED_view3d.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "bmesh.h" diff --git a/source/blender/editors/sculpt_paint/paint_image.cc b/source/blender/editors/sculpt_paint/paint_image.cc index 29540eb0f8f..436401f5249 100644 --- a/source/blender/editors/sculpt_paint/paint_image.cc +++ b/source/blender/editors/sculpt_paint/paint_image.cc @@ -58,8 +58,8 @@ #include "WM_toolsystem.h" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "IMB_colormanagement.h" diff --git a/source/blender/editors/sculpt_paint/paint_image_ops_paint.cc b/source/blender/editors/sculpt_paint/paint_image_ops_paint.cc index e9b91e1527c..4e84a75515b 100644 --- a/source/blender/editors/sculpt_paint/paint_image_ops_paint.cc +++ b/source/blender/editors/sculpt_paint/paint_image_ops_paint.cc @@ -28,7 +28,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.cc b/source/blender/editors/sculpt_paint/paint_image_proj.cc index b4b82178c24..ff5f635e1e5 100644 --- a/source/blender/editors/sculpt_paint/paint_image_proj.cc +++ b/source/blender/editors/sculpt_paint/paint_image_proj.cc @@ -98,10 +98,10 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" -#include "RNA_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" +#include "RNA_types.hh" #include "IMB_colormanagement.h" diff --git a/source/blender/editors/sculpt_paint/paint_mask.cc b/source/blender/editors/sculpt_paint/paint_mask.cc index ad248f57ca8..51bebe14272 100644 --- a/source/blender/editors/sculpt_paint/paint_mask.cc +++ b/source/blender/editors/sculpt_paint/paint_mask.cc @@ -40,8 +40,8 @@ #include "DEG_depsgraph.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/sculpt_paint/paint_ops.cc b/source/blender/editors/sculpt_paint/paint_ops.cc index f8626e9b3bc..93422da125e 100644 --- a/source/blender/editors/sculpt_paint/paint_ops.cc +++ b/source/blender/editors/sculpt_paint/paint_ops.cc @@ -43,8 +43,8 @@ #include "WM_toolsystem.h" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "curves_sculpt_intern.hh" #include "paint_intern.hh" diff --git a/source/blender/editors/sculpt_paint/paint_stroke.cc b/source/blender/editors/sculpt_paint/paint_stroke.cc index e29d75d18f3..cb692a17247 100644 --- a/source/blender/editors/sculpt_paint/paint_stroke.cc +++ b/source/blender/editors/sculpt_paint/paint_stroke.cc @@ -23,7 +23,7 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "BKE_brush.hh" #include "BKE_colortools.h" diff --git a/source/blender/editors/sculpt_paint/paint_utils.cc b/source/blender/editors/sculpt_paint/paint_utils.cc index f3a9e56cecb..9d9224726f4 100644 --- a/source/blender/editors/sculpt_paint/paint_utils.cc +++ b/source/blender/editors/sculpt_paint/paint_utils.cc @@ -40,8 +40,8 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "GPU_framebuffer.h" diff --git a/source/blender/editors/sculpt_paint/paint_vertex.cc b/source/blender/editors/sculpt_paint/paint_vertex.cc index 2e8735507e4..5bd6eb9858b 100644 --- a/source/blender/editors/sculpt_paint/paint_vertex.cc +++ b/source/blender/editors/sculpt_paint/paint_vertex.cc @@ -30,7 +30,7 @@ #include "DNA_particle_types.h" #include "DNA_scene_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "BKE_attribute.h" #include "BKE_attribute.hh" diff --git a/source/blender/editors/sculpt_paint/paint_vertex_color_ops.cc b/source/blender/editors/sculpt_paint/paint_vertex_color_ops.cc index 92820aa1d11..d22625ab227 100644 --- a/source/blender/editors/sculpt_paint/paint_vertex_color_ops.cc +++ b/source/blender/editors/sculpt_paint/paint_vertex_color_ops.cc @@ -27,8 +27,8 @@ #include "DEG_depsgraph.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.cc b/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.cc index 64c3aae0436..13f75fba998 100644 --- a/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.cc +++ b/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.cc @@ -18,9 +18,9 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "BKE_attribute.hh" #include "BKE_brush.hh" diff --git a/source/blender/editors/sculpt_paint/paint_weight.cc b/source/blender/editors/sculpt_paint/paint_weight.cc index 2eb68d969ef..ff42c0774a1 100644 --- a/source/blender/editors/sculpt_paint/paint_weight.cc +++ b/source/blender/editors/sculpt_paint/paint_weight.cc @@ -29,7 +29,7 @@ #include "DNA_particle_types.h" #include "DNA_scene_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "BKE_attribute.h" #include "BKE_attribute.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt.cc b/source/blender/editors/sculpt_paint/sculpt.cc index 58bdf99f3c3..4496b23419b 100644 --- a/source/blender/editors/sculpt_paint/sculpt.cc +++ b/source/blender/editors/sculpt_paint/sculpt.cc @@ -74,8 +74,8 @@ #include "paint_intern.hh" #include "sculpt_intern.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "bmesh.h" diff --git a/source/blender/editors/sculpt_paint/sculpt_automasking.cc b/source/blender/editors/sculpt_paint/sculpt_automasking.cc index 4ef72c6b0ce..362edbe7838 100644 --- a/source/blender/editors/sculpt_paint/sculpt_automasking.cc +++ b/source/blender/editors/sculpt_paint/sculpt_automasking.cc @@ -44,8 +44,8 @@ #include "paint_intern.hh" #include "sculpt_intern.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "bmesh.h" diff --git a/source/blender/editors/sculpt_paint/sculpt_cloth.cc b/source/blender/editors/sculpt_paint/sculpt_cloth.cc index 023ad0e1e99..a28d0e1598b 100644 --- a/source/blender/editors/sculpt_paint/sculpt_cloth.cc +++ b/source/blender/editors/sculpt_paint/sculpt_cloth.cc @@ -40,8 +40,8 @@ #include "sculpt_intern.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "GPU_immediate.h" #include "GPU_immediate_util.h" diff --git a/source/blender/editors/sculpt_paint/sculpt_detail.cc b/source/blender/editors/sculpt_paint/sculpt_detail.cc index 7361f2bbe97..a19c0f2a58c 100644 --- a/source/blender/editors/sculpt_paint/sculpt_detail.cc +++ b/source/blender/editors/sculpt_paint/sculpt_detail.cc @@ -36,8 +36,8 @@ #include "ED_view3d.hh" #include "sculpt_intern.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include #include diff --git a/source/blender/editors/sculpt_paint/sculpt_expand.cc b/source/blender/editors/sculpt_paint/sculpt_expand.cc index 71a82b1e378..8dce275a907 100644 --- a/source/blender/editors/sculpt_paint/sculpt_expand.cc +++ b/source/blender/editors/sculpt_paint/sculpt_expand.cc @@ -38,8 +38,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "ED_screen.hh" #include "ED_sculpt.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_face_set.cc b/source/blender/editors/sculpt_paint/sculpt_face_set.cc index 946e36a0f67..7552d9619a4 100644 --- a/source/blender/editors/sculpt_paint/sculpt_face_set.cc +++ b/source/blender/editors/sculpt_paint/sculpt_face_set.cc @@ -53,8 +53,8 @@ #include "sculpt_intern.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "bmesh.h" diff --git a/source/blender/editors/sculpt_paint/sculpt_filter_color.cc b/source/blender/editors/sculpt_paint/sculpt_filter_color.cc index 0f055521be3..7a85d4020f4 100644 --- a/source/blender/editors/sculpt_paint/sculpt_filter_color.cc +++ b/source/blender/editors/sculpt_paint/sculpt_filter_color.cc @@ -31,8 +31,8 @@ #include "ED_paint.hh" #include "sculpt_intern.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_filter_mask.cc b/source/blender/editors/sculpt_paint/sculpt_filter_mask.cc index cd07ad86104..09721118228 100644 --- a/source/blender/editors/sculpt_paint/sculpt_filter_mask.cc +++ b/source/blender/editors/sculpt_paint/sculpt_filter_mask.cc @@ -25,8 +25,8 @@ #include "sculpt_intern.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "bmesh.h" diff --git a/source/blender/editors/sculpt_paint/sculpt_filter_mesh.cc b/source/blender/editors/sculpt_paint/sculpt_filter_mesh.cc index 3ccf3b7fc11..d0a4266a0b1 100644 --- a/source/blender/editors/sculpt_paint/sculpt_filter_mesh.cc +++ b/source/blender/editors/sculpt_paint/sculpt_filter_mesh.cc @@ -39,8 +39,8 @@ #include "paint_intern.hh" #include "sculpt_intern.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_mask_expand.cc b/source/blender/editors/sculpt_paint/sculpt_mask_expand.cc index 2218cf2e05d..c2305bd33a8 100644 --- a/source/blender/editors/sculpt_paint/sculpt_mask_expand.cc +++ b/source/blender/editors/sculpt_paint/sculpt_mask_expand.cc @@ -28,8 +28,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "ED_screen.hh" #include "sculpt_intern.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_mask_init.cc b/source/blender/editors/sculpt_paint/sculpt_mask_init.cc index 37b75037000..334e5ebc66d 100644 --- a/source/blender/editors/sculpt_paint/sculpt_mask_init.cc +++ b/source/blender/editors/sculpt_paint/sculpt_mask_init.cc @@ -29,8 +29,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "sculpt_intern.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_ops.cc b/source/blender/editors/sculpt_paint/sculpt_ops.cc index 0c9fa5e3255..532a1ce130a 100644 --- a/source/blender/editors/sculpt_paint/sculpt_ops.cc +++ b/source/blender/editors/sculpt_paint/sculpt_ops.cc @@ -59,8 +59,8 @@ #include "paint_intern.hh" #include "sculpt_intern.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_transform.cc b/source/blender/editors/sculpt_paint/sculpt_transform.cc index d8790ae739a..4e33b381ace 100644 --- a/source/blender/editors/sculpt_paint/sculpt_transform.cc +++ b/source/blender/editors/sculpt_paint/sculpt_transform.cc @@ -31,8 +31,8 @@ #include "paint_intern.hh" #include "sculpt_intern.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "bmesh.h" diff --git a/source/blender/editors/sculpt_paint/sculpt_uv.cc b/source/blender/editors/sculpt_paint/sculpt_uv.cc index 2f6e55c991c..928fd08d7cc 100644 --- a/source/blender/editors/sculpt_paint/sculpt_uv.cc +++ b/source/blender/editors/sculpt_paint/sculpt_uv.cc @@ -39,8 +39,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "paint_intern.hh" #include "uvedit_intern.h" diff --git a/source/blender/editors/sound/sound_ops.cc b/source/blender/editors/sound/sound_ops.cc index 0700a82550f..cb2f1512bbc 100644 --- a/source/blender/editors/sound/sound_ops.cc +++ b/source/blender/editors/sound/sound_ops.cc @@ -32,9 +32,9 @@ #include "BKE_scene.h" #include "BKE_sound.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "SEQ_iterator.h" diff --git a/source/blender/editors/space_action/action_data.cc b/source/blender/editors/space_action/action_data.cc index 16dfabcecca..83d23abd77a 100644 --- a/source/blender/editors/space_action/action_data.cc +++ b/source/blender/editors/space_action/action_data.cc @@ -22,9 +22,9 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "BKE_action.h" diff --git a/source/blender/editors/space_action/action_edit.cc b/source/blender/editors/space_action/action_edit.cc index f5d87c9498e..596dfea8892 100644 --- a/source/blender/editors/space_action/action_edit.cc +++ b/source/blender/editors/space_action/action_edit.cc @@ -26,9 +26,9 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "BKE_action.h" #include "BKE_animsys.h" diff --git a/source/blender/editors/space_action/action_ops.cc b/source/blender/editors/space_action/action_ops.cc index 76d3cd2ceaf..73508fdd3fc 100644 --- a/source/blender/editors/space_action/action_ops.cc +++ b/source/blender/editors/space_action/action_ops.cc @@ -16,7 +16,7 @@ #include "action_intern.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_action/action_select.cc b/source/blender/editors/space_action/action_select.cc index 0504ccfb157..6d62d6eaa9b 100644 --- a/source/blender/editors/space_action/action_select.cc +++ b/source/blender/editors/space_action/action_select.cc @@ -24,8 +24,8 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "BKE_context.h" #include "BKE_fcurve.h" diff --git a/source/blender/editors/space_action/space_action.cc b/source/blender/editors/space_action/space_action.cc index 418e10137d5..f7549118e00 100644 --- a/source/blender/editors/space_action/space_action.cc +++ b/source/blender/editors/space_action/space_action.cc @@ -25,9 +25,9 @@ #include "BKE_nla.h" #include "BKE_screen.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_message.hh" diff --git a/source/blender/editors/space_buttons/buttons_context.cc b/source/blender/editors/space_buttons/buttons_context.cc index 1473b2ded1f..1409784726f 100644 --- a/source/blender/editors/space_buttons/buttons_context.cc +++ b/source/blender/editors/space_buttons/buttons_context.cc @@ -39,7 +39,7 @@ #include "BKE_particle.h" #include "BKE_screen.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "ED_buttons.hh" diff --git a/source/blender/editors/space_buttons/buttons_intern.h b/source/blender/editors/space_buttons/buttons_intern.h index f8e7f28f936..872156cc28e 100644 --- a/source/blender/editors/space_buttons/buttons_intern.h +++ b/source/blender/editors/space_buttons/buttons_intern.h @@ -10,7 +10,7 @@ #include "BLI_bitmap.h" #include "DNA_listBase.h" -#include "RNA_types.h" +#include "RNA_types.hh" #ifdef __cplusplus extern "C" { diff --git a/source/blender/editors/space_buttons/buttons_ops.cc b/source/blender/editors/space_buttons/buttons_ops.cc index 486e9190af7..c9d44f8c97f 100644 --- a/source/blender/editors/space_buttons/buttons_ops.cc +++ b/source/blender/editors/space_buttons/buttons_ops.cc @@ -31,7 +31,7 @@ #include "ED_screen.hh" #include "ED_undo.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/editors/space_buttons/buttons_texture.cc b/source/blender/editors/space_buttons/buttons_texture.cc index 8b87e843494..9a02a313b05 100644 --- a/source/blender/editors/space_buttons/buttons_texture.cc +++ b/source/blender/editors/space_buttons/buttons_texture.cc @@ -39,7 +39,7 @@ #include "BKE_paint.hh" #include "BKE_particle.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/editors/space_buttons/space_buttons.cc b/source/blender/editors/space_buttons/space_buttons.cc index a46103bc745..b49d8048c36 100644 --- a/source/blender/editors/space_buttons/space_buttons.cc +++ b/source/blender/editors/space_buttons/space_buttons.cc @@ -31,9 +31,9 @@ #include "WM_message.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/space_clip/clip_buttons.cc b/source/blender/editors/space_clip/clip_buttons.cc index 5da342b51cb..57fb2aefb3f 100644 --- a/source/blender/editors/space_clip/clip_buttons.cc +++ b/source/blender/editors/space_clip/clip_buttons.cc @@ -36,7 +36,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_clip/clip_dopesheet_draw.cc b/source/blender/editors/space_clip/clip_dopesheet_draw.cc index 1c0f296fc44..84f63113c4d 100644 --- a/source/blender/editors/space_clip/clip_dopesheet_draw.cc +++ b/source/blender/editors/space_clip/clip_dopesheet_draw.cc @@ -26,7 +26,7 @@ #include "BLF_api.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "GPU_immediate.h" diff --git a/source/blender/editors/space_clip/clip_dopesheet_ops.cc b/source/blender/editors/space_clip/clip_dopesheet_ops.cc index 832b5442060..a509ddf574f 100644 --- a/source/blender/editors/space_clip/clip_dopesheet_ops.cc +++ b/source/blender/editors/space_clip/clip_dopesheet_ops.cc @@ -22,8 +22,8 @@ #include "UI_interface.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_view2d.hh" diff --git a/source/blender/editors/space_clip/clip_graph_ops.cc b/source/blender/editors/space_clip/clip_graph_ops.cc index c581079ff97..111148898c7 100644 --- a/source/blender/editors/space_clip/clip_graph_ops.cc +++ b/source/blender/editors/space_clip/clip_graph_ops.cc @@ -25,8 +25,8 @@ #include "ED_screen.hh" #include "ED_select_utils.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_view2d.hh" diff --git a/source/blender/editors/space_clip/clip_ops.cc b/source/blender/editors/space_clip/clip_ops.cc index 0f9fbb4e771..b5b20eeeaa8 100644 --- a/source/blender/editors/space_clip/clip_ops.cc +++ b/source/blender/editors/space_clip/clip_ops.cc @@ -51,9 +51,9 @@ #include "UI_interface.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "UI_view2d.hh" diff --git a/source/blender/editors/space_clip/space_clip.cc b/source/blender/editors/space_clip/space_clip.cc index 1aa7d2c6715..58691fdb886 100644 --- a/source/blender/editors/space_clip/space_clip.cc +++ b/source/blender/editors/space_clip/space_clip.cc @@ -51,7 +51,7 @@ #include "BLO_read_write.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "clip_intern.h" /* own include */ diff --git a/source/blender/editors/space_clip/tracking_ops.cc b/source/blender/editors/space_clip/tracking_ops.cc index 54b1e8e0d3b..fdc504c7e74 100644 --- a/source/blender/editors/space_clip/tracking_ops.cc +++ b/source/blender/editors/space_clip/tracking_ops.cc @@ -31,8 +31,8 @@ #include "ED_clip.hh" #include "ED_screen.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "BLT_translation.h" diff --git a/source/blender/editors/space_clip/tracking_ops_detect.cc b/source/blender/editors/space_clip/tracking_ops_detect.cc index b8e83242308..1d20ad26962 100644 --- a/source/blender/editors/space_clip/tracking_ops_detect.cc +++ b/source/blender/editors/space_clip/tracking_ops_detect.cc @@ -23,8 +23,8 @@ #include "IMB_imbuf.h" #include "IMB_imbuf_types.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "clip_intern.h" #include "tracking_ops_intern.h" diff --git a/source/blender/editors/space_clip/tracking_ops_orient.cc b/source/blender/editors/space_clip/tracking_ops_orient.cc index c646e05ec83..12a1fd7dea4 100644 --- a/source/blender/editors/space_clip/tracking_ops_orient.cc +++ b/source/blender/editors/space_clip/tracking_ops_orient.cc @@ -32,8 +32,8 @@ #include "ED_clip.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "clip_intern.h" diff --git a/source/blender/editors/space_clip/tracking_ops_track.cc b/source/blender/editors/space_clip/tracking_ops_track.cc index d1100351e04..9eefd8b87de 100644 --- a/source/blender/editors/space_clip/tracking_ops_track.cc +++ b/source/blender/editors/space_clip/tracking_ops_track.cc @@ -25,8 +25,8 @@ #include "ED_clip.hh" #include "ED_screen.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "PIL_time.h" diff --git a/source/blender/editors/space_clip/tracking_select.cc b/source/blender/editors/space_clip/tracking_select.cc index 5d345f5f263..71307632d32 100644 --- a/source/blender/editors/space_clip/tracking_select.cc +++ b/source/blender/editors/space_clip/tracking_select.cc @@ -29,8 +29,8 @@ #include "ED_screen.hh" #include "ED_select_utils.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_view2d.hh" diff --git a/source/blender/editors/space_console/console_ops.cc b/source/blender/editors/space_console/console_ops.cc index d3cabc570da..627b09f3c6e 100644 --- a/source/blender/editors/space_console/console_ops.cc +++ b/source/blender/editors/space_console/console_ops.cc @@ -31,8 +31,8 @@ #include "ED_screen.hh" #include "UI_view2d.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "console_intern.hh" diff --git a/source/blender/editors/space_console/space_console.cc b/source/blender/editors/space_console/space_console.cc index 3c9583536fc..1dd9d77ff32 100644 --- a/source/blender/editors/space_console/space_console.cc +++ b/source/blender/editors/space_console/space_console.cc @@ -21,8 +21,8 @@ #include "ED_screen.hh" #include "ED_space_api.hh" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_file/asset_catalog_tree_view.cc b/source/blender/editors/space_file/asset_catalog_tree_view.cc index 66ca81dbd8d..cc84d9eea1d 100644 --- a/source/blender/editors/space_file/asset_catalog_tree_view.cc +++ b/source/blender/editors/space_file/asset_catalog_tree_view.cc @@ -22,7 +22,7 @@ #include "ED_fileselect.hh" #include "ED_undo.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/space_file/file_draw.cc b/source/blender/editors/space_file/file_draw.cc index 90e48284fbe..795e00499f8 100644 --- a/source/blender/editors/space_file/file_draw.cc +++ b/source/blender/editors/space_file/file_draw.cc @@ -38,7 +38,7 @@ #include "DNA_userdef_types.h" #include "DNA_windowmanager_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "ED_fileselect.hh" diff --git a/source/blender/editors/space_file/file_ops.cc b/source/blender/editors/space_file/file_ops.cc index c0cf8bea630..751e7c31392 100644 --- a/source/blender/editors/space_file/file_ops.cc +++ b/source/blender/editors/space_file/file_ops.cc @@ -36,8 +36,8 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_view2d.hh" diff --git a/source/blender/editors/space_file/file_panels.cc b/source/blender/editors/space_file/file_panels.cc index 9fd692e3797..784c2725423 100644 --- a/source/blender/editors/space_file/file_panels.cc +++ b/source/blender/editors/space_file/file_panels.cc @@ -20,8 +20,8 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "ED_fileselect.hh" diff --git a/source/blender/editors/space_file/filesel.cc b/source/blender/editors/space_file/filesel.cc index 1df59695aca..89187f1ab49 100644 --- a/source/blender/editors/space_file/filesel.cc +++ b/source/blender/editors/space_file/filesel.cc @@ -55,7 +55,7 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_interface_icons.hh" diff --git a/source/blender/editors/space_file/space_file.cc b/source/blender/editors/space_file/space_file.cc index 50ececbfdcc..397f46db564 100644 --- a/source/blender/editors/space_file/space_file.cc +++ b/source/blender/editors/space_file/space_file.cc @@ -23,9 +23,9 @@ #include "BKE_report.h" #include "BKE_screen.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_message.hh" diff --git a/source/blender/editors/space_graph/graph_buttons.cc b/source/blender/editors/space_graph/graph_buttons.cc index ce2a6a3880a..5c5b9d00fb2 100644 --- a/source/blender/editors/space_graph/graph_buttons.cc +++ b/source/blender/editors/space_graph/graph_buttons.cc @@ -41,8 +41,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "ED_anim_api.hh" diff --git a/source/blender/editors/space_graph/graph_edit.cc b/source/blender/editors/space_graph/graph_edit.cc index 05122af428c..b59275b2ab6 100644 --- a/source/blender/editors/space_graph/graph_edit.cc +++ b/source/blender/editors/space_graph/graph_edit.cc @@ -27,9 +27,9 @@ #include "DNA_anim_types.h" #include "DNA_scene_types.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "BLT_translation.h" diff --git a/source/blender/editors/space_graph/graph_ops.cc b/source/blender/editors/space_graph/graph_ops.cc index 15ee31d7557..ef91c5b4c63 100644 --- a/source/blender/editors/space_graph/graph_ops.cc +++ b/source/blender/editors/space_graph/graph_ops.cc @@ -26,8 +26,8 @@ #include "graph_intern.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "DEG_depsgraph.h" diff --git a/source/blender/editors/space_graph/graph_select.cc b/source/blender/editors/space_graph/graph_select.cc index cc26ea5d029..e88b2a0aa02 100644 --- a/source/blender/editors/space_graph/graph_select.cc +++ b/source/blender/editors/space_graph/graph_select.cc @@ -23,8 +23,8 @@ #include "DNA_screen_types.h" #include "DNA_space_types.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "BKE_context.h" #include "BKE_fcurve.h" diff --git a/source/blender/editors/space_graph/graph_slider_ops.cc b/source/blender/editors/space_graph/graph_slider_ops.cc index 8409efe73db..cd159751cd5 100644 --- a/source/blender/editors/space_graph/graph_slider_ops.cc +++ b/source/blender/editors/space_graph/graph_slider_ops.cc @@ -23,8 +23,8 @@ #include "DNA_anim_types.h" #include "DNA_scene_types.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "BLT_translation.h" diff --git a/source/blender/editors/space_graph/graph_utils.cc b/source/blender/editors/space_graph/graph_utils.cc index 733ce8ca84a..25369639dbf 100644 --- a/source/blender/editors/space_graph/graph_utils.cc +++ b/source/blender/editors/space_graph/graph_utils.cc @@ -27,7 +27,7 @@ #include "ED_screen.hh" #include "UI_interface.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "graph_intern.h" /* own include */ diff --git a/source/blender/editors/space_graph/graph_view.cc b/source/blender/editors/space_graph/graph_view.cc index df718b204c6..cc2bc1093cb 100644 --- a/source/blender/editors/space_graph/graph_view.cc +++ b/source/blender/editors/space_graph/graph_view.cc @@ -17,8 +17,8 @@ #include "DNA_scene_types.h" #include "DNA_space_types.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "BKE_context.h" #include "BKE_fcurve.h" diff --git a/source/blender/editors/space_graph/space_graph.cc b/source/blender/editors/space_graph/space_graph.cc index 7f62a0e0464..2ec8a409a36 100644 --- a/source/blender/editors/space_graph/space_graph.cc +++ b/source/blender/editors/space_graph/space_graph.cc @@ -38,9 +38,9 @@ #include "WM_message.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/space_image/image_buttons.cc b/source/blender/editors/space_image/image_buttons.cc index db578447fa2..5ea1bc56c0e 100644 --- a/source/blender/editors/space_image/image_buttons.cc +++ b/source/blender/editors/space_image/image_buttons.cc @@ -36,7 +36,7 @@ #include "ED_image.hh" #include "ED_screen.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_image/image_ops.cc b/source/blender/editors/space_image/image_ops.cc index dc3d2473727..bf9334ef5fd 100644 --- a/source/blender/editors/space_image/image_ops.cc +++ b/source/blender/editors/space_image/image_ops.cc @@ -59,9 +59,9 @@ #include "RE_pipeline.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "ED_image.hh" diff --git a/source/blender/editors/space_image/image_sequence.cc b/source/blender/editors/space_image/image_sequence.cc index 136350ba766..2405e525cbc 100644 --- a/source/blender/editors/space_image/image_sequence.cc +++ b/source/blender/editors/space_image/image_sequence.cc @@ -21,7 +21,7 @@ #include "DNA_image_types.h" #include "DNA_windowmanager_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "BKE_image.h" #include "BKE_main.h" diff --git a/source/blender/editors/space_image/space_image.cc b/source/blender/editors/space_image/space_image.cc index 08769abe5c2..6327fe64e3c 100644 --- a/source/blender/editors/space_image/space_image.cc +++ b/source/blender/editors/space_image/space_image.cc @@ -26,9 +26,9 @@ #include "BKE_lib_remap.h" #include "BKE_screen.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "DEG_depsgraph.h" diff --git a/source/blender/editors/space_info/info_ops.cc b/source/blender/editors/space_info/info_ops.cc index 585980a0244..2be198afdc3 100644 --- a/source/blender/editors/space_info/info_ops.cc +++ b/source/blender/editors/space_info/info_ops.cc @@ -36,8 +36,8 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "info_intern.hh" diff --git a/source/blender/editors/space_info/info_report.cc b/source/blender/editors/space_info/info_report.cc index 2533876666b..06bb1b80db0 100644 --- a/source/blender/editors/space_info/info_report.cc +++ b/source/blender/editors/space_info/info_report.cc @@ -24,8 +24,8 @@ #include "ED_screen.hh" #include "ED_select_utils.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "info_intern.hh" diff --git a/source/blender/editors/space_info/space_info.cc b/source/blender/editors/space_info/space_info.cc index 8a6f4353037..90d328dd961 100644 --- a/source/blender/editors/space_info/space_info.cc +++ b/source/blender/editors/space_info/space_info.cc @@ -24,7 +24,7 @@ #include "WM_message.hh" #include "WM_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_resources.hh" #include "UI_view2d.hh" diff --git a/source/blender/editors/space_nla/nla_buttons.cc b/source/blender/editors/space_nla/nla_buttons.cc index 070537547fb..aecb949e7b1 100644 --- a/source/blender/editors/space_nla/nla_buttons.cc +++ b/source/blender/editors/space_nla/nla_buttons.cc @@ -29,7 +29,7 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "ED_anim_api.hh" diff --git a/source/blender/editors/space_nla/nla_channels.cc b/source/blender/editors/space_nla/nla_channels.cc index d15174c8bfd..8c06ac411c4 100644 --- a/source/blender/editors/space_nla/nla_channels.cc +++ b/source/blender/editors/space_nla/nla_channels.cc @@ -32,8 +32,8 @@ #include "ED_object.hh" #include "ED_screen.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_nla/nla_edit.cc b/source/blender/editors/space_nla/nla_edit.cc index 4f299e96ab6..416d4cac9f1 100644 --- a/source/blender/editors/space_nla/nla_edit.cc +++ b/source/blender/editors/space_nla/nla_edit.cc @@ -36,9 +36,9 @@ #include "ED_screen.hh" #include "ED_transform.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/space_nla/nla_ops.cc b/source/blender/editors/space_nla/nla_ops.cc index ee4b5583906..7b3cd137ede 100644 --- a/source/blender/editors/space_nla/nla_ops.cc +++ b/source/blender/editors/space_nla/nla_ops.cc @@ -17,7 +17,7 @@ #include "ED_anim_api.hh" #include "ED_screen.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_nla/nla_select.cc b/source/blender/editors/space_nla/nla_select.cc index 875282c562f..4ab3c210b24 100644 --- a/source/blender/editors/space_nla/nla_select.cc +++ b/source/blender/editors/space_nla/nla_select.cc @@ -26,8 +26,8 @@ #include "ED_screen.hh" #include "ED_select_utils.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_nla/space_nla.cc b/source/blender/editors/space_nla/space_nla.cc index 0d3fa237652..4d9d0e4af8d 100644 --- a/source/blender/editors/space_nla/space_nla.cc +++ b/source/blender/editors/space_nla/space_nla.cc @@ -31,7 +31,7 @@ #include "WM_message.hh" #include "WM_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/space_node/add_menu_assets.cc b/source/blender/editors/space_node/add_menu_assets.cc index c2bec8e4106..9b4de46ce94 100644 --- a/source/blender/editors/space_node/add_menu_assets.cc +++ b/source/blender/editors/space_node/add_menu_assets.cc @@ -18,7 +18,7 @@ #include "BLT_translation.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "ED_asset.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/space_node/add_node_search.cc b/source/blender/editors/space_node/add_node_search.cc index e91d1285f08..cbbf5c31573 100644 --- a/source/blender/editors/space_node/add_node_search.cc +++ b/source/blender/editors/space_node/add_node_search.cc @@ -25,7 +25,7 @@ #include "BLT_translation.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" diff --git a/source/blender/editors/space_node/clipboard.cc b/source/blender/editors/space_node/clipboard.cc index 7d9619476da..2f9635b9452 100644 --- a/source/blender/editors/space_node/clipboard.cc +++ b/source/blender/editors/space_node/clipboard.cc @@ -19,8 +19,8 @@ #include "NOD_socket.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "DEG_depsgraph_build.h" diff --git a/source/blender/editors/space_node/drawnode.cc b/source/blender/editors/space_node/drawnode.cc index 0a83c8285e3..1ab67676c4e 100644 --- a/source/blender/editors/space_node/drawnode.cc +++ b/source/blender/editors/space_node/drawnode.cc @@ -44,8 +44,8 @@ #include "DRW_engine.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "ED_node.hh" diff --git a/source/blender/editors/space_node/link_drag_search.cc b/source/blender/editors/space_node/link_drag_search.cc index 743122ad411..0eb6386334a 100644 --- a/source/blender/editors/space_node/link_drag_search.cc +++ b/source/blender/editors/space_node/link_drag_search.cc @@ -22,7 +22,7 @@ #include "BLT_translation.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" diff --git a/source/blender/editors/space_node/node_add.cc b/source/blender/editors/space_node/node_add.cc index c4b73e5a9d8..229ccee3b71 100644 --- a/source/blender/editors/space_node/node_add.cc +++ b/source/blender/editors/space_node/node_add.cc @@ -39,9 +39,9 @@ #include "ED_render.hh" #include "ED_screen.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/space_node/node_context_path.cc b/source/blender/editors/space_node/node_context_path.cc index 8ac7db7a384..77650ddd340 100644 --- a/source/blender/editors/space_node/node_context_path.cc +++ b/source/blender/editors/space_node/node_context_path.cc @@ -18,7 +18,7 @@ #include "BKE_screen.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "ED_screen.hh" diff --git a/source/blender/editors/space_node/node_draw.cc b/source/blender/editors/space_node/node_draw.cc index 34a1f1be072..49866dcc282 100644 --- a/source/blender/editors/space_node/node_draw.cc +++ b/source/blender/editors/space_node/node_draw.cc @@ -78,7 +78,7 @@ #include "UI_resources.hh" #include "UI_view2d.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "NOD_geometry_exec.hh" diff --git a/source/blender/editors/space_node/node_edit.cc b/source/blender/editors/space_node/node_edit.cc index f9f9b42bcbd..50d4e80ee56 100644 --- a/source/blender/editors/space_node/node_edit.cc +++ b/source/blender/editors/space_node/node_edit.cc @@ -50,9 +50,9 @@ #include "ED_select_utils.hh" #include "ED_viewer_path.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/space_node/node_geometry_attribute_search.cc b/source/blender/editors/space_node/node_geometry_attribute_search.cc index e019e4223a4..d8b2fa1c814 100644 --- a/source/blender/editors/space_node/node_geometry_attribute_search.cc +++ b/source/blender/editors/space_node/node_geometry_attribute_search.cc @@ -21,8 +21,8 @@ #include "BKE_node_tree_zones.hh" #include "BKE_object.h" -#include "RNA_access.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" #include "ED_node.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/space_node/node_gizmo.cc b/source/blender/editors/space_node/node_gizmo.cc index b4a9c5e617a..3a6f7093278 100644 --- a/source/blender/editors/space_node/node_gizmo.cc +++ b/source/blender/editors/space_node/node_gizmo.cc @@ -24,7 +24,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/space_node/node_group.cc b/source/blender/editors/space_node/node_group.cc index 45149b61233..8e4704ac071 100644 --- a/source/blender/editors/space_node/node_group.cc +++ b/source/blender/editors/space_node/node_group.cc @@ -42,9 +42,9 @@ #include "ED_render.hh" #include "ED_screen.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/space_node/node_ops.cc b/source/blender/editors/space_node/node_ops.cc index b7713d5cdf2..d92e1f614a1 100644 --- a/source/blender/editors/space_node/node_ops.cc +++ b/source/blender/editors/space_node/node_ops.cc @@ -13,7 +13,7 @@ #include "ED_node.hh" /* own include */ #include "ED_screen.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_node/node_relationships.cc b/source/blender/editors/space_node/node_relationships.cc index 6291c3bede3..3e745f9a889 100644 --- a/source/blender/editors/space_node/node_relationships.cc +++ b/source/blender/editors/space_node/node_relationships.cc @@ -32,8 +32,8 @@ #include "ED_util.hh" #include "ED_viewer_path.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph.h" diff --git a/source/blender/editors/space_node/node_select.cc b/source/blender/editors/space_node/node_select.cc index 98abcfb207d..646b0192b44 100644 --- a/source/blender/editors/space_node/node_select.cc +++ b/source/blender/editors/space_node/node_select.cc @@ -33,8 +33,8 @@ #include "ED_view3d.hh" #include "ED_viewer_path.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_node/node_templates.cc b/source/blender/editors/space_node/node_templates.cc index b8864445b14..bb8b29b10cf 100644 --- a/source/blender/editors/space_node/node_templates.cc +++ b/source/blender/editors/space_node/node_templates.cc @@ -28,7 +28,7 @@ #include "BKE_main.h" #include "BKE_node_tree_update.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "NOD_node_declaration.hh" diff --git a/source/blender/editors/space_node/node_view.cc b/source/blender/editors/space_node/node_view.cc index 26d8b286edb..021acb43a39 100644 --- a/source/blender/editors/space_node/node_view.cc +++ b/source/blender/editors/space_node/node_view.cc @@ -25,8 +25,8 @@ #include "ED_screen.hh" #include "ED_space_api.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_node/space_node.cc b/source/blender/editors/space_node/space_node.cc index b22310ec357..9f268714410 100644 --- a/source/blender/editors/space_node/space_node.cc +++ b/source/blender/editors/space_node/space_node.cc @@ -36,9 +36,9 @@ #include "BLO_read_write.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/space_outliner/outliner_collections.cc b/source/blender/editors/space_outliner/outliner_collections.cc index 087cec7070e..012e8399491 100644 --- a/source/blender/editors/space_outliner/outliner_collections.cc +++ b/source/blender/editors/space_outliner/outliner_collections.cc @@ -34,9 +34,9 @@ #include "WM_message.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "outliner_intern.hh" /* own include */ diff --git a/source/blender/editors/space_outliner/outliner_dragdrop.cc b/source/blender/editors/space_outliner/outliner_dragdrop.cc index 046401bd98e..6544b6d1318 100644 --- a/source/blender/editors/space_outliner/outliner_dragdrop.cc +++ b/source/blender/editors/space_outliner/outliner_dragdrop.cc @@ -39,7 +39,7 @@ #include "UI_interface.hh" #include "UI_view2d.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_outliner/outliner_draw.cc b/source/blender/editors/space_outliner/outliner_draw.cc index 74b2977c6c5..5dc3aaceac7 100644 --- a/source/blender/editors/space_outliner/outliner_draw.cc +++ b/source/blender/editors/space_outliner/outliner_draw.cc @@ -64,7 +64,7 @@ #include "UI_resources.hh" #include "UI_view2d.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "outliner_intern.hh" #include "tree/tree_display.hh" diff --git a/source/blender/editors/space_outliner/outliner_edit.cc b/source/blender/editors/space_outliner/outliner_edit.cc index 2118f01ef8f..68c9eebe80b 100644 --- a/source/blender/editors/space_outliner/outliner_edit.cc +++ b/source/blender/editors/space_outliner/outliner_edit.cc @@ -54,10 +54,10 @@ #include "UI_interface.hh" #include "UI_view2d.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" +#include "RNA_path.hh" #include "GPU_material.h" diff --git a/source/blender/editors/space_outliner/outliner_intern.hh b/source/blender/editors/space_outliner/outliner_intern.hh index 309f710f7b9..6657e356ba4 100644 --- a/source/blender/editors/space_outliner/outliner_intern.hh +++ b/source/blender/editors/space_outliner/outliner_intern.hh @@ -10,7 +10,7 @@ #include -#include "RNA_types.h" +#include "RNA_types.hh" /* Needed for `tree_element_cast()`. */ #include "tree/tree_element.hh" diff --git a/source/blender/editors/space_outliner/outliner_select.cc b/source/blender/editors/space_outliner/outliner_select.cc index c3935792554..e6009487cd7 100644 --- a/source/blender/editors/space_outliner/outliner_select.cc +++ b/source/blender/editors/space_outliner/outliner_select.cc @@ -62,8 +62,8 @@ #include "UI_interface.hh" #include "UI_view2d.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "outliner_intern.hh" diff --git a/source/blender/editors/space_outliner/outliner_tools.cc b/source/blender/editors/space_outliner/outliner_tools.cc index e6d551c9f91..03654ccecc3 100644 --- a/source/blender/editors/space_outliner/outliner_tools.cc +++ b/source/blender/editors/space_outliner/outliner_tools.cc @@ -78,9 +78,9 @@ #include "../../blender/blenloader/BLO_readfile.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "SEQ_relations.h" #include "SEQ_sequencer.h" diff --git a/source/blender/editors/space_outliner/space_outliner.cc b/source/blender/editors/space_outliner/space_outliner.cc index 20a82406272..535dea5c69d 100644 --- a/source/blender/editors/space_outliner/space_outliner.cc +++ b/source/blender/editors/space_outliner/space_outliner.cc @@ -30,7 +30,7 @@ #include "WM_message.hh" #include "WM_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "DNA_object_types.h" #include "DNA_scene_types.h" diff --git a/source/blender/editors/space_outliner/tree/common.cc b/source/blender/editors/space_outliner/tree/common.cc index edb98e2f677..42c920bdb9a 100644 --- a/source/blender/editors/space_outliner/tree/common.cc +++ b/source/blender/editors/space_outliner/tree/common.cc @@ -16,7 +16,7 @@ #include "DNA_object_types.h" #include "DNA_outliner_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "../outliner_intern.hh" diff --git a/source/blender/editors/space_outliner/tree/tree_display_data.cc b/source/blender/editors/space_outliner/tree/tree_display_data.cc index c223b42473c..7265a721981 100644 --- a/source/blender/editors/space_outliner/tree/tree_display_data.cc +++ b/source/blender/editors/space_outliner/tree/tree_display_data.cc @@ -11,7 +11,7 @@ #include "DNA_space_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "../outliner_intern.hh" #include "tree_display.hh" diff --git a/source/blender/editors/space_outliner/tree/tree_element_id.cc b/source/blender/editors/space_outliner/tree/tree_element_id.cc index c7642915d76..9a10fe2b60b 100644 --- a/source/blender/editors/space_outliner/tree/tree_element_id.cc +++ b/source/blender/editors/space_outliner/tree/tree_element_id.cc @@ -17,7 +17,7 @@ #include "BLT_translation.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "../outliner_intern.hh" #include "common.hh" diff --git a/source/blender/editors/space_outliner/tree/tree_element_overrides.cc b/source/blender/editors/space_outliner/tree/tree_element_overrides.cc index 15bc8725b67..e9c44a75cd1 100644 --- a/source/blender/editors/space_outliner/tree/tree_element_overrides.cc +++ b/source/blender/editors/space_outliner/tree/tree_element_overrides.cc @@ -18,8 +18,8 @@ #include "DNA_space_types.h" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "../outliner_intern.hh" diff --git a/source/blender/editors/space_outliner/tree/tree_element_overrides.hh b/source/blender/editors/space_outliner/tree/tree_element_overrides.hh index 11ba8d31c61..f135c413443 100644 --- a/source/blender/editors/space_outliner/tree/tree_element_overrides.hh +++ b/source/blender/editors/space_outliner/tree/tree_element_overrides.hh @@ -8,7 +8,7 @@ #pragma once -#include "RNA_types.h" +#include "RNA_types.hh" #include "BLI_string_ref.hh" diff --git a/source/blender/editors/space_outliner/tree/tree_element_rna.cc b/source/blender/editors/space_outliner/tree/tree_element_rna.cc index f4f07b5867f..7b2a38d4bb6 100644 --- a/source/blender/editors/space_outliner/tree/tree_element_rna.cc +++ b/source/blender/editors/space_outliner/tree/tree_element_rna.cc @@ -19,7 +19,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "../outliner_intern.hh" diff --git a/source/blender/editors/space_outliner/tree/tree_element_rna.hh b/source/blender/editors/space_outliner/tree/tree_element_rna.hh index b9471f0e2dd..abc54cf6153 100644 --- a/source/blender/editors/space_outliner/tree/tree_element_rna.hh +++ b/source/blender/editors/space_outliner/tree/tree_element_rna.hh @@ -10,7 +10,7 @@ #include -#include "RNA_types.h" +#include "RNA_types.hh" #include "tree_element.hh" diff --git a/source/blender/editors/space_script/script_edit.cc b/source/blender/editors/space_script/script_edit.cc index fa1813cceda..af5a9966700 100644 --- a/source/blender/editors/space_script/script_edit.cc +++ b/source/blender/editors/space_script/script_edit.cc @@ -21,8 +21,8 @@ #include "WM_types.hh" #include "wm_event_system.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/space_sequencer/sequencer_add.cc b/source/blender/editors/space_sequencer/sequencer_add.cc index 861b8d4d810..dd5772d294e 100644 --- a/source/blender/editors/space_sequencer/sequencer_add.cc +++ b/source/blender/editors/space_sequencer/sequencer_add.cc @@ -39,8 +39,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "SEQ_add.h" diff --git a/source/blender/editors/space_sequencer/sequencer_channels_draw.cc b/source/blender/editors/space_sequencer/sequencer_channels_draw.cc index 55bddec1a9a..a38cba83ca6 100644 --- a/source/blender/editors/space_sequencer/sequencer_channels_draw.cc +++ b/source/blender/editors/space_sequencer/sequencer_channels_draw.cc @@ -27,7 +27,7 @@ #include "GPU_vertex_buffer.h" #include "GPU_viewport.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "SEQ_channels.h" diff --git a/source/blender/editors/space_sequencer/sequencer_channels_edit.cc b/source/blender/editors/space_sequencer/sequencer_channels_edit.cc index fa0516dbac8..70fa9983976 100644 --- a/source/blender/editors/space_sequencer/sequencer_channels_edit.cc +++ b/source/blender/editors/space_sequencer/sequencer_channels_edit.cc @@ -25,8 +25,8 @@ #include "WM_api.hh" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" /* Own include. */ #include "sequencer_intern.h" diff --git a/source/blender/editors/space_sequencer/sequencer_edit.cc b/source/blender/editors/space_sequencer/sequencer_edit.cc index 67ab7a7887b..21358f49fcd 100644 --- a/source/blender/editors/space_sequencer/sequencer_edit.cc +++ b/source/blender/editors/space_sequencer/sequencer_edit.cc @@ -51,8 +51,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" /* For menu, popup, icons, etc. */ diff --git a/source/blender/editors/space_sequencer/sequencer_gizmo_retime.cc b/source/blender/editors/space_sequencer/sequencer_gizmo_retime.cc index ce953c7d3ea..71ebb92095a 100644 --- a/source/blender/editors/space_sequencer/sequencer_gizmo_retime.cc +++ b/source/blender/editors/space_sequencer/sequencer_gizmo_retime.cc @@ -15,7 +15,7 @@ #include "BLI_span.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/space_sequencer/sequencer_gizmo_retime_type.cc b/source/blender/editors/space_sequencer/sequencer_gizmo_retime_type.cc index 21f1456a9c1..7e7aaec66d0 100644 --- a/source/blender/editors/space_sequencer/sequencer_gizmo_retime_type.cc +++ b/source/blender/editors/space_sequencer/sequencer_gizmo_retime_type.cc @@ -28,9 +28,9 @@ #include "GPU_select.h" #include "GPU_state.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_sequencer/sequencer_intern.h b/source/blender/editors/space_sequencer/sequencer_intern.h index c2ecac83b59..26801299016 100644 --- a/source/blender/editors/space_sequencer/sequencer_intern.h +++ b/source/blender/editors/space_sequencer/sequencer_intern.h @@ -9,7 +9,7 @@ #pragma once #include "DNA_sequence_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #ifdef __cplusplus extern "C" { diff --git a/source/blender/editors/space_sequencer/sequencer_modifier.cc b/source/blender/editors/space_sequencer/sequencer_modifier.cc index 64251edbc4d..6a3ddfbaea7 100644 --- a/source/blender/editors/space_sequencer/sequencer_modifier.cc +++ b/source/blender/editors/space_sequencer/sequencer_modifier.cc @@ -16,8 +16,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "SEQ_iterator.h" #include "SEQ_modifier.h" diff --git a/source/blender/editors/space_sequencer/sequencer_proxy.cc b/source/blender/editors/space_sequencer/sequencer_proxy.cc index 9d74e7bff9c..eeb532a12b1 100644 --- a/source/blender/editors/space_sequencer/sequencer_proxy.cc +++ b/source/blender/editors/space_sequencer/sequencer_proxy.cc @@ -26,7 +26,7 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_define.h" +#include "RNA_define.hh" /* For menu, popup, icons, etc. */ #include "ED_screen.hh" diff --git a/source/blender/editors/space_sequencer/sequencer_retiming.cc b/source/blender/editors/space_sequencer/sequencer_retiming.cc index 12f7a715d30..e10f59ad98b 100644 --- a/source/blender/editors/space_sequencer/sequencer_retiming.cc +++ b/source/blender/editors/space_sequencer/sequencer_retiming.cc @@ -27,7 +27,7 @@ #include "WM_api.hh" -#include "RNA_define.h" +#include "RNA_define.hh" #include "UI_interface.hh" #include "UI_view2d.hh" diff --git a/source/blender/editors/space_sequencer/sequencer_select.cc b/source/blender/editors/space_sequencer/sequencer_select.cc index 2cd2cb9e5a2..271ce3746bc 100644 --- a/source/blender/editors/space_sequencer/sequencer_select.cc +++ b/source/blender/editors/space_sequencer/sequencer_select.cc @@ -25,7 +25,7 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_define.h" +#include "RNA_define.hh" #include "SEQ_channels.h" #include "SEQ_iterator.h" diff --git a/source/blender/editors/space_sequencer/sequencer_view.cc b/source/blender/editors/space_sequencer/sequencer_view.cc index 9a896741a7d..134f5c40c26 100644 --- a/source/blender/editors/space_sequencer/sequencer_view.cc +++ b/source/blender/editors/space_sequencer/sequencer_view.cc @@ -17,7 +17,7 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_define.h" +#include "RNA_define.hh" #include "UI_view2d.hh" diff --git a/source/blender/editors/space_spreadsheet/space_spreadsheet.cc b/source/blender/editors/space_spreadsheet/space_spreadsheet.cc index 4940ae7e12c..e017c8e8cb1 100644 --- a/source/blender/editors/space_spreadsheet/space_spreadsheet.cc +++ b/source/blender/editors/space_spreadsheet/space_spreadsheet.cc @@ -29,7 +29,7 @@ #include "DEG_depsgraph_query.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc b/source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc index 03d55a2e9ab..55269f3fe69 100644 --- a/source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc +++ b/source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc @@ -37,8 +37,8 @@ #include "BLT_translation.h" -#include "RNA_access.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" #include "FN_field_cpp_type.hh" diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_dataset_draw.cc b/source/blender/editors/space_spreadsheet/spreadsheet_dataset_draw.cc index 0a2571644c3..fe52ee9aa6a 100644 --- a/source/blender/editors/space_spreadsheet/spreadsheet_dataset_draw.cc +++ b/source/blender/editors/space_spreadsheet/spreadsheet_dataset_draw.cc @@ -8,7 +8,7 @@ #include "BKE_context.h" #include "BKE_volume.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_ops.cc b/source/blender/editors/space_spreadsheet/spreadsheet_ops.cc index c4a46b560ca..c2f73046dfd 100644 --- a/source/blender/editors/space_spreadsheet/spreadsheet_ops.cc +++ b/source/blender/editors/space_spreadsheet/spreadsheet_ops.cc @@ -13,8 +13,8 @@ #include "BKE_context.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_row_filter.cc b/source/blender/editors/space_spreadsheet/spreadsheet_row_filter.cc index ef0e97fff59..fd0920e2d4f 100644 --- a/source/blender/editors/space_spreadsheet/spreadsheet_row_filter.cc +++ b/source/blender/editors/space_spreadsheet/spreadsheet_row_filter.cc @@ -15,7 +15,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "BKE_instances.hh" diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_row_filter_ui.cc b/source/blender/editors/space_spreadsheet/spreadsheet_row_filter_ui.cc index 5e6db19d3e4..78e2099035c 100644 --- a/source/blender/editors/space_spreadsheet/spreadsheet_row_filter_ui.cc +++ b/source/blender/editors/space_spreadsheet/spreadsheet_row_filter_ui.cc @@ -13,7 +13,7 @@ #include "BKE_screen.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/editors/space_statusbar/space_statusbar.cc b/source/blender/editors/space_statusbar/space_statusbar.cc index 7aa620c0ce7..342487f756a 100644 --- a/source/blender/editors/space_statusbar/space_statusbar.cc +++ b/source/blender/editors/space_statusbar/space_statusbar.cc @@ -19,7 +19,7 @@ #include "ED_screen.hh" #include "ED_space_api.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" diff --git a/source/blender/editors/space_text/space_text.cc b/source/blender/editors/space_text/space_text.cc index fc80f095a52..aac07859cd9 100644 --- a/source/blender/editors/space_text/space_text.cc +++ b/source/blender/editors/space_text/space_text.cc @@ -32,8 +32,8 @@ #include "BLO_read_write.h" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" #include "text_format.hh" #include "text_intern.hh" /* own include */ diff --git a/source/blender/editors/space_text/text_ops.cc b/source/blender/editors/space_text/text_ops.cc index 3b0d26858c0..40bda32c75d 100644 --- a/source/blender/editors/space_text/text_ops.cc +++ b/source/blender/editors/space_text/text_ops.cc @@ -37,8 +37,8 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #ifdef WITH_PYTHON # include "BPY_extern.h" diff --git a/source/blender/editors/space_text/text_undo.cc b/source/blender/editors/space_text/text_undo.cc index 1e50c32181d..fa06abf98f4 100644 --- a/source/blender/editors/space_text/text_undo.cc +++ b/source/blender/editors/space_text/text_undo.cc @@ -37,8 +37,8 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "text_format.hh" #include "text_intern.hh" diff --git a/source/blender/editors/space_topbar/space_topbar.cc b/source/blender/editors/space_topbar/space_topbar.cc index 70a3c37b11b..bbf3909e5d0 100644 --- a/source/blender/editors/space_topbar/space_topbar.cc +++ b/source/blender/editors/space_topbar/space_topbar.cc @@ -31,7 +31,7 @@ #include "BLO_read_write.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_message.hh" diff --git a/source/blender/editors/space_userpref/space_userpref.cc b/source/blender/editors/space_userpref/space_userpref.cc index 39a962e7c82..0be8a7bdd68 100644 --- a/source/blender/editors/space_userpref/space_userpref.cc +++ b/source/blender/editors/space_userpref/space_userpref.cc @@ -20,8 +20,8 @@ #include "ED_screen.hh" #include "ED_space_api.hh" -#include "RNA_access.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_userpref/userpref_ops.cc b/source/blender/editors/space_userpref/userpref_ops.cc index b69a991e6d9..aeb800a8985 100644 --- a/source/blender/editors/space_userpref/userpref_ops.cc +++ b/source/blender/editors/space_userpref/userpref_ops.cc @@ -24,9 +24,9 @@ #include "BKE_report.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_types.hh" #include "UI_interface.hh" diff --git a/source/blender/editors/space_view3d/space_view3d.cc b/source/blender/editors/space_view3d/space_view3d.cc index e8431fbb0db..980b6a2864b 100644 --- a/source/blender/editors/space_view3d/space_view3d.cc +++ b/source/blender/editors/space_view3d/space_view3d.cc @@ -75,7 +75,7 @@ #include "RE_engine.h" #include "RE_pipeline.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/space_view3d/view3d_buttons.cc b/source/blender/editors/space_view3d/view3d_buttons.cc index c0da9f4f8b1..ff1eb6804a8 100644 --- a/source/blender/editors/space_view3d/view3d_buttons.cc +++ b/source/blender/editors/space_view3d/view3d_buttons.cc @@ -50,7 +50,7 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "ED_mesh.hh" diff --git a/source/blender/editors/space_view3d/view3d_cursor_snap.cc b/source/blender/editors/space_view3d/view3d_cursor_snap.cc index e450c41bfbd..3b544e94719 100644 --- a/source/blender/editors/space_view3d/view3d_cursor_snap.cc +++ b/source/blender/editors/space_view3d/view3d_cursor_snap.cc @@ -35,7 +35,7 @@ #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "DEG_depsgraph_query.h" diff --git a/source/blender/editors/space_view3d/view3d_draw.cc b/source/blender/editors/space_view3d/view3d_draw.cc index d47b1f5235b..12bd69e38aa 100644 --- a/source/blender/editors/space_view3d/view3d_draw.cc +++ b/source/blender/editors/space_view3d/view3d_draw.cc @@ -84,7 +84,7 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "IMB_imbuf.h" #include "IMB_imbuf_types.h" diff --git a/source/blender/editors/space_view3d/view3d_edit.cc b/source/blender/editors/space_view3d/view3d_edit.cc index 2d2c48a1e8b..540b678a2c7 100644 --- a/source/blender/editors/space_view3d/view3d_edit.cc +++ b/source/blender/editors/space_view3d/view3d_edit.cc @@ -35,8 +35,8 @@ #include "WM_api.hh" #include "WM_message.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "ED_screen.hh" #include "ED_transform.hh" diff --git a/source/blender/editors/space_view3d/view3d_gizmo_armature.cc b/source/blender/editors/space_view3d/view3d_gizmo_armature.cc index 37f0ac96b43..e37500e5644 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_armature.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_armature.cc @@ -28,7 +28,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_view3d/view3d_gizmo_camera.cc b/source/blender/editors/space_view3d/view3d_gizmo_camera.cc index f407d2e3f7c..1bde234caec 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_camera.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_camera.cc @@ -27,7 +27,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_message.hh" diff --git a/source/blender/editors/space_view3d/view3d_gizmo_empty.cc b/source/blender/editors/space_view3d/view3d_gizmo_empty.cc index 2b82cae2824..7597f997d00 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_empty.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_empty.cc @@ -27,7 +27,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_view3d/view3d_gizmo_forcefield.cc b/source/blender/editors/space_view3d/view3d_gizmo_forcefield.cc index e550778a872..fe89a1a29ed 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_forcefield.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_forcefield.cc @@ -21,7 +21,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/space_view3d/view3d_gizmo_light.cc b/source/blender/editors/space_view3d/view3d_gizmo_light.cc index 576ef4b74ed..9b8f07ce9e0 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_light.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_light.cc @@ -27,7 +27,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/space_view3d/view3d_gizmo_navigate.cc b/source/blender/editors/space_view3d/view3d_gizmo_navigate.cc index 0c8135d65b3..41fce2b8186 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_navigate.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_navigate.cc @@ -21,7 +21,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_view3d/view3d_gizmo_navigate_type.cc b/source/blender/editors/space_view3d/view3d_gizmo_navigate_type.cc index 88ee683089a..63e281b20cd 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_navigate_type.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_navigate_type.cc @@ -31,8 +31,8 @@ #include "BLF_api.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/space_view3d/view3d_gizmo_preselect_type.cc b/source/blender/editors/space_view3d/view3d_gizmo_preselect_type.cc index bddf742cf61..bd9b8b6f519 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_preselect_type.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_preselect_type.cc @@ -30,8 +30,8 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_view3d/view3d_gizmo_ruler.cc b/source/blender/editors/space_view3d/view3d_gizmo_ruler.cc index ec4e29210d9..d21def76e3a 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_ruler.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_ruler.cc @@ -46,7 +46,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_toolsystem.h" diff --git a/source/blender/editors/space_view3d/view3d_gizmo_tool_generic.cc b/source/blender/editors/space_view3d/view3d_gizmo_tool_generic.cc index 22da82bda31..da974335a61 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_tool_generic.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_tool_generic.cc @@ -22,8 +22,8 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_message.hh" diff --git a/source/blender/editors/space_view3d/view3d_header.cc b/source/blender/editors/space_view3d/view3d_header.cc index dbea0fbbd50..aa32cd99162 100644 --- a/source/blender/editors/space_view3d/view3d_header.cc +++ b/source/blender/editors/space_view3d/view3d_header.cc @@ -25,7 +25,7 @@ #include "DEG_depsgraph.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/space_view3d/view3d_navigate.cc b/source/blender/editors/space_view3d/view3d_navigate.cc index eab4903984c..205e3f36840 100644 --- a/source/blender/editors/space_view3d/view3d_navigate.cc +++ b/source/blender/editors/space_view3d/view3d_navigate.cc @@ -39,8 +39,8 @@ #include "WM_api.hh" #include "WM_message.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/space_view3d/view3d_navigate_view_all.cc b/source/blender/editors/space_view3d/view3d_navigate_view_all.cc index e9565e26e5d..08f5aab8470 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_all.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_all.cc @@ -28,8 +28,8 @@ #include "WM_api.hh" #include "WM_message.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "view3d_intern.h" #include "view3d_navigate.hh" /* own include */ diff --git a/source/blender/editors/space_view3d/view3d_navigate_view_axis.cc b/source/blender/editors/space_view3d/view3d_navigate_view_axis.cc index 2d52e4d03d7..4da97f8f6aa 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_axis.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_axis.cc @@ -37,8 +37,8 @@ #include "WM_api.hh" #include "WM_message.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/space_view3d/view3d_navigate_view_camera.cc b/source/blender/editors/space_view3d/view3d_navigate_view_camera.cc index 3a5381d9192..7850d57cbbb 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_camera.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_camera.cc @@ -35,8 +35,8 @@ #include "WM_api.hh" #include "WM_message.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/space_view3d/view3d_navigate_view_center_cursor.cc b/source/blender/editors/space_view3d/view3d_navigate_view_center_cursor.cc index b1bd09e9748..531f007665e 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_center_cursor.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_center_cursor.cc @@ -36,8 +36,8 @@ #include "WM_api.hh" #include "WM_message.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/space_view3d/view3d_navigate_view_center_pick.cc b/source/blender/editors/space_view3d/view3d_navigate_view_center_pick.cc index 16cd9079e85..efcebdec0a1 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_center_pick.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_center_pick.cc @@ -36,8 +36,8 @@ #include "WM_api.hh" #include "WM_message.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/space_view3d/view3d_navigate_view_dolly.cc b/source/blender/editors/space_view3d/view3d_navigate_view_dolly.cc index 8901bf1f786..f570e1d0a52 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_dolly.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_dolly.cc @@ -15,7 +15,7 @@ #include "WM_api.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/space_view3d/view3d_navigate_view_move.cc b/source/blender/editors/space_view3d/view3d_navigate_view_move.cc index 39501520f04..1e42f31ce27 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_move.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_move.cc @@ -12,8 +12,8 @@ #include "WM_api.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/space_view3d/view3d_navigate_view_orbit.cc b/source/blender/editors/space_view3d/view3d_navigate_view_orbit.cc index d5a3f891141..db21d40b614 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_orbit.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_orbit.cc @@ -37,8 +37,8 @@ #include "WM_api.hh" #include "WM_message.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/space_view3d/view3d_navigate_view_pan.cc b/source/blender/editors/space_view3d/view3d_navigate_view_pan.cc index 3ff963c1544..bb6ba90a585 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_pan.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_pan.cc @@ -35,8 +35,8 @@ #include "WM_api.hh" #include "WM_message.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/space_view3d/view3d_navigate_view_roll.cc b/source/blender/editors/space_view3d/view3d_navigate_view_roll.cc index e023a57e01a..7ef3b3f62c8 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_roll.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_roll.cc @@ -15,8 +15,8 @@ #include "WM_api.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "DEG_depsgraph_query.h" diff --git a/source/blender/editors/space_view3d/view3d_navigate_view_rotate.cc b/source/blender/editors/space_view3d/view3d_navigate_view_rotate.cc index 9dc32a034a8..3b758313d08 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_rotate.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_rotate.cc @@ -14,7 +14,7 @@ #include "WM_api.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/space_view3d/view3d_navigate_view_zoom.cc b/source/blender/editors/space_view3d/view3d_navigate_view_zoom.cc index 69ee5f5a493..cdc5467bb33 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_zoom.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_zoom.cc @@ -16,7 +16,7 @@ #include "WM_api.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/space_view3d/view3d_navigate_zoom_border.cc b/source/blender/editors/space_view3d/view3d_navigate_zoom_border.cc index 57643f10427..8fab171d563 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_zoom_border.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_zoom_border.cc @@ -20,7 +20,7 @@ #include "WM_api.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "view3d_intern.h" #include "view3d_navigate.hh" /* own include */ diff --git a/source/blender/editors/space_view3d/view3d_ops.cc b/source/blender/editors/space_view3d/view3d_ops.cc index e8a6c50a66c..c21859c4c81 100644 --- a/source/blender/editors/space_view3d/view3d_ops.cc +++ b/source/blender/editors/space_view3d/view3d_ops.cc @@ -23,8 +23,8 @@ #include "BKE_main.h" #include "BKE_report.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_view3d/view3d_placement.cc b/source/blender/editors/space_view3d/view3d_placement.cc index 0693c4e4818..47dbbe20de6 100644 --- a/source/blender/editors/space_view3d/view3d_placement.cc +++ b/source/blender/editors/space_view3d/view3d_placement.cc @@ -18,9 +18,9 @@ #include "BKE_context.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_toolsystem.h" diff --git a/source/blender/editors/space_view3d/view3d_select.cc b/source/blender/editors/space_view3d/view3d_select.cc index 2413db3d903..b741560015a 100644 --- a/source/blender/editors/space_view3d/view3d_select.cc +++ b/source/blender/editors/space_view3d/view3d_select.cc @@ -67,9 +67,9 @@ #include "WM_toolsystem.h" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "ED_armature.hh" #include "ED_curve.hh" diff --git a/source/blender/editors/space_view3d/view3d_snap.cc b/source/blender/editors/space_view3d/view3d_snap.cc index 7b9bf44afd7..9d8820072fd 100644 --- a/source/blender/editors/space_view3d/view3d_snap.cc +++ b/source/blender/editors/space_view3d/view3d_snap.cc @@ -34,8 +34,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "ED_keyframing.hh" #include "ED_object.hh" diff --git a/source/blender/editors/space_view3d/view3d_view.cc b/source/blender/editors/space_view3d/view3d_view.cc index 03df254cdb7..30b1c132a84 100644 --- a/source/blender/editors/space_view3d/view3d_view.cc +++ b/source/blender/editors/space_view3d/view3d_view.cc @@ -43,8 +43,8 @@ #include "DRW_engine.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "view3d_intern.h" /* own include */ #include "view3d_navigate.hh" diff --git a/source/blender/editors/transform/transform.cc b/source/blender/editors/transform/transform.cc index ba868b2aa58..7d28e9aa516 100644 --- a/source/blender/editors/transform/transform.cc +++ b/source/blender/editors/transform/transform.cc @@ -45,7 +45,7 @@ #include "UI_resources.hh" #include "UI_view2d.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "BLF_api.h" #include "BLT_translation.h" diff --git a/source/blender/editors/transform/transform_convert_armature.cc b/source/blender/editors/transform/transform_convert_armature.cc index 36a3a2ed708..019559de30f 100644 --- a/source/blender/editors/transform/transform_convert_armature.cc +++ b/source/blender/editors/transform/transform_convert_armature.cc @@ -34,7 +34,7 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "transform.hh" diff --git a/source/blender/editors/transform/transform_convert_nla.cc b/source/blender/editors/transform/transform_convert_nla.cc index 945d5e66dd1..d5854360871 100644 --- a/source/blender/editors/transform/transform_convert_nla.cc +++ b/source/blender/editors/transform/transform_convert_nla.cc @@ -27,7 +27,7 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "transform.hh" diff --git a/source/blender/editors/transform/transform_convert_sequencer_image.cc b/source/blender/editors/transform/transform_convert_sequencer_image.cc index be4386f0809..5c6bf5610e9 100644 --- a/source/blender/editors/transform/transform_convert_sequencer_image.cc +++ b/source/blender/editors/transform/transform_convert_sequencer_image.cc @@ -30,7 +30,7 @@ #include "UI_view2d.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "transform.hh" diff --git a/source/blender/editors/transform/transform_generics.cc b/source/blender/editors/transform/transform_generics.cc index 05bba0319ec..a0533ec0da1 100644 --- a/source/blender/editors/transform/transform_generics.cc +++ b/source/blender/editors/transform/transform_generics.cc @@ -21,7 +21,7 @@ #include "BLT_translation.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "GPU_immediate.h" #include "GPU_matrix.h" diff --git a/source/blender/editors/transform/transform_gizmo_2d.cc b/source/blender/editors/transform/transform_gizmo_2d.cc index dbf86ae0bfd..449e3c952bd 100644 --- a/source/blender/editors/transform/transform_gizmo_2d.cc +++ b/source/blender/editors/transform/transform_gizmo_2d.cc @@ -26,7 +26,7 @@ #include "BKE_global.h" #include "BKE_layer.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_resources.hh" #include "UI_view2d.hh" diff --git a/source/blender/editors/transform/transform_gizmo_3d.cc b/source/blender/editors/transform/transform_gizmo_3d.cc index 82ab46d8c08..205259e84ee 100644 --- a/source/blender/editors/transform/transform_gizmo_3d.cc +++ b/source/blender/editors/transform/transform_gizmo_3d.cc @@ -47,8 +47,8 @@ #include "UI_resources.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" /* local module include */ #include "transform.hh" diff --git a/source/blender/editors/transform/transform_gizmo_3d_cage.cc b/source/blender/editors/transform/transform_gizmo_3d_cage.cc index 7ff4d311aa0..0094f40f9cd 100644 --- a/source/blender/editors/transform/transform_gizmo_3d_cage.cc +++ b/source/blender/editors/transform/transform_gizmo_3d_cage.cc @@ -22,7 +22,7 @@ #include "ED_screen.hh" #include "WM_api.hh" -#include "RNA_access.h" +#include "RNA_access.hh" /* local module include */ #include "transform.hh" diff --git a/source/blender/editors/transform/transform_gizmo_3d_shear.cc b/source/blender/editors/transform/transform_gizmo_3d_shear.cc index 7c73f4f1883..8e44ca83eea 100644 --- a/source/blender/editors/transform/transform_gizmo_3d_shear.cc +++ b/source/blender/editors/transform/transform_gizmo_3d_shear.cc @@ -23,7 +23,7 @@ #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" /* local module include */ #include "transform.hh" diff --git a/source/blender/editors/transform/transform_gizmo_extrude_3d.cc b/source/blender/editors/transform/transform_gizmo_extrude_3d.cc index b01bd5ffa39..374a1660208 100644 --- a/source/blender/editors/transform/transform_gizmo_extrude_3d.cc +++ b/source/blender/editors/transform/transform_gizmo_extrude_3d.cc @@ -16,8 +16,8 @@ #include "BKE_global.h" #include "BKE_scene.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_message.hh" diff --git a/source/blender/editors/transform/transform_mode.cc b/source/blender/editors/transform/transform_mode.cc index 9abe7f4df6a..c7fc9e5f2d8 100644 --- a/source/blender/editors/transform/transform_mode.cc +++ b/source/blender/editors/transform/transform_mode.cc @@ -24,7 +24,7 @@ #include "BKE_context.h" #include "BKE_nla.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" diff --git a/source/blender/editors/transform/transform_mode_edge_slide.cc b/source/blender/editors/transform/transform_mode_edge_slide.cc index 41d6d61393a..fe4b7d69124 100644 --- a/source/blender/editors/transform/transform_mode_edge_slide.cc +++ b/source/blender/editors/transform/transform_mode_edge_slide.cc @@ -30,7 +30,7 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/transform/transform_mode_resize.cc b/source/blender/editors/transform/transform_mode_resize.cc index cb6149165f0..b8c43825137 100644 --- a/source/blender/editors/transform/transform_mode_resize.cc +++ b/source/blender/editors/transform/transform_mode_resize.cc @@ -20,7 +20,7 @@ #include "ED_screen.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" diff --git a/source/blender/editors/transform/transform_mode_vert_slide.cc b/source/blender/editors/transform/transform_mode_vert_slide.cc index 3eb06a79db7..328a79e245f 100644 --- a/source/blender/editors/transform/transform_mode_vert_slide.cc +++ b/source/blender/editors/transform/transform_mode_vert_slide.cc @@ -26,7 +26,7 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/transform/transform_ops.cc b/source/blender/editors/transform/transform_ops.cc index 86fd96319a7..b8264757a95 100644 --- a/source/blender/editors/transform/transform_ops.cc +++ b/source/blender/editors/transform/transform_ops.cc @@ -22,9 +22,9 @@ #include "BKE_report.h" #include "BKE_scene.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_message.hh" diff --git a/source/blender/editors/transform/transform_snap.cc b/source/blender/editors/transform/transform_snap.cc index 119b01bd75d..4761273ffbb 100644 --- a/source/blender/editors/transform/transform_snap.cc +++ b/source/blender/editors/transform/transform_snap.cc @@ -28,7 +28,7 @@ #include "BKE_object.h" #include "BKE_scene.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/undo/ed_undo.cc b/source/blender/editors/undo/ed_undo.cc index 97c279da4f6..2de645e7997 100644 --- a/source/blender/editors/undo/ed_undo.cc +++ b/source/blender/editors/undo/ed_undo.cc @@ -47,9 +47,9 @@ #include "WM_toolsystem.h" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/editors/util/ed_draw.cc b/source/blender/editors/util/ed_draw.cc index c657dd4caba..ce2b73a4b64 100644 --- a/source/blender/editors/util/ed_draw.cc +++ b/source/blender/editors/util/ed_draw.cc @@ -39,7 +39,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/util/ed_util.cc b/source/blender/editors/util/ed_util.cc index d86478df378..ca837b45cd9 100644 --- a/source/blender/editors/util/ed_util.cc +++ b/source/blender/editors/util/ed_util.cc @@ -52,7 +52,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/util/ed_util_ops.cc b/source/blender/editors/util/ed_util_ops.cc index 3acc5041ee0..e65a1030ff8 100644 --- a/source/blender/editors/util/ed_util_ops.cc +++ b/source/blender/editors/util/ed_util_ops.cc @@ -30,7 +30,7 @@ #include "ED_undo.hh" #include "ED_util.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/editors/util/select_utils.cc b/source/blender/editors/util/select_utils.cc index 55e276f0003..2f44b7c09b2 100644 --- a/source/blender/editors/util/select_utils.cc +++ b/source/blender/editors/util/select_utils.cc @@ -17,7 +17,7 @@ #include "DNA_windowmanager_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_types.hh" diff --git a/source/blender/editors/uvedit/uvedit_ops.cc b/source/blender/editors/uvedit/uvedit_ops.cc index beb728f36a9..bc5df9737ed 100644 --- a/source/blender/editors/uvedit/uvedit_ops.cc +++ b/source/blender/editors/uvedit/uvedit_ops.cc @@ -46,8 +46,8 @@ #include "ED_screen.hh" #include "ED_uvedit.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_message.hh" diff --git a/source/blender/editors/uvedit/uvedit_path.cc b/source/blender/editors/uvedit/uvedit_path.cc index 6920b8a938b..8eeb0fb69a4 100644 --- a/source/blender/editors/uvedit/uvedit_path.cc +++ b/source/blender/editors/uvedit/uvedit_path.cc @@ -44,8 +44,8 @@ #include "ED_transform.hh" #include "ED_uvedit.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/uvedit/uvedit_rip.cc b/source/blender/editors/uvedit/uvedit_rip.cc index d493c09ba82..47e9cf1c92b 100644 --- a/source/blender/editors/uvedit/uvedit_rip.cc +++ b/source/blender/editors/uvedit/uvedit_rip.cc @@ -37,8 +37,8 @@ #include "ED_transform.hh" #include "ED_uvedit.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/uvedit/uvedit_select.cc b/source/blender/editors/uvedit/uvedit_select.cc index 4b58577aa44..a3cffe95cbe 100644 --- a/source/blender/editors/uvedit/uvedit_select.cc +++ b/source/blender/editors/uvedit/uvedit_select.cc @@ -53,9 +53,9 @@ #include "ED_select_utils.hh" #include "ED_uvedit.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/uvedit/uvedit_smart_stitch.cc b/source/blender/editors/uvedit/uvedit_smart_stitch.cc index 66f0b82a4b1..3ac952235aa 100644 --- a/source/blender/editors/uvedit/uvedit_smart_stitch.cc +++ b/source/blender/editors/uvedit/uvedit_smart_stitch.cc @@ -45,8 +45,8 @@ #include "GPU_batch.h" #include "GPU_state.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/editors/uvedit/uvedit_unwrap_ops.cc b/source/blender/editors/uvedit/uvedit_unwrap_ops.cc index b471ca3476a..3a3ae03e72b 100644 --- a/source/blender/editors/uvedit/uvedit_unwrap_ops.cc +++ b/source/blender/editors/uvedit/uvedit_unwrap_ops.cc @@ -70,8 +70,8 @@ #include "ED_uvedit.hh" #include "ED_view3d.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp b/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp index 610a49f1f5e..0c3c65b46b0 100644 --- a/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp +++ b/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp @@ -13,9 +13,9 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "DNA_camera_types.h" #include "DNA_collection_types.h" diff --git a/source/blender/freestyle/intern/python/BPy_Freestyle.cpp b/source/blender/freestyle/intern/python/BPy_Freestyle.cpp index 7939578f8fe..997b5f1f74e 100644 --- a/source/blender/freestyle/intern/python/BPy_Freestyle.cpp +++ b/source/blender/freestyle/intern/python/BPy_Freestyle.cpp @@ -36,7 +36,7 @@ #include "BKE_appdir.h" #include "DNA_scene_types.h" #include "FRS_freestyle.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "bpy_rna.h" /* pyrna_struct_CreatePyObject() */ diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_armature.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_armature.cc index b8cadf84879..dd85618744d 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_armature.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_armature.cc @@ -38,7 +38,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "MOD_gpencil_legacy_modifiertypes.h" #include "MOD_gpencil_legacy_ui_common.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_array.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_array.cc index 971d7afc4e7..70fe3fbb67a 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_array.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_array.cc @@ -40,7 +40,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "DEG_depsgraph.h" #include "DEG_depsgraph_build.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_build.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_build.cc index 0723e5d632e..5ec27c36a3d 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_build.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_build.cc @@ -41,7 +41,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_dash.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_dash.cc index 3e48e86cd73..ff5057f2356 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_dash.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_dash.cc @@ -35,7 +35,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "BLT_translation.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_envelope.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_envelope.cc index 626dedc1c5c..c0962adce3f 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_envelope.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_envelope.cc @@ -39,7 +39,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "MOD_gpencil_legacy_modifiertypes.h" #include "MOD_gpencil_legacy_ui_common.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_hook.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_hook.cc index 472eb6f6b42..e0caccafada 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_hook.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_hook.cc @@ -41,7 +41,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "MOD_gpencil_legacy_modifiertypes.h" #include "MOD_gpencil_legacy_ui_common.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_lattice.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_lattice.cc index ecd1fd3d561..4eb54e09891 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_lattice.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_lattice.cc @@ -36,7 +36,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "MOD_gpencil_legacy_modifiertypes.h" #include "MOD_gpencil_legacy_ui_common.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_length.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_length.cc index a66206b3ef6..42b421dd1b1 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_length.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_length.cc @@ -37,7 +37,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "MOD_gpencil_legacy_modifiertypes.h" #include "MOD_gpencil_legacy_ui_common.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_lineart.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_lineart.cc index fb6d28c9b60..fb767afd924 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_lineart.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_lineart.cc @@ -35,7 +35,7 @@ #include "UI_resources.hh" #include "BKE_modifier.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_multiply.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_multiply.cc index e2fc52ce0cf..81ba685a115 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_multiply.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_multiply.cc @@ -40,7 +40,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "MOD_gpencil_legacy_modifiertypes.h" #include "MOD_gpencil_legacy_ui_common.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_noise.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_noise.cc index ca4d56148c3..2856062fce5 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_noise.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_noise.cc @@ -40,7 +40,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "MOD_gpencil_legacy_modifiertypes.h" #include "MOD_gpencil_legacy_ui_common.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_offset.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_offset.cc index 1e3812a7672..dd52aab9fee 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_offset.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_offset.cc @@ -25,7 +25,7 @@ #include "DNA_meshdata_types.h" #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "BKE_context.h" #include "BKE_deform.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_opacity.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_opacity.cc index c831dd2e687..9154d2913fb 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_opacity.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_opacity.cc @@ -34,7 +34,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "MOD_gpencil_legacy_modifiertypes.h" #include "MOD_gpencil_legacy_ui_common.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_shrinkwrap.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_shrinkwrap.cc index 0149101a6e2..7fa936024fe 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_shrinkwrap.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_shrinkwrap.cc @@ -39,7 +39,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "MOD_gpencil_legacy_modifiertypes.h" #include "MOD_gpencil_legacy_ui_common.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_simplify.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_simplify.cc index 2cff93118dc..00e74da54df 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_simplify.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_simplify.cc @@ -32,7 +32,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "MOD_gpencil_legacy_modifiertypes.h" #include "MOD_gpencil_legacy_ui_common.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_smooth.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_smooth.cc index 29bc38beabf..b4bf6170ebf 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_smooth.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_smooth.cc @@ -35,7 +35,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "MOD_gpencil_legacy_modifiertypes.h" #include "MOD_gpencil_legacy_ui_common.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_texture.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_texture.cc index fe4ca240bf6..d9c58be96ce 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_texture.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_texture.cc @@ -34,7 +34,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "MOD_gpencil_legacy_modifiertypes.h" #include "MOD_gpencil_legacy_ui_common.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_thick.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_thick.cc index 79852003e2e..2df7b7ab9eb 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_thick.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_thick.cc @@ -34,7 +34,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "MOD_gpencil_legacy_modifiertypes.h" #include "MOD_gpencil_legacy_ui_common.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_time.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_time.cc index f93e7c7bdc0..d565afbce2d 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_time.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_time.cc @@ -36,7 +36,7 @@ #include "BKE_modifier.h" #include "BKE_screen.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MOD_gpencil_legacy_modifiertypes.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_tint.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_tint.cc index 2722a92c3d0..804bf61fc8e 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_tint.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_tint.cc @@ -43,7 +43,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "MOD_gpencil_legacy_modifiertypes.h" #include "MOD_gpencil_legacy_ui_common.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_ui_common.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_ui_common.cc index 1d9d31a9200..7fd6a7de72d 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_ui_common.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_ui_common.cc @@ -27,7 +27,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_weight_angle.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_weight_angle.cc index 72aa4afaad5..d44182e6e8a 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_weight_angle.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_weight_angle.cc @@ -36,7 +36,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "MOD_gpencil_legacy_modifiertypes.h" #include "MOD_gpencil_legacy_ui_common.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_weight_proximity.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_weight_proximity.cc index 3e4fa788c6a..5defe3a3cb3 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_weight_proximity.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_weight_proximity.cc @@ -37,7 +37,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "MOD_gpencil_legacy_modifiertypes.h" #include "MOD_gpencil_legacy_ui_common.h" diff --git a/source/blender/imbuf/intern/colormanagement.cc b/source/blender/imbuf/intern/colormanagement.cc index d92f700f7fd..4d602ce4f4e 100644 --- a/source/blender/imbuf/intern/colormanagement.cc +++ b/source/blender/imbuf/intern/colormanagement.cc @@ -43,7 +43,7 @@ #include "GPU_capabilities.h" -#include "RNA_define.h" +#include "RNA_define.hh" #include "SEQ_iterator.h" diff --git a/source/blender/io/collada/AnimationExporter.h b/source/blender/io/collada/AnimationExporter.h index e9837b63d11..e6bb62829bf 100644 --- a/source/blender/io/collada/AnimationExporter.h +++ b/source/blender/io/collada/AnimationExporter.h @@ -36,7 +36,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "COLLADASWBaseInputElement.h" #include "COLLADASWConstants.h" diff --git a/source/blender/io/collada/BCAnimationCurve.cpp b/source/blender/io/collada/BCAnimationCurve.cpp index bbe3b156ff5..98296194470 100644 --- a/source/blender/io/collada/BCAnimationCurve.cpp +++ b/source/blender/io/collada/BCAnimationCurve.cpp @@ -2,7 +2,7 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ -#include "RNA_path.h" +#include "RNA_path.hh" #include "BCAnimationCurve.h" diff --git a/source/blender/io/collada/DocumentExporter.cpp b/source/blender/io/collada/DocumentExporter.cpp index 2f9fd295609..bac880b0b3e 100644 --- a/source/blender/io/collada/DocumentExporter.cpp +++ b/source/blender/io/collada/DocumentExporter.cpp @@ -87,7 +87,7 @@ extern "C" char build_commit_time[]; extern "C" char build_hash[]; #endif -#include "RNA_access.h" +#include "RNA_access.hh" #include "DocumentExporter.h" #include "collada_internal.h" diff --git a/source/blender/io/collada/DocumentImporter.cpp b/source/blender/io/collada/DocumentImporter.cpp index 04602d61656..fe7b6a1efbb 100644 --- a/source/blender/io/collada/DocumentImporter.cpp +++ b/source/blender/io/collada/DocumentImporter.cpp @@ -55,7 +55,7 @@ #include "DNA_camera_types.h" #include "DNA_light_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/io/collada/collada.h b/source/blender/io/collada/collada.h index bdf19264140..4565444f725 100644 --- a/source/blender/io/collada/collada.h +++ b/source/blender/io/collada/collada.h @@ -15,7 +15,7 @@ #include "BLI_linklist.h" #include "BLI_path_util.h" -#include "RNA_types.h" +#include "RNA_types.hh" #ifdef __cplusplus extern "C" { diff --git a/source/blender/io/collada/collada_utils.h b/source/blender/io/collada/collada_utils.h index 2fdb31d8054..a8c6aa3fb9f 100644 --- a/source/blender/io/collada/collada_utils.h +++ b/source/blender/io/collada/collada_utils.h @@ -31,7 +31,7 @@ #include "DNA_scene_types.h" #include "DNA_texture_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "BLI_linklist.h" #include "BLI_string.h" diff --git a/source/blender/io/common/IO_orientation.h b/source/blender/io/common/IO_orientation.h index 16e27b0fca3..4625bb1dcdd 100644 --- a/source/blender/io/common/IO_orientation.h +++ b/source/blender/io/common/IO_orientation.h @@ -4,7 +4,7 @@ #pragma once -#include "RNA_types.h" +#include "RNA_types.hh" struct Main; struct Scene; diff --git a/source/blender/io/common/intern/orientation.cc b/source/blender/io/common/intern/orientation.cc index fe6f2d6d647..b5b58609027 100644 --- a/source/blender/io/common/intern/orientation.cc +++ b/source/blender/io/common/intern/orientation.cc @@ -4,8 +4,8 @@ #include "BKE_main.h" #include "DNA_scene_types.h" -#include "RNA_access.h" -#include "RNA_types.h" +#include "RNA_access.hh" +#include "RNA_types.hh" #include "IO_orientation.h" diff --git a/source/blender/io/usd/hydra/material.cc b/source/blender/io/usd/hydra/material.cc index 4f37ff2b38d..e9fc326dde0 100644 --- a/source/blender/io/usd/hydra/material.cc +++ b/source/blender/io/usd/hydra/material.cc @@ -17,9 +17,9 @@ #include "BKE_lib_id.h" #include "BKE_material.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "DEG_depsgraph_query.h" diff --git a/source/blender/io/usd/intern/usd_hook.cc b/source/blender/io/usd/intern/usd_hook.cc index 2086e50d753..d351674f9fa 100644 --- a/source/blender/io/usd/intern/usd_hook.cc +++ b/source/blender/io/usd/intern/usd_hook.cc @@ -15,9 +15,9 @@ #include "BLI_listbase.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "bpy_rna.h" #include "WM_api.hh" diff --git a/source/blender/io/usd/intern/usd_writer_curves.cc b/source/blender/io/usd/intern/usd_writer_curves.cc index 3f3913aea48..a77cb1f725e 100644 --- a/source/blender/io/usd/intern/usd_writer_curves.cc +++ b/source/blender/io/usd/intern/usd_writer_curves.cc @@ -22,8 +22,8 @@ #include "BLI_math_geom.h" #include "BLT_translation.h" -#include "RNA_access.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/io/usd/usd.h b/source/blender/io/usd/usd.h index d634553d4e1..43a2f3eb603 100644 --- a/source/blender/io/usd/usd.h +++ b/source/blender/io/usd/usd.h @@ -6,7 +6,7 @@ #include "DEG_depsgraph.h" -#include "RNA_types.h" +#include "RNA_types.hh" #ifdef __cplusplus extern "C" { diff --git a/source/blender/makesrna/RNA_access.h b/source/blender/makesrna/RNA_access.hh similarity index 99% rename from source/blender/makesrna/RNA_access.h rename to source/blender/makesrna/RNA_access.hh index 36e73a22a1d..ce16040fb72 100644 --- a/source/blender/makesrna/RNA_access.h +++ b/source/blender/makesrna/RNA_access.hh @@ -12,14 +12,10 @@ #include -#include "RNA_types.h" +#include "RNA_types.hh" #include "BLI_compiler_attrs.h" -#ifdef __cplusplus -extern "C" { -#endif - struct ID; struct IDOverrideLibrary; struct IDOverrideLibraryProperty; @@ -942,8 +938,4 @@ eRNAOverrideStatus RNA_property_override_library_status(struct Main *bmainm, void RNA_struct_state_owner_set(const char *name); const char *RNA_struct_state_owner_get(void); -#ifdef __cplusplus -} -#endif - #endif /* __RNA_ACCESS_H__ */ diff --git a/source/blender/makesrna/RNA_define.h b/source/blender/makesrna/RNA_define.hh similarity index 99% rename from source/blender/makesrna/RNA_define.h rename to source/blender/makesrna/RNA_define.hh index cabd975b65d..d4e87b947e9 100644 --- a/source/blender/makesrna/RNA_define.h +++ b/source/blender/makesrna/RNA_define.hh @@ -15,11 +15,7 @@ #include #include "DNA_listBase.h" -#include "RNA_types.h" - -#ifdef __cplusplus -extern "C" { -#endif +#include "RNA_types.hh" #ifdef UNIT_TEST # define RNA_MAX_ARRAY_LENGTH 64 @@ -610,7 +606,3 @@ extern const float rna_default_scale_3d[3]; /** Maximum size for dynamic defined type descriptors, this value is arbitrary. */ #define RNA_DYN_DESCR_MAX 1024 - -#ifdef __cplusplus -} -#endif diff --git a/source/blender/makesrna/RNA_documentation.h b/source/blender/makesrna/RNA_documentation.hh similarity index 100% rename from source/blender/makesrna/RNA_documentation.h rename to source/blender/makesrna/RNA_documentation.hh diff --git a/source/blender/makesrna/RNA_enum_items.h b/source/blender/makesrna/RNA_enum_items.hh similarity index 100% rename from source/blender/makesrna/RNA_enum_items.h rename to source/blender/makesrna/RNA_enum_items.hh diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.hh similarity index 97% rename from source/blender/makesrna/RNA_enum_types.h rename to source/blender/makesrna/RNA_enum_types.hh index 2fe82f25bab..1c158659719 100644 --- a/source/blender/makesrna/RNA_enum_types.h +++ b/source/blender/makesrna/RNA_enum_types.hh @@ -8,11 +8,7 @@ * \ingroup RNA */ -#include "RNA_types.h" - -#ifdef __cplusplus -extern "C" { -#endif +#include "RNA_types.hh" struct ID; struct bNodeSocketType; @@ -21,7 +17,7 @@ struct bNodeType; /* Types */ #define DEF_ENUM(id) extern const EnumPropertyItem id[]; -#include "RNA_enum_items.h" +#include "RNA_enum_items.hh" extern const EnumPropertyItem *rna_enum_attribute_domain_itemf(struct ID *id, bool include_instances, @@ -124,7 +120,3 @@ const EnumPropertyItem *RNA_mask_local_itemf(struct bContext *C, /* Non confirming, utility function. */ const EnumPropertyItem *RNA_enum_node_tree_types_itemf_impl(struct bContext *C, bool *r_free); - -#ifdef __cplusplus -} -#endif diff --git a/source/blender/makesrna/RNA_path.h b/source/blender/makesrna/RNA_path.hh similarity index 99% rename from source/blender/makesrna/RNA_path.h rename to source/blender/makesrna/RNA_path.hh index 7c30aa52cf3..87acaa28449 100644 --- a/source/blender/makesrna/RNA_path.h +++ b/source/blender/makesrna/RNA_path.hh @@ -15,11 +15,7 @@ * UI code or Actions, though efficiency is a concern. */ -#include "RNA_types.h" - -#ifdef __cplusplus -extern "C" { -#endif +#include "RNA_types.hh" struct ListBase; struct IDProperty; @@ -254,7 +250,3 @@ char *RNA_path_struct_property_py(PointerRNA *ptr, PropertyRNA *prop, int index) * some_prop[10] */ char *RNA_path_property_py(const PointerRNA *ptr, PropertyRNA *prop, int index); - -#ifdef __cplusplus -} -#endif diff --git a/source/blender/makesrna/RNA_types.h b/source/blender/makesrna/RNA_types.hh similarity index 99% rename from source/blender/makesrna/RNA_types.h rename to source/blender/makesrna/RNA_types.hh index 539fa8c9e0c..ceaedd6d134 100644 --- a/source/blender/makesrna/RNA_types.h +++ b/source/blender/makesrna/RNA_types.hh @@ -13,10 +13,6 @@ #include "../blenlib/BLI_sys_types.h" #include "../blenlib/BLI_utildefines.h" -#ifdef __cplusplus -extern "C" { -#endif - struct BlenderRNA; struct FunctionRNA; struct ID; @@ -801,8 +797,4 @@ typedef struct PrimitiveBooleanRNA { bool value; } PrimitiveBooleanRNA; -#ifdef __cplusplus -} -#endif - #endif /* __RNA_TYPES_H__ */ diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt index 6e3b77cbf57..d6d33bde53e 100644 --- a/source/blender/makesrna/intern/CMakeLists.txt +++ b/source/blender/makesrna/intern/CMakeLists.txt @@ -195,13 +195,13 @@ unset(CMAKE_C_CLANG_TIDY) unset(CMAKE_CXX_CLANG_TIDY) set(SRC_RNA_INC - ../RNA_access.h - ../RNA_define.h - ../RNA_documentation.h - ../RNA_enum_items.h - ../RNA_enum_types.h - ../RNA_path.h - ../RNA_types.h + ../RNA_access.hh + ../RNA_define.hh + ../RNA_documentation.hh + ../RNA_enum_items.hh + ../RNA_enum_types.hh + ../RNA_path.hh + ../RNA_types.hh ) set(SRC diff --git a/source/blender/makesrna/intern/makesrna.cc b/source/blender/makesrna/intern/makesrna.cc index 86215904ee5..8155db6b91a 100644 --- a/source/blender/makesrna/intern/makesrna.cc +++ b/source/blender/makesrna/intern/makesrna.cc @@ -22,9 +22,9 @@ #include "BLI_system.h" /* for 'BLI_system_backtrace' stub. */ #include "BLI_utildefines.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" -#include "RNA_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" +#include "RNA_types.hh" #include "rna_internal.h" @@ -611,7 +611,7 @@ static bool rna_color_quantize(PropertyRNA *prop, PropertyDefRNA *dp) } /** - * Return the identifier for an enum which is defined in "RNA_enum_items.h". + * Return the identifier for an enum which is defined in "RNA_enum_items.hh". * * Prevents expanding duplicate enums bloating the binary size. */ @@ -622,7 +622,7 @@ static const char *rna_enum_id_from_pointer(const EnumPropertyItem *item) if (item == id) { \ return STRINGIFY(id); \ } -#include "RNA_enum_items.h" +#include "RNA_enum_items.hh" #undef RNA_MAKESRNA return nullptr; } @@ -4020,7 +4020,7 @@ static void rna_generate_property(FILE *f, StructRNA *srna, const char *nest, Pr int i, defaultfound = 0, totflag = 0; if (eprop->item) { - /* Inline the enum if this is not a defined in "RNA_enum_items.h". */ + /* Inline the enum if this is not a defined in "RNA_enum_items.hh". */ const char *item_global_id = rna_enum_id_from_pointer(eprop->item); if (item_global_id == nullptr) { fprintf(f, @@ -4798,8 +4798,8 @@ static void rna_generate(BlenderRNA *brna, FILE *f, const char *filename, const fprintf(f, "#include \"BKE_main.h\"\n"); fprintf(f, "#include \"BKE_report.h\"\n"); - fprintf(f, "#include \"RNA_define.h\"\n"); - fprintf(f, "#include \"RNA_types.h\"\n"); + fprintf(f, "#include \"RNA_define.hh\"\n"); + fprintf(f, "#include \"RNA_types.hh\"\n"); fprintf(f, "#include \"rna_internal.h\"\n\n"); /* include the generated prototypes header */ @@ -4902,7 +4902,7 @@ static void rna_generate_header(BlenderRNA * /*brna*/, FILE *f) "/* Automatically generated function declarations for the Data API.\n" " * Do not edit manually, changes will be overwritten. */\n\n"); - fprintf(f, "#include \"RNA_types.h\"\n\n"); + fprintf(f, "#include \"RNA_types.hh\"\n\n"); fprintf(f, "#include \"DNA_node_types.h\"\n\n"); fprintf(f, "#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n"); @@ -5372,8 +5372,8 @@ static void rna_generate_header_cpp(BlenderRNA * /*brna*/, FILE *f) " * Do not edit manually, changes will be overwritten. */\n\n"); fprintf(f, "#include \"RNA_blender.h\"\n"); - fprintf(f, "#include \"RNA_types.h\"\n"); - fprintf(f, "#include \"RNA_access.h\"\n"); + fprintf(f, "#include \"RNA_types.hh\"\n"); + fprintf(f, "#include \"RNA_access.hh\"\n"); fprintf(f, "#include \"DNA_node_types.h\"\n"); fprintf(f, "%s", cpp_classes); diff --git a/source/blender/makesrna/intern/rna_ID.cc b/source/blender/makesrna/intern/rna_ID.cc index f71acaad384..f9928de82f1 100644 --- a/source/blender/makesrna/intern/rna_ID.cc +++ b/source/blender/makesrna/intern/rna_ID.cc @@ -21,9 +21,9 @@ #include "BKE_main_namemap.h" #include "BKE_object.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "WM_types.hh" diff --git a/source/blender/makesrna/intern/rna_access.cc b/source/blender/makesrna/intern/rna_access.cc index 514d7934718..4c67763f216 100644 --- a/source/blender/makesrna/intern/rna_access.cc +++ b/source/blender/makesrna/intern/rna_access.cc @@ -44,10 +44,10 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_build.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" +#include "RNA_path.hh" #include "WM_api.hh" #include "WM_message.hh" diff --git a/source/blender/makesrna/intern/rna_access_compare_override.cc b/source/blender/makesrna/intern/rna_access_compare_override.cc index 1a4e84126d9..0f5bc03c735 100644 --- a/source/blender/makesrna/intern/rna_access_compare_override.cc +++ b/source/blender/makesrna/intern/rna_access_compare_override.cc @@ -39,10 +39,10 @@ #include "BKE_lib_override.hh" #include "BKE_main.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "rna_access_internal.h" diff --git a/source/blender/makesrna/intern/rna_action.cc b/source/blender/makesrna/intern/rna_action.cc index 870c4f5d8d1..45f53833ccb 100644 --- a/source/blender/makesrna/intern/rna_action.cc +++ b/source/blender/makesrna/intern/rna_action.cc @@ -20,9 +20,9 @@ #include "BKE_action.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_action_api.cc b/source/blender/makesrna/intern/rna_action_api.cc index 376045b134c..c0c8a1f49f1 100644 --- a/source/blender/makesrna/intern/rna_action_api.cc +++ b/source/blender/makesrna/intern/rna_action_api.cc @@ -13,7 +13,7 @@ #include "BLI_utildefines.h" -#include "RNA_define.h" +#include "RNA_define.hh" #include "DNA_action_types.h" diff --git a/source/blender/makesrna/intern/rna_animation.cc b/source/blender/makesrna/intern/rna_animation.cc index 524159bc172..bc349a2a364 100644 --- a/source/blender/makesrna/intern/rna_animation.cc +++ b/source/blender/makesrna/intern/rna_animation.cc @@ -18,9 +18,9 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_animation_api.cc b/source/blender/makesrna/intern/rna_animation_api.cc index 3b85ad3f5a3..fd80796aa08 100644 --- a/source/blender/makesrna/intern/rna_animation_api.cc +++ b/source/blender/makesrna/intern/rna_animation_api.cc @@ -9,8 +9,8 @@ #include #include -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "DNA_anim_types.h" #include "DNA_object_types.h" diff --git a/source/blender/makesrna/intern/rna_animviz.cc b/source/blender/makesrna/intern/rna_animviz.cc index cf0296cfc4a..5aff376ef09 100644 --- a/source/blender/makesrna/intern/rna_animviz.cc +++ b/source/blender/makesrna/intern/rna_animviz.cc @@ -16,8 +16,8 @@ #include "MEM_guardedalloc.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_armature.cc b/source/blender/makesrna/intern/rna_armature.cc index 7762fc5be8e..449df83e494 100644 --- a/source/blender/makesrna/intern/rna_armature.cc +++ b/source/blender/makesrna/intern/rna_armature.cc @@ -13,8 +13,8 @@ #include "BLT_translation.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_armature_api.cc b/source/blender/makesrna/intern/rna_armature_api.cc index 988b420aad9..9d368682882 100644 --- a/source/blender/makesrna/intern/rna_armature_api.cc +++ b/source/blender/makesrna/intern/rna_armature_api.cc @@ -11,7 +11,7 @@ #include #include -#include "RNA_define.h" +#include "RNA_define.hh" #include "rna_internal.h" /* own include */ diff --git a/source/blender/makesrna/intern/rna_asset.cc b/source/blender/makesrna/intern/rna_asset.cc index e7dc08986d7..8dee97f79ed 100644 --- a/source/blender/makesrna/intern/rna_asset.cc +++ b/source/blender/makesrna/intern/rna_asset.cc @@ -8,8 +8,8 @@ #include -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "DNA_asset_types.h" #include "DNA_defs.h" @@ -40,7 +40,7 @@ const EnumPropertyItem rna_enum_aset_library_type_items[] = { # include "ED_asset.hh" # include "ED_fileselect.hh" -# include "RNA_access.h" +# include "RNA_access.hh" static char *rna_AssetMetaData_path(const PointerRNA * /*ptr*/) { diff --git a/source/blender/makesrna/intern/rna_attribute.cc b/source/blender/makesrna/intern/rna_attribute.cc index d40540bf6da..9470b79af10 100644 --- a/source/blender/makesrna/intern/rna_attribute.cc +++ b/source/blender/makesrna/intern/rna_attribute.cc @@ -8,9 +8,9 @@ #include -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_boid.cc b/source/blender/makesrna/intern/rna_boid.cc index 66b3b929c34..4e90ccc2af8 100644 --- a/source/blender/makesrna/intern/rna_boid.cc +++ b/source/blender/makesrna/intern/rna_boid.cc @@ -17,8 +17,8 @@ #include "BLI_utildefines.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_brush.cc b/source/blender/makesrna/intern/rna_brush.cc index 9c5be028aa8..03f8575e06c 100644 --- a/source/blender/makesrna/intern/rna_brush.cc +++ b/source/blender/makesrna/intern/rna_brush.cc @@ -23,8 +23,8 @@ #include "BLT_translation.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" @@ -450,7 +450,7 @@ static EnumPropertyItem rna_enum_gpencil_brush_vertex_icons_items[] = { # include "MEM_guardedalloc.h" -# include "RNA_access.h" +# include "RNA_access.hh" # include "BKE_brush.hh" # include "BKE_colorband.h" diff --git a/source/blender/makesrna/intern/rna_cachefile.cc b/source/blender/makesrna/intern/rna_cachefile.cc index 63ffdd8b040..a243373bbce 100644 --- a/source/blender/makesrna/intern/rna_cachefile.cc +++ b/source/blender/makesrna/intern/rna_cachefile.cc @@ -11,9 +11,9 @@ #include "BLT_translation.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_camera.cc b/source/blender/makesrna/intern/rna_camera.cc index dbdaaaf2073..3bc73865955 100644 --- a/source/blender/makesrna/intern/rna_camera.cc +++ b/source/blender/makesrna/intern/rna_camera.cc @@ -14,8 +14,8 @@ #include "BLT_translation.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_camera_api.cc b/source/blender/makesrna/intern/rna_camera_api.cc index 23169c3eb27..52380c3ac54 100644 --- a/source/blender/makesrna/intern/rna_camera_api.cc +++ b/source/blender/makesrna/intern/rna_camera_api.cc @@ -10,7 +10,7 @@ #include #include -#include "RNA_define.h" +#include "RNA_define.hh" #include "rna_internal.h" /* own include */ diff --git a/source/blender/makesrna/intern/rna_cloth.cc b/source/blender/makesrna/intern/rna_cloth.cc index e134df86a2f..c068d6392a1 100644 --- a/source/blender/makesrna/intern/rna_cloth.cc +++ b/source/blender/makesrna/intern/rna_cloth.cc @@ -13,7 +13,7 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "RNA_define.h" +#include "RNA_define.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_collection.cc b/source/blender/makesrna/intern/rna_collection.cc index f1c2f2a1f24..cb55c351c09 100644 --- a/source/blender/makesrna/intern/rna_collection.cc +++ b/source/blender/makesrna/intern/rna_collection.cc @@ -14,8 +14,8 @@ #include "BLI_utildefines.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" @@ -52,7 +52,7 @@ BLI_STATIC_ASSERT(ARRAY_SIZE(rna_enum_collection_color_items) - 2 == COLLECTION_ # include "WM_api.hh" -# include "RNA_access.h" +# include "RNA_access.hh" static void rna_Collection_all_objects_begin(CollectionPropertyIterator *iter, PointerRNA *ptr) { diff --git a/source/blender/makesrna/intern/rna_color.cc b/source/blender/makesrna/intern/rna_color.cc index 6ac71adba60..b67e63a0cf0 100644 --- a/source/blender/makesrna/intern/rna_color.cc +++ b/source/blender/makesrna/intern/rna_color.cc @@ -16,8 +16,8 @@ #include "BKE_node_tree_update.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" #include "WM_api.hh" @@ -35,8 +35,8 @@ const EnumPropertyItem rna_enum_color_space_convert_default_items[] = { #ifdef RNA_RUNTIME -# include "RNA_access.h" -# include "RNA_path.h" +# include "RNA_access.hh" +# include "RNA_path.hh" # include "DNA_image_types.h" # include "DNA_material_types.h" diff --git a/source/blender/makesrna/intern/rna_constraint.cc b/source/blender/makesrna/intern/rna_constraint.cc index 2c59a3e8b72..660b412716a 100644 --- a/source/blender/makesrna/intern/rna_constraint.cc +++ b/source/blender/makesrna/intern/rna_constraint.cc @@ -20,8 +20,8 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_context.cc b/source/blender/makesrna/intern/rna_context.cc index 92c0efacfa6..059fee64ace 100644 --- a/source/blender/makesrna/intern/rna_context.cc +++ b/source/blender/makesrna/intern/rna_context.cc @@ -14,9 +14,9 @@ #include "BKE_context.h" #include "BLI_utildefines.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" /* own include */ diff --git a/source/blender/makesrna/intern/rna_curve.cc b/source/blender/makesrna/intern/rna_curve.cc index d61321f308e..2414f6c9daf 100644 --- a/source/blender/makesrna/intern/rna_curve.cc +++ b/source/blender/makesrna/intern/rna_curve.cc @@ -18,9 +18,9 @@ #include "BLT_translation.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_curve_api.cc b/source/blender/makesrna/intern/rna_curve_api.cc index 4e45c651b6b..4adc47b3f31 100644 --- a/source/blender/makesrna/intern/rna_curve_api.cc +++ b/source/blender/makesrna/intern/rna_curve_api.cc @@ -9,7 +9,7 @@ #include #include -#include "RNA_define.h" +#include "RNA_define.hh" #include "BLI_sys_types.h" diff --git a/source/blender/makesrna/intern/rna_curveprofile.cc b/source/blender/makesrna/intern/rna_curveprofile.cc index f17be794f03..e5fb720c4cd 100644 --- a/source/blender/makesrna/intern/rna_curveprofile.cc +++ b/source/blender/makesrna/intern/rna_curveprofile.cc @@ -12,7 +12,7 @@ #include "DNA_curve_types.h" #include "DNA_curveprofile_types.h" -#include "RNA_define.h" +#include "RNA_define.hh" #include "rna_internal.h" #include "BLT_translation.h" @@ -22,7 +22,7 @@ #ifdef RNA_RUNTIME -# include "RNA_access.h" +# include "RNA_access.hh" # include "BKE_curveprofile.h" diff --git a/source/blender/makesrna/intern/rna_curves.cc b/source/blender/makesrna/intern/rna_curves.cc index f701f19fd64..f6ad8b46e24 100644 --- a/source/blender/makesrna/intern/rna_curves.cc +++ b/source/blender/makesrna/intern/rna_curves.cc @@ -8,8 +8,8 @@ #include -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_define.cc b/source/blender/makesrna/intern/rna_define.cc index 29795ebd7c3..464ae10fd33 100644 --- a/source/blender/makesrna/intern/rna_define.cc +++ b/source/blender/makesrna/intern/rna_define.cc @@ -28,7 +28,7 @@ #include "UI_interface.hh" /* For things like UI_PRECISION_FLOAT_MAX... */ -#include "RNA_define.h" +#include "RNA_define.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_depsgraph.cc b/source/blender/makesrna/intern/rna_depsgraph.cc index d2d206e826a..cd898742dd3 100644 --- a/source/blender/makesrna/intern/rna_depsgraph.cc +++ b/source/blender/makesrna/intern/rna_depsgraph.cc @@ -13,8 +13,8 @@ #include "BLI_path_util.h" #include "BLI_utildefines.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" @@ -32,7 +32,7 @@ # include "BLI_iterator.h" -# include "RNA_access.h" +# include "RNA_access.hh" # include "BKE_duplilist.h" # include "BKE_object.h" diff --git a/source/blender/makesrna/intern/rna_dynamicpaint.cc b/source/blender/makesrna/intern/rna_dynamicpaint.cc index 916bea3e63f..fc58a12c20c 100644 --- a/source/blender/makesrna/intern/rna_dynamicpaint.cc +++ b/source/blender/makesrna/intern/rna_dynamicpaint.cc @@ -22,8 +22,8 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_fcurve.cc b/source/blender/makesrna/intern/rna_fcurve.cc index bb38fa782d8..5cf967509a8 100644 --- a/source/blender/makesrna/intern/rna_fcurve.cc +++ b/source/blender/makesrna/intern/rna_fcurve.cc @@ -19,9 +19,9 @@ #include "BKE_action.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_fcurve_api.cc b/source/blender/makesrna/intern/rna_fcurve_api.cc index 6650ed41b7d..60d8f1df552 100644 --- a/source/blender/makesrna/intern/rna_fcurve_api.cc +++ b/source/blender/makesrna/intern/rna_fcurve_api.cc @@ -13,7 +13,7 @@ #include "BLI_utildefines.h" -#include "RNA_define.h" +#include "RNA_define.hh" #include "DNA_anim_types.h" #include "DNA_scene_types.h" diff --git a/source/blender/makesrna/intern/rna_fluid.cc b/source/blender/makesrna/intern/rna_fluid.cc index 24a68d6200a..a0d66c472f8 100644 --- a/source/blender/makesrna/intern/rna_fluid.cc +++ b/source/blender/makesrna/intern/rna_fluid.cc @@ -14,8 +14,8 @@ #include "BLI_sys_types.h" #include "BLI_utildefines.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_gpencil_legacy.cc b/source/blender/makesrna/intern/rna_gpencil_legacy.cc index b6c0260163c..61a5c09c215 100644 --- a/source/blender/makesrna/intern/rna_gpencil_legacy.cc +++ b/source/blender/makesrna/intern/rna_gpencil_legacy.cc @@ -24,9 +24,9 @@ #include "BLT_translation.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_gpencil_legacy_modifier.cc b/source/blender/makesrna/intern/rna_gpencil_legacy_modifier.cc index 4674ac703de..e12a61182bf 100644 --- a/source/blender/makesrna/intern/rna_gpencil_legacy_modifier.cc +++ b/source/blender/makesrna/intern/rna_gpencil_legacy_modifier.cc @@ -28,9 +28,9 @@ #include "BKE_animsys.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_grease_pencil.cc b/source/blender/makesrna/intern/rna_grease_pencil.cc index 7fdca35c021..100be0d7715 100644 --- a/source/blender/makesrna/intern/rna_grease_pencil.cc +++ b/source/blender/makesrna/intern/rna_grease_pencil.cc @@ -10,9 +10,9 @@ #include "DNA_grease_pencil_types.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_image.cc b/source/blender/makesrna/intern/rna_image.cc index 503e56dae51..34a7f2c6017 100644 --- a/source/blender/makesrna/intern/rna_image.cc +++ b/source/blender/makesrna/intern/rna_image.cc @@ -21,9 +21,9 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_build.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_image_api.cc b/source/blender/makesrna/intern/rna_image_api.cc index b3b345c5224..3e1a048e1a2 100644 --- a/source/blender/makesrna/intern/rna_image_api.cc +++ b/source/blender/makesrna/intern/rna_image_api.cc @@ -16,8 +16,8 @@ #include "BLI_path_util.h" #include "BLI_utildefines.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "BKE_packedFile.h" diff --git a/source/blender/makesrna/intern/rna_internal_types.h b/source/blender/makesrna/intern/rna_internal_types.h index 0b238f07116..34b0690d608 100644 --- a/source/blender/makesrna/intern/rna_internal_types.h +++ b/source/blender/makesrna/intern/rna_internal_types.h @@ -10,8 +10,8 @@ #include "DNA_listBase.h" -#include "RNA_access.h" -#include "RNA_types.h" +#include "RNA_access.hh" +#include "RNA_types.hh" struct BlenderRNA; struct CollectionPropertyIterator; diff --git a/source/blender/makesrna/intern/rna_key.cc b/source/blender/makesrna/intern/rna_key.cc index 30411cb4a07..4debf8ebfce 100644 --- a/source/blender/makesrna/intern/rna_key.cc +++ b/source/blender/makesrna/intern/rna_key.cc @@ -20,9 +20,9 @@ #include "BLT_translation.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "MEM_guardedalloc.h" diff --git a/source/blender/makesrna/intern/rna_lattice.cc b/source/blender/makesrna/intern/rna_lattice.cc index 75c2bf6c959..ca3555af871 100644 --- a/source/blender/makesrna/intern/rna_lattice.cc +++ b/source/blender/makesrna/intern/rna_lattice.cc @@ -16,8 +16,8 @@ #include "BLI_utildefines.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" #ifdef RNA_RUNTIME diff --git a/source/blender/makesrna/intern/rna_lattice_api.cc b/source/blender/makesrna/intern/rna_lattice_api.cc index 73e76e5a187..0c984acb0cf 100644 --- a/source/blender/makesrna/intern/rna_lattice_api.cc +++ b/source/blender/makesrna/intern/rna_lattice_api.cc @@ -9,7 +9,7 @@ #include #include -#include "RNA_define.h" +#include "RNA_define.hh" #include "BLI_sys_types.h" diff --git a/source/blender/makesrna/intern/rna_layer.cc b/source/blender/makesrna/intern/rna_layer.cc index 1de449318c1..6b03920f832 100644 --- a/source/blender/makesrna/intern/rna_layer.cc +++ b/source/blender/makesrna/intern/rna_layer.cc @@ -20,7 +20,7 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_define.h" +#include "RNA_define.hh" #include "rna_internal.h" @@ -33,7 +33,7 @@ # include "DNA_collection_types.h" # include "DNA_object_types.h" -# include "RNA_access.h" +# include "RNA_access.hh" # include "BKE_idprop.h" # include "BKE_layer.h" diff --git a/source/blender/makesrna/intern/rna_light.cc b/source/blender/makesrna/intern/rna_light.cc index 7655b727bce..6f1d9d70cc4 100644 --- a/source/blender/makesrna/intern/rna_light.cc +++ b/source/blender/makesrna/intern/rna_light.cc @@ -14,8 +14,8 @@ #include "BLT_translation.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" #include "DNA_light_types.h" diff --git a/source/blender/makesrna/intern/rna_lightprobe.cc b/source/blender/makesrna/intern/rna_lightprobe.cc index b460e468779..fee45ff4f5a 100644 --- a/source/blender/makesrna/intern/rna_lightprobe.cc +++ b/source/blender/makesrna/intern/rna_lightprobe.cc @@ -8,8 +8,8 @@ #include -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_linestyle.cc b/source/blender/makesrna/intern/rna_linestyle.cc index b6e7180994c..7437bbe78ed 100644 --- a/source/blender/makesrna/intern/rna_linestyle.cc +++ b/source/blender/makesrna/intern/rna_linestyle.cc @@ -12,8 +12,8 @@ #include "BLI_math_rotation.h" #include "BLI_utildefines.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" @@ -122,7 +122,7 @@ const EnumPropertyItem rna_enum_linestyle_geometry_modifier_type_items[] = { # include "ED_node.hh" -# include "RNA_access.h" +# include "RNA_access.hh" static StructRNA *rna_LineStyle_color_modifier_refine(PointerRNA *ptr) { diff --git a/source/blender/makesrna/intern/rna_main.cc b/source/blender/makesrna/intern/rna_main.cc index 3322116b5ca..ce4c342d804 100644 --- a/source/blender/makesrna/intern/rna_main.cc +++ b/source/blender/makesrna/intern/rna_main.cc @@ -12,8 +12,8 @@ #include "BLI_path_util.h" #include "BLI_utildefines.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_main_api.cc b/source/blender/makesrna/intern/rna_main_api.cc index 70c7b3d06a9..1e3f499f79a 100644 --- a/source/blender/makesrna/intern/rna_main_api.cc +++ b/source/blender/makesrna/intern/rna_main_api.cc @@ -17,9 +17,9 @@ #include "BLI_utildefines.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_mask.cc b/source/blender/makesrna/intern/rna_mask.cc index 864f181e352..3bd9bf01582 100644 --- a/source/blender/makesrna/intern/rna_mask.cc +++ b/source/blender/makesrna/intern/rna_mask.cc @@ -23,8 +23,8 @@ #include "BKE_movieclip.h" #include "BKE_tracking.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" @@ -41,7 +41,7 @@ # include "DEG_depsgraph.h" -# include "RNA_access.h" +# include "RNA_access.hh" # include "WM_api.hh" diff --git a/source/blender/makesrna/intern/rna_material.cc b/source/blender/makesrna/intern/rna_material.cc index 9f9c0b94f32..483e1613c41 100644 --- a/source/blender/makesrna/intern/rna_material.cc +++ b/source/blender/makesrna/intern/rna_material.cc @@ -19,8 +19,8 @@ #include "BKE_customdata.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_material_api.cc b/source/blender/makesrna/intern/rna_material_api.cc index 6f6940499fe..96656af6f3b 100644 --- a/source/blender/makesrna/intern/rna_material_api.cc +++ b/source/blender/makesrna/intern/rna_material_api.cc @@ -11,7 +11,7 @@ #include "BLI_utildefines.h" -#include "RNA_define.h" +#include "RNA_define.hh" #include "DNA_material_types.h" diff --git a/source/blender/makesrna/intern/rna_mesh.cc b/source/blender/makesrna/intern/rna_mesh.cc index 5aae517dff4..419a7d9ebc1 100644 --- a/source/blender/makesrna/intern/rna_mesh.cc +++ b/source/blender/makesrna/intern/rna_mesh.cc @@ -24,10 +24,10 @@ #include "BKE_attribute.h" #include "BKE_editmesh.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" -#include "RNA_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" +#include "RNA_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_mesh_api.cc b/source/blender/makesrna/intern/rna_mesh_api.cc index fe5c9d7f63e..9f88863f81d 100644 --- a/source/blender/makesrna/intern/rna_mesh_api.cc +++ b/source/blender/makesrna/intern/rna_mesh_api.cc @@ -9,7 +9,7 @@ #include #include -#include "RNA_define.h" +#include "RNA_define.hh" #include "DNA_customdata_types.h" diff --git a/source/blender/makesrna/intern/rna_meta.cc b/source/blender/makesrna/intern/rna_meta.cc index 8574a951ff4..b55787dfaf0 100644 --- a/source/blender/makesrna/intern/rna_meta.cc +++ b/source/blender/makesrna/intern/rna_meta.cc @@ -15,9 +15,9 @@ #include "BLI_math_vector.h" #include "BLI_utildefines.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_meta_api.cc b/source/blender/makesrna/intern/rna_meta_api.cc index 67b178e7b3a..2f043f4bde4 100644 --- a/source/blender/makesrna/intern/rna_meta_api.cc +++ b/source/blender/makesrna/intern/rna_meta_api.cc @@ -9,7 +9,7 @@ #include #include -#include "RNA_define.h" +#include "RNA_define.hh" #include "BLI_sys_types.h" diff --git a/source/blender/makesrna/intern/rna_modifier.cc b/source/blender/makesrna/intern/rna_modifier.cc index 0b8887ae169..4048d90a387 100644 --- a/source/blender/makesrna/intern/rna_modifier.cc +++ b/source/blender/makesrna/intern/rna_modifier.cc @@ -35,9 +35,9 @@ #include "BKE_multires.hh" #include "BKE_ocean.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_movieclip.cc b/source/blender/makesrna/intern/rna_movieclip.cc index 6ddc035d08c..ba288a9daa3 100644 --- a/source/blender/makesrna/intern/rna_movieclip.cc +++ b/source/blender/makesrna/intern/rna_movieclip.cc @@ -14,8 +14,8 @@ #include "DNA_movieclip_types.h" #include "DNA_scene_types.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_nla.cc b/source/blender/makesrna/intern/rna_nla.cc index fde46cc4109..86503043bb0 100644 --- a/source/blender/makesrna/intern/rna_nla.cc +++ b/source/blender/makesrna/intern/rna_nla.cc @@ -16,9 +16,9 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_node_socket.cc b/source/blender/makesrna/intern/rna_node_socket.cc index 888fef42ebe..f7616a56d12 100644 --- a/source/blender/makesrna/intern/rna_node_socket.cc +++ b/source/blender/makesrna/intern/rna_node_socket.cc @@ -10,9 +10,9 @@ #include "DNA_node_types.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" -#include "RNA_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" +#include "RNA_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_nodetree.cc b/source/blender/makesrna/intern/rna_nodetree.cc index 986e33ca247..161ae24762b 100644 --- a/source/blender/makesrna/intern/rna_nodetree.cc +++ b/source/blender/makesrna/intern/rna_nodetree.cc @@ -39,9 +39,9 @@ #include "BKE_node_tree_update.h" #include "BKE_texture.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" #include "rna_internal_types.h" diff --git a/source/blender/makesrna/intern/rna_object.cc b/source/blender/makesrna/intern/rna_object.cc index 4cc16f19b60..4ecf150dd51 100644 --- a/source/blender/makesrna/intern/rna_object.cc +++ b/source/blender/makesrna/intern/rna_object.cc @@ -39,9 +39,9 @@ #include "BKE_object_deform.h" #include "BKE_paint.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_object_api.cc b/source/blender/makesrna/intern/rna_object_api.cc index 3c32c064fc0..319ef1495b2 100644 --- a/source/blender/makesrna/intern/rna_object_api.cc +++ b/source/blender/makesrna/intern/rna_object_api.cc @@ -15,7 +15,7 @@ #include "BLI_math_geom.h" #include "BLI_utildefines.h" -#include "RNA_define.h" +#include "RNA_define.hh" #include "DNA_constraint_types.h" #include "DNA_layer_types.h" diff --git a/source/blender/makesrna/intern/rna_object_force.cc b/source/blender/makesrna/intern/rna_object_force.cc index 6dae6148f79..f64bd2a332c 100644 --- a/source/blender/makesrna/intern/rna_object_force.cc +++ b/source/blender/makesrna/intern/rna_object_force.cc @@ -20,8 +20,8 @@ #include "DNA_rigidbody_types.h" #include "DNA_scene_types.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" @@ -53,7 +53,7 @@ static const EnumPropertyItem effector_shape_items[] = { # include "BLI_math_base.h" -# include "RNA_access.h" +# include "RNA_access.hh" /* type specific return values only used from functions */ static const EnumPropertyItem curve_shape_items[] = { diff --git a/source/blender/makesrna/intern/rna_packedfile.cc b/source/blender/makesrna/intern/rna_packedfile.cc index 9019bdffd12..3973d5a07f7 100644 --- a/source/blender/makesrna/intern/rna_packedfile.cc +++ b/source/blender/makesrna/intern/rna_packedfile.cc @@ -12,8 +12,8 @@ #include "DNA_packedFile_types.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "BKE_packedFile.h" diff --git a/source/blender/makesrna/intern/rna_palette.cc b/source/blender/makesrna/intern/rna_palette.cc index d2472c3a4d9..d8414501df6 100644 --- a/source/blender/makesrna/intern/rna_palette.cc +++ b/source/blender/makesrna/intern/rna_palette.cc @@ -10,8 +10,8 @@ #include "BLI_utildefines.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_particle.cc b/source/blender/makesrna/intern/rna_particle.cc index 4c67bea80dc..f37e51a907f 100644 --- a/source/blender/makesrna/intern/rna_particle.cc +++ b/source/blender/makesrna/intern/rna_particle.cc @@ -22,8 +22,8 @@ #include "DNA_scene_types.h" #include "DNA_texture_types.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "BKE_mesh.hh" #include "BKE_mesh_legacy_convert.hh" diff --git a/source/blender/makesrna/intern/rna_path.cc b/source/blender/makesrna/intern/rna_path.cc index 2431195213f..2f3495ac6d7 100644 --- a/source/blender/makesrna/intern/rna_path.cc +++ b/source/blender/makesrna/intern/rna_path.cc @@ -23,9 +23,9 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "rna_access_internal.h" diff --git a/source/blender/makesrna/intern/rna_pointcloud.cc b/source/blender/makesrna/intern/rna_pointcloud.cc index 0e773de96ae..77abb55ed96 100644 --- a/source/blender/makesrna/intern/rna_pointcloud.cc +++ b/source/blender/makesrna/intern/rna_pointcloud.cc @@ -8,8 +8,8 @@ #include -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_pose.cc b/source/blender/makesrna/intern/rna_pose.cc index 4dcf50c1487..5d167058fa0 100644 --- a/source/blender/makesrna/intern/rna_pose.cc +++ b/source/blender/makesrna/intern/rna_pose.cc @@ -9,8 +9,8 @@ #include #include -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" @@ -83,7 +83,7 @@ const EnumPropertyItem rna_enum_color_sets_items[] = { # include "WM_api.hh" -# include "RNA_access.h" +# include "RNA_access.hh" static void rna_Pose_update(Main * /*bmain*/, Scene * /*scene*/, PointerRNA *ptr) { diff --git a/source/blender/makesrna/intern/rna_pose_api.cc b/source/blender/makesrna/intern/rna_pose_api.cc index 5e9ad04db96..4c9f7ea54ac 100644 --- a/source/blender/makesrna/intern/rna_pose_api.cc +++ b/source/blender/makesrna/intern/rna_pose_api.cc @@ -14,7 +14,7 @@ #include "BLI_math_matrix.h" #include "BLI_utildefines.h" -#include "RNA_define.h" +#include "RNA_define.hh" #include "DNA_object_types.h" diff --git a/source/blender/makesrna/intern/rna_render.cc b/source/blender/makesrna/intern/rna_render.cc index 2041a34604d..d0abf409070 100644 --- a/source/blender/makesrna/intern/rna_render.cc +++ b/source/blender/makesrna/intern/rna_render.cc @@ -24,8 +24,8 @@ #include "BKE_image.h" #include "BKE_scene.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" @@ -84,7 +84,7 @@ const EnumPropertyItem rna_enum_bake_pass_type_items[] = { # include "MEM_guardedalloc.h" -# include "RNA_access.h" +# include "RNA_access.hh" # include "BKE_appdir.h" # include "BKE_context.h" diff --git a/source/blender/makesrna/intern/rna_rigidbody.cc b/source/blender/makesrna/intern/rna_rigidbody.cc index a153c566daa..75d95dd2515 100644 --- a/source/blender/makesrna/intern/rna_rigidbody.cc +++ b/source/blender/makesrna/intern/rna_rigidbody.cc @@ -10,8 +10,8 @@ #include #include -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_rna.cc b/source/blender/makesrna/intern/rna_rna.cc index 05acb94435b..daf7bfe962f 100644 --- a/source/blender/makesrna/intern/rna_rna.cc +++ b/source/blender/makesrna/intern/rna_rna.cc @@ -14,9 +14,9 @@ #include "BLI_utildefines.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_scene.cc b/source/blender/makesrna/intern/rna_scene.cc index 5274bb9df8d..f694bbd4225 100644 --- a/source/blender/makesrna/intern/rna_scene.cc +++ b/source/blender/makesrna/intern/rna_scene.cc @@ -41,8 +41,8 @@ #include "ED_object.hh" #include "ED_uvedit.hh" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" @@ -709,7 +709,7 @@ const EnumPropertyItem rna_enum_grease_pencil_selectmode_items[] = { # include "DNA_text_types.h" # include "DNA_workspace_types.h" -# include "RNA_access.h" +# include "RNA_access.hh" # include "MEM_guardedalloc.h" diff --git a/source/blender/makesrna/intern/rna_scene_api.cc b/source/blender/makesrna/intern/rna_scene_api.cc index dbe21fee5c7..f3ba0953474 100644 --- a/source/blender/makesrna/intern/rna_scene_api.cc +++ b/source/blender/makesrna/intern/rna_scene_api.cc @@ -13,8 +13,8 @@ #include "BLI_path_util.h" #include "BLI_utildefines.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "DNA_anim_types.h" #include "DNA_object_types.h" diff --git a/source/blender/makesrna/intern/rna_screen.cc b/source/blender/makesrna/intern/rna_screen.cc index b24c5daf790..4586f431ee7 100644 --- a/source/blender/makesrna/intern/rna_screen.cc +++ b/source/blender/makesrna/intern/rna_screen.cc @@ -9,8 +9,8 @@ #include #include -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" @@ -47,7 +47,7 @@ const EnumPropertyItem rna_enum_region_type_items[] = { #ifdef RNA_RUNTIME -# include "RNA_access.h" +# include "RNA_access.hh" # include "BKE_global.h" # include "BKE_screen.h" diff --git a/source/blender/makesrna/intern/rna_sculpt_paint.cc b/source/blender/makesrna/intern/rna_sculpt_paint.cc index 748a5d7145f..6e609e1f90d 100644 --- a/source/blender/makesrna/intern/rna_sculpt_paint.cc +++ b/source/blender/makesrna/intern/rna_sculpt_paint.cc @@ -10,9 +10,9 @@ #include "BLI_utildefines.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_sequencer.cc b/source/blender/makesrna/intern/rna_sequencer.cc index 8446620aecd..5e96f11f560 100644 --- a/source/blender/makesrna/intern/rna_sequencer.cc +++ b/source/blender/makesrna/intern/rna_sequencer.cc @@ -32,9 +32,9 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_sequencer_api.cc b/source/blender/makesrna/intern/rna_sequencer_api.cc index 1068b234b9e..54f72360928 100644 --- a/source/blender/makesrna/intern/rna_sequencer_api.cc +++ b/source/blender/makesrna/intern/rna_sequencer_api.cc @@ -15,8 +15,8 @@ #include "BLI_utildefines.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "SEQ_edit.h" diff --git a/source/blender/makesrna/intern/rna_shader_fx.cc b/source/blender/makesrna/intern/rna_shader_fx.cc index d82453bb55f..c2404327948 100644 --- a/source/blender/makesrna/intern/rna_shader_fx.cc +++ b/source/blender/makesrna/intern/rna_shader_fx.cc @@ -23,9 +23,9 @@ #include "BKE_animsys.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_sound.cc b/source/blender/makesrna/intern/rna_sound.cc index 5de9ae716e4..3361867843e 100644 --- a/source/blender/makesrna/intern/rna_sound.cc +++ b/source/blender/makesrna/intern/rna_sound.cc @@ -8,7 +8,7 @@ #include -#include "RNA_define.h" +#include "RNA_define.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_sound_api.cc b/source/blender/makesrna/intern/rna_sound_api.cc index 2c228a43ea2..62b43e83531 100644 --- a/source/blender/makesrna/intern/rna_sound_api.cc +++ b/source/blender/makesrna/intern/rna_sound_api.cc @@ -8,8 +8,8 @@ #include "DNA_packedFile_types.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "BKE_packedFile.h" diff --git a/source/blender/makesrna/intern/rna_space.cc b/source/blender/makesrna/intern/rna_space.cc index e8bcfb06f30..1afcbdf59a0 100644 --- a/source/blender/makesrna/intern/rna_space.cc +++ b/source/blender/makesrna/intern/rna_space.cc @@ -47,8 +47,8 @@ #include "DNA_view3d_types.h" #include "DNA_workspace_types.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "rna_internal.h" @@ -62,7 +62,7 @@ #include "RE_engine.h" #include "RE_pipeline.h" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" const EnumPropertyItem rna_enum_geometry_component_type_items[] = { {int(blender::bke::GeometryComponent::Type::Mesh), diff --git a/source/blender/makesrna/intern/rna_space_api.cc b/source/blender/makesrna/intern/rna_space_api.cc index 898bc62c2e2..4f51159e4b7 100644 --- a/source/blender/makesrna/intern/rna_space_api.cc +++ b/source/blender/makesrna/intern/rna_space_api.cc @@ -8,8 +8,8 @@ #include "DNA_object_types.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_speaker.cc b/source/blender/makesrna/intern/rna_speaker.cc index e8171e49579..d35d45380b6 100644 --- a/source/blender/makesrna/intern/rna_speaker.cc +++ b/source/blender/makesrna/intern/rna_speaker.cc @@ -8,8 +8,8 @@ #include -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_test.cc b/source/blender/makesrna/intern/rna_test.cc index 23474cc47b0..a4f3a191f36 100644 --- a/source/blender/makesrna/intern/rna_test.cc +++ b/source/blender/makesrna/intern/rna_test.cc @@ -11,7 +11,7 @@ #include #include -#include "RNA_define.h" +#include "RNA_define.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_text.cc b/source/blender/makesrna/intern/rna_text.cc index 56259bf48e5..c6911329791 100644 --- a/source/blender/makesrna/intern/rna_text.cc +++ b/source/blender/makesrna/intern/rna_text.cc @@ -17,7 +17,7 @@ #include "ED_text.hh" -#include "RNA_define.h" +#include "RNA_define.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_text_api.cc b/source/blender/makesrna/intern/rna_text_api.cc index 4a3b53615ca..c7de3f27417 100644 --- a/source/blender/makesrna/intern/rna_text_api.cc +++ b/source/blender/makesrna/intern/rna_text_api.cc @@ -13,7 +13,7 @@ #include "ED_text.hh" -#include "RNA_define.h" +#include "RNA_define.hh" #include "rna_internal.h" /* own include */ diff --git a/source/blender/makesrna/intern/rna_texture.cc b/source/blender/makesrna/intern/rna_texture.cc index fdbd8d206e6..af209065e39 100644 --- a/source/blender/makesrna/intern/rna_texture.cc +++ b/source/blender/makesrna/intern/rna_texture.cc @@ -28,8 +28,8 @@ #include "BLT_translation.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" @@ -130,7 +130,7 @@ static const EnumPropertyItem blend_type_items[] = { # include "MEM_guardedalloc.h" -# include "RNA_access.h" +# include "RNA_access.hh" # include "BKE_colorband.h" # include "BKE_context.h" diff --git a/source/blender/makesrna/intern/rna_texture_api.cc b/source/blender/makesrna/intern/rna_texture_api.cc index bb6494a1c8c..5a0ae4848bc 100644 --- a/source/blender/makesrna/intern/rna_texture_api.cc +++ b/source/blender/makesrna/intern/rna_texture_api.cc @@ -12,7 +12,7 @@ #include "BLI_utildefines.h" -#include "RNA_define.h" +#include "RNA_define.hh" #include "rna_internal.h" /* own include */ diff --git a/source/blender/makesrna/intern/rna_timeline.cc b/source/blender/makesrna/intern/rna_timeline.cc index b70fa90891e..76e517141b6 100644 --- a/source/blender/makesrna/intern/rna_timeline.cc +++ b/source/blender/makesrna/intern/rna_timeline.cc @@ -10,7 +10,7 @@ #include "DNA_scene_types.h" -#include "RNA_define.h" +#include "RNA_define.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_tracking.cc b/source/blender/makesrna/intern/rna_tracking.cc index 894f0bd78ae..a56744a841d 100644 --- a/source/blender/makesrna/intern/rna_tracking.cc +++ b/source/blender/makesrna/intern/rna_tracking.cc @@ -17,8 +17,8 @@ #include "BLT_translation.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_ui.cc b/source/blender/makesrna/intern/rna_ui.cc index 8e8caa4e030..b38968f0d03 100644 --- a/source/blender/makesrna/intern/rna_ui.cc +++ b/source/blender/makesrna/intern/rna_ui.cc @@ -18,9 +18,9 @@ #include "BLI_listbase.h" -#include "RNA_define.h" +#include "RNA_define.hh" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" #include "rna_internal.h" #include "UI_interface.hh" @@ -56,7 +56,7 @@ const EnumPropertyItem rna_enum_uilist_layout_type_items[] = { # include "MEM_guardedalloc.h" -# include "RNA_access.h" +# include "RNA_access.hh" # include "BLI_dynstr.h" diff --git a/source/blender/makesrna/intern/rna_ui_api.cc b/source/blender/makesrna/intern/rna_ui_api.cc index 9fd77b2bc47..2a22478d2a4 100644 --- a/source/blender/makesrna/intern/rna_ui_api.cc +++ b/source/blender/makesrna/intern/rna_ui_api.cc @@ -13,8 +13,8 @@ #include "BLT_translation.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "DNA_screen_types.h" diff --git a/source/blender/makesrna/intern/rna_usd.cc b/source/blender/makesrna/intern/rna_usd.cc index 729a0e193f3..54aaf84b068 100644 --- a/source/blender/makesrna/intern/rna_usd.cc +++ b/source/blender/makesrna/intern/rna_usd.cc @@ -6,9 +6,9 @@ * \ingroup RNA */ -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_userdef.cc b/source/blender/makesrna/intern/rna_userdef.cc index efbf96c7272..fee6c86657f 100644 --- a/source/blender/makesrna/intern/rna_userdef.cc +++ b/source/blender/makesrna/intern/rna_userdef.cc @@ -33,9 +33,9 @@ #include "BKE_sound.h" #include "BKE_studiolight.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "GPU_platform.h" diff --git a/source/blender/makesrna/intern/rna_vfont.cc b/source/blender/makesrna/intern/rna_vfont.cc index 73415ffd318..5e12ed2337c 100644 --- a/source/blender/makesrna/intern/rna_vfont.cc +++ b/source/blender/makesrna/intern/rna_vfont.cc @@ -8,7 +8,7 @@ #include -#include "RNA_define.h" +#include "RNA_define.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_vfont_api.cc b/source/blender/makesrna/intern/rna_vfont_api.cc index 06463b64bd7..dc43817ae85 100644 --- a/source/blender/makesrna/intern/rna_vfont_api.cc +++ b/source/blender/makesrna/intern/rna_vfont_api.cc @@ -8,8 +8,8 @@ #include "DNA_packedFile_types.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "BKE_packedFile.h" diff --git a/source/blender/makesrna/intern/rna_volume.cc b/source/blender/makesrna/intern/rna_volume.cc index 34c535e16b1..f1a700bcdfa 100644 --- a/source/blender/makesrna/intern/rna_volume.cc +++ b/source/blender/makesrna/intern/rna_volume.cc @@ -8,9 +8,9 @@ #include -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_wm.cc b/source/blender/makesrna/intern/rna_wm.cc index f4b401734b9..2aad425b30b 100644 --- a/source/blender/makesrna/intern/rna_wm.cc +++ b/source/blender/makesrna/intern/rna_wm.cc @@ -22,9 +22,9 @@ #include "BKE_screen.h" #include "BKE_workspace.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_wm_api.cc b/source/blender/makesrna/intern/rna_wm_api.cc index 5e6117bbec2..b9eaa62e6f0 100644 --- a/source/blender/makesrna/intern/rna_wm_api.cc +++ b/source/blender/makesrna/intern/rna_wm_api.cc @@ -12,8 +12,8 @@ #include "BLI_utildefines.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "DNA_screen_types.h" #include "DNA_space_types.h" diff --git a/source/blender/makesrna/intern/rna_wm_gizmo.cc b/source/blender/makesrna/intern/rna_wm_gizmo.cc index b6f7e2ec30f..572b05a425c 100644 --- a/source/blender/makesrna/intern/rna_wm_gizmo.cc +++ b/source/blender/makesrna/intern/rna_wm_gizmo.cc @@ -19,9 +19,9 @@ #include "BLT_translation.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_wm_gizmo_api.cc b/source/blender/makesrna/intern/rna_wm_gizmo_api.cc index 4426451d919..4ddbc977096 100644 --- a/source/blender/makesrna/intern/rna_wm_gizmo_api.cc +++ b/source/blender/makesrna/intern/rna_wm_gizmo_api.cc @@ -13,8 +13,8 @@ #include "BKE_report.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "DNA_windowmanager_types.h" diff --git a/source/blender/makesrna/intern/rna_workspace.cc b/source/blender/makesrna/intern/rna_workspace.cc index 54ef16e5368..c363df03457 100644 --- a/source/blender/makesrna/intern/rna_workspace.cc +++ b/source/blender/makesrna/intern/rna_workspace.cc @@ -6,9 +6,9 @@ * \ingroup RNA */ -#include "RNA_define.h" -#include "RNA_enum_types.h" -#include "RNA_types.h" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" +#include "RNA_types.hh" #include "BKE_workspace.h" @@ -36,7 +36,7 @@ # include "ED_asset.hh" # include "ED_paint.hh" -# include "RNA_access.h" +# include "RNA_access.hh" # include "WM_toolsystem.h" diff --git a/source/blender/makesrna/intern/rna_workspace_api.cc b/source/blender/makesrna/intern/rna_workspace_api.cc index 327930e9c59..1658a5d7333 100644 --- a/source/blender/makesrna/intern/rna_workspace_api.cc +++ b/source/blender/makesrna/intern/rna_workspace_api.cc @@ -13,13 +13,13 @@ #include "BLI_utildefines.h" -#include "RNA_define.h" +#include "RNA_define.hh" #include "DNA_object_types.h" #include "DNA_windowmanager_types.h" #include "DNA_workspace_types.h" -#include "RNA_enum_types.h" /* own include */ +#include "RNA_enum_types.hh" /* own include */ #include "rna_internal.h" /* own include */ diff --git a/source/blender/makesrna/intern/rna_world.cc b/source/blender/makesrna/intern/rna_world.cc index b60f7c8d43e..bba1c968042 100644 --- a/source/blender/makesrna/intern/rna_world.cc +++ b/source/blender/makesrna/intern/rna_world.cc @@ -9,7 +9,7 @@ #include #include -#include "RNA_define.h" +#include "RNA_define.hh" #include "rna_internal.h" diff --git a/source/blender/makesrna/intern/rna_xr.cc b/source/blender/makesrna/intern/rna_xr.cc index 324a8c5c28b..4f9da34918a 100644 --- a/source/blender/makesrna/intern/rna_xr.cc +++ b/source/blender/makesrna/intern/rna_xr.cc @@ -13,9 +13,9 @@ #include "DNA_windowmanager_types.h" #include "DNA_xr_types.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "WM_types.hh" diff --git a/source/blender/modifiers/intern/MOD_armature.cc b/source/blender/modifiers/intern/MOD_armature.cc index 3c5461e351c..1748cb6e328 100644 --- a/source/blender/modifiers/intern/MOD_armature.cc +++ b/source/blender/modifiers/intern/MOD_armature.cc @@ -34,7 +34,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "BLO_read_write.h" diff --git a/source/blender/modifiers/intern/MOD_array.cc b/source/blender/modifiers/intern/MOD_array.cc index 47e1244c1e6..e92874c0fe9 100644 --- a/source/blender/modifiers/intern/MOD_array.cc +++ b/source/blender/modifiers/intern/MOD_array.cc @@ -41,7 +41,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MOD_ui_common.hh" diff --git a/source/blender/modifiers/intern/MOD_bevel.cc b/source/blender/modifiers/intern/MOD_bevel.cc index 66cbd51b45b..b147ad7a812 100644 --- a/source/blender/modifiers/intern/MOD_bevel.cc +++ b/source/blender/modifiers/intern/MOD_bevel.cc @@ -31,7 +31,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MOD_ui_common.hh" diff --git a/source/blender/modifiers/intern/MOD_boolean.cc b/source/blender/modifiers/intern/MOD_boolean.cc index cf71ad17a1f..fc544edc4d0 100644 --- a/source/blender/modifiers/intern/MOD_boolean.cc +++ b/source/blender/modifiers/intern/MOD_boolean.cc @@ -41,7 +41,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MOD_ui_common.hh" diff --git a/source/blender/modifiers/intern/MOD_build.cc b/source/blender/modifiers/intern/MOD_build.cc index fa892e53457..437057e3526 100644 --- a/source/blender/modifiers/intern/MOD_build.cc +++ b/source/blender/modifiers/intern/MOD_build.cc @@ -34,7 +34,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MOD_modifiertypes.hh" diff --git a/source/blender/modifiers/intern/MOD_cast.cc b/source/blender/modifiers/intern/MOD_cast.cc index 3bd6ee852ea..4d949145b21 100644 --- a/source/blender/modifiers/intern/MOD_cast.cc +++ b/source/blender/modifiers/intern/MOD_cast.cc @@ -32,7 +32,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_query.h" diff --git a/source/blender/modifiers/intern/MOD_cloth.cc b/source/blender/modifiers/intern/MOD_cloth.cc index 8f7c5839dc1..40a5cbf5f20 100644 --- a/source/blender/modifiers/intern/MOD_cloth.cc +++ b/source/blender/modifiers/intern/MOD_cloth.cc @@ -40,7 +40,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_physics.h" diff --git a/source/blender/modifiers/intern/MOD_collision.cc b/source/blender/modifiers/intern/MOD_collision.cc index 62cc7f28882..9b912e260cf 100644 --- a/source/blender/modifiers/intern/MOD_collision.cc +++ b/source/blender/modifiers/intern/MOD_collision.cc @@ -37,7 +37,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MOD_modifiertypes.hh" diff --git a/source/blender/modifiers/intern/MOD_correctivesmooth.cc b/source/blender/modifiers/intern/MOD_correctivesmooth.cc index 8f51525035f..6f27fb7460e 100644 --- a/source/blender/modifiers/intern/MOD_correctivesmooth.cc +++ b/source/blender/modifiers/intern/MOD_correctivesmooth.cc @@ -34,7 +34,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MOD_modifiertypes.hh" diff --git a/source/blender/modifiers/intern/MOD_curve.cc b/source/blender/modifiers/intern/MOD_curve.cc index 204c20497a2..6f8dd648f3b 100644 --- a/source/blender/modifiers/intern/MOD_curve.cc +++ b/source/blender/modifiers/intern/MOD_curve.cc @@ -32,7 +32,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph.h" diff --git a/source/blender/modifiers/intern/MOD_datatransfer.cc b/source/blender/modifiers/intern/MOD_datatransfer.cc index 38fb1a745b5..17d57efc45e 100644 --- a/source/blender/modifiers/intern/MOD_datatransfer.cc +++ b/source/blender/modifiers/intern/MOD_datatransfer.cc @@ -31,7 +31,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_query.h" diff --git a/source/blender/modifiers/intern/MOD_decimate.cc b/source/blender/modifiers/intern/MOD_decimate.cc index eac517da6ff..4bbfc0e3c77 100644 --- a/source/blender/modifiers/intern/MOD_decimate.cc +++ b/source/blender/modifiers/intern/MOD_decimate.cc @@ -26,7 +26,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_query.h" diff --git a/source/blender/modifiers/intern/MOD_displace.cc b/source/blender/modifiers/intern/MOD_displace.cc index afb02815461..080feccc436 100644 --- a/source/blender/modifiers/intern/MOD_displace.cc +++ b/source/blender/modifiers/intern/MOD_displace.cc @@ -37,7 +37,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph.h" diff --git a/source/blender/modifiers/intern/MOD_dynamicpaint.cc b/source/blender/modifiers/intern/MOD_dynamicpaint.cc index 7dbe4291808..dbf220d69e5 100644 --- a/source/blender/modifiers/intern/MOD_dynamicpaint.cc +++ b/source/blender/modifiers/intern/MOD_dynamicpaint.cc @@ -33,7 +33,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph.h" diff --git a/source/blender/modifiers/intern/MOD_edgesplit.cc b/source/blender/modifiers/intern/MOD_edgesplit.cc index 23ceab95438..7d41d5fe425 100644 --- a/source/blender/modifiers/intern/MOD_edgesplit.cc +++ b/source/blender/modifiers/intern/MOD_edgesplit.cc @@ -29,7 +29,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "bmesh.h" diff --git a/source/blender/modifiers/intern/MOD_explode.cc b/source/blender/modifiers/intern/MOD_explode.cc index 614a073bbb9..fd696f5a40b 100644 --- a/source/blender/modifiers/intern/MOD_explode.cc +++ b/source/blender/modifiers/intern/MOD_explode.cc @@ -42,7 +42,7 @@ #include "BLO_read_write.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_query.h" diff --git a/source/blender/modifiers/intern/MOD_fluid.cc b/source/blender/modifiers/intern/MOD_fluid.cc index 17d392a574b..3c2b42d0c8c 100644 --- a/source/blender/modifiers/intern/MOD_fluid.cc +++ b/source/blender/modifiers/intern/MOD_fluid.cc @@ -33,7 +33,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph.h" diff --git a/source/blender/modifiers/intern/MOD_hook.cc b/source/blender/modifiers/intern/MOD_hook.cc index af1b78ae758..29d5d151295 100644 --- a/source/blender/modifiers/intern/MOD_hook.cc +++ b/source/blender/modifiers/intern/MOD_hook.cc @@ -37,7 +37,7 @@ #include "BLO_read_write.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_query.h" diff --git a/source/blender/modifiers/intern/MOD_laplaciandeform.cc b/source/blender/modifiers/intern/MOD_laplaciandeform.cc index dea5468be44..fdc75f0b357 100644 --- a/source/blender/modifiers/intern/MOD_laplaciandeform.cc +++ b/source/blender/modifiers/intern/MOD_laplaciandeform.cc @@ -38,7 +38,7 @@ #include "BLO_read_write.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MOD_ui_common.hh" diff --git a/source/blender/modifiers/intern/MOD_laplaciansmooth.cc b/source/blender/modifiers/intern/MOD_laplaciansmooth.cc index 8721fd37552..a6d9a1e98c2 100644 --- a/source/blender/modifiers/intern/MOD_laplaciansmooth.cc +++ b/source/blender/modifiers/intern/MOD_laplaciansmooth.cc @@ -31,7 +31,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MOD_ui_common.hh" diff --git a/source/blender/modifiers/intern/MOD_lattice.cc b/source/blender/modifiers/intern/MOD_lattice.cc index de8a18fecd9..031b919c05c 100644 --- a/source/blender/modifiers/intern/MOD_lattice.cc +++ b/source/blender/modifiers/intern/MOD_lattice.cc @@ -29,7 +29,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_query.h" diff --git a/source/blender/modifiers/intern/MOD_mask.cc b/source/blender/modifiers/intern/MOD_mask.cc index a3a9925d81f..b603ad94d2c 100644 --- a/source/blender/modifiers/intern/MOD_mask.cc +++ b/source/blender/modifiers/intern/MOD_mask.cc @@ -36,7 +36,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_build.h" diff --git a/source/blender/modifiers/intern/MOD_mesh_to_volume.cc b/source/blender/modifiers/intern/MOD_mesh_to_volume.cc index ca4601a5250..3f2e42896c9 100644 --- a/source/blender/modifiers/intern/MOD_mesh_to_volume.cc +++ b/source/blender/modifiers/intern/MOD_mesh_to_volume.cc @@ -43,7 +43,7 @@ #include "BLI_math_matrix_types.hh" #include "BLI_span.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" static void init_data(ModifierData *md) diff --git a/source/blender/modifiers/intern/MOD_meshcache.cc b/source/blender/modifiers/intern/MOD_meshcache.cc index 0063efa5eba..71ee5a82f85 100644 --- a/source/blender/modifiers/intern/MOD_meshcache.cc +++ b/source/blender/modifiers/intern/MOD_meshcache.cc @@ -37,7 +37,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_query.h" diff --git a/source/blender/modifiers/intern/MOD_meshdeform.cc b/source/blender/modifiers/intern/MOD_meshdeform.cc index 5b16257a859..63241a803fe 100644 --- a/source/blender/modifiers/intern/MOD_meshdeform.cc +++ b/source/blender/modifiers/intern/MOD_meshdeform.cc @@ -38,7 +38,7 @@ #include "BLO_read_write.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MEM_guardedalloc.h" diff --git a/source/blender/modifiers/intern/MOD_meshsequencecache.cc b/source/blender/modifiers/intern/MOD_meshsequencecache.cc index 493347c4a9e..87c4cf60315 100644 --- a/source/blender/modifiers/intern/MOD_meshsequencecache.cc +++ b/source/blender/modifiers/intern/MOD_meshsequencecache.cc @@ -36,7 +36,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "BLO_read_write.h" diff --git a/source/blender/modifiers/intern/MOD_mirror.cc b/source/blender/modifiers/intern/MOD_mirror.cc index 547508d3e28..1014a3c7602 100644 --- a/source/blender/modifiers/intern/MOD_mirror.cc +++ b/source/blender/modifiers/intern/MOD_mirror.cc @@ -25,7 +25,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MEM_guardedalloc.h" diff --git a/source/blender/modifiers/intern/MOD_multires.cc b/source/blender/modifiers/intern/MOD_multires.cc index 54b17ed65a8..ef27076e9f6 100644 --- a/source/blender/modifiers/intern/MOD_multires.cc +++ b/source/blender/modifiers/intern/MOD_multires.cc @@ -36,7 +36,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "WM_types.hh" /* For subdivide operator UI. */ diff --git a/source/blender/modifiers/intern/MOD_nodes.cc b/source/blender/modifiers/intern/MOD_nodes.cc index 1c23e87fc06..d60c0a6ec2e 100644 --- a/source/blender/modifiers/intern/MOD_nodes.cc +++ b/source/blender/modifiers/intern/MOD_nodes.cc @@ -68,8 +68,8 @@ #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_build.h" diff --git a/source/blender/modifiers/intern/MOD_normal_edit.cc b/source/blender/modifiers/intern/MOD_normal_edit.cc index 3051a65254b..addb3c60278 100644 --- a/source/blender/modifiers/intern/MOD_normal_edit.cc +++ b/source/blender/modifiers/intern/MOD_normal_edit.cc @@ -35,7 +35,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_query.h" diff --git a/source/blender/modifiers/intern/MOD_ocean.cc b/source/blender/modifiers/intern/MOD_ocean.cc index 7ba81236111..9a216764baf 100644 --- a/source/blender/modifiers/intern/MOD_ocean.cc +++ b/source/blender/modifiers/intern/MOD_ocean.cc @@ -31,7 +31,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "BLO_read_write.h" diff --git a/source/blender/modifiers/intern/MOD_particleinstance.cc b/source/blender/modifiers/intern/MOD_particleinstance.cc index 3e4be75dab0..acf815e0eb5 100644 --- a/source/blender/modifiers/intern/MOD_particleinstance.cc +++ b/source/blender/modifiers/intern/MOD_particleinstance.cc @@ -37,7 +37,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_build.h" diff --git a/source/blender/modifiers/intern/MOD_particlesystem.cc b/source/blender/modifiers/intern/MOD_particlesystem.cc index e3dea1646ec..47accc2c1d9 100644 --- a/source/blender/modifiers/intern/MOD_particlesystem.cc +++ b/source/blender/modifiers/intern/MOD_particlesystem.cc @@ -30,7 +30,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_query.h" diff --git a/source/blender/modifiers/intern/MOD_remesh.cc b/source/blender/modifiers/intern/MOD_remesh.cc index c7bee80e54b..2e199f5a411 100644 --- a/source/blender/modifiers/intern/MOD_remesh.cc +++ b/source/blender/modifiers/intern/MOD_remesh.cc @@ -30,7 +30,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MOD_modifiertypes.hh" diff --git a/source/blender/modifiers/intern/MOD_screw.cc b/source/blender/modifiers/intern/MOD_screw.cc index a3333281f9c..19cb5c64020 100644 --- a/source/blender/modifiers/intern/MOD_screw.cc +++ b/source/blender/modifiers/intern/MOD_screw.cc @@ -36,7 +36,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_build.h" diff --git a/source/blender/modifiers/intern/MOD_shapekey.cc b/source/blender/modifiers/intern/MOD_shapekey.cc index acd6632ea14..c04057a32fc 100644 --- a/source/blender/modifiers/intern/MOD_shapekey.cc +++ b/source/blender/modifiers/intern/MOD_shapekey.cc @@ -18,7 +18,7 @@ #include "BKE_key.h" #include "BKE_particle.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MOD_modifiertypes.hh" diff --git a/source/blender/modifiers/intern/MOD_shrinkwrap.cc b/source/blender/modifiers/intern/MOD_shrinkwrap.cc index 2e0bfa67580..855e9be22e4 100644 --- a/source/blender/modifiers/intern/MOD_shrinkwrap.cc +++ b/source/blender/modifiers/intern/MOD_shrinkwrap.cc @@ -30,7 +30,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_query.h" diff --git a/source/blender/modifiers/intern/MOD_simpledeform.cc b/source/blender/modifiers/intern/MOD_simpledeform.cc index 88199126d68..955a3430b92 100644 --- a/source/blender/modifiers/intern/MOD_simpledeform.cc +++ b/source/blender/modifiers/intern/MOD_simpledeform.cc @@ -31,7 +31,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_query.h" diff --git a/source/blender/modifiers/intern/MOD_skin.cc b/source/blender/modifiers/intern/MOD_skin.cc index bd203be56a3..5e35378b1b5 100644 --- a/source/blender/modifiers/intern/MOD_skin.cc +++ b/source/blender/modifiers/intern/MOD_skin.cc @@ -70,7 +70,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "WM_types.hh" /* For skin mark clear operator UI. */ diff --git a/source/blender/modifiers/intern/MOD_smooth.cc b/source/blender/modifiers/intern/MOD_smooth.cc index 8a8cbcfb556..74e39e53439 100644 --- a/source/blender/modifiers/intern/MOD_smooth.cc +++ b/source/blender/modifiers/intern/MOD_smooth.cc @@ -31,7 +31,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MOD_modifiertypes.hh" diff --git a/source/blender/modifiers/intern/MOD_softbody.cc b/source/blender/modifiers/intern/MOD_softbody.cc index fc91884c5f1..baf6dbd7c6d 100644 --- a/source/blender/modifiers/intern/MOD_softbody.cc +++ b/source/blender/modifiers/intern/MOD_softbody.cc @@ -26,7 +26,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph.h" diff --git a/source/blender/modifiers/intern/MOD_solidify.cc b/source/blender/modifiers/intern/MOD_solidify.cc index 11549c0a525..0e3152bf117 100644 --- a/source/blender/modifiers/intern/MOD_solidify.cc +++ b/source/blender/modifiers/intern/MOD_solidify.cc @@ -24,7 +24,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MOD_modifiertypes.hh" diff --git a/source/blender/modifiers/intern/MOD_subsurf.cc b/source/blender/modifiers/intern/MOD_subsurf.cc index dda57d0406d..ffc4d4bf6f7 100644 --- a/source/blender/modifiers/intern/MOD_subsurf.cc +++ b/source/blender/modifiers/intern/MOD_subsurf.cc @@ -40,7 +40,7 @@ #include "RE_engine.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph.h" diff --git a/source/blender/modifiers/intern/MOD_surface.cc b/source/blender/modifiers/intern/MOD_surface.cc index f6e28fe434c..c8d96d94715 100644 --- a/source/blender/modifiers/intern/MOD_surface.cc +++ b/source/blender/modifiers/intern/MOD_surface.cc @@ -28,7 +28,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph.h" diff --git a/source/blender/modifiers/intern/MOD_surfacedeform.cc b/source/blender/modifiers/intern/MOD_surfacedeform.cc index ab9525c0c31..9525b8f532a 100644 --- a/source/blender/modifiers/intern/MOD_surfacedeform.cc +++ b/source/blender/modifiers/intern/MOD_surfacedeform.cc @@ -36,7 +36,7 @@ #include "BLO_read_write.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph.h" diff --git a/source/blender/modifiers/intern/MOD_triangulate.cc b/source/blender/modifiers/intern/MOD_triangulate.cc index 48e260ebe59..47db6484d08 100644 --- a/source/blender/modifiers/intern/MOD_triangulate.cc +++ b/source/blender/modifiers/intern/MOD_triangulate.cc @@ -28,7 +28,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "bmesh.h" diff --git a/source/blender/modifiers/intern/MOD_ui_common.cc b/source/blender/modifiers/intern/MOD_ui_common.cc index 6f2b70e5fa6..81c0ee3bbe2 100644 --- a/source/blender/modifiers/intern/MOD_ui_common.cc +++ b/source/blender/modifiers/intern/MOD_ui_common.cc @@ -29,7 +29,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/modifiers/intern/MOD_uvproject.cc b/source/blender/modifiers/intern/MOD_uvproject.cc index f9c117f73e6..f7a9ecb25ba 100644 --- a/source/blender/modifiers/intern/MOD_uvproject.cc +++ b/source/blender/modifiers/intern/MOD_uvproject.cc @@ -34,7 +34,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MOD_modifiertypes.hh" diff --git a/source/blender/modifiers/intern/MOD_uvwarp.cc b/source/blender/modifiers/intern/MOD_uvwarp.cc index be08a4d9920..59d1a6f40f0 100644 --- a/source/blender/modifiers/intern/MOD_uvwarp.cc +++ b/source/blender/modifiers/intern/MOD_uvwarp.cc @@ -33,7 +33,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_query.h" diff --git a/source/blender/modifiers/intern/MOD_volume_displace.cc b/source/blender/modifiers/intern/MOD_volume_displace.cc index 86867206c42..0f5a773b643 100644 --- a/source/blender/modifiers/intern/MOD_volume_displace.cc +++ b/source/blender/modifiers/intern/MOD_volume_displace.cc @@ -39,7 +39,7 @@ #include "RE_texture.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "BLI_math_vector.h" diff --git a/source/blender/modifiers/intern/MOD_volume_to_mesh.cc b/source/blender/modifiers/intern/MOD_volume_to_mesh.cc index 2ab10a43e4c..1d38e831f58 100644 --- a/source/blender/modifiers/intern/MOD_volume_to_mesh.cc +++ b/source/blender/modifiers/intern/MOD_volume_to_mesh.cc @@ -30,7 +30,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "BLI_math_matrix_types.hh" diff --git a/source/blender/modifiers/intern/MOD_warp.cc b/source/blender/modifiers/intern/MOD_warp.cc index 8ec339d6ed5..dc04b8dd1e9 100644 --- a/source/blender/modifiers/intern/MOD_warp.cc +++ b/source/blender/modifiers/intern/MOD_warp.cc @@ -40,7 +40,7 @@ #include "BLO_read_write.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph.h" diff --git a/source/blender/modifiers/intern/MOD_wave.cc b/source/blender/modifiers/intern/MOD_wave.cc index 3fc499708d4..4632124dd0b 100644 --- a/source/blender/modifiers/intern/MOD_wave.cc +++ b/source/blender/modifiers/intern/MOD_wave.cc @@ -33,7 +33,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MEM_guardedalloc.h" diff --git a/source/blender/modifiers/intern/MOD_weighted_normal.cc b/source/blender/modifiers/intern/MOD_weighted_normal.cc index 670e7ee2d75..0e05b29261c 100644 --- a/source/blender/modifiers/intern/MOD_weighted_normal.cc +++ b/source/blender/modifiers/intern/MOD_weighted_normal.cc @@ -32,7 +32,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MOD_modifiertypes.hh" diff --git a/source/blender/modifiers/intern/MOD_weightvg_util.cc b/source/blender/modifiers/intern/MOD_weightvg_util.cc index dadbfc60600..9e53b22f4cf 100644 --- a/source/blender/modifiers/intern/MOD_weightvg_util.cc +++ b/source/blender/modifiers/intern/MOD_weightvg_util.cc @@ -32,7 +32,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" diff --git a/source/blender/modifiers/intern/MOD_weightvgedit.cc b/source/blender/modifiers/intern/MOD_weightvgedit.cc index 9089b3c0711..36245816ebd 100644 --- a/source/blender/modifiers/intern/MOD_weightvgedit.cc +++ b/source/blender/modifiers/intern/MOD_weightvgedit.cc @@ -38,7 +38,7 @@ #include "BLO_read_write.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_build.h" diff --git a/source/blender/modifiers/intern/MOD_weightvgmix.cc b/source/blender/modifiers/intern/MOD_weightvgmix.cc index 6116252157b..ff510beeed6 100644 --- a/source/blender/modifiers/intern/MOD_weightvgmix.cc +++ b/source/blender/modifiers/intern/MOD_weightvgmix.cc @@ -31,7 +31,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_build.h" diff --git a/source/blender/modifiers/intern/MOD_weightvgproximity.cc b/source/blender/modifiers/intern/MOD_weightvgproximity.cc index 15a677cdd75..57ef90cb33b 100644 --- a/source/blender/modifiers/intern/MOD_weightvgproximity.cc +++ b/source/blender/modifiers/intern/MOD_weightvgproximity.cc @@ -44,7 +44,7 @@ #include "BLO_read_write.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph_build.h" diff --git a/source/blender/modifiers/intern/MOD_weld.cc b/source/blender/modifiers/intern/MOD_weld.cc index 9c6a39c42f1..60a4f8be6a5 100644 --- a/source/blender/modifiers/intern/MOD_weld.cc +++ b/source/blender/modifiers/intern/MOD_weld.cc @@ -37,7 +37,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "DEG_depsgraph.h" diff --git a/source/blender/modifiers/intern/MOD_wireframe.cc b/source/blender/modifiers/intern/MOD_wireframe.cc index 90239c690d3..00b08e9daa5 100644 --- a/source/blender/modifiers/intern/MOD_wireframe.cc +++ b/source/blender/modifiers/intern/MOD_wireframe.cc @@ -25,7 +25,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MOD_modifiertypes.hh" diff --git a/source/blender/nodes/NOD_rna_define.hh b/source/blender/nodes/NOD_rna_define.hh index fc3b6f37aa3..722c3d7983d 100644 --- a/source/blender/nodes/NOD_rna_define.hh +++ b/source/blender/nodes/NOD_rna_define.hh @@ -8,7 +8,7 @@ #include "BLI_function_ref.hh" -#include "RNA_define.h" +#include "RNA_define.hh" #include "WM_types.hh" /* For notifier defines */ diff --git a/source/blender/nodes/NOD_socket_declarations.hh b/source/blender/nodes/NOD_socket_declarations.hh index dc08cd0c412..279ca61254d 100644 --- a/source/blender/nodes/NOD_socket_declarations.hh +++ b/source/blender/nodes/NOD_socket_declarations.hh @@ -6,7 +6,7 @@ #include "NOD_node_declaration.hh" -#include "RNA_types.h" +#include "RNA_types.hh" #include "BLI_color.hh" #include "BLI_math_euler_types.hh" diff --git a/source/blender/nodes/composite/node_composite_tree.cc b/source/blender/nodes/composite/node_composite_tree.cc index f2512e1b019..0423963fc13 100644 --- a/source/blender/nodes/composite/node_composite_tree.cc +++ b/source/blender/nodes/composite/node_composite_tree.cc @@ -26,7 +26,7 @@ #include "node_common.h" #include "node_util.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "NOD_composite.h" diff --git a/source/blender/nodes/composite/nodes/node_composite_blur.cc b/source/blender/nodes/composite/nodes/node_composite_blur.cc index 10311f3d984..5d223243b8b 100644 --- a/source/blender/nodes/composite/nodes/node_composite_blur.cc +++ b/source/blender/nodes/composite/nodes/node_composite_blur.cc @@ -11,7 +11,7 @@ #include "BLI_math_vector.hh" #include "BLI_math_vector_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_channel_matte.cc b/source/blender/nodes/composite/nodes/node_composite_channel_matte.cc index 45f16053049..7d347087aab 100644 --- a/source/blender/nodes/composite/nodes/node_composite_channel_matte.cc +++ b/source/blender/nodes/composite/nodes/node_composite_channel_matte.cc @@ -6,7 +6,7 @@ * \ingroup cmpnodes */ -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_color_spill.cc b/source/blender/nodes/composite/nodes/node_composite_color_spill.cc index 43c0212c82f..761d3996383 100644 --- a/source/blender/nodes/composite/nodes/node_composite_color_spill.cc +++ b/source/blender/nodes/composite/nodes/node_composite_color_spill.cc @@ -6,7 +6,7 @@ * \ingroup cmpnodes */ -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_colorbalance.cc b/source/blender/nodes/composite/nodes/node_composite_colorbalance.cc index 424aa37e2a5..d3fb545409c 100644 --- a/source/blender/nodes/composite/nodes/node_composite_colorbalance.cc +++ b/source/blender/nodes/composite/nodes/node_composite_colorbalance.cc @@ -6,7 +6,7 @@ * \ingroup cmpnodes */ -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_common.cc b/source/blender/nodes/composite/nodes/node_composite_common.cc index 74f6019dac9..03fe71d255c 100644 --- a/source/blender/nodes/composite/nodes/node_composite_common.cc +++ b/source/blender/nodes/composite/nodes/node_composite_common.cc @@ -14,7 +14,7 @@ #include "BKE_node.hh" -#include "RNA_access.h" +#include "RNA_access.hh" void register_node_type_cmp_group() { diff --git a/source/blender/nodes/composite/nodes/node_composite_convert_color_space.cc b/source/blender/nodes/composite/nodes/node_composite_convert_color_space.cc index d576478a816..56e358d67b5 100644 --- a/source/blender/nodes/composite/nodes/node_composite_convert_color_space.cc +++ b/source/blender/nodes/composite/nodes/node_composite_convert_color_space.cc @@ -6,7 +6,7 @@ * \ingroup cmpnodes */ -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_crop.cc b/source/blender/nodes/composite/nodes/node_composite_crop.cc index 9d0f7400d8e..2508ae69481 100644 --- a/source/blender/nodes/composite/nodes/node_composite_crop.cc +++ b/source/blender/nodes/composite/nodes/node_composite_crop.cc @@ -11,7 +11,7 @@ #include "DNA_node_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_defocus.cc b/source/blender/nodes/composite/nodes/node_composite_defocus.cc index 0c94c2fe8f3..d56005e43ee 100644 --- a/source/blender/nodes/composite/nodes/node_composite_defocus.cc +++ b/source/blender/nodes/composite/nodes/node_composite_defocus.cc @@ -8,7 +8,7 @@ #include -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_dilate.cc b/source/blender/nodes/composite/nodes/node_composite_dilate.cc index 86039e12bb3..d18523921b5 100644 --- a/source/blender/nodes/composite/nodes/node_composite_dilate.cc +++ b/source/blender/nodes/composite/nodes/node_composite_dilate.cc @@ -10,7 +10,7 @@ #include "BLI_math_base.hh" #include "BLI_math_vector_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_glare.cc b/source/blender/nodes/composite/nodes/node_composite_glare.cc index 314651f95b3..bddf5d895df 100644 --- a/source/blender/nodes/composite/nodes/node_composite_glare.cc +++ b/source/blender/nodes/composite/nodes/node_composite_glare.cc @@ -17,7 +17,7 @@ #include "DNA_scene_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_image.cc b/source/blender/nodes/composite/nodes/node_composite_image.cc index f5ff37be0a2..c13f36db3d7 100644 --- a/source/blender/nodes/composite/nodes/node_composite_image.cc +++ b/source/blender/nodes/composite/nodes/node_composite_image.cc @@ -28,7 +28,7 @@ #include "RE_engine.h" #include "RE_pipeline.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_keyingscreen.cc b/source/blender/nodes/composite/nodes/node_composite_keyingscreen.cc index 26d59d42930..dc19f3910c2 100644 --- a/source/blender/nodes/composite/nodes/node_composite_keyingscreen.cc +++ b/source/blender/nodes/composite/nodes/node_composite_keyingscreen.cc @@ -16,7 +16,7 @@ #include "BKE_lib_id.h" #include "BKE_tracking.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_kuwahara.cc b/source/blender/nodes/composite/nodes/node_composite_kuwahara.cc index 8fb858c1586..319194c3acd 100644 --- a/source/blender/nodes/composite/nodes/node_composite_kuwahara.cc +++ b/source/blender/nodes/composite/nodes/node_composite_kuwahara.cc @@ -6,7 +6,7 @@ * \ingroup cmpnodes */ -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_lensdist.cc b/source/blender/nodes/composite/nodes/node_composite_lensdist.cc index 271069be88b..ea721e61105 100644 --- a/source/blender/nodes/composite/nodes/node_composite_lensdist.cc +++ b/source/blender/nodes/composite/nodes/node_composite_lensdist.cc @@ -9,7 +9,7 @@ #include "BLI_math_base.h" #include "BLI_math_vector_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_map_value.cc b/source/blender/nodes/composite/nodes/node_composite_map_value.cc index bdb0116c02d..ded70cf426d 100644 --- a/source/blender/nodes/composite/nodes/node_composite_map_value.cc +++ b/source/blender/nodes/composite/nodes/node_composite_map_value.cc @@ -8,7 +8,7 @@ #include "BKE_texture.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_math.cc b/source/blender/nodes/composite/nodes/node_composite_math.cc index 508ee4d3000..3e8e2a87ee4 100644 --- a/source/blender/nodes/composite/nodes/node_composite_math.cc +++ b/source/blender/nodes/composite/nodes/node_composite_math.cc @@ -13,7 +13,7 @@ #include "NOD_math_functions.hh" #include "NOD_socket_search_link.hh" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" #include "node_composite_util.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_mixrgb.cc b/source/blender/nodes/composite/nodes/node_composite_mixrgb.cc index b66f4690ba7..6e46668decd 100644 --- a/source/blender/nodes/composite/nodes/node_composite_mixrgb.cc +++ b/source/blender/nodes/composite/nodes/node_composite_mixrgb.cc @@ -16,7 +16,7 @@ #include "NOD_socket_search_link.hh" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" #include "node_composite_util.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_movieclip.cc b/source/blender/nodes/composite/nodes/node_composite_movieclip.cc index 1623c41ed21..a3e07a28783 100644 --- a/source/blender/nodes/composite/nodes/node_composite_movieclip.cc +++ b/source/blender/nodes/composite/nodes/node_composite_movieclip.cc @@ -15,7 +15,7 @@ #include "DNA_defaults.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_output_file.cc b/source/blender/nodes/composite/nodes/node_composite_output_file.cc index e878f319682..18e03b71e14 100644 --- a/source/blender/nodes/composite/nodes/node_composite_output_file.cc +++ b/source/blender/nodes/composite/nodes/node_composite_output_file.cc @@ -15,7 +15,7 @@ #include "BKE_context.h" #include "BKE_image_format.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_planetrackdeform.cc b/source/blender/nodes/composite/nodes/node_composite_planetrackdeform.cc index f59f81b7ed8..6dcb22f8f6b 100644 --- a/source/blender/nodes/composite/nodes/node_composite_planetrackdeform.cc +++ b/source/blender/nodes/composite/nodes/node_composite_planetrackdeform.cc @@ -19,7 +19,7 @@ #include "BKE_movieclip.h" #include "BKE_tracking.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_scale.cc b/source/blender/nodes/composite/nodes/node_composite_scale.cc index cab017ea35d..113c8a34b3f 100644 --- a/source/blender/nodes/composite/nodes/node_composite_scale.cc +++ b/source/blender/nodes/composite/nodes/node_composite_scale.cc @@ -11,7 +11,7 @@ #include "BLI_math_matrix.hh" #include "BLI_math_vector_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_tonemap.cc b/source/blender/nodes/composite/nodes/node_composite_tonemap.cc index b80dd4e041c..f1ab8805522 100644 --- a/source/blender/nodes/composite/nodes/node_composite_tonemap.cc +++ b/source/blender/nodes/composite/nodes/node_composite_tonemap.cc @@ -13,7 +13,7 @@ #include "BLI_math_vector.hh" #include "BLI_math_vector_types.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_trackpos.cc b/source/blender/nodes/composite/nodes/node_composite_trackpos.cc index 6d48517602f..71256614ffc 100644 --- a/source/blender/nodes/composite/nodes/node_composite_trackpos.cc +++ b/source/blender/nodes/composite/nodes/node_composite_trackpos.cc @@ -18,7 +18,7 @@ #include "BKE_movieclip.h" #include "BKE_tracking.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_viewer.cc b/source/blender/nodes/composite/nodes/node_composite_viewer.cc index 823388b77cc..9cefc648c73 100644 --- a/source/blender/nodes/composite/nodes/node_composite_viewer.cc +++ b/source/blender/nodes/composite/nodes/node_composite_viewer.cc @@ -11,7 +11,7 @@ #include "BKE_global.h" #include "BKE_image.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/function/node_function_util.hh b/source/blender/nodes/function/node_function_util.hh index a3a52f12172..2c8eee16e5b 100644 --- a/source/blender/nodes/function/node_function_util.hh +++ b/source/blender/nodes/function/node_function_util.hh @@ -23,6 +23,6 @@ #include "FN_multi_function_builder.hh" -#include "RNA_access.h" +#include "RNA_access.hh" void fn_node_type_base(bNodeType *ntype, int type, const char *name, short nclass); diff --git a/source/blender/nodes/function/nodes/node_fn_align_euler_to_vector.cc b/source/blender/nodes/function/nodes/node_fn_align_euler_to_vector.cc index 7a829167137..5718365ad61 100644 --- a/source/blender/nodes/function/nodes/node_fn_align_euler_to_vector.cc +++ b/source/blender/nodes/function/nodes/node_fn_align_euler_to_vector.cc @@ -6,7 +6,7 @@ #include "BLI_math_rotation.h" #include "BLI_math_vector.h" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/function/nodes/node_fn_boolean_math.cc b/source/blender/nodes/function/nodes/node_fn_boolean_math.cc index 9d910840f5f..fac93be35cf 100644 --- a/source/blender/nodes/function/nodes/node_fn_boolean_math.cc +++ b/source/blender/nodes/function/nodes/node_fn_boolean_math.cc @@ -6,7 +6,7 @@ #include "BLI_string.h" #include "BLI_string_utf8.h" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/function/nodes/node_fn_combine_color.cc b/source/blender/nodes/function/nodes/node_fn_combine_color.cc index 526d2b2e5e4..f12a41a8c13 100644 --- a/source/blender/nodes/function/nodes/node_fn_combine_color.cc +++ b/source/blender/nodes/function/nodes/node_fn_combine_color.cc @@ -9,7 +9,7 @@ #include "NOD_rna_define.hh" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" namespace blender::nodes::node_fn_combine_color_cc { diff --git a/source/blender/nodes/function/nodes/node_fn_compare.cc b/source/blender/nodes/function/nodes/node_fn_compare.cc index 80be519129b..9b7775b1c74 100644 --- a/source/blender/nodes/function/nodes/node_fn_compare.cc +++ b/source/blender/nodes/function/nodes/node_fn_compare.cc @@ -14,7 +14,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" #include "node_function_util.hh" diff --git a/source/blender/nodes/function/nodes/node_fn_float_to_int.cc b/source/blender/nodes/function/nodes/node_fn_float_to_int.cc index 84bfd470547..27cc27132bb 100644 --- a/source/blender/nodes/function/nodes/node_fn_float_to_int.cc +++ b/source/blender/nodes/function/nodes/node_fn_float_to_int.cc @@ -8,7 +8,7 @@ #include "BLI_string.h" #include "BLI_string_utf8.h" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/function/nodes/node_fn_rotate_euler.cc b/source/blender/nodes/function/nodes/node_fn_rotate_euler.cc index 0e65fd99a28..34a4fa1b4c2 100644 --- a/source/blender/nodes/function/nodes/node_fn_rotate_euler.cc +++ b/source/blender/nodes/function/nodes/node_fn_rotate_euler.cc @@ -8,7 +8,7 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/function/nodes/node_fn_separate_color.cc b/source/blender/nodes/function/nodes/node_fn_separate_color.cc index 8f7692a7316..ec6a4f77ded 100644 --- a/source/blender/nodes/function/nodes/node_fn_separate_color.cc +++ b/source/blender/nodes/function/nodes/node_fn_separate_color.cc @@ -9,7 +9,7 @@ #include "NOD_rna_define.hh" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" namespace blender::nodes::node_fn_separate_color_cc { diff --git a/source/blender/nodes/geometry/node_geometry_tree.cc b/source/blender/nodes/geometry/node_geometry_tree.cc index b7d79da63d3..168aca9754f 100644 --- a/source/blender/nodes/geometry/node_geometry_tree.cc +++ b/source/blender/nodes/geometry/node_geometry_tree.cc @@ -17,7 +17,7 @@ #include "DNA_node_types.h" #include "DNA_space_types.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "UI_resources.hh" diff --git a/source/blender/nodes/geometry/node_geometry_util.hh b/source/blender/nodes/geometry/node_geometry_util.hh index 69a3c283a2f..0bf351860b4 100644 --- a/source/blender/nodes/geometry/node_geometry_util.hh +++ b/source/blender/nodes/geometry/node_geometry_util.hh @@ -23,7 +23,7 @@ #include "NOD_socket_declarations.hh" #include "NOD_socket_declarations_geometry.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "node_util.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_set_curve_normal.cc b/source/blender/nodes/geometry/nodes/node_geo_set_curve_normal.cc index 652a215fac8..141d0360258 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_set_curve_normal.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_set_curve_normal.cc @@ -9,7 +9,7 @@ #include "NOD_rna_define.hh" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" #include "node_geometry_util.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_store_named_attribute.cc b/source/blender/nodes/geometry/nodes/node_geo_store_named_attribute.cc index bdc9c0d2122..97833959a08 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_store_named_attribute.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_store_named_attribute.cc @@ -7,7 +7,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" #include "NOD_socket_search_link.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc b/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc index dd218504d4f..43b7b6d3720 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc @@ -16,7 +16,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" #include "NOD_rna_define.hh" diff --git a/source/blender/nodes/intern/node_common.cc b/source/blender/nodes/intern/node_common.cc index e06fd6bf153..acbb346d2e1 100644 --- a/source/blender/nodes/intern/node_common.cc +++ b/source/blender/nodes/intern/node_common.cc @@ -27,7 +27,7 @@ #include "BKE_node_runtime.hh" #include "BKE_node_tree_update.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "MEM_guardedalloc.h" diff --git a/source/blender/nodes/intern/node_exec.hh b/source/blender/nodes/intern/node_exec.hh index b03d14e169a..a9928bcfecb 100644 --- a/source/blender/nodes/intern/node_exec.hh +++ b/source/blender/nodes/intern/node_exec.hh @@ -16,7 +16,7 @@ #include "node_util.hh" -#include "RNA_types.h" +#include "RNA_types.hh" struct bNode; struct bNodeStack; diff --git a/source/blender/nodes/intern/node_register.cc b/source/blender/nodes/intern/node_register.cc index a87643d6225..4b615c8a858 100644 --- a/source/blender/nodes/intern/node_register.cc +++ b/source/blender/nodes/intern/node_register.cc @@ -12,7 +12,7 @@ #include "BLT_translation.h" -#include "RNA_access.h" +#include "RNA_access.hh" static bool node_undefined_poll(const bNodeType * /*ntype*/, const bNodeTree * /*nodetree*/, diff --git a/source/blender/nodes/intern/node_socket.cc b/source/blender/nodes/intern/node_socket.cc index 88749692452..4621838ce18 100644 --- a/source/blender/nodes/intern/node_socket.cc +++ b/source/blender/nodes/intern/node_socket.cc @@ -28,8 +28,8 @@ #include "DNA_collection_types.h" #include "DNA_material_types.h" -#include "RNA_access.h" -#include "RNA_types.h" +#include "RNA_access.hh" +#include "RNA_types.hh" #include "MEM_guardedalloc.h" diff --git a/source/blender/nodes/intern/node_util.cc b/source/blender/nodes/intern/node_util.cc index 3a12d610dbb..5b898f8c9e6 100644 --- a/source/blender/nodes/intern/node_util.cc +++ b/source/blender/nodes/intern/node_util.cc @@ -24,8 +24,8 @@ #include "BKE_node_runtime.hh" #include "BKE_node_tree_update.h" -#include "RNA_access.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "MEM_guardedalloc.h" diff --git a/source/blender/nodes/shader/node_shader_tree.cc b/source/blender/nodes/shader/node_shader_tree.cc index e64d02f0649..8b00c5b397a 100644 --- a/source/blender/nodes/shader/node_shader_tree.cc +++ b/source/blender/nodes/shader/node_shader_tree.cc @@ -33,7 +33,7 @@ #include "BKE_node_tree_update.h" #include "BKE_scene.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "GPU_material.h" diff --git a/source/blender/nodes/shader/node_shader_util.hh b/source/blender/nodes/shader/node_shader_util.hh index c0a1ff35a12..6d4804d05b5 100644 --- a/source/blender/nodes/shader/node_shader_util.hh +++ b/source/blender/nodes/shader/node_shader_util.hh @@ -59,7 +59,7 @@ #include "RE_pipeline.h" #include "RE_texture.h" -#include "RNA_access.h" +#include "RNA_access.hh" bool sh_node_poll_default(const bNodeType *ntype, const bNodeTree *ntree, diff --git a/source/blender/nodes/shader/nodes/node_shader_common.cc b/source/blender/nodes/shader/nodes/node_shader_common.cc index ac9dd6a85b8..306e7530c27 100644 --- a/source/blender/nodes/shader/nodes/node_shader_common.cc +++ b/source/blender/nodes/shader/nodes/node_shader_common.cc @@ -18,7 +18,7 @@ #include "node_exec.hh" #include "node_shader_util.hh" -#include "RNA_access.h" +#include "RNA_access.hh" /**** GROUP ****/ diff --git a/source/blender/nodes/shader/nodes/node_shader_math.cc b/source/blender/nodes/shader/nodes/node_shader_math.cc index 381479c068d..c6b7c189cc1 100644 --- a/source/blender/nodes/shader/nodes/node_shader_math.cc +++ b/source/blender/nodes/shader/nodes/node_shader_math.cc @@ -11,7 +11,7 @@ #include "NOD_math_functions.hh" #include "NOD_socket_search_link.hh" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" /* **************** SCALAR MATH ******************** */ diff --git a/source/blender/nodes/shader/nodes/node_shader_mix.cc b/source/blender/nodes/shader/nodes/node_shader_mix.cc index 1b8658a1305..175a558cff8 100644 --- a/source/blender/nodes/shader/nodes/node_shader_mix.cc +++ b/source/blender/nodes/shader/nodes/node_shader_mix.cc @@ -18,7 +18,7 @@ #include "NOD_add_node_search.hh" #include "NOD_socket_search_link.hh" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" namespace blender::nodes::node_sh_mix_cc { diff --git a/source/blender/nodes/shader/nodes/node_shader_vector_math.cc b/source/blender/nodes/shader/nodes/node_shader_vector_math.cc index 499693bc9ba..0bae4a87fe9 100644 --- a/source/blender/nodes/shader/nodes/node_shader_vector_math.cc +++ b/source/blender/nodes/shader/nodes/node_shader_vector_math.cc @@ -11,7 +11,7 @@ #include "NOD_math_functions.hh" #include "NOD_socket_search_link.hh" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/texture/node_texture_tree.cc b/source/blender/nodes/texture/node_texture_tree.cc index 3395a2a80b8..ee0792f95c1 100644 --- a/source/blender/nodes/texture/node_texture_tree.cc +++ b/source/blender/nodes/texture/node_texture_tree.cc @@ -30,7 +30,7 @@ #include "DEG_depsgraph.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "RE_texture.h" diff --git a/source/blender/nodes/texture/nodes/node_texture_common.cc b/source/blender/nodes/texture/nodes/node_texture_common.cc index a283732e632..7ee1047e5bf 100644 --- a/source/blender/nodes/texture/nodes/node_texture_common.cc +++ b/source/blender/nodes/texture/nodes/node_texture_common.cc @@ -17,7 +17,7 @@ #include "node_exec.hh" #include "node_texture_util.hh" -#include "RNA_access.h" +#include "RNA_access.hh" static void copy_stack(bNodeStack *to, bNodeStack *from) { diff --git a/source/blender/python/generic/idprop_py_ui_api.cc b/source/blender/python/generic/idprop_py_ui_api.cc index 751cb1f3c0c..bac8711770a 100644 --- a/source/blender/python/generic/idprop_py_ui_api.cc +++ b/source/blender/python/generic/idprop_py_ui_api.cc @@ -19,8 +19,8 @@ #include "DNA_ID.h" -#include "RNA_access.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" #define USE_STRING_COERCE diff --git a/source/blender/python/generic/py_capi_rna.cc b/source/blender/python/generic/py_capi_rna.cc index f021b95c507..90ab2180fb3 100644 --- a/source/blender/python/generic/py_capi_rna.cc +++ b/source/blender/python/generic/py_capi_rna.cc @@ -20,7 +20,7 @@ #include "BLI_bitmap.h" #include "BLI_dynstr.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "MEM_guardedalloc.h" diff --git a/source/blender/python/intern/bpy.cc b/source/blender/python/intern/bpy.cc index 7b41757bb7c..57a0782f7d6 100644 --- a/source/blender/python/intern/bpy.cc +++ b/source/blender/python/intern/bpy.cc @@ -24,10 +24,10 @@ #include "BKE_bpath.h" #include "BKE_global.h" /* XXX, G_MAIN only */ -#include "RNA_access.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "GPU_state.h" @@ -527,7 +527,7 @@ static PyObject *bpy_rna_enum_items_static(PyObject * /*self*/) const char *id; const EnumPropertyItem *items; } enum_info[] = { -#include "RNA_enum_items.h" +#include "RNA_enum_items.hh" }; PyObject *result = _PyDict_NewPresized(ARRAY_SIZE(enum_info)); for (int i = 0; i < ARRAY_SIZE(enum_info); i++) { diff --git a/source/blender/python/intern/bpy_app.cc b/source/blender/python/intern/bpy_app.cc index 650f149b207..f2f8936ba3c 100644 --- a/source/blender/python/intern/bpy_app.cc +++ b/source/blender/python/intern/bpy_app.cc @@ -48,7 +48,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_enum_types.h" /* For `rna_enum_wm_job_type_items`. */ +#include "RNA_enum_types.hh" /* For `rna_enum_wm_job_type_items`. */ /* for notifiers */ #include "WM_api.hh" diff --git a/source/blender/python/intern/bpy_app_handlers.cc b/source/blender/python/intern/bpy_app_handlers.cc index e0bce1184b2..2a2ca8f2429 100644 --- a/source/blender/python/intern/bpy_app_handlers.cc +++ b/source/blender/python/intern/bpy_app_handlers.cc @@ -15,9 +15,9 @@ #include "BKE_callbacks.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "bpy_app_handlers.h" #include "bpy_rna.h" diff --git a/source/blender/python/intern/bpy_app_translations.cc b/source/blender/python/intern/bpy_app_translations.cc index 148ce31271d..4745864c593 100644 --- a/source/blender/python/intern/bpy_app_translations.cc +++ b/source/blender/python/intern/bpy_app_translations.cc @@ -24,7 +24,7 @@ #include "BLT_lang.h" #include "BLT_translation.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "../generic/python_utildefines.h" diff --git a/source/blender/python/intern/bpy_driver.cc b/source/blender/python/intern/bpy_driver.cc index 37f15160b95..aef9d072f9a 100644 --- a/source/blender/python/intern/bpy_driver.cc +++ b/source/blender/python/intern/bpy_driver.cc @@ -23,9 +23,9 @@ #include "BKE_global.h" #include "BKE_idtype.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "bpy_rna_driver.h" /* For #pyrna_driver_get_variable_value. */ diff --git a/source/blender/python/intern/bpy_gizmo_wrap.cc b/source/blender/python/intern/bpy_gizmo_wrap.cc index ceefaf5da1f..9f735e3b379 100644 --- a/source/blender/python/intern/bpy_gizmo_wrap.cc +++ b/source/blender/python/intern/bpy_gizmo_wrap.cc @@ -21,9 +21,9 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "bpy_gizmo_wrap.h" /* own include */ #include "bpy_intern_string.h" diff --git a/source/blender/python/intern/bpy_interface.cc b/source/blender/python/intern/bpy_interface.cc index bbbb26f54be..9236c8cf8a1 100644 --- a/source/blender/python/intern/bpy_interface.cc +++ b/source/blender/python/intern/bpy_interface.cc @@ -29,7 +29,7 @@ #include "BLI_threads.h" #include "BLI_utildefines.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "bpy.h" #include "bpy_capi_utils.h" diff --git a/source/blender/python/intern/bpy_library_load.cc b/source/blender/python/intern/bpy_library_load.cc index 0f09d585df0..6b1ee6e2ffb 100644 --- a/source/blender/python/intern/bpy_library_load.cc +++ b/source/blender/python/intern/bpy_library_load.cc @@ -45,7 +45,7 @@ #define USE_RNA_DATABLOCKS #ifdef USE_RNA_DATABLOCKS -# include "RNA_access.h" +# include "RNA_access.hh" # include "bpy_rna.h" #endif diff --git a/source/blender/python/intern/bpy_library_write.cc b/source/blender/python/intern/bpy_library_write.cc index 158bf77a085..bd5e1933540 100644 --- a/source/blender/python/intern/bpy_library_write.cc +++ b/source/blender/python/intern/bpy_library_write.cc @@ -25,7 +25,7 @@ #include "BLO_writefile.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "bpy_capi_utils.h" #include "bpy_library.h" diff --git a/source/blender/python/intern/bpy_msgbus.cc b/source/blender/python/intern/bpy_msgbus.cc index 4c3cb8354e2..c9678f2a756 100644 --- a/source/blender/python/intern/bpy_msgbus.cc +++ b/source/blender/python/intern/bpy_msgbus.cc @@ -22,9 +22,9 @@ #include "WM_message.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "bpy_capi_utils.h" #include "bpy_gizmo_wrap.h" /* own include */ diff --git a/source/blender/python/intern/bpy_operator.cc b/source/blender/python/intern/bpy_operator.cc index 47d3fbd57e7..3c7683f8a4a 100644 --- a/source/blender/python/intern/bpy_operator.cc +++ b/source/blender/python/intern/bpy_operator.cc @@ -15,7 +15,7 @@ #include -#include "RNA_types.h" +#include "RNA_types.hh" #include "BLI_listbase.h" #include "BLI_utildefines.h" @@ -29,8 +29,8 @@ #include "bpy_operator_wrap.h" #include "bpy_rna.h" /* for setting argument properties & type method `get_rna_type`. */ -#include "RNA_access.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/python/intern/bpy_operator_wrap.cc b/source/blender/python/intern/bpy_operator_wrap.cc index d9841593116..5509349fe93 100644 --- a/source/blender/python/intern/bpy_operator_wrap.cc +++ b/source/blender/python/intern/bpy_operator_wrap.cc @@ -18,8 +18,8 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "bpy_intern_string.h" diff --git a/source/blender/python/intern/bpy_props.cc b/source/blender/python/intern/bpy_props.cc index c74d2bee516..f229980374d 100644 --- a/source/blender/python/intern/bpy_props.cc +++ b/source/blender/python/intern/bpy_props.cc @@ -15,7 +15,7 @@ #include -#include "RNA_types.h" +#include "RNA_types.hh" #include "BLI_listbase.h" #include "BLI_utildefines.h" @@ -26,9 +26,9 @@ #include "BKE_idprop.h" -#include "RNA_access.h" -#include "RNA_define.h" /* for defining our own rna */ -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" /* for defining our own rna */ +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "MEM_guardedalloc.h" diff --git a/source/blender/python/intern/bpy_rna.cc b/source/blender/python/intern/bpy_rna.cc index 0d577899dcc..629130d6fb8 100644 --- a/source/blender/python/intern/bpy_rna.cc +++ b/source/blender/python/intern/bpy_rna.cc @@ -17,8 +17,8 @@ #include /* FLT_MIN/MAX */ #include -#include "RNA_path.h" -#include "RNA_types.h" +#include "RNA_path.hh" +#include "RNA_types.hh" #include "BLI_bitmap.h" #include "BLI_dynstr.h" @@ -41,9 +41,9 @@ # include "BLI_ghash.h" #endif -#include "RNA_access.h" -#include "RNA_define.h" /* RNA_def_property_free_identifier */ -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" /* RNA_def_property_free_identifier */ +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "CLG_log.h" diff --git a/source/blender/python/intern/bpy_rna_anim.cc b/source/blender/python/intern/bpy_rna_anim.cc index a023a7d1e62..3306437c161 100644 --- a/source/blender/python/intern/bpy_rna_anim.cc +++ b/source/blender/python/intern/bpy_rna_anim.cc @@ -32,9 +32,9 @@ #include "BKE_lib_id.h" #include "BKE_report.h" -#include "RNA_access.h" -#include "RNA_enum_types.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/python/intern/bpy_rna_array.cc b/source/blender/python/intern/bpy_rna_array.cc index 92946194ee2..3db7a7f5486 100644 --- a/source/blender/python/intern/bpy_rna_array.cc +++ b/source/blender/python/intern/bpy_rna_array.cc @@ -14,13 +14,13 @@ #include "BLI_utildefines.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "bpy_rna.h" #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "BPY_extern_clog.h" diff --git a/source/blender/python/intern/bpy_rna_callback.cc b/source/blender/python/intern/bpy_rna_callback.cc index 82d98f7ff07..7e262e9f271 100644 --- a/source/blender/python/intern/bpy_rna_callback.cc +++ b/source/blender/python/intern/bpy_rna_callback.cc @@ -16,8 +16,8 @@ #include "DNA_space_types.h" -#include "RNA_access.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "BKE_screen.h" diff --git a/source/blender/python/intern/bpy_rna_context.cc b/source/blender/python/intern/bpy_rna_context.cc index 18dbbbfa7c2..98c6cbf24f9 100644 --- a/source/blender/python/intern/bpy_rna_context.cc +++ b/source/blender/python/intern/bpy_rna_context.cc @@ -20,7 +20,7 @@ #include "bpy_rna_context.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "bpy_rna.h" diff --git a/source/blender/python/intern/bpy_rna_data.cc b/source/blender/python/intern/bpy_rna_data.cc index 46337316cc9..8196e805360 100644 --- a/source/blender/python/intern/bpy_rna_data.cc +++ b/source/blender/python/intern/bpy_rna_data.cc @@ -22,7 +22,7 @@ #include "BKE_global.h" #include "BKE_main.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "bpy_rna.h" diff --git a/source/blender/python/intern/bpy_rna_driver.cc b/source/blender/python/intern/bpy_rna_driver.cc index fe10427e8e1..2c9e2370232 100644 --- a/source/blender/python/intern/bpy_rna_driver.cc +++ b/source/blender/python/intern/bpy_rna_driver.cc @@ -16,7 +16,7 @@ #include "BKE_fcurve_driver.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "bpy_rna.h" diff --git a/source/blender/python/intern/bpy_rna_gizmo.cc b/source/blender/python/intern/bpy_rna_gizmo.cc index dcaeec32fc2..b0c45029f94 100644 --- a/source/blender/python/intern/bpy_rna_gizmo.cc +++ b/source/blender/python/intern/bpy_rna_gizmo.cc @@ -25,10 +25,10 @@ #include "../generic/py_capi_utils.h" #include "../generic/python_utildefines.h" -#include "RNA_access.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "bpy_rna.h" diff --git a/source/blender/python/intern/bpy_rna_id_collection.cc b/source/blender/python/intern/bpy_rna_id_collection.cc index 645cf2fd724..ea13530c429 100644 --- a/source/blender/python/intern/bpy_rna_id_collection.cc +++ b/source/blender/python/intern/bpy_rna_id_collection.cc @@ -37,9 +37,9 @@ #include "../generic/py_capi_utils.h" #include "../generic/python_utildefines.h" -#include "RNA_access.h" -#include "RNA_enum_types.h" -#include "RNA_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" +#include "RNA_types.hh" #include "bpy_rna.h" diff --git a/source/blender/python/intern/bpy_rna_types_capi.cc b/source/blender/python/intern/bpy_rna_types_capi.cc index 9541cd0a251..b14c279c4f4 100644 --- a/source/blender/python/intern/bpy_rna_types_capi.cc +++ b/source/blender/python/intern/bpy_rna_types_capi.cc @@ -17,7 +17,7 @@ #include #include -#include "RNA_types.h" +#include "RNA_types.hh" #include "BLI_utildefines.h" @@ -35,7 +35,7 @@ #include "../generic/py_capi_utils.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MEM_guardedalloc.h" diff --git a/source/blender/python/intern/bpy_rna_ui.cc b/source/blender/python/intern/bpy_rna_ui.cc index 5a62f51a078..b7593f849fb 100644 --- a/source/blender/python/intern/bpy_rna_ui.cc +++ b/source/blender/python/intern/bpy_rna_ui.cc @@ -16,7 +16,7 @@ #include "UI_interface.hh" -#include "RNA_types.h" +#include "RNA_types.hh" #include "bpy_rna.h" #include "bpy_rna_ui.h" diff --git a/source/blender/python/intern/bpy_utils_previews.cc b/source/blender/python/intern/bpy_utils_previews.cc index 93638ace67a..97f4ad06aae 100644 --- a/source/blender/python/intern/bpy_utils_previews.cc +++ b/source/blender/python/intern/bpy_utils_previews.cc @@ -16,9 +16,9 @@ #include "BLI_utildefines.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "BPY_extern.h" #include "bpy_rna.h" diff --git a/source/blender/render/RE_engine.h b/source/blender/render/RE_engine.h index deea44aa932..6bce72d760f 100644 --- a/source/blender/render/RE_engine.h +++ b/source/blender/render/RE_engine.h @@ -12,7 +12,7 @@ #include "DNA_node_types.h" #include "DNA_scene_types.h" #include "RE_bake.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include "BLI_threads.h" diff --git a/source/blender/render/intern/engine.cc b/source/blender/render/intern/engine.cc index b534c5efff3..f40b7f65fe9 100644 --- a/source/blender/render/intern/engine.cc +++ b/source/blender/render/intern/engine.cc @@ -37,7 +37,7 @@ #include "GPU_context.h" -#include "RNA_access.h" +#include "RNA_access.hh" #ifdef WITH_PYTHON # include "BPY_extern.h" diff --git a/source/blender/sequencer/intern/effects.cc b/source/blender/sequencer/intern/effects.cc index 0e2bded7327..4a7aee1518d 100644 --- a/source/blender/sequencer/intern/effects.cc +++ b/source/blender/sequencer/intern/effects.cc @@ -40,7 +40,7 @@ #include "BLI_math_color_blend.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "RE_pipeline.h" diff --git a/source/blender/sequencer/intern/proxy_job.cc b/source/blender/sequencer/intern/proxy_job.cc index 000506ad6ae..029131def6f 100644 --- a/source/blender/sequencer/intern/proxy_job.cc +++ b/source/blender/sequencer/intern/proxy_job.cc @@ -30,7 +30,7 @@ #include "WM_api.hh" #include "WM_types.hh" -#include "RNA_define.h" +#include "RNA_define.hh" static void proxy_freejob(void *pjv) { diff --git a/source/blender/sequencer/intern/render.cc b/source/blender/sequencer/intern/render.cc index 9afee99ee79..c991de6c466 100644 --- a/source/blender/sequencer/intern/render.cc +++ b/source/blender/sequencer/intern/render.cc @@ -48,7 +48,7 @@ #include "IMB_imbuf_types.h" #include "IMB_metadata.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "RE_engine.h" diff --git a/source/blender/shader_fx/intern/FX_shader_blur.cc b/source/blender/shader_fx/intern/FX_shader_blur.cc index 39e1121d1c2..6f2bd76d219 100644 --- a/source/blender/shader_fx/intern/FX_shader_blur.cc +++ b/source/blender/shader_fx/intern/FX_shader_blur.cc @@ -21,7 +21,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "FX_shader_types.h" #include "FX_ui_common.h" diff --git a/source/blender/shader_fx/intern/FX_shader_colorize.cc b/source/blender/shader_fx/intern/FX_shader_colorize.cc index d5f3d382da4..5b2fe2fb76b 100644 --- a/source/blender/shader_fx/intern/FX_shader_colorize.cc +++ b/source/blender/shader_fx/intern/FX_shader_colorize.cc @@ -21,7 +21,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "FX_shader_types.h" #include "FX_ui_common.h" diff --git a/source/blender/shader_fx/intern/FX_shader_flip.cc b/source/blender/shader_fx/intern/FX_shader_flip.cc index 03ee785cd83..1fce5e497ce 100644 --- a/source/blender/shader_fx/intern/FX_shader_flip.cc +++ b/source/blender/shader_fx/intern/FX_shader_flip.cc @@ -23,7 +23,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "FX_shader_types.h" #include "FX_ui_common.h" diff --git a/source/blender/shader_fx/intern/FX_shader_glow.cc b/source/blender/shader_fx/intern/FX_shader_glow.cc index eb38d58a109..230e924d8b4 100644 --- a/source/blender/shader_fx/intern/FX_shader_glow.cc +++ b/source/blender/shader_fx/intern/FX_shader_glow.cc @@ -26,7 +26,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "FX_shader_types.h" #include "FX_ui_common.h" diff --git a/source/blender/shader_fx/intern/FX_shader_pixel.cc b/source/blender/shader_fx/intern/FX_shader_pixel.cc index fa8ce1d62b1..340cd1f7a8a 100644 --- a/source/blender/shader_fx/intern/FX_shader_pixel.cc +++ b/source/blender/shader_fx/intern/FX_shader_pixel.cc @@ -20,7 +20,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "FX_shader_types.h" #include "FX_ui_common.h" diff --git a/source/blender/shader_fx/intern/FX_shader_rim.cc b/source/blender/shader_fx/intern/FX_shader_rim.cc index 3bac7d850d6..e24b2a24ea8 100644 --- a/source/blender/shader_fx/intern/FX_shader_rim.cc +++ b/source/blender/shader_fx/intern/FX_shader_rim.cc @@ -21,7 +21,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "FX_shader_types.h" #include "FX_ui_common.h" diff --git a/source/blender/shader_fx/intern/FX_shader_shadow.cc b/source/blender/shader_fx/intern/FX_shader_shadow.cc index b3ce9009e26..46ee11ab870 100644 --- a/source/blender/shader_fx/intern/FX_shader_shadow.cc +++ b/source/blender/shader_fx/intern/FX_shader_shadow.cc @@ -26,7 +26,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "FX_shader_types.h" #include "FX_ui_common.h" diff --git a/source/blender/shader_fx/intern/FX_shader_swirl.cc b/source/blender/shader_fx/intern/FX_shader_swirl.cc index 55f7ca16900..42b8bbd8da7 100644 --- a/source/blender/shader_fx/intern/FX_shader_swirl.cc +++ b/source/blender/shader_fx/intern/FX_shader_swirl.cc @@ -27,7 +27,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "FX_shader_types.h" #include "FX_ui_common.h" diff --git a/source/blender/shader_fx/intern/FX_shader_wave.cc b/source/blender/shader_fx/intern/FX_shader_wave.cc index 3961d79f495..586c3ea235c 100644 --- a/source/blender/shader_fx/intern/FX_shader_wave.cc +++ b/source/blender/shader_fx/intern/FX_shader_wave.cc @@ -23,7 +23,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "FX_shader_types.h" #include "FX_ui_common.h" diff --git a/source/blender/shader_fx/intern/FX_ui_common.cc b/source/blender/shader_fx/intern/FX_ui_common.cc index 4c2072c6ed7..ace369426d4 100644 --- a/source/blender/shader_fx/intern/FX_ui_common.cc +++ b/source/blender/shader_fx/intern/FX_ui_common.cc @@ -28,7 +28,7 @@ #include "UI_interface.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/windowmanager/WM_types.hh b/source/blender/windowmanager/WM_types.hh index 78ce4181524..e48f9493b3c 100644 --- a/source/blender/windowmanager/WM_types.hh +++ b/source/blender/windowmanager/WM_types.hh @@ -110,7 +110,7 @@ struct wmWindowManager; #include "DNA_uuid_types.h" #include "DNA_vec_types.h" #include "DNA_xr_types.h" -#include "RNA_types.h" +#include "RNA_types.hh" /* exported types for WM */ #include "gizmo/WM_gizmo_types.h" diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo.cc b/source/blender/windowmanager/gizmo/intern/wm_gizmo.cc index cfd1608d830..4f4ff67d59b 100644 --- a/source/blender/windowmanager/gizmo/intern/wm_gizmo.cc +++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo.cc @@ -15,8 +15,8 @@ #include "GPU_batch.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "BKE_global.h" diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo_group.cc b/source/blender/windowmanager/gizmo/intern/wm_gizmo_group.cc index 372f2384775..0c7d10cb33c 100644 --- a/source/blender/windowmanager/gizmo/intern/wm_gizmo_group.cc +++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo_group.cc @@ -26,8 +26,8 @@ #include "BKE_report.h" #include "BKE_workspace.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo_group_type.cc b/source/blender/windowmanager/gizmo/intern/wm_gizmo_group_type.cc index de71c4a696a..4a2e5a73366 100644 --- a/source/blender/windowmanager/gizmo/intern/wm_gizmo_group_type.cc +++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo_group_type.cc @@ -15,8 +15,8 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo_target_props.cc b/source/blender/windowmanager/gizmo/intern/wm_gizmo_target_props.cc index 878afbfe3ba..3725f11cdba 100644 --- a/source/blender/windowmanager/gizmo/intern/wm_gizmo_target_props.cc +++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo_target_props.cc @@ -12,7 +12,7 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_message.hh" diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo_type.cc b/source/blender/windowmanager/gizmo/intern/wm_gizmo_type.cc index 8c2ea1dca7e..a89f39d73bd 100644 --- a/source/blender/windowmanager/gizmo/intern/wm_gizmo_type.cc +++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo_type.cc @@ -20,8 +20,8 @@ #include "MEM_guardedalloc.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/windowmanager/intern/wm_dragdrop.cc b/source/blender/windowmanager/intern/wm_dragdrop.cc index 5f5b1c7afbb..fed0eae88fb 100644 --- a/source/blender/windowmanager/intern/wm_dragdrop.cc +++ b/source/blender/windowmanager/intern/wm_dragdrop.cc @@ -53,7 +53,7 @@ #include "UI_interface_icons.hh" #include "UI_resources.hh" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/windowmanager/intern/wm_event_query.cc b/source/blender/windowmanager/intern/wm_event_query.cc index a6d83b8df5e..4ae1ebc3349 100644 --- a/source/blender/windowmanager/intern/wm_event_query.cc +++ b/source/blender/windowmanager/intern/wm_event_query.cc @@ -24,7 +24,7 @@ #include "BKE_context.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" @@ -32,7 +32,7 @@ #include "wm_event_system.h" #include "wm_event_types.hh" -#include "RNA_enum_types.h" +#include "RNA_enum_types.hh" #include "DEG_depsgraph.h" diff --git a/source/blender/windowmanager/intern/wm_event_system.cc b/source/blender/windowmanager/intern/wm_event_system.cc index ee8481d14aa..bd3e3815de0 100644 --- a/source/blender/windowmanager/intern/wm_event_system.cc +++ b/source/blender/windowmanager/intern/wm_event_system.cc @@ -60,7 +60,7 @@ #include "GPU_context.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "UI_interface.hh" diff --git a/source/blender/windowmanager/intern/wm_files.cc b/source/blender/windowmanager/intern/wm_files.cc index 11c2c8c52ab..a007b8cb821 100644 --- a/source/blender/windowmanager/intern/wm_files.cc +++ b/source/blender/windowmanager/intern/wm_files.cc @@ -85,8 +85,8 @@ #include "BLO_undofile.h" /* to save from an undo memfile */ #include "BLO_writefile.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "IMB_imbuf.h" #include "IMB_imbuf_types.h" diff --git a/source/blender/windowmanager/intern/wm_files_link.cc b/source/blender/windowmanager/intern/wm_files_link.cc index 69dc7db1881..707f09ef706 100644 --- a/source/blender/windowmanager/intern/wm_files_link.cc +++ b/source/blender/windowmanager/intern/wm_files_link.cc @@ -64,8 +64,8 @@ #include "ED_datafiles.h" #include "ED_screen.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/windowmanager/intern/wm_gesture_ops.cc b/source/blender/windowmanager/intern/wm_gesture_ops.cc index 69fbcdd9cd6..5f1e66c3147 100644 --- a/source/blender/windowmanager/intern/wm_gesture_ops.cc +++ b/source/blender/windowmanager/intern/wm_gesture_ops.cc @@ -34,8 +34,8 @@ #include "UI_interface.hh" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" /* -------------------------------------------------------------------- */ /** \name Internal Gesture Utilities diff --git a/source/blender/windowmanager/intern/wm_init_exit.cc b/source/blender/windowmanager/intern/wm_init_exit.cc index 9b0641ceeb1..9ccb8f9ff20 100644 --- a/source/blender/windowmanager/intern/wm_init_exit.cc +++ b/source/blender/windowmanager/intern/wm_init_exit.cc @@ -80,7 +80,7 @@ #include "GHOST_C-api.h" #include "GHOST_Path-api.hh" -#include "RNA_define.h" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_message.hh" diff --git a/source/blender/windowmanager/intern/wm_keymap.cc b/source/blender/windowmanager/intern/wm_keymap.cc index 6938680cae5..b30acc81a8f 100644 --- a/source/blender/windowmanager/intern/wm_keymap.cc +++ b/source/blender/windowmanager/intern/wm_keymap.cc @@ -37,8 +37,8 @@ #include "BLT_translation.h" -#include "RNA_access.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/windowmanager/intern/wm_keymap_utils.cc b/source/blender/windowmanager/intern/wm_keymap_utils.cc index 5040eaa0745..e0730eb8b3f 100644 --- a/source/blender/windowmanager/intern/wm_keymap_utils.cc +++ b/source/blender/windowmanager/intern/wm_keymap_utils.cc @@ -20,7 +20,7 @@ #include "BKE_context.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/windowmanager/intern/wm_operator_props.cc b/source/blender/windowmanager/intern/wm_operator_props.cc index 04081919797..a9093fcfdca 100644 --- a/source/blender/windowmanager/intern/wm_operator_props.cc +++ b/source/blender/windowmanager/intern/wm_operator_props.cc @@ -20,9 +20,9 @@ #include "UI_resources.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "ED_select_utils.hh" diff --git a/source/blender/windowmanager/intern/wm_operator_type.cc b/source/blender/windowmanager/intern/wm_operator_type.cc index c364ec85590..9117ab9d5eb 100644 --- a/source/blender/windowmanager/intern/wm_operator_type.cc +++ b/source/blender/windowmanager/intern/wm_operator_type.cc @@ -27,9 +27,9 @@ #include "BKE_context.h" #include "BKE_idprop.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "RNA_prototypes.h" #include "WM_api.hh" diff --git a/source/blender/windowmanager/intern/wm_operator_utils.cc b/source/blender/windowmanager/intern/wm_operator_utils.cc index d96d8b463a4..db2174fa23b 100644 --- a/source/blender/windowmanager/intern/wm_operator_utils.cc +++ b/source/blender/windowmanager/intern/wm_operator_utils.cc @@ -17,8 +17,8 @@ #include "BKE_global.h" #include "BKE_layer.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" /* Own include. */ #include "WM_types.hh" diff --git a/source/blender/windowmanager/intern/wm_operators.cc b/source/blender/windowmanager/intern/wm_operators.cc index 6a45c25c8db..faba703de44 100644 --- a/source/blender/windowmanager/intern/wm_operators.cc +++ b/source/blender/windowmanager/intern/wm_operators.cc @@ -81,10 +81,10 @@ #include "ED_undo.hh" #include "ED_view3d.hh" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" +#include "RNA_path.hh" #include "RNA_prototypes.h" #include "UI_interface.hh" diff --git a/source/blender/windowmanager/intern/wm_stereo.cc b/source/blender/windowmanager/intern/wm_stereo.cc index 239c9746f83..29875e579ee 100644 --- a/source/blender/windowmanager/intern/wm_stereo.cc +++ b/source/blender/windowmanager/intern/wm_stereo.cc @@ -11,7 +11,7 @@ #include "DNA_listBase.h" -#include "RNA_access.h" +#include "RNA_access.hh" #include "RNA_prototypes.h" #include "MEM_guardedalloc.h" diff --git a/source/blender/windowmanager/intern/wm_toolsystem.cc b/source/blender/windowmanager/intern/wm_toolsystem.cc index c1a8d9c6a5a..c86a2aac076 100644 --- a/source/blender/windowmanager/intern/wm_toolsystem.cc +++ b/source/blender/windowmanager/intern/wm_toolsystem.cc @@ -34,8 +34,8 @@ #include "BKE_paint.hh" #include "BKE_workspace.h" -#include "RNA_access.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_message.hh" diff --git a/source/blender/windowmanager/intern/wm_window.cc b/source/blender/windowmanager/intern/wm_window.cc index 03b0a01d294..11e47a396ca 100644 --- a/source/blender/windowmanager/intern/wm_window.cc +++ b/source/blender/windowmanager/intern/wm_window.cc @@ -37,9 +37,9 @@ #include "BKE_screen.h" #include "BKE_workspace.h" -#include "RNA_access.h" -#include "RNA_define.h" -#include "RNA_enum_types.h" +#include "RNA_access.hh" +#include "RNA_define.hh" +#include "RNA_enum_types.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/windowmanager/message_bus/intern/wm_message_bus_rna.cc b/source/blender/windowmanager/message_bus/intern/wm_message_bus_rna.cc index 19012782ae1..ebbda36cfde 100644 --- a/source/blender/windowmanager/message_bus/intern/wm_message_bus_rna.cc +++ b/source/blender/windowmanager/message_bus/intern/wm_message_bus_rna.cc @@ -21,8 +21,8 @@ #include "WM_types.hh" #include "message_bus/intern/wm_message_bus_intern.hh" -#include "RNA_access.h" -#include "RNA_path.h" +#include "RNA_access.hh" +#include "RNA_path.hh" /* -------------------------------------------------------------------- */ /** \name Internal Utilities diff --git a/source/blender/windowmanager/message_bus/wm_message_bus.hh b/source/blender/windowmanager/message_bus/wm_message_bus.hh index 245115d9d90..70ad7d6cd30 100644 --- a/source/blender/windowmanager/message_bus/wm_message_bus.hh +++ b/source/blender/windowmanager/message_bus/wm_message_bus.hh @@ -9,7 +9,7 @@ #pragma once #include "RNA_prototypes.h" -#include "RNA_types.h" +#include "RNA_types.hh" #include struct ID; diff --git a/source/blender/windowmanager/xr/intern/wm_xr_operators.cc b/source/blender/windowmanager/xr/intern/wm_xr_operators.cc index b8630e17a37..9f088ea5ffb 100644 --- a/source/blender/windowmanager/xr/intern/wm_xr_operators.cc +++ b/source/blender/windowmanager/xr/intern/wm_xr_operators.cc @@ -37,8 +37,8 @@ #include "PIL_time.h" -#include "RNA_access.h" -#include "RNA_define.h" +#include "RNA_access.hh" +#include "RNA_define.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/creator/creator.cc b/source/creator/creator.cc index 5d8fab7619c..1e87c0c46f8 100644 --- a/source/creator/creator.cc +++ b/source/creator/creator.cc @@ -73,7 +73,7 @@ #include "WM_api.hh" #include "WM_toolsystem.h" -#include "RNA_define.h" +#include "RNA_define.hh" #ifdef WITH_FREESTYLE # include "FRS_freestyle.h"