From 3d57bc4397fca53bc9702a27bbf50102827829b0 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Thu, 16 Nov 2023 11:41:55 +0100 Subject: [PATCH] Cleanup: Move several blenkernel headers to C++ Mostly focus on areas where we're already using C++ features, where combining C and C++ APIs is getting in the way. Pull Request: https://projects.blender.org/blender/blender/pulls/114972 --- .../blender/animrig/ANIM_bone_collections.h | 2 +- .../blender/animrig/intern/keyframing_auto.cc | 2 +- source/blender/animrig/intern/visualkey.cc | 2 +- .../tests/asset_representation_test.cc | 2 +- .../{BKE_DerivedMesh.h => BKE_DerivedMesh.hh} | 8 - source/blender/blenkernel/BKE_armature.h | 705 ------------------ source/blender/blenkernel/BKE_armature.hh | 697 ++++++++++++++++- .../blenkernel/{BKE_asset.h => BKE_asset.hh} | 8 - source/blender/blenkernel/BKE_attribute.h | 2 +- .../blender/blenkernel/BKE_attribute_math.hh | 2 +- .../{BKE_bvhutils.h => BKE_bvhutils.hh} | 31 +- .../{BKE_context.h => BKE_context.hh} | 17 +- .../{BKE_cpp_types.h => BKE_cpp_types.hh} | 8 - .../blenkernel/{BKE_curve.h => BKE_curve.hh} | 9 +- .../{BKE_customdata.h => BKE_customdata.hh} | 33 +- source/blender/blenkernel/BKE_data_transfer.h | 2 +- source/blender/blenkernel/BKE_displist.h | 2 +- .../{BKE_editmesh.h => BKE_editmesh.hh} | 8 - ...mesh_tangent.h => BKE_editmesh_tangent.hh} | 9 +- .../{BKE_lattice.h => BKE_lattice.hh} | 9 +- source/blender/blenkernel/BKE_mesh.h | 2 +- .../blenkernel/BKE_mesh_legacy_convert.hh | 2 +- source/blender/blenkernel/BKE_modifier.hh | 2 +- source/blender/blenkernel/BKE_node_runtime.hh | 2 +- .../blenkernel/BKE_node_tree_interface.hh | 2 +- ..._tree_update.h => BKE_node_tree_update.hh} | 8 - source/blender/blenkernel/BKE_paint.hh | 2 +- .../blenkernel/{BKE_pbvh.h => BKE_pbvh.hh} | 22 +- source/blender/blenkernel/BKE_pbvh_api.hh | 2 +- source/blender/blenkernel/BKE_pointcloud.h | 2 +- source/blender/blenkernel/BKE_screen.hh | 2 +- source/blender/blenkernel/BKE_shrinkwrap.h | 2 +- source/blender/blenkernel/BKE_subdiv_ccg.hh | 2 +- source/blender/blenkernel/BKE_subsurf.hh | 2 +- .../{BKE_viewer_path.h => BKE_viewer_path.hh} | 8 - .../{BKE_volume.h => BKE_volume.hh} | 19 +- ...E_volume_render.h => BKE_volume_render.hh} | 9 +- source/blender/blenkernel/CMakeLists.txt | 31 +- .../blender/blenkernel/intern/DerivedMesh.cc | 6 +- source/blender/blenkernel/intern/action.cc | 4 +- .../blenkernel/intern/action_mirror.cc | 2 +- source/blender/blenkernel/intern/anim_data.cc | 2 +- source/blender/blenkernel/intern/anim_path.cc | 2 +- source/blender/blenkernel/intern/anim_sys.cc | 2 +- source/blender/blenkernel/intern/armature.cc | 4 +- .../blenkernel/intern/armature_deform.cc | 8 +- .../blenkernel/intern/armature_update.cc | 4 +- source/blender/blenkernel/intern/asset.cc | 2 +- .../blenkernel/intern/asset_metadata_test.cc | 2 +- .../blenkernel/intern/asset_weak_reference.cc | 2 +- source/blender/blenkernel/intern/attribute.cc | 4 +- .../blenkernel/intern/attribute_access.cc | 2 +- .../blenkernel/intern/blender_copybuffer.cc | 2 +- .../blender/blenkernel/intern/blender_undo.cc | 2 +- source/blender/blenkernel/intern/blendfile.cc | 2 +- source/blender/blenkernel/intern/brush.cc | 2 +- source/blender/blenkernel/intern/bvhutils.cc | 4 +- .../blenkernel/intern/cdderivedmesh.cc | 8 +- source/blender/blenkernel/intern/cloth.cc | 2 +- .../blender/blenkernel/intern/colortools.cc | 2 +- .../blender/blenkernel/intern/constraint.cc | 8 +- source/blender/blenkernel/intern/context.cc | 2 +- source/blender/blenkernel/intern/cpp_types.cc | 2 +- .../blender/blenkernel/intern/crazyspace.cc | 4 +- source/blender/blenkernel/intern/curve.cc | 2 +- .../blender/blenkernel/intern/curve_bevel.cc | 2 +- .../blenkernel/intern/curve_convert.cc | 2 +- .../blenkernel/intern/curve_decimate.cc | 2 +- .../blender/blenkernel/intern/curve_deform.cc | 6 +- .../blenkernel/intern/curve_legacy_convert.cc | 2 +- .../blender/blenkernel/intern/curveprofile.cc | 2 +- source/blender/blenkernel/intern/curves.cc | 2 +- .../blenkernel/intern/curves_geometry.cc | 2 +- .../blender/blenkernel/intern/customdata.cc | 4 +- .../blenkernel/intern/data_transfer.cc | 2 +- .../blenkernel/intern/data_transfer_intern.h | 2 +- source/blender/blenkernel/intern/deform.cc | 2 +- source/blender/blenkernel/intern/displist.cc | 2 +- .../blender/blenkernel/intern/dynamicpaint.cc | 6 +- source/blender/blenkernel/intern/editmesh.cc | 6 +- .../blender/blenkernel/intern/editmesh_bvh.cc | 2 +- .../blenkernel/intern/editmesh_cache.cc | 2 +- .../blenkernel/intern/editmesh_tangent.cc | 6 +- source/blender/blenkernel/intern/effect.cc | 4 +- source/blender/blenkernel/intern/fcurve.cc | 4 +- .../blenkernel/intern/fcurve_driver.cc | 2 +- source/blender/blenkernel/intern/fluid.cc | 4 +- .../intern/geometry_component_curves.cc | 2 +- .../intern/geometry_component_volume.cc | 2 +- .../blender/blenkernel/intern/geometry_set.cc | 2 +- .../blenkernel/intern/gpencil_curve_legacy.cc | 4 +- .../blenkernel/intern/gpencil_geom_legacy.cc | 2 +- .../intern/gpencil_modifier_legacy.cc | 2 +- .../blenkernel/intern/grease_pencil.cc | 2 +- source/blender/blenkernel/intern/image.cc | 2 +- source/blender/blenkernel/intern/key.cc | 8 +- source/blender/blenkernel/intern/lattice.cc | 4 +- .../blenkernel/intern/lattice_deform.cc | 6 +- .../blenkernel/intern/lattice_deform_test.cc | 2 +- .../blender/blenkernel/intern/layer_utils.cc | 4 +- source/blender/blenkernel/intern/lib_id.cc | 6 +- .../blenkernel/intern/lib_id_delete.cc | 2 +- .../blender/blenkernel/intern/lib_override.cc | 2 +- source/blender/blenkernel/intern/lib_remap.cc | 6 +- .../blenkernel/intern/lib_remap_test.cc | 2 +- source/blender/blenkernel/intern/linestyle.cc | 4 +- source/blender/blenkernel/intern/mask.cc | 2 +- .../blenkernel/intern/mask_evaluate.cc | 2 +- source/blender/blenkernel/intern/material.cc | 4 +- source/blender/blenkernel/intern/mball.cc | 4 +- source/blender/blenkernel/intern/mesh.cc | 2 +- .../blenkernel/intern/mesh_boolean_convert.cc | 2 +- .../blenkernel/intern/mesh_calc_edges.cc | 2 +- .../blender/blenkernel/intern/mesh_convert.cc | 6 +- .../blender/blenkernel/intern/mesh_debug.cc | 2 +- .../blenkernel/intern/mesh_evaluate.cc | 2 +- .../blenkernel/intern/mesh_iterators.cc | 4 +- .../blenkernel/intern/mesh_legacy_convert.cc | 4 +- .../blender/blenkernel/intern/mesh_mapping.cc | 2 +- .../intern/mesh_merge_customdata.cc | 2 +- .../blender/blenkernel/intern/mesh_normals.cc | 2 +- .../blender/blenkernel/intern/mesh_remap.cc | 4 +- .../blenkernel/intern/mesh_remesh_voxel.cc | 6 +- .../blender/blenkernel/intern/mesh_runtime.cc | 2 +- .../blender/blenkernel/intern/mesh_sample.cc | 2 +- .../blender/blenkernel/intern/mesh_tangent.cc | 2 +- .../blenkernel/intern/mesh_validate.cc | 2 +- .../blender/blenkernel/intern/mesh_wrapper.cc | 4 +- source/blender/blenkernel/intern/modifier.cc | 4 +- source/blender/blenkernel/intern/movieclip.cc | 2 +- source/blender/blenkernel/intern/multires.cc | 2 +- .../blenkernel/intern/multires_reshape.cc | 2 +- .../intern/multires_reshape_apply_base.cc | 2 +- .../intern/multires_reshape_smooth.cc | 2 +- .../intern/multires_reshape_subdivide.cc | 2 +- .../intern/multires_reshape_util.cc | 2 +- .../blenkernel/intern/multires_unsubdivide.cc | 2 +- source/blender/blenkernel/intern/node.cc | 6 +- .../blenkernel/intern/node_tree_update.cc | 2 +- source/blender/blenkernel/intern/object.cc | 14 +- .../blenkernel/intern/object_deform.cc | 2 +- .../blender/blenkernel/intern/object_dupli.cc | 4 +- .../blenkernel/intern/object_update.cc | 12 +- .../blender/blenkernel/intern/packedFile.cc | 2 +- source/blender/blenkernel/intern/paint.cc | 2 +- .../blender/blenkernel/intern/paint_canvas.cc | 2 +- source/blender/blenkernel/intern/particle.cc | 2 +- .../blenkernel/intern/particle_distribute.cc | 2 +- .../blenkernel/intern/particle_system.cc | 4 +- .../blender/blenkernel/intern/pbvh_bmesh.cc | 2 +- .../blender/blenkernel/intern/pbvh_pixels.cc | 2 +- .../blenkernel/intern/pbvh_pixels_copy.hh | 2 +- .../blender/blenkernel/intern/pointcloud.cc | 2 +- source/blender/blenkernel/intern/scene.cc | 4 +- source/blender/blenkernel/intern/screen.cc | 2 +- .../blender/blenkernel/intern/shrinkwrap.cc | 8 +- source/blender/blenkernel/intern/softbody.cc | 2 +- .../blender/blenkernel/intern/subdiv_ccg.cc | 2 +- .../blenkernel/intern/subdiv_ccg_mask.cc | 2 +- .../blenkernel/intern/subdiv_deform.cc | 2 +- .../intern/subdiv_displacement_multires.cc | 2 +- .../blender/blenkernel/intern/subdiv_eval.cc | 2 +- .../blenkernel/intern/subdiv_foreach.cc | 2 +- .../blender/blenkernel/intern/subdiv_mesh.cc | 2 +- .../blender/blenkernel/intern/undo_system.cc | 2 +- source/blender/blenkernel/intern/vfont.cc | 2 +- .../blenkernel/intern/vfontdata_freetype.cc | 2 +- .../blender/blenkernel/intern/viewer_path.cc | 2 +- source/blender/blenkernel/intern/volume.cc | 2 +- .../blenkernel/intern/volume_render.cc | 4 +- .../blenkernel/intern/volume_to_mesh.cc | 2 +- source/blender/blenkernel/intern/workspace.cc | 4 +- .../blenloader/intern/readblenentry.cc | 2 +- source/blender/blenloader/intern/readfile.cc | 2 +- .../blenloader/intern/versioning_250.cc | 4 +- .../blenloader/intern/versioning_260.cc | 2 +- .../blenloader/intern/versioning_280.cc | 4 +- .../blenloader/intern/versioning_290.cc | 4 +- .../blenloader/intern/versioning_300.cc | 6 +- .../blenloader/intern/versioning_400.cc | 4 +- .../blenloader/intern/versioning_defaults.cc | 4 +- .../blenloader/intern/versioning_legacy.cc | 4 +- .../tests/blendfile_loading_base_test.cc | 2 +- source/blender/bmesh/bmesh.h | 2 +- .../blender/bmesh/intern/bmesh_construct.cc | 2 +- source/blender/bmesh/intern/bmesh_core.cc | 2 +- source/blender/bmesh/intern/bmesh_interp.cc | 2 +- source/blender/bmesh/intern/bmesh_log.cc | 2 +- source/blender/bmesh/intern/bmesh_mesh.cc | 2 +- .../bmesh/intern/bmesh_mesh_convert.cc | 2 +- .../blender/bmesh/intern/bmesh_mesh_debug.cc | 2 +- .../bmesh/intern/bmesh_mesh_normals.cc | 4 +- source/blender/bmesh/intern/bmesh_mods.cc | 2 +- source/blender/bmesh/intern/bmesh_polygon.cc | 2 +- .../bmesh/intern/bmesh_polygon_edgenet.cc | 2 +- source/blender/bmesh/intern/bmesh_query.cc | 2 +- source/blender/bmesh/intern/bmesh_query_uv.cc | 2 +- .../bmesh/intern/bmesh_walkers_impl.cc | 2 +- source/blender/bmesh/operators/bmo_extrude.cc | 2 +- .../blender/bmesh/operators/bmo_fill_grid.cc | 2 +- source/blender/bmesh/operators/bmo_inset.cc | 2 +- .../bmesh/operators/bmo_join_triangles.cc | 2 +- source/blender/bmesh/operators/bmo_mirror.cc | 2 +- .../bmesh/operators/bmo_offset_edgeloops.cc | 2 +- source/blender/bmesh/operators/bmo_poke.cc | 2 +- .../blender/bmesh/operators/bmo_primitive.cc | 2 +- .../bmesh/operators/bmo_removedoubles.cc | 2 +- .../blender/bmesh/operators/bmo_subdivide.cc | 2 +- .../bmesh/operators/bmo_subdivide_edgering.cc | 2 +- source/blender/bmesh/operators/bmo_utils.cc | 2 +- source/blender/bmesh/tools/bmesh_bevel.cc | 2 +- .../bmesh/tools/bmesh_decimate_collapse.cc | 2 +- .../bmesh/tools/bmesh_decimate_dissolve.cc | 2 +- .../bmesh/tools/bmesh_intersect_edges.cc | 2 +- source/blender/bmesh/tools/bmesh_wireframe.cc | 2 +- .../intern/builder/deg_builder_nodes.cc | 8 +- .../intern/builder/deg_builder_nodes_rig.cc | 2 +- .../intern/builder/deg_builder_relations.cc | 4 +- .../builder/deg_builder_relations_rig.cc | 2 +- .../depsgraph/intern/depsgraph_query.cc | 2 +- .../intern/eval/deg_eval_copy_on_write.cc | 6 +- .../eval/deg_eval_runtime_backup_volume.cc | 2 +- .../draw/engines/eevee/eevee_volumes.cc | 4 +- .../draw/engines/overlay/overlay_armature.cc | 2 +- .../draw/engines/overlay/overlay_edit_mesh.cc | 4 +- .../draw/engines/overlay/overlay_edit_uv.cc | 4 +- .../draw/engines/overlay/overlay_extra.cc | 2 +- .../draw/engines/overlay/overlay_wireframe.cc | 4 +- .../draw/engines/select/select_draw_utils.cc | 2 +- .../engines/workbench/workbench_engine.cc | 2 +- .../draw/engines/workbench/workbench_state.cc | 2 +- .../engines/workbench/workbench_volume.cc | 4 +- source/blender/draw/intern/DRW_render.h | 4 +- .../draw/intern/draw_cache_extract_mesh.cc | 2 +- .../draw_cache_extract_mesh_render_data.cc | 2 +- .../draw/intern/draw_cache_impl_curve.cc | 2 +- .../draw/intern/draw_cache_impl_lattice.cc | 2 +- .../draw/intern/draw_cache_impl_mesh.cc | 6 +- .../draw/intern/draw_cache_impl_particles.cc | 2 +- .../intern/draw_cache_impl_subdivision.cc | 2 +- .../draw/intern/draw_cache_impl_volume.cc | 4 +- source/blender/draw/intern/draw_manager_c.cc | 12 +- .../blender/draw/intern/draw_manager_data.cc | 4 +- .../draw/intern/draw_manager_shader.cc | 2 +- .../blender/draw/intern/draw_manager_text.cc | 2 +- source/blender/draw/intern/draw_pbvh.cc | 4 +- source/blender/draw/intern/draw_resource.hh | 4 +- source/blender/draw/intern/draw_volume.cc | 4 +- .../intern/mesh_extractors/extract_mesh.hh | 4 +- .../extract_mesh_vbo_mesh_analysis.cc | 2 +- .../mesh_extractors/extract_mesh_vbo_tan.cc | 4 +- source/blender/draw/tests/eevee_test.cc | 2 +- .../animation/anim_channels_defines.cc | 4 +- .../editors/animation/anim_channels_edit.cc | 2 +- source/blender/editors/animation/anim_deps.cc | 2 +- source/blender/editors/animation/anim_draw.cc | 4 +- .../blender/editors/animation/anim_filter.cc | 2 +- .../blender/editors/animation/anim_markers.cc | 2 +- source/blender/editors/animation/anim_ops.cc | 2 +- source/blender/editors/animation/drivers.cc | 2 +- .../blender/editors/animation/fmodifier_ui.cc | 2 +- .../editors/animation/keyframes_general.cc | 2 +- .../blender/editors/animation/keyframing.cc | 4 +- .../blender/editors/animation/keyingsets.cc | 2 +- .../editors/animation/time_scrub_ui.cc | 2 +- .../blender/editors/armature/armature_add.cc | 4 +- .../blender/editors/armature/armature_edit.cc | 4 +- .../editors/armature/armature_naming.cc | 4 +- .../editors/armature/armature_relations.cc | 4 +- .../editors/armature/armature_select.cc | 4 +- .../editors/armature/armature_skinning.cc | 2 +- .../editors/armature/armature_utils.cc | 4 +- .../editors/armature/bone_collections.cc | 2 +- .../editors/armature/editarmature_undo.cc | 4 +- .../blender/editors/armature/meshlaplacian.cc | 2 +- source/blender/editors/armature/pose_edit.cc | 4 +- source/blender/editors/armature/pose_lib_2.cc | 4 +- .../blender/editors/armature/pose_select.cc | 4 +- source/blender/editors/armature/pose_slide.cc | 2 +- .../editors/armature/pose_transform.cc | 4 +- source/blender/editors/armature/pose_utils.cc | 2 +- .../editors/asset/intern/asset_filter.cc | 2 +- .../editors/asset/intern/asset_indexer.cc | 2 +- .../editors/asset/intern/asset_list.cc | 2 +- .../editors/asset/intern/asset_mark_clear.cc | 4 +- .../editors/asset/intern/asset_menu_utils.cc | 2 +- .../blender/editors/asset/intern/asset_ops.cc | 4 +- .../editors/asset/intern/asset_shelf.cc | 2 +- .../intern/asset_shelf_catalog_selector.cc | 2 +- source/blender/editors/curve/editcurve.cc | 4 +- source/blender/editors/curve/editcurve_add.cc | 4 +- .../blender/editors/curve/editcurve_paint.cc | 4 +- source/blender/editors/curve/editcurve_pen.cc | 4 +- .../blender/editors/curve/editcurve_query.cc | 2 +- .../blender/editors/curve/editcurve_select.cc | 4 +- .../blender/editors/curve/editcurve_undo.cc | 4 +- source/blender/editors/curve/editfont.cc | 4 +- source/blender/editors/curve/editfont_undo.cc | 2 +- .../editors/curves/intern/curves_add.cc | 2 +- .../curves/intern/curves_attribute_set.cc | 2 +- .../editors/curves/intern/curves_ops.cc | 4 +- .../editors/curves/intern/curves_undo.cc | 2 +- .../editors/geometry/geometry_attributes.cc | 2 +- .../geometry/geometry_randomization.cc | 2 +- .../editors/geometry/node_group_operator.cc | 6 +- .../editors/gizmo_library/gizmo_draw_utils.cc | 2 +- .../gizmo_library/gizmo_library_presets.cc | 2 +- .../gizmo_library/gizmo_library_utils.cc | 2 +- .../gizmo_types/arrow3d_gizmo.cc | 2 +- .../gizmo_types/blank3d_gizmo.cc | 2 +- .../gizmo_types/button2d_gizmo.cc | 2 +- .../gizmo_library/gizmo_types/cage2d_gizmo.cc | 2 +- .../gizmo_library/gizmo_types/cage3d_gizmo.cc | 2 +- .../gizmo_library/gizmo_types/dial3d_gizmo.cc | 2 +- .../gizmo_library/gizmo_types/move3d_gizmo.cc | 2 +- .../gizmo_types/primitive3d_gizmo.cc | 2 +- .../gizmo_library/gizmo_types/snap3d_gizmo.cc | 2 +- .../editors/gpencil_legacy/annotate_draw.cc | 2 +- .../editors/gpencil_legacy/annotate_paint.cc | 2 +- .../editors/gpencil_legacy/drawgpencil.cc | 2 +- .../gpencil_legacy/gpencil_add_blank.cc | 2 +- .../gpencil_legacy/gpencil_add_lineart.cc | 2 +- .../gpencil_legacy/gpencil_add_monkey.cc | 2 +- .../gpencil_legacy/gpencil_add_stroke.cc | 2 +- .../gpencil_legacy/gpencil_armature.cc | 4 +- .../gpencil_legacy/gpencil_bake_animation.cc | 2 +- .../editors/gpencil_legacy/gpencil_convert.cc | 4 +- .../editors/gpencil_legacy/gpencil_data.cc | 2 +- .../editors/gpencil_legacy/gpencil_edit.cc | 2 +- .../gpencil_legacy/gpencil_edit_curve.cc | 2 +- .../editors/gpencil_legacy/gpencil_fill.cc | 2 +- .../gpencil_legacy/gpencil_interpolate.cc | 2 +- .../editors/gpencil_legacy/gpencil_merge.cc | 2 +- .../editors/gpencil_legacy/gpencil_mesh.cc | 2 +- .../editors/gpencil_legacy/gpencil_ops.cc | 2 +- .../gpencil_legacy/gpencil_ops_versioning.cc | 2 +- .../editors/gpencil_legacy/gpencil_paint.cc | 2 +- .../gpencil_legacy/gpencil_primitive.cc | 2 +- .../gpencil_legacy/gpencil_sculpt_paint.cc | 2 +- .../editors/gpencil_legacy/gpencil_select.cc | 2 +- .../gpencil_legacy/gpencil_trace_ops.cc | 2 +- .../editors/gpencil_legacy/gpencil_undo.cc | 2 +- .../editors/gpencil_legacy/gpencil_utils.cc | 2 +- .../editors/gpencil_legacy/gpencil_uv.cc | 2 +- .../gpencil_legacy/gpencil_vertex_ops.cc | 2 +- .../gpencil_legacy/gpencil_vertex_paint.cc | 2 +- .../gpencil_legacy/gpencil_weight_paint.cc | 2 +- .../intern/grease_pencil_edit.cc | 2 +- .../intern/grease_pencil_frames.cc | 2 +- .../intern/grease_pencil_layers.cc | 2 +- .../intern/grease_pencil_select.cc | 2 +- .../intern/grease_pencil_utils.cc | 2 +- source/blender/editors/include/ED_uvedit.hh | 2 +- .../blender/editors/include/ED_viewer_path.hh | 2 +- .../interface/eyedroppers/eyedropper_color.cc | 2 +- .../eyedroppers/eyedropper_colorband.cc | 2 +- .../eyedroppers/eyedropper_datablock.cc | 2 +- .../interface/eyedroppers/eyedropper_depth.cc | 2 +- .../eyedroppers/eyedropper_driver.cc | 2 +- .../eyedroppers/eyedropper_gpencil_color.cc | 2 +- .../eyedroppers/interface_eyedropper.cc | 2 +- source/blender/editors/interface/interface.cc | 2 +- .../editors/interface/interface_anim.cc | 2 +- .../interface/interface_context_menu.cc | 2 +- .../editors/interface/interface_dropboxes.cc | 2 +- .../editors/interface/interface_handlers.cc | 2 +- .../editors/interface/interface_icons.cc | 2 +- .../editors/interface/interface_layout.cc | 4 +- .../editors/interface/interface_ops.cc | 2 +- .../editors/interface/interface_panel.cc | 2 +- .../interface_region_color_picker.cc | 2 +- .../editors/interface/interface_region_hud.cc | 2 +- .../interface/interface_region_menu_pie.cc | 2 +- .../interface/interface_region_menu_popup.cc | 2 +- .../interface/interface_region_popover.cc | 2 +- .../interface/interface_region_popup.cc | 2 +- .../interface/interface_region_search.cc | 2 +- .../interface/interface_region_tooltip.cc | 2 +- .../editors/interface/interface_regions.cc | 2 +- ...rface_template_grease_pencil_layer_tree.cc | 2 +- .../interface_template_light_linking.cc | 2 +- .../interface_template_node_tree_interface.cc | 4 +- .../interface_template_search_menu.cc | 2 +- .../interface_template_search_operator.cc | 2 +- .../editors/interface/interface_templates.cc | 2 +- .../editors/interface/interface_utils.cc | 2 +- .../editors/interface/interface_widgets.cc | 2 +- source/blender/editors/interface/view2d.cc | 2 +- .../editors/interface/view2d_edge_pan.cc | 2 +- .../interface/view2d_gizmo_navigate.cc | 2 +- .../blender/editors/interface/view2d_ops.cc | 2 +- .../interface/views/abstract_view_item.cc | 2 +- .../editors/interface/views/tree_view.cc | 2 +- source/blender/editors/io/io_alembic.cc | 2 +- source/blender/editors/io/io_cache.cc | 2 +- source/blender/editors/io/io_collada.cc | 2 +- .../blender/editors/io/io_gpencil_import.cc | 2 +- source/blender/editors/io/io_gpencil_utils.cc | 2 +- source/blender/editors/io/io_obj.cc | 2 +- source/blender/editors/io/io_ply_ops.cc | 2 +- source/blender/editors/io/io_stl_ops.cc | 2 +- source/blender/editors/io/io_usd.cc | 2 +- .../editors/lattice/editlattice_select.cc | 4 +- .../editors/lattice/editlattice_tools.cc | 4 +- .../editors/lattice/editlattice_undo.cc | 2 +- source/blender/editors/mask/mask_add.cc | 4 +- source/blender/editors/mask/mask_draw.cc | 2 +- source/blender/editors/mask/mask_edit.cc | 2 +- source/blender/editors/mask/mask_ops.cc | 2 +- source/blender/editors/mask/mask_query.cc | 2 +- .../editors/mask/mask_relationships.cc | 2 +- source/blender/editors/mask/mask_select.cc | 2 +- source/blender/editors/mask/mask_shapekey.cc | 2 +- source/blender/editors/mesh/editface.cc | 4 +- source/blender/editors/mesh/editmesh_add.cc | 4 +- .../editors/mesh/editmesh_add_gizmo.cc | 4 +- .../editors/mesh/editmesh_attribute.cc | 4 +- .../editors/mesh/editmesh_automerge.cc | 2 +- source/blender/editors/mesh/editmesh_bevel.cc | 4 +- .../blender/editors/mesh/editmesh_bisect.cc | 4 +- .../blender/editors/mesh/editmesh_extrude.cc | 4 +- .../editors/mesh/editmesh_extrude_screw.cc | 4 +- .../editors/mesh/editmesh_extrude_spin.cc | 4 +- .../mesh/editmesh_extrude_spin_gizmo.cc | 4 +- source/blender/editors/mesh/editmesh_inset.cc | 4 +- .../editors/mesh/editmesh_intersect.cc | 4 +- source/blender/editors/mesh/editmesh_knife.cc | 6 +- .../editors/mesh/editmesh_knife_project.cc | 8 +- .../blender/editors/mesh/editmesh_loopcut.cc | 4 +- .../editors/mesh/editmesh_mask_extract.cc | 4 +- source/blender/editors/mesh/editmesh_path.cc | 8 +- .../editors/mesh/editmesh_polybuild.cc | 4 +- .../mesh/editmesh_preselect_edgering.cc | 2 +- .../editors/mesh/editmesh_preselect_elem.cc | 2 +- source/blender/editors/mesh/editmesh_rip.cc | 4 +- .../blender/editors/mesh/editmesh_rip_edge.cc | 4 +- .../blender/editors/mesh/editmesh_select.cc | 6 +- .../editors/mesh/editmesh_select_similar.cc | 6 +- source/blender/editors/mesh/editmesh_tools.cc | 6 +- source/blender/editors/mesh/editmesh_undo.cc | 6 +- source/blender/editors/mesh/editmesh_utils.cc | 8 +- source/blender/editors/mesh/mesh_data.cc | 6 +- source/blender/editors/mesh/mesh_mirror.cc | 2 +- source/blender/editors/mesh/meshtools.cc | 6 +- .../editors/metaball/editmball_undo.cc | 2 +- source/blender/editors/metaball/mball_edit.cc | 2 +- .../editors/object/add_modifier_assets.cc | 4 +- source/blender/editors/object/object_add.cc | 10 +- source/blender/editors/object/object_bake.cc | 4 +- .../blender/editors/object/object_bake_api.cc | 4 +- .../editors/object/object_bake_simulation.cc | 2 +- .../editors/object/object_collection.cc | 2 +- .../editors/object/object_constraint.cc | 4 +- .../editors/object/object_data_transfer.cc | 2 +- .../editors/object/object_data_transform.cc | 8 +- source/blender/editors/object/object_edit.cc | 10 +- .../editors/object/object_gpencil_modifier.cc | 2 +- source/blender/editors/object/object_hook.cc | 4 +- .../object/object_light_linking_ops.cc | 2 +- source/blender/editors/object/object_modes.cc | 2 +- .../blender/editors/object/object_modifier.cc | 14 +- source/blender/editors/object/object_ops.cc | 2 +- .../blender/editors/object/object_random.cc | 2 +- .../editors/object/object_relations.cc | 14 +- .../blender/editors/object/object_remesh.cc | 4 +- .../blender/editors/object/object_select.cc | 4 +- .../editors/object/object_shader_fx.cc | 2 +- .../blender/editors/object/object_shapekey.cc | 4 +- .../editors/object/object_transform.cc | 10 +- source/blender/editors/object/object_utils.cc | 6 +- .../blender/editors/object/object_vgroup.cc | 8 +- .../blender/editors/object/object_volume.cc | 4 +- source/blender/editors/object/object_warp.cc | 2 +- .../editors/physics/dynamicpaint_ops.cc | 2 +- .../blender/editors/physics/particle_boids.cc | 2 +- .../blender/editors/physics/particle_edit.cc | 4 +- .../editors/physics/particle_edit_undo.cc | 2 +- .../editors/physics/particle_object.cc | 4 +- .../blender/editors/physics/physics_fluid.cc | 2 +- .../editors/physics/physics_pointcache.cc | 2 +- .../editors/physics/rigidbody_constraint.cc | 2 +- .../editors/physics/rigidbody_object.cc | 2 +- .../editors/physics/rigidbody_world.cc | 2 +- .../blender/editors/render/render_internal.cc | 4 +- .../blender/editors/render/render_opengl.cc | 4 +- .../blender/editors/render/render_preview.cc | 4 +- .../blender/editors/render/render_shading.cc | 6 +- .../blender/editors/render/render_update.cc | 2 +- source/blender/editors/render/render_view.cc | 2 +- source/blender/editors/scene/scene_edit.cc | 2 +- source/blender/editors/screen/area.cc | 2 +- source/blender/editors/screen/glutil.cc | 2 +- .../blender/editors/screen/screen_context.cc | 4 +- source/blender/editors/screen/screen_edit.cc | 2 +- source/blender/editors/screen/screen_ops.cc | 4 +- .../editors/screen/screen_user_menu.cc | 2 +- source/blender/editors/screen/screendump.cc | 2 +- .../blender/editors/screen/workspace_edit.cc | 2 +- .../editors/screen/workspace_layout_edit.cc | 2 +- .../editors/screen/workspace_listen.cc | 2 +- .../editors/sculpt_paint/curves_sculpt_add.cc | 4 +- .../sculpt_paint/curves_sculpt_brush.cc | 4 +- .../sculpt_paint/curves_sculpt_comb.cc | 4 +- .../sculpt_paint/curves_sculpt_delete.cc | 4 +- .../sculpt_paint/curves_sculpt_density.cc | 4 +- .../sculpt_paint/curves_sculpt_grow_shrink.cc | 2 +- .../editors/sculpt_paint/curves_sculpt_ops.cc | 4 +- .../sculpt_paint/curves_sculpt_pinch.cc | 2 +- .../sculpt_paint/curves_sculpt_puff.cc | 4 +- .../curves_sculpt_selection_paint.cc | 2 +- .../sculpt_paint/curves_sculpt_slide.cc | 4 +- .../sculpt_paint/curves_sculpt_smooth.cc | 2 +- .../sculpt_paint/curves_sculpt_snake_hook.cc | 4 +- .../sculpt_paint/grease_pencil_draw_ops.cc | 2 +- .../sculpt_paint/grease_pencil_erase.cc | 2 +- .../sculpt_paint/grease_pencil_paint.cc | 2 +- .../editors/sculpt_paint/paint_cursor.cc | 4 +- .../editors/sculpt_paint/paint_curve.cc | 2 +- .../editors/sculpt_paint/paint_curve_undo.cc | 2 +- .../editors/sculpt_paint/paint_hide.cc | 2 +- .../editors/sculpt_paint/paint_image.cc | 2 +- .../editors/sculpt_paint/paint_image_2d.cc | 2 +- .../sculpt_paint/paint_image_ops_paint.cc | 2 +- .../editors/sculpt_paint/paint_image_proj.cc | 4 +- .../editors/sculpt_paint/paint_mask.cc | 2 +- .../blender/editors/sculpt_paint/paint_ops.cc | 2 +- .../editors/sculpt_paint/paint_stroke.cc | 4 +- .../editors/sculpt_paint/paint_utils.cc | 4 +- .../editors/sculpt_paint/paint_vertex.cc | 4 +- .../sculpt_paint/paint_vertex_color_ops.cc | 2 +- .../editors/sculpt_paint/paint_vertex_proj.cc | 4 +- .../sculpt_paint/paint_vertex_weight_ops.cc | 2 +- .../sculpt_paint/paint_vertex_weight_utils.cc | 2 +- .../editors/sculpt_paint/paint_weight.cc | 4 +- source/blender/editors/sculpt_paint/sculpt.cc | 2 +- .../sculpt_paint/sculpt_automasking.cc | 2 +- .../editors/sculpt_paint/sculpt_boundary.cc | 2 +- .../sculpt_paint/sculpt_brush_types.cc | 2 +- .../editors/sculpt_paint/sculpt_cloth.cc | 4 +- .../editors/sculpt_paint/sculpt_detail.cc | 2 +- .../editors/sculpt_paint/sculpt_dyntopo.cc | 2 +- .../editors/sculpt_paint/sculpt_expand.cc | 2 +- .../editors/sculpt_paint/sculpt_face_set.cc | 4 +- .../sculpt_paint/sculpt_filter_color.cc | 2 +- .../sculpt_paint/sculpt_filter_mask.cc | 2 +- .../sculpt_paint/sculpt_filter_mesh.cc | 2 +- .../editors/sculpt_paint/sculpt_geodesic.cc | 2 +- .../editors/sculpt_paint/sculpt_mask_init.cc | 2 +- .../sculpt_paint/sculpt_multiplane_scrape.cc | 2 +- .../editors/sculpt_paint/sculpt_ops.cc | 2 +- .../sculpt_paint/sculpt_paint_color.cc | 2 +- .../editors/sculpt_paint/sculpt_pose.cc | 2 +- .../editors/sculpt_paint/sculpt_smooth.cc | 2 +- .../editors/sculpt_paint/sculpt_transform.cc | 2 +- .../editors/sculpt_paint/sculpt_undo.cc | 4 +- .../blender/editors/sculpt_paint/sculpt_uv.cc | 6 +- source/blender/editors/sound/sound_ops.cc | 2 +- .../editors/space_action/action_buttons.cc | 2 +- .../editors/space_action/action_data.cc | 2 +- .../editors/space_action/action_draw.cc | 2 +- .../editors/space_action/action_edit.cc | 2 +- .../editors/space_action/action_select.cc | 2 +- .../editors/space_action/space_action.cc | 2 +- .../blender/editors/space_api/spacetypes.cc | 2 +- .../editors/space_buttons/buttons_context.cc | 4 +- .../editors/space_buttons/buttons_ops.cc | 2 +- .../editors/space_buttons/buttons_texture.cc | 2 +- .../editors/space_buttons/space_buttons.cc | 2 +- .../editors/space_clip/clip_buttons.cc | 2 +- .../editors/space_clip/clip_dopesheet_draw.cc | 2 +- .../editors/space_clip/clip_dopesheet_ops.cc | 2 +- .../blender/editors/space_clip/clip_draw.cc | 2 +- .../blender/editors/space_clip/clip_editor.cc | 2 +- .../editors/space_clip/clip_graph_draw.cc | 2 +- .../editors/space_clip/clip_graph_ops.cc | 2 +- source/blender/editors/space_clip/clip_ops.cc | 2 +- .../blender/editors/space_clip/clip_utils.cc | 2 +- .../blender/editors/space_clip/space_clip.cc | 2 +- .../editors/space_clip/tracking_ops.cc | 2 +- .../editors/space_clip/tracking_ops_detect.cc | 2 +- .../editors/space_clip/tracking_ops_orient.cc | 2 +- .../editors/space_clip/tracking_ops_plane.cc | 2 +- .../editors/space_clip/tracking_ops_solve.cc | 2 +- .../space_clip/tracking_ops_stabilize.cc | 2 +- .../editors/space_clip/tracking_ops_track.cc | 2 +- .../editors/space_clip/tracking_ops_utils.cc | 2 +- .../editors/space_clip/tracking_select.cc | 2 +- .../editors/space_console/console_ops.cc | 2 +- .../editors/space_console/space_console.cc | 2 +- .../space_file/asset_catalog_tree_view.cc | 2 +- .../editors/space_file/file_context.cc | 2 +- .../blender/editors/space_file/file_draw.cc | 2 +- source/blender/editors/space_file/file_ops.cc | 2 +- .../blender/editors/space_file/file_panels.cc | 2 +- .../blender/editors/space_file/file_utils.cc | 2 +- source/blender/editors/space_file/filelist.cc | 4 +- source/blender/editors/space_file/filesel.cc | 2 +- .../editors/space_file/folder_history.cc | 2 +- .../blender/editors/space_file/space_file.cc | 2 +- .../editors/space_graph/graph_buttons.cc | 4 +- .../blender/editors/space_graph/graph_draw.cc | 4 +- .../blender/editors/space_graph/graph_edit.cc | 2 +- .../blender/editors/space_graph/graph_ops.cc | 2 +- .../editors/space_graph/graph_select.cc | 2 +- .../editors/space_graph/graph_slider_ops.cc | 2 +- .../editors/space_graph/graph_utils.cc | 2 +- .../blender/editors/space_graph/graph_view.cc | 2 +- .../editors/space_graph/space_graph.cc | 2 +- .../editors/space_image/image_buttons.cc | 2 +- .../blender/editors/space_image/image_draw.cc | 2 +- .../blender/editors/space_image/image_edit.cc | 4 +- .../blender/editors/space_image/image_ops.cc | 2 +- .../blender/editors/space_image/image_undo.cc | 2 +- .../editors/space_image/space_image.cc | 2 +- source/blender/editors/space_info/info_ops.cc | 2 +- .../blender/editors/space_info/info_report.cc | 2 +- .../blender/editors/space_info/info_stats.cc | 8 +- .../blender/editors/space_info/space_info.cc | 2 +- .../blender/editors/space_nla/nla_buttons.cc | 2 +- .../blender/editors/space_nla/nla_channels.cc | 2 +- source/blender/editors/space_nla/nla_draw.cc | 2 +- source/blender/editors/space_nla/nla_edit.cc | 2 +- source/blender/editors/space_nla/nla_ops.cc | 2 +- .../blender/editors/space_nla/nla_select.cc | 2 +- source/blender/editors/space_nla/space_nla.cc | 2 +- .../editors/space_node/add_menu_assets.cc | 2 +- .../blender/editors/space_node/clipboard.cc | 4 +- source/blender/editors/space_node/drawnode.cc | 6 +- .../editors/space_node/link_drag_search.cc | 6 +- source/blender/editors/space_node/node_add.cc | 4 +- .../editors/space_node/node_context_path.cc | 2 +- .../blender/editors/space_node/node_draw.cc | 4 +- .../blender/editors/space_node/node_edit.cc | 4 +- .../node_geometry_attribute_search.cc | 4 +- .../blender/editors/space_node/node_gizmo.cc | 2 +- .../blender/editors/space_node/node_group.cc | 4 +- source/blender/editors/space_node/node_ops.cc | 2 +- .../editors/space_node/node_relationships.cc | 6 +- .../blender/editors/space_node/node_select.cc | 4 +- .../editors/space_node/node_shader_preview.cc | 4 +- .../editors/space_node/node_templates.cc | 4 +- .../blender/editors/space_node/node_view.cc | 2 +- .../blender/editors/space_node/space_node.cc | 4 +- .../space_outliner/outliner_collections.cc | 2 +- .../space_outliner/outliner_context.cc | 2 +- .../space_outliner/outliner_dragdrop.cc | 2 +- .../editors/space_outliner/outliner_draw.cc | 6 +- .../editors/space_outliner/outliner_edit.cc | 4 +- .../editors/space_outliner/outliner_select.cc | 4 +- .../editors/space_outliner/outliner_sync.cc | 4 +- .../editors/space_outliner/outliner_tools.cc | 4 +- .../editors/space_outliner/outliner_utils.cc | 4 +- .../editors/space_outliner/space_outliner.cc | 2 +- .../tree/tree_element_edit_bone.cc | 2 +- .../tree/tree_element_id_armature.cc | 2 +- .../editors/space_script/script_edit.cc | 2 +- .../editors/space_script/space_script.cc | 2 +- .../editors/space_sequencer/sequencer_add.cc | 2 +- .../space_sequencer/sequencer_buttons.cc | 2 +- .../sequencer_channels_draw.cc | 2 +- .../sequencer_channels_edit.cc | 2 +- .../space_sequencer/sequencer_drag_drop.cc | 2 +- .../editors/space_sequencer/sequencer_edit.cc | 2 +- .../space_sequencer/sequencer_modifier.cc | 2 +- .../space_sequencer/sequencer_preview.cc | 2 +- .../space_sequencer/sequencer_preview_draw.cc | 2 +- .../space_sequencer/sequencer_proxy.cc | 2 +- .../space_sequencer/sequencer_retiming.cc | 2 +- .../sequencer_retiming_draw.cc | 2 +- .../space_sequencer/sequencer_select.cc | 2 +- .../space_sequencer/sequencer_thumbnails.cc | 2 +- .../sequencer_timeline_draw.cc | 2 +- .../editors/space_sequencer/sequencer_view.cc | 2 +- .../spreadsheet_data_source_geometry.cc | 6 +- .../spreadsheet_dataset_draw.cc | 4 +- .../space_spreadsheet/spreadsheet_ops.cc | 2 +- .../space_statusbar/space_statusbar.cc | 2 +- .../blender/editors/space_text/space_text.cc | 2 +- .../editors/space_text/text_autocomplete.cc | 2 +- .../blender/editors/space_text/text_draw.cc | 2 +- .../blender/editors/space_text/text_header.cc | 2 +- source/blender/editors/space_text/text_ops.cc | 2 +- .../blender/editors/space_text/text_undo.cc | 2 +- .../editors/space_topbar/space_topbar.cc | 2 +- .../editors/space_userpref/space_userpref.cc | 2 +- .../editors/space_userpref/userpref_ops.cc | 2 +- .../editors/space_view3d/drawobject.cc | 6 +- .../editors/space_view3d/space_view3d.cc | 10 +- .../editors/space_view3d/view3d_buttons.cc | 10 +- .../editors/space_view3d/view3d_context.cc | 2 +- .../space_view3d/view3d_cursor_snap.cc | 2 +- .../editors/space_view3d/view3d_draw.cc | 6 +- .../editors/space_view3d/view3d_edit.cc | 2 +- .../space_view3d/view3d_gizmo_armature.cc | 4 +- .../space_view3d/view3d_gizmo_camera.cc | 2 +- .../space_view3d/view3d_gizmo_empty.cc | 2 +- .../space_view3d/view3d_gizmo_forcefield.cc | 2 +- .../space_view3d/view3d_gizmo_light.cc | 2 +- .../space_view3d/view3d_gizmo_navigate.cc | 2 +- .../view3d_gizmo_navigate_type.cc | 2 +- .../space_view3d/view3d_gizmo_preselect.cc | 2 +- .../view3d_gizmo_preselect_type.cc | 4 +- .../space_view3d/view3d_gizmo_ruler.cc | 2 +- .../space_view3d/view3d_gizmo_tool_generic.cc | 2 +- .../editors/space_view3d/view3d_header.cc | 4 +- .../editors/space_view3d/view3d_iterators.cc | 8 +- .../editors/space_view3d/view3d_navigate.cc | 4 +- .../space_view3d/view3d_navigate_fly.cc | 2 +- .../view3d_navigate_smoothview.cc | 2 +- .../space_view3d/view3d_navigate_view_all.cc | 4 +- .../space_view3d/view3d_navigate_view_axis.cc | 4 +- .../view3d_navigate_view_camera.cc | 4 +- .../view3d_navigate_view_center_cursor.cc | 4 +- .../view3d_navigate_view_center_pick.cc | 4 +- .../view3d_navigate_view_dolly.cc | 2 +- .../space_view3d/view3d_navigate_view_move.cc | 2 +- .../space_view3d/view3d_navigate_view_ndof.cc | 2 +- .../view3d_navigate_view_orbit.cc | 4 +- .../space_view3d/view3d_navigate_view_pan.cc | 4 +- .../space_view3d/view3d_navigate_view_roll.cc | 2 +- .../view3d_navigate_view_rotate.cc | 2 +- .../space_view3d/view3d_navigate_view_zoom.cc | 2 +- .../space_view3d/view3d_navigate_walk.cc | 2 +- .../view3d_navigate_zoom_border.cc | 2 +- .../editors/space_view3d/view3d_ops.cc | 2 +- .../editors/space_view3d/view3d_placement.cc | 2 +- .../editors/space_view3d/view3d_select.cc | 8 +- .../editors/space_view3d/view3d_snap.cc | 6 +- .../editors/space_view3d/view3d_utils.cc | 2 +- .../editors/space_view3d/view3d_view.cc | 2 +- source/blender/editors/transform/transform.cc | 4 +- .../transform/transform_constraints.cc | 2 +- .../editors/transform/transform_convert.cc | 2 +- .../transform/transform_convert_action.cc | 2 +- .../transform/transform_convert_armature.cc | 4 +- .../transform/transform_convert_cursor.cc | 2 +- .../transform/transform_convert_curve.cc | 4 +- .../transform_convert_gpencil_legacy.cc | 4 +- .../transform/transform_convert_graph.cc | 2 +- .../transform_convert_grease_pencil.cc | 2 +- .../transform/transform_convert_lattice.cc | 4 +- .../transform/transform_convert_mask.cc | 2 +- .../transform/transform_convert_mball.cc | 2 +- .../transform/transform_convert_mesh.cc | 4 +- .../transform/transform_convert_mesh_edge.cc | 6 +- .../transform/transform_convert_mesh_skin.cc | 4 +- .../transform/transform_convert_mesh_uv.cc | 6 +- .../transform_convert_mesh_vert_cdata.cc | 4 +- .../transform/transform_convert_nla.cc | 2 +- .../transform/transform_convert_node.cc | 4 +- .../transform/transform_convert_object.cc | 2 +- .../transform_convert_object_texspace.cc | 2 +- .../transform/transform_convert_paintcurve.cc | 2 +- .../transform/transform_convert_particle.cc | 2 +- .../transform/transform_convert_sculpt.cc | 2 +- .../transform/transform_convert_sequencer.cc | 2 +- .../transform_convert_sequencer_image.cc | 2 +- .../transform_convert_sequencer_retiming.cc | 2 +- .../transform/transform_convert_tracking.cc | 4 +- .../transform_convert_tracking_curves.cc | 4 +- .../transform/transform_draw_cursors.cc | 2 +- .../editors/transform/transform_generics.cc | 2 +- .../editors/transform/transform_gizmo_2d.cc | 2 +- .../editors/transform/transform_gizmo_3d.cc | 8 +- .../transform/transform_gizmo_3d_cage.cc | 2 +- .../transform/transform_gizmo_3d_shear.cc | 2 +- .../transform/transform_gizmo_extrude_3d.cc | 2 +- .../editors/transform/transform_input.cc | 2 +- .../editors/transform/transform_mode.cc | 2 +- .../editors/transform/transform_mode_align.cc | 2 +- .../transform/transform_mode_baketime.cc | 2 +- .../transform/transform_mode_bbone_resize.cc | 2 +- .../editors/transform/transform_mode_bend.cc | 2 +- .../transform/transform_mode_boneenvelope.cc | 2 +- .../transform/transform_mode_boneroll.cc | 2 +- .../transform_mode_curveshrinkfatten.cc | 2 +- .../transform/transform_mode_customdata.cc | 2 +- .../transform_mode_edge_rotate_normal.cc | 4 +- .../transform_mode_edge_seq_slide.cc | 2 +- .../transform/transform_mode_edge_slide.cc | 4 +- .../transform/transform_mode_gpopacity.cc | 2 +- .../transform_mode_gpshrinkfatten.cc | 2 +- .../transform_mode_maskshrinkfatten.cc | 2 +- .../transform/transform_mode_mirror.cc | 4 +- .../transform/transform_mode_push_pull.cc | 2 +- .../transform/transform_mode_resize.cc | 2 +- .../transform/transform_mode_rotate.cc | 2 +- .../editors/transform/transform_mode_shear.cc | 2 +- .../transform/transform_mode_shrink_fatten.cc | 2 +- .../transform/transform_mode_skin_resize.cc | 2 +- .../transform/transform_mode_snapsource.cc | 2 +- .../editors/transform/transform_mode_tilt.cc | 2 +- .../transform/transform_mode_timescale.cc | 2 +- .../transform/transform_mode_timeslide.cc | 2 +- .../transform/transform_mode_timetranslate.cc | 2 +- .../transform/transform_mode_tosphere.cc | 2 +- .../transform/transform_mode_trackball.cc | 2 +- .../transform/transform_mode_translate.cc | 2 +- .../transform/transform_mode_vert_slide.cc | 4 +- .../editors/transform/transform_ops.cc | 4 +- .../transform/transform_orientations.cc | 8 +- .../editors/transform/transform_snap.cc | 4 +- .../transform/transform_snap_animation.cc | 2 +- .../transform/transform_snap_object.cc | 4 +- .../transform_snap_object_armature.cc | 4 +- .../transform/transform_snap_object_camera.cc | 2 +- .../transform/transform_snap_object_curve.cc | 4 +- .../transform_snap_object_editmesh.cc | 4 +- .../transform/transform_snap_object_mesh.cc | 4 +- .../transform/transform_snap_sequencer.cc | 2 +- source/blender/editors/undo/ed_undo.cc | 2 +- source/blender/editors/undo/memfile_undo.cc | 2 +- source/blender/editors/util/ed_draw.cc | 2 +- source/blender/editors/util/ed_transverts.cc | 12 +- source/blender/editors/util/ed_util_imbuf.cc | 2 +- source/blender/editors/util/ed_util_ops.cc | 2 +- source/blender/editors/util/ed_viewer_path.cc | 2 +- source/blender/editors/util/gizmo_utils.cc | 2 +- source/blender/editors/util/numinput.cc | 2 +- .../blender/editors/uvedit/uvedit_buttons.cc | 6 +- .../editors/uvedit/uvedit_clipboard.cc | 6 +- .../blender/editors/uvedit/uvedit_islands.cc | 2 +- source/blender/editors/uvedit/uvedit_ops.cc | 6 +- source/blender/editors/uvedit/uvedit_path.cc | 6 +- source/blender/editors/uvedit/uvedit_rip.cc | 6 +- .../blender/editors/uvedit/uvedit_select.cc | 6 +- .../editors/uvedit/uvedit_smart_stitch.cc | 6 +- .../editors/uvedit/uvedit_unwrap_ops.cc | 6 +- .../blender_interface/BlenderFileLoader.h | 2 +- .../BlenderStrokeRenderer.cpp | 4 +- .../blender_interface/FRS_freestyle.cpp | 2 +- .../intern/system/PythonInterpreter.h | 2 +- .../geometry/GEO_add_curves_on_mesh.hh | 2 +- .../geometry/intern/curve_constraints.cc | 2 +- .../geometry/intern/mesh_merge_by_distance.cc | 2 +- .../blender/geometry/intern/mesh_to_volume.cc | 2 +- .../geometry/intern/points_to_volume.cc | 2 +- source/blender/geometry/intern/randomize.cc | 2 +- .../intern/MOD_gpencil_legacy_armature.cc | 4 +- .../intern/MOD_gpencil_legacy_array.cc | 2 +- .../intern/MOD_gpencil_legacy_build.cc | 2 +- .../intern/MOD_gpencil_legacy_color.cc | 2 +- .../intern/MOD_gpencil_legacy_envelope.cc | 2 +- .../intern/MOD_gpencil_legacy_hook.cc | 2 +- .../intern/MOD_gpencil_legacy_lattice.cc | 4 +- .../intern/MOD_gpencil_legacy_length.cc | 2 +- .../intern/MOD_gpencil_legacy_lineart.cc | 2 +- .../intern/MOD_gpencil_legacy_mirror.cc | 2 +- .../intern/MOD_gpencil_legacy_multiply.cc | 2 +- .../intern/MOD_gpencil_legacy_noise.cc | 2 +- .../intern/MOD_gpencil_legacy_offset.cc | 2 +- .../intern/MOD_gpencil_legacy_opacity.cc | 2 +- .../intern/MOD_gpencil_legacy_outline.cc | 2 +- .../intern/MOD_gpencil_legacy_shrinkwrap.cc | 2 +- .../intern/MOD_gpencil_legacy_simplify.cc | 2 +- .../intern/MOD_gpencil_legacy_smooth.cc | 2 +- .../intern/MOD_gpencil_legacy_subdiv.cc | 2 +- .../intern/MOD_gpencil_legacy_texture.cc | 2 +- .../intern/MOD_gpencil_legacy_thick.cc | 2 +- .../intern/MOD_gpencil_legacy_time.cc | 2 +- .../intern/MOD_gpencil_legacy_tint.cc | 2 +- .../intern/MOD_gpencil_legacy_ui_common.cc | 2 +- .../intern/MOD_gpencil_legacy_weight_angle.cc | 2 +- .../MOD_gpencil_legacy_weight_proximity.cc | 2 +- .../intern/lineart/lineart_cpu.cc | 4 +- .../intern/lineart/lineart_ops.cc | 2 +- .../gpu/intern/gpu_shader_builder_stubs.cc | 4 +- .../ikplugin/intern/iksolver_plugin.cc | 2 +- .../blender/ikplugin/intern/itasc_plugin.cc | 2 +- .../blender/imbuf/intern/colormanagement.cc | 2 +- .../io/alembic/exporter/abc_export_capi.cc | 2 +- .../io/alembic/exporter/abc_writer_curves.cc | 2 +- .../io/alembic/exporter/abc_writer_hair.cc | 2 +- .../io/alembic/exporter/abc_writer_mesh.cc | 2 +- .../io/alembic/exporter/abc_writer_nurbs.cc | 2 +- .../io/alembic/exporter/abc_writer_points.cc | 2 +- .../io/alembic/intern/abc_customdata.cc | 2 +- .../io/alembic/intern/abc_reader_curves.cc | 2 +- .../io/alembic/intern/abc_reader_nurbs.cc | 2 +- .../io/alembic/intern/abc_reader_points.cc | 2 +- .../blender/io/alembic/intern/alembic_capi.cc | 4 +- source/blender/io/collada/AnimationExporter.h | 2 +- .../blender/io/collada/AnimationImporter.cpp | 2 +- source/blender/io/collada/AnimationImporter.h | 2 +- .../blender/io/collada/ArmatureExporter.cpp | 2 +- .../blender/io/collada/ArmatureImporter.cpp | 2 +- source/blender/io/collada/ArmatureImporter.h | 2 +- source/blender/io/collada/BCAnimationCurve.h | 2 +- source/blender/io/collada/BlenderContext.h | 2 +- .../blender/io/collada/ControllerExporter.cpp | 2 +- .../blender/io/collada/DocumentExporter.cpp | 4 +- source/blender/io/collada/EffectExporter.cpp | 2 +- .../blender/io/collada/GeometryExporter.cpp | 2 +- source/blender/io/collada/ImageExporter.cpp | 2 +- source/blender/io/collada/InstanceWriter.cpp | 2 +- source/blender/io/collada/Materials.cpp | 2 +- source/blender/io/collada/Materials.h | 2 +- source/blender/io/collada/MeshImporter.cpp | 2 +- source/blender/io/collada/SkinInfo.h | 2 +- source/blender/io/collada/collada.cpp | 2 +- .../blender/io/collada/collada_internal.cpp | 2 +- source/blender/io/collada/collada_utils.cpp | 6 +- source/blender/io/collada/collada_utils.h | 2 +- .../io/gpencil/intern/gpencil_io_base.cc | 2 +- .../io/gpencil/intern/gpencil_io_capi.cc | 2 +- .../gpencil/intern/gpencil_io_export_pdf.cc | 2 +- source/blender/io/ply/IO_ply.hh | 2 +- source/blender/io/ply/exporter/ply_export.cc | 2 +- .../io/ply/importer/ply_import_mesh.cc | 2 +- source/blender/io/stl/IO_stl.hh | 2 +- source/blender/io/stl/importer/stl_import.cc | 2 +- .../io/stl/importer/stl_import_mesh.cc | 2 +- source/blender/io/usd/hydra/curves.cc | 2 +- source/blender/io/usd/hydra/volume.cc | 2 +- .../blender/io/usd/intern/usd_capi_export.cc | 2 +- .../blender/io/usd/intern/usd_capi_import.cc | 2 +- .../blender/io/usd/intern/usd_reader_curve.cc | 2 +- .../io/usd/intern/usd_reader_material.cc | 2 +- .../blender/io/usd/intern/usd_reader_mesh.cc | 2 +- .../blender/io/usd/intern/usd_reader_nurbs.cc | 2 +- .../io/usd/intern/usd_reader_skeleton.cc | 2 +- .../io/usd/intern/usd_reader_volume.cc | 2 +- .../blender/io/usd/intern/usd_skel_convert.cc | 2 +- .../io/usd/intern/usd_writer_abstract.cc | 2 +- .../blender/io/usd/intern/usd_writer_mesh.cc | 2 +- .../io/usd/intern/usd_writer_volume.cc | 2 +- .../blender/io/usd/tests/usd_curves_test.cc | 2 +- .../blender/io/usd/tests/usd_export_test.cc | 2 +- .../io/usd/tests/usd_usdz_export_test.cc | 2 +- .../io/wavefront_obj/IO_wavefront_obj.hh | 2 +- .../wavefront_obj/exporter/obj_export_mesh.cc | 2 +- .../wavefront_obj/importer/obj_import_mesh.cc | 4 +- .../importer/obj_import_nurbs.hh | 2 +- .../wavefront_obj/tests/obj_importer_tests.cc | 4 +- source/blender/makesdna/DNA_modifier_types.h | 2 +- source/blender/makesrna/intern/makesrna.cc | 2 +- source/blender/makesrna/intern/rna_access.cc | 2 +- .../intern/rna_access_compare_override.cc | 2 +- .../makesrna/intern/rna_animation_api.cc | 2 +- .../blender/makesrna/intern/rna_armature.cc | 4 +- .../makesrna/intern/rna_armature_api.cc | 2 +- source/blender/makesrna/intern/rna_asset.cc | 4 +- .../blender/makesrna/intern/rna_attribute.cc | 2 +- source/blender/makesrna/intern/rna_boid.cc | 2 +- .../blender/makesrna/intern/rna_camera_api.cc | 2 +- source/blender/makesrna/intern/rna_cloth.cc | 2 +- source/blender/makesrna/intern/rna_color.cc | 2 +- .../blender/makesrna/intern/rna_constraint.cc | 2 +- source/blender/makesrna/intern/rna_context.cc | 2 +- source/blender/makesrna/intern/rna_curve.cc | 2 +- .../blender/makesrna/intern/rna_curve_api.cc | 2 +- .../makesrna/intern/rna_dynamicpaint.cc | 2 +- source/blender/makesrna/intern/rna_fluid.cc | 2 +- .../intern/rna_gpencil_legacy_modifier.cc | 2 +- source/blender/makesrna/intern/rna_image.cc | 2 +- source/blender/makesrna/intern/rna_lattice.cc | 2 +- source/blender/makesrna/intern/rna_light.cc | 2 +- .../blender/makesrna/intern/rna_main_api.cc | 8 +- .../blender/makesrna/intern/rna_material.cc | 4 +- source/blender/makesrna/intern/rna_mesh.cc | 4 +- .../blender/makesrna/intern/rna_modifier.cc | 2 +- .../makesrna/intern/rna_node_socket.cc | 2 +- .../intern/rna_node_tree_interface.cc | 2 +- .../blender/makesrna/intern/rna_nodetree.cc | 4 +- source/blender/makesrna/intern/rna_object.cc | 8 +- .../blender/makesrna/intern/rna_object_api.cc | 6 +- .../makesrna/intern/rna_object_force.cc | 2 +- .../blender/makesrna/intern/rna_particle.cc | 2 +- .../blender/makesrna/intern/rna_pointcloud.cc | 2 +- source/blender/makesrna/intern/rna_pose.cc | 4 +- .../blender/makesrna/intern/rna_pose_api.cc | 4 +- source/blender/makesrna/intern/rna_render.cc | 2 +- source/blender/makesrna/intern/rna_scene.cc | 8 +- .../blender/makesrna/intern/rna_scene_api.cc | 2 +- .../makesrna/intern/rna_sculpt_paint.cc | 2 +- source/blender/makesrna/intern/rna_sound.cc | 2 +- source/blender/makesrna/intern/rna_space.cc | 6 +- source/blender/makesrna/intern/rna_texture.cc | 4 +- .../makesrna/intern/rna_texture_api.cc | 2 +- .../blender/makesrna/intern/rna_tracking.cc | 2 +- source/blender/makesrna/intern/rna_ui.cc | 2 +- source/blender/makesrna/intern/rna_volume.cc | 2 +- source/blender/makesrna/intern/rna_wm_api.cc | 2 +- .../makesrna/intern/rna_wm_gizmo_api.cc | 2 +- source/blender/makesrna/intern/rna_world.cc | 2 +- .../blender/modifiers/intern/MOD_armature.cc | 6 +- source/blender/modifiers/intern/MOD_array.cc | 4 +- source/blender/modifiers/intern/MOD_bevel.cc | 2 +- .../blender/modifiers/intern/MOD_boolean.cc | 2 +- source/blender/modifiers/intern/MOD_build.cc | 2 +- source/blender/modifiers/intern/MOD_cast.cc | 4 +- source/blender/modifiers/intern/MOD_cloth.cc | 2 +- .../blender/modifiers/intern/MOD_collision.cc | 2 +- .../modifiers/intern/MOD_correctivesmooth.cc | 4 +- source/blender/modifiers/intern/MOD_curve.cc | 6 +- .../modifiers/intern/MOD_datatransfer.cc | 4 +- .../blender/modifiers/intern/MOD_decimate.cc | 2 +- .../blender/modifiers/intern/MOD_displace.cc | 6 +- .../modifiers/intern/MOD_dynamicpaint.cc | 2 +- .../blender/modifiers/intern/MOD_edgesplit.cc | 2 +- .../blender/modifiers/intern/MOD_explode.cc | 4 +- source/blender/modifiers/intern/MOD_fluid.cc | 2 +- source/blender/modifiers/intern/MOD_hook.cc | 4 +- .../modifiers/intern/MOD_laplaciandeform.cc | 4 +- .../modifiers/intern/MOD_laplaciansmooth.cc | 4 +- .../blender/modifiers/intern/MOD_lattice.cc | 6 +- source/blender/modifiers/intern/MOD_mask.cc | 4 +- .../modifiers/intern/MOD_mesh_to_volume.cc | 2 +- .../blender/modifiers/intern/MOD_meshcache.cc | 2 +- .../modifiers/intern/MOD_meshdeform.cc | 4 +- .../modifiers/intern/MOD_meshsequencecache.cc | 2 +- source/blender/modifiers/intern/MOD_mirror.cc | 2 +- .../blender/modifiers/intern/MOD_multires.cc | 2 +- source/blender/modifiers/intern/MOD_nodes.cc | 4 +- .../modifiers/intern/MOD_normal_edit.cc | 2 +- source/blender/modifiers/intern/MOD_ocean.cc | 2 +- .../modifiers/intern/MOD_particleinstance.cc | 4 +- .../modifiers/intern/MOD_particlesystem.cc | 4 +- source/blender/modifiers/intern/MOD_remesh.cc | 2 +- source/blender/modifiers/intern/MOD_screw.cc | 2 +- .../modifiers/intern/MOD_shrinkwrap.cc | 4 +- .../modifiers/intern/MOD_simpledeform.cc | 4 +- source/blender/modifiers/intern/MOD_skin.cc | 2 +- source/blender/modifiers/intern/MOD_smooth.cc | 4 +- .../blender/modifiers/intern/MOD_softbody.cc | 2 +- .../blender/modifiers/intern/MOD_solidify.cc | 2 +- .../blender/modifiers/intern/MOD_subsurf.cc | 4 +- .../blender/modifiers/intern/MOD_surface.cc | 4 +- .../modifiers/intern/MOD_surfacedeform.cc | 6 +- .../modifiers/intern/MOD_triangulate.cc | 2 +- .../blender/modifiers/intern/MOD_ui_common.cc | 2 +- source/blender/modifiers/intern/MOD_util.cc | 4 +- .../blender/modifiers/intern/MOD_uvproject.cc | 2 +- source/blender/modifiers/intern/MOD_uvwarp.cc | 2 +- .../modifiers/intern/MOD_volume_displace.cc | 2 +- .../modifiers/intern/MOD_volume_to_mesh.cc | 2 +- source/blender/modifiers/intern/MOD_warp.cc | 4 +- source/blender/modifiers/intern/MOD_wave.cc | 4 +- .../modifiers/intern/MOD_weighted_normal.cc | 2 +- .../modifiers/intern/MOD_weightvg_util.cc | 4 +- .../modifiers/intern/MOD_weightvgedit.cc | 2 +- .../modifiers/intern/MOD_weightvgmix.cc | 4 +- .../modifiers/intern/MOD_weightvgproximity.cc | 8 +- source/blender/modifiers/intern/MOD_weld.cc | 2 +- .../blender/modifiers/intern/MOD_wireframe.cc | 2 +- .../blender/nodes/NOD_geometry_nodes_log.hh | 2 +- .../nodes/composite/node_composite_tree.cc | 4 +- .../nodes/node_composite_cryptomatte.cc | 2 +- .../composite/nodes/node_composite_image.cc | 2 +- .../nodes/node_composite_keyingscreen.cc | 2 +- .../nodes/node_composite_movieclip.cc | 2 +- .../nodes/node_composite_moviedistortion.cc | 2 +- .../nodes/node_composite_output_file.cc | 2 +- .../nodes/node_composite_planetrackdeform.cc | 2 +- .../nodes/node_composite_stabilize2d.cc | 2 +- .../nodes/node_composite_switchview.cc | 2 +- .../nodes/node_composite_trackpos.cc | 2 +- .../nodes/geometry/node_geometry_tree.cc | 2 +- .../nodes/geometry/node_geometry_util.cc | 2 +- .../node_geo_deform_curves_on_surface.cc | 2 +- .../node_geo_distribute_points_in_volume.cc | 2 +- .../node_geo_distribute_points_on_faces.cc | 2 +- .../nodes/node_geo_mean_filter_sdf_volume.cc | 2 +- .../nodes/node_geo_mesh_to_sdf_volume.cc | 2 +- .../geometry/nodes/node_geo_mesh_to_volume.cc | 2 +- .../nodes/node_geo_offset_sdf_volume.cc | 2 +- .../nodes/node_geo_points_to_volume.cc | 2 +- .../geometry/nodes/node_geo_proximity.cc | 2 +- .../nodes/geometry/nodes/node_geo_raycast.cc | 2 +- .../geometry/nodes/node_geo_sample_nearest.cc | 2 +- .../nodes/node_geo_sample_nearest_surface.cc | 2 +- .../geometry/nodes/node_geo_sample_volume.cc | 2 +- .../nodes/node_geo_sdf_volume_sphere.cc | 2 +- .../nodes/node_geo_simulation_output.cc | 2 +- .../nodes/node_geo_string_to_curves.cc | 2 +- .../nodes/node_geo_transform_geometry.cc | 2 +- .../geometry/nodes/node_geo_triangulate.cc | 2 +- .../nodes/geometry/nodes/node_geo_viewer.cc | 2 +- .../geometry/nodes/node_geo_volume_cube.cc | 2 +- .../geometry/nodes/node_geo_volume_to_mesh.cc | 2 +- .../nodes/intern/geometry_nodes_log.cc | 2 +- source/blender/nodes/intern/node_common.cc | 2 +- source/blender/nodes/intern/node_exec.cc | 2 +- source/blender/nodes/intern/node_socket.cc | 2 +- source/blender/nodes/intern/node_util.cc | 2 +- .../nodes/intern/socket_search_link.cc | 2 +- .../blender/nodes/shader/node_shader_tree.cc | 4 +- .../blender/nodes/shader/node_shader_util.cc | 2 +- .../shader/nodes/node_shader_normal_map.cc | 2 +- .../nodes/shader/nodes/node_shader_tangent.cc | 2 +- .../nodes/shader/nodes/node_shader_tex_sky.cc | 2 +- .../nodes/shader/nodes/node_shader_uvmap.cc | 2 +- .../shader/nodes/node_shader_vertex_color.cc | 2 +- .../nodes/texture/node_texture_tree.cc | 2 +- source/blender/python/bmesh/bmesh_py_api.cc | 2 +- source/blender/python/bmesh/bmesh_py_types.cc | 2 +- .../python/bmesh/bmesh_py_types_customdata.cc | 2 +- .../python/bmesh/bmesh_py_types_meshdata.cc | 2 +- .../blender/python/intern/bpy_capi_utils.cc | 2 +- source/blender/python/intern/bpy_interface.cc | 2 +- .../python/intern/bpy_interface_run.cc | 2 +- .../blender/python/intern/bpy_library_load.cc | 2 +- source/blender/python/intern/bpy_msgbus.cc | 2 +- source/blender/python/intern/bpy_operator.cc | 2 +- source/blender/python/intern/bpy_rna.cc | 2 +- source/blender/python/intern/bpy_rna_anim.cc | 2 +- .../blender/python/intern/bpy_rna_context.cc | 2 +- .../blender/python/intern/bpy_rna_operator.cc | 2 +- .../python/mathutils/mathutils_bvhtree.cc | 4 +- .../python/mathutils/mathutils_geometry.cc | 2 +- source/blender/render/hydra/engine.cc | 2 +- source/blender/render/hydra/python.cc | 2 +- .../blender/render/hydra/viewport_engine.cc | 2 +- source/blender/render/intern/bake.cc | 4 +- source/blender/render/intern/multires_bake.cc | 2 +- .../blender/render/intern/texture_margin.cc | 4 +- .../render/intern/texture_pointdensity.cc | 4 +- source/blender/sequencer/intern/prefetch.cc | 2 +- source/blender/sequencer/intern/proxy_job.cc | 2 +- source/blender/sequencer/intern/strip_add.cc | 2 +- .../shader_fx/intern/FX_shader_blur.cc | 2 +- .../shader_fx/intern/FX_shader_colorize.cc | 2 +- .../shader_fx/intern/FX_shader_flip.cc | 2 +- .../shader_fx/intern/FX_shader_glow.cc | 2 +- .../shader_fx/intern/FX_shader_pixel.cc | 2 +- .../blender/shader_fx/intern/FX_shader_rim.cc | 2 +- .../shader_fx/intern/FX_shader_shadow.cc | 2 +- .../shader_fx/intern/FX_shader_swirl.cc | 2 +- .../shader_fx/intern/FX_shader_wave.cc | 2 +- .../blender/shader_fx/intern/FX_ui_common.cc | 2 +- .../windowmanager/gizmo/intern/wm_gizmo.cc | 2 +- .../gizmo/intern/wm_gizmo_group.cc | 2 +- .../gizmo/intern/wm_gizmo_group_type.cc | 2 +- .../gizmo/intern/wm_gizmo_map.cc | 2 +- .../gizmo/intern/wm_gizmo_target_props.cc | 2 +- .../gizmo/intern/wm_gizmo_type.cc | 2 +- source/blender/windowmanager/intern/wm.cc | 2 +- .../windowmanager/intern/wm_cursors.cc | 2 +- .../windowmanager/intern/wm_dragdrop.cc | 2 +- .../blender/windowmanager/intern/wm_draw.cc | 2 +- .../windowmanager/intern/wm_event_query.cc | 2 +- .../windowmanager/intern/wm_event_system.cc | 4 +- .../blender/windowmanager/intern/wm_files.cc | 2 +- .../windowmanager/intern/wm_files_link.cc | 4 +- .../windowmanager/intern/wm_gesture.cc | 2 +- .../windowmanager/intern/wm_gesture_ops.cc | 2 +- .../windowmanager/intern/wm_init_exit.cc | 2 +- .../blender/windowmanager/intern/wm_jobs.cc | 2 +- .../blender/windowmanager/intern/wm_keymap.cc | 2 +- .../windowmanager/intern/wm_keymap_utils.cc | 2 +- .../windowmanager/intern/wm_menu_type.cc | 2 +- .../windowmanager/intern/wm_operator_type.cc | 2 +- .../windowmanager/intern/wm_operator_utils.cc | 2 +- .../windowmanager/intern/wm_operators.cc | 2 +- .../windowmanager/intern/wm_splash_screen.cc | 2 +- .../blender/windowmanager/intern/wm_stereo.cc | 2 +- .../windowmanager/intern/wm_surface.cc | 2 +- .../windowmanager/intern/wm_toolsystem.cc | 2 +- .../windowmanager/intern/wm_tooltip.cc | 2 +- .../blender/windowmanager/intern/wm_window.cc | 2 +- .../xr/intern/wm_xr_actionmap.cc | 2 +- .../windowmanager/xr/intern/wm_xr_draw.cc | 2 +- .../xr/intern/wm_xr_operators.cc | 2 +- .../windowmanager/xr/intern/wm_xr_session.cc | 2 +- source/creator/creator.cc | 6 +- source/creator/creator_args.cc | 2 +- 1166 files changed, 2332 insertions(+), 2501 deletions(-) rename source/blender/blenkernel/{BKE_DerivedMesh.h => BKE_DerivedMesh.hh} (99%) delete mode 100644 source/blender/blenkernel/BKE_armature.h rename source/blender/blenkernel/{BKE_asset.h => BKE_asset.hh} (97%) rename source/blender/blenkernel/{BKE_bvhutils.h => BKE_bvhutils.hh} (97%) rename source/blender/blenkernel/{BKE_context.h => BKE_context.hh} (98%) rename source/blender/blenkernel/{BKE_cpp_types.h => BKE_cpp_types.hh} (75%) rename source/blender/blenkernel/{BKE_curve.h => BKE_curve.hh} (99%) rename source/blender/blenkernel/{BKE_customdata.h => BKE_customdata.hh} (98%) rename source/blender/blenkernel/{BKE_editmesh.h => BKE_editmesh.hh} (98%) rename source/blender/blenkernel/{BKE_editmesh_tangent.h => BKE_editmesh_tangent.hh} (94%) rename source/blender/blenkernel/{BKE_lattice.h => BKE_lattice.hh} (98%) rename source/blender/blenkernel/{BKE_node_tree_update.h => BKE_node_tree_update.hh} (98%) rename source/blender/blenkernel/{BKE_pbvh.h => BKE_pbvh.hh} (90%) rename source/blender/blenkernel/{BKE_viewer_path.h => BKE_viewer_path.hh} (97%) rename source/blender/blenkernel/{BKE_volume.h => BKE_volume.hh} (96%) rename source/blender/blenkernel/{BKE_volume_render.h => BKE_volume_render.hh} (96%) diff --git a/source/blender/animrig/ANIM_bone_collections.h b/source/blender/animrig/ANIM_bone_collections.h index 70761cb7970..f770cd7906e 100644 --- a/source/blender/animrig/ANIM_bone_collections.h +++ b/source/blender/animrig/ANIM_bone_collections.h @@ -14,7 +14,7 @@ #include "BLI_math_bits.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "DNA_action_types.h" #include "DNA_armature_types.h" diff --git a/source/blender/animrig/intern/keyframing_auto.cc b/source/blender/animrig/intern/keyframing_auto.cc index 12b0e0e34d8..e69bc2c70d4 100644 --- a/source/blender/animrig/intern/keyframing_auto.cc +++ b/source/blender/animrig/intern/keyframing_auto.cc @@ -7,7 +7,7 @@ */ #include "BKE_animsys.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_layer.h" #include "BKE_object.hh" diff --git a/source/blender/animrig/intern/visualkey.cc b/source/blender/animrig/intern/visualkey.cc index 34a6ea45e31..deeb9c0abc2 100644 --- a/source/blender/animrig/intern/visualkey.cc +++ b/source/blender/animrig/intern/visualkey.cc @@ -13,7 +13,7 @@ #include "ANIM_visualkey.hh" #include "BKE_animsys.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BLI_math_matrix.h" #include "BLI_math_rotation.h" diff --git a/source/blender/asset_system/tests/asset_representation_test.cc b/source/blender/asset_system/tests/asset_representation_test.cc index 810c8713602..94cad128b77 100644 --- a/source/blender/asset_system/tests/asset_representation_test.cc +++ b/source/blender/asset_system/tests/asset_representation_test.cc @@ -9,7 +9,7 @@ #include "AS_asset_representation.hh" -#include "BKE_asset.h" +#include "BKE_asset.hh" #include "DNA_asset_types.h" diff --git a/source/blender/blenkernel/BKE_DerivedMesh.h b/source/blender/blenkernel/BKE_DerivedMesh.hh similarity index 99% rename from source/blender/blenkernel/BKE_DerivedMesh.h rename to source/blender/blenkernel/BKE_DerivedMesh.hh index 51978f04aae..9f4d29aea4a 100644 --- a/source/blender/blenkernel/BKE_DerivedMesh.h +++ b/source/blender/blenkernel/BKE_DerivedMesh.hh @@ -51,10 +51,6 @@ #include "DNA_customdata_types.h" -#ifdef __cplusplus -extern "C" { -#endif - struct BMEditMesh; struct CCGElem; struct CCGKey; @@ -254,7 +250,3 @@ void makeDerivedMesh(struct Depsgraph *depsgraph, const struct Scene *scene, struct Object *ob, const struct CustomData_MeshMasks *dataMask); - -#ifdef __cplusplus -} -#endif diff --git a/source/blender/blenkernel/BKE_armature.h b/source/blender/blenkernel/BKE_armature.h deleted file mode 100644 index 140666b21bd..00000000000 --- a/source/blender/blenkernel/BKE_armature.h +++ /dev/null @@ -1,705 +0,0 @@ -/* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved. - * - * SPDX-License-Identifier: GPL-2.0-or-later */ -#pragma once - -/** \file - * \ingroup bke - */ -#include "BLI_listbase.h" - -#include "DNA_armature_types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -struct AnimationEvalContext; -struct BMEditMesh; -struct Bone; -struct Depsgraph; -struct IDProperty; -struct ListBase; -struct Main; -struct Mesh; -struct Object; -struct PoseTree; -struct Scene; -struct bAction; -struct bArmature; -struct bConstraint; -struct bGPDstroke; -struct bPose; -struct bPoseChannel; - -typedef struct EditBone { - struct EditBone *next, *prev; - /** User-Defined Properties on this Bone */ - struct IDProperty *prop; - /** - * Edit-bones have a one-way link (i.e. children refer - * to parents. This is converted to a two-way link for - * normal bones when leaving edit-mode. - */ - struct EditBone *parent; - /** (64 == MAXBONENAME) */ - char name[64]; - /** - * Roll along axis. We'll ultimately use the axis/angle method - * for determining the transformation matrix of the bone. The axis - * is tail-head while roll provides the angle. Refer to Graphics - * Gems 1 p. 466 (section IX.6) if it's not already in here somewhere. - */ - float roll; - - /** Orientation and length is implicit during editing */ - float head[3]; - float tail[3]; - /** - * All joints are considered to have zero rotation with respect to - * their parents. Therefore any rotations specified during the - * animation are automatically relative to the bones' rest positions. - */ - int flag; - int layer; - char inherit_scale_mode; - - /* Envelope distance & weight */ - float dist, weight; - /** put them in order! transform uses this as scale */ - float xwidth, length, zwidth; - float rad_head, rad_tail; - - /* Bendy-Bone parameters */ - short segments; - float roll1, roll2; - float curve_in_x, curve_in_z; - float curve_out_x, curve_out_z; - float ease1, ease2; - float scale_in[3], scale_out[3]; - - /** for envelope scaling */ - float oldlength; - - /** Mapping of vertices to segments. */ - eBone_BBoneMappingMode bbone_mapping_mode; - /** Type of next/prev bone handles */ - char bbone_prev_type; - char bbone_next_type; - /** B-Bone flags. */ - int bbone_flag; - short bbone_prev_flag; - short bbone_next_flag; - /** Next/prev bones to use as handle references when calculating bbones (optional) */ - struct EditBone *bbone_prev; - struct EditBone *bbone_next; - - /* Used for display */ - /** in Armature space, rest pos matrix */ - float disp_mat[4][4]; - /** in Armature space, rest pos matrix */ - float disp_tail_mat[4][4]; - /** in Armature space, rest pos matrix (32 == MAX_BBONE_SUBDIV) */ - float disp_bbone_mat[32][4][4]; - - /** connected child temporary during drawing */ - struct EditBone *bbone_child; - - BoneColor color; /* MUST be named the same as in bPoseChannel and Bone structs. */ - ListBase /*BoneCollectionReference*/ bone_collections; - - /* Used to store temporary data */ - union { - struct EditBone *ebone; - struct Bone *bone; - void *p; - int i; - } temp; -} EditBone; - -typedef struct PoseTarget { - struct PoseTarget *next, *prev; - - struct bConstraint *con; /* the constraint of this target */ - int tip; /* index of tip pchan in PoseTree */ -} PoseTarget; - -typedef struct PoseTree { - struct PoseTree *next, *prev; - - int type; /* type of IK that this serves (CONSTRAINT_TYPE_KINEMATIC or ..._SPLINEIK) */ - int totchannel; /* number of pose channels */ - - struct ListBase targets; /* list of targets of the tree */ - struct bPoseChannel **pchan; /* array of pose channels */ - int *parent; /* and their parents */ - - float (*basis_change)[3][3]; /* basis change result from solver */ - int iterations; /* iterations from the constraint */ - int stretch; /* disable stretching */ -} PoseTree; - -/* Core armature functionality. */ - -struct bArmature *BKE_armature_add(struct Main *bmain, const char *name); -struct bArmature *BKE_armature_from_object(struct Object *ob); -int BKE_armature_bonelist_count(const struct ListBase *lb); -void BKE_armature_bonelist_free(struct ListBase *lb, bool do_id_user); -void BKE_armature_editbonelist_free(struct ListBase *lb, bool do_id_user); - -void BKE_armature_copy_bone_transforms(struct bArmature *armature_dst, - const struct bArmature *armature_src); - -void BKE_armature_transform(struct bArmature *arm, const float mat[4][4], bool do_props); - -/* Bounding box. */ -struct BoundBox *BKE_armature_boundbox_get(struct Object *ob); - -/** - * Calculate the axis-aligned bounds of `pchan` in world-space, - * taking into account custom transform when set. - * - * `r_min` and `r_max` are expanded to fit `pchan` so the caller must initialize them - * (typically using #INIT_MINMAX). - * - * \note The bounds are calculated based on the head & tail of the bone - * or the custom object's bounds (if the bone uses a custom object). - * Visual elements such as the envelopes radius & bendy-bone spline segments are *not* included, - * making this not so useful for viewport culling. - * - * \param use_empty_drawtype: When enabled, the draw type of empty custom-objects is taken into - * account when calculating the bounds. - */ -void BKE_pchan_minmax(const struct Object *ob, - const struct bPoseChannel *pchan, - const bool use_empty_drawtype, - float r_min[3], - float r_max[3]); -/** - * Calculate the axis aligned bounds of the pose of `ob` in world-space. - * - * `r_min` and `r_max` are expanded to fit `ob->pose` so the caller must initialize them - * (typically using #INIT_MINMAX). - * - * \note This uses #BKE_pchan_minmax, see its documentation for details on bounds calculation. - */ -bool BKE_pose_minmax( - struct Object *ob, float r_min[3], float r_max[3], bool use_hidden, bool use_select); - -/** - * Finds the best possible extension to the name on a particular axis. - * (For renaming, check for unique names afterwards) - * \param strip_number: removes number extensions (TODO: not used). - * \param axis: The axis to name on. - * \param head: The head co-ordinate of the bone on the specified axis. - * \param tail: The tail co-ordinate of the bone on the specified axis. - */ -bool bone_autoside_name(char name[64], int strip_number, short axis, float head, float tail); - -/** - * Find the bone with the given name. - * - * When doing multiple subsequent calls to this function, consider calling - * #BKE_armature_bone_hash_make first to hash the bone names and speed up - * queries. - */ -struct Bone *BKE_armature_find_bone_name(struct bArmature *arm, const char *name); - -void BKE_armature_bone_hash_make(struct bArmature *arm); -void BKE_armature_bone_hash_free(struct bArmature *arm); - -bool BKE_armature_bone_flag_test_recursive(const struct Bone *bone, int flag); - -/** - * Using `vec` with dist to bone `b1 - b2`. - */ -float distfactor_to_bone( - const float vec[3], const float b1[3], const float b2[3], float rad1, float rad2, float rdist); - -/** - * Updates vectors and matrices on rest-position level, only needed - * after editing armature itself, now only on reading file. - */ -void BKE_armature_where_is(struct bArmature *arm); -/** - * Recursive part, calculates rest-position of entire tree of children. - * \note Used when exiting edit-mode too. - */ -void BKE_armature_where_is_bone(struct Bone *bone, - const struct Bone *bone_parent, - bool use_recursion); -/** - * Clear pointers of object's pose - * (needed in remap case, since we cannot always wait for a complete pose rebuild). - */ -void BKE_pose_clear_pointers(struct bPose *pose); -void BKE_pose_remap_bone_pointers(struct bArmature *armature, struct bPose *pose); -/** - * Update the links for the B-Bone handles from Bone data. - */ -void BKE_pchan_rebuild_bbone_handles(struct bPose *pose, struct bPoseChannel *pchan); -void BKE_pose_channels_clear_with_null_bone(struct bPose *pose, bool do_id_user); -/** - * Only after leave edit-mode, duplicating, validating older files, library syncing. - * - * \note pose->flag is set for it. - * - * \param bmain: May be NULL, only used to tag depsgraph as being dirty. - */ -void BKE_pose_rebuild(struct Main *bmain, - struct Object *ob, - struct bArmature *arm, - bool do_id_user); -/** - * Ensures object's pose is rebuilt if needed. - * - * \param bmain: May be NULL, only used to tag depsgraph as being dirty. - */ -void BKE_pose_ensure(struct Main *bmain, - struct Object *ob, - struct bArmature *arm, - bool do_id_user); -/** - * \note This is the only function adding poses. - * \note This only reads anim data from channels, and writes to channels. - */ -void BKE_pose_where_is(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob); -/** - * The main armature solver, does all constraints excluding IK. - * - * \param pchan: pose-channel - validated, as having bone and parent pointer. - * \param do_extra: when zero skips loc/size/rot, constraints and strip modifiers. - */ -void BKE_pose_where_is_bone(struct Depsgraph *depsgraph, - struct Scene *scene, - struct Object *ob, - struct bPoseChannel *pchan, - float ctime, - bool do_extra); -/** - * Calculate tail of pose-channel. - */ -void BKE_pose_where_is_bone_tail(struct bPoseChannel *pchan); - -/** - * Evaluate the action and apply it to the pose. If any pose bones are selected, only FCurves that - * relate to those bones are evaluated. - */ -void BKE_pose_apply_action_selected_bones(struct Object *ob, - struct bAction *action, - struct AnimationEvalContext *anim_eval_context); -/** - * Evaluate the action and apply it to the pose. Ignore selection state of the bones. - */ -void BKE_pose_apply_action_all_bones(struct Object *ob, - struct bAction *action, - struct AnimationEvalContext *anim_eval_context); - -void BKE_pose_apply_action_blend(struct Object *ob, - struct bAction *action, - struct AnimationEvalContext *anim_eval_context, - float blend_factor); - -void vec_roll_to_mat3(const float vec[3], float roll, float r_mat[3][3]); - -/** - * Calculates the rest matrix of a bone based on its vector and a roll around that vector. - */ -void vec_roll_to_mat3_normalized(const float nor[3], float roll, float r_mat[3][3]); -/** - * Computes vector and roll based on a rotation. - * "mat" must contain only a rotation, and no scaling. - */ -void mat3_to_vec_roll(const float mat[3][3], float r_vec[3], float *r_roll); -/** - * Computes roll around the vector that best approximates the matrix. - * If `vec` is the Y vector from purely rotational `mat`, result should be exact. - */ -void mat3_vec_to_roll(const float mat[3][3], const float vec[3], float *r_roll); - -/* Common Conversions Between Co-ordinate Spaces */ - -/** - * Convert World-Space Matrix to Pose-Space Matrix. - */ -void BKE_armature_mat_world_to_pose(struct Object *ob, - const float inmat[4][4], - float outmat[4][4]); -/** - * Convert World-Space Location to Pose-Space Location - * \note this cannot be used to convert to pose-space location of the supplied - * pose-channel into its local space (i.e. 'visual'-keyframing). - */ -void BKE_armature_loc_world_to_pose(struct Object *ob, const float inloc[3], float outloc[3]); -/** - * Convert Pose-Space Matrix to Bone-Space Matrix. - * \note this cannot be used to convert to pose-space transforms of the supplied - * pose-channel into its local space (i.e. 'visual'-keyframing). - */ -void BKE_armature_mat_pose_to_bone(struct bPoseChannel *pchan, - const float inmat[4][4], - float outmat[4][4]); -/** - * Convert Pose-Space Location to Bone-Space Location - * \note this cannot be used to convert to pose-space location of the supplied - * pose-channel into its local space (i.e. 'visual'-keyframing). - */ -void BKE_armature_loc_pose_to_bone(struct bPoseChannel *pchan, - const float inloc[3], - float outloc[3]); -/** - * Convert Bone-Space Matrix to Pose-Space Matrix. - */ -void BKE_armature_mat_bone_to_pose(struct bPoseChannel *pchan, - const float inmat[4][4], - float outmat[4][4]); -/** - * Remove rest-position effects from pose-transform for obtaining - * 'visual' transformation of pose-channel. - * (used by the Visual-Keyframing stuff). - */ -void BKE_armature_mat_pose_to_delta(float delta_mat[4][4], - float pose_mat[4][4], - float arm_mat[4][4]); - -void BKE_armature_mat_pose_to_bone_ex(struct Depsgraph *depsgraph, - struct Object *ob, - struct bPoseChannel *pchan, - const float inmat[4][4], - float outmat[4][4]); - -/** - * Same as #BKE_object_mat3_to_rot(). - */ -void BKE_pchan_mat3_to_rot(struct bPoseChannel *pchan, const float mat[3][3], bool use_compat); -/** - * Same as #BKE_object_rot_to_mat3(). - */ -void BKE_pchan_rot_to_mat3(const struct bPoseChannel *pchan, float r_mat[3][3]); -/** - * Apply a 4x4 matrix to the pose bone, - * similar to #BKE_object_apply_mat4(). - */ -void BKE_pchan_apply_mat4(struct bPoseChannel *pchan, const float mat[4][4], bool use_compat); -/** - * Convert the loc/rot/size to \a r_chanmat (typically #bPoseChannel.chan_mat). - */ -void BKE_pchan_to_mat4(const struct bPoseChannel *pchan, float r_chanmat[4][4]); - -/** - * Convert the loc/rot/size to mat4 (`pchan.chan_mat`), - * used in `constraint.cc` too. - */ -void BKE_pchan_calc_mat(struct bPoseChannel *pchan); - -/** - * Simple helper, computes the offset bone matrix: - * `offs_bone = yoffs(b-1) + root(b) + bonemat(b)`. - */ -void BKE_bone_offset_matrix_get(const struct Bone *bone, float offs_bone[4][4]); - -/* Transformation inherited from the parent bone. These matrices apply the effects of - * HINGE/NO_SCALE/NO_LOCAL_LOCATION options over the pchan loc/rot/scale transformations. */ -typedef struct BoneParentTransform { - float rotscale_mat[4][4]; /* parent effect on rotation & scale pose channels */ - float loc_mat[4][4]; /* parent effect on location pose channel */ - float post_scale[3]; /* additional scale to apply with post-multiply */ -} BoneParentTransform; - -/* Matrix-like algebra operations on the transform */ -void BKE_bone_parent_transform_clear(struct BoneParentTransform *bpt); -void BKE_bone_parent_transform_invert(struct BoneParentTransform *bpt); -void BKE_bone_parent_transform_combine(const struct BoneParentTransform *in1, - const struct BoneParentTransform *in2, - struct BoneParentTransform *result); - -void BKE_bone_parent_transform_apply(const struct BoneParentTransform *bpt, - const float inmat[4][4], - float outmat[4][4]); - -/** - * Get the current parent transformation for the given pose bone. - * - * Construct the matrices (rot/scale and loc) - * to apply the PoseChannels into the armature (object) space. - * I.e. (roughly) the `pose_mat(b-1) * yoffs(b-1) * d_root(b) * bone_mat(b)` in the - * `pose_mat(b)= pose_mat(b-1) * yoffs(b-1) * d_root(b) * bone_mat(b) * chan_mat(b)` - * ...function. - * - * This allows to get the transformations of a bone in its object space, - * *before* constraints (and IK) get applied (used by pose evaluation code). - * And reverse: to find pchan transformations needed to place a bone at a given loc/rot/scale - * in object space (used by interactive transform, and snapping code). - * - * Note that, with the HINGE/NO_SCALE/NO_LOCAL_LOCATION options, the location matrix - * will differ from the rotation/scale matrix... - * - * \note This cannot be used to convert to pose-space transforms of the supplied - * pose-channel into its local space (i.e. 'visual'-keyframing). - * (NOTE(@mont29): I don't understand that, so I keep it :p). - */ -void BKE_bone_parent_transform_calc_from_pchan(const struct bPoseChannel *pchan, - struct BoneParentTransform *r_bpt); -/** - * Compute the parent transform using data decoupled from specific data structures. - * - * \param bone_flag: #Bone.flag containing settings. - * \param offs_bone: delta from parent to current arm_mat (or just arm_mat if no parent). - * \param parent_arm_mat: arm_mat of parent, or NULL. - * \param parent_pose_mat: pose_mat of parent, or NULL. - * \param r_bpt: OUTPUT parent transform. - */ -void BKE_bone_parent_transform_calc_from_matrices(int bone_flag, - int inherit_scale_mode, - const float offs_bone[4][4], - const float parent_arm_mat[4][4], - const float parent_pose_mat[4][4], - struct BoneParentTransform *r_bpt); - -/** - * Rotation Mode Conversions - Used for Pose-Channels + Objects. - * - * Called from RNA when rotation mode changes - * - the result should be that the rotations given in the provided pointers have had conversions - * applied (as appropriate), such that the rotation of the element hasn't 'visually' changed. - */ -void BKE_rotMode_change_values( - float quat[4], float eul[3], float axis[3], float *angle, short oldMode, short newMode); - -/* B-Bone support */ -#define MAX_BBONE_SUBDIV 32 - -typedef struct Mat4 { - float mat[4][4]; -} Mat4; - -typedef struct BBoneSplineParameters { - int segments; - float length; - - /* Non-uniform scale correction. */ - bool do_scale; - float scale[3]; - - /* Handle control bone data. */ - bool use_prev, prev_bbone; - bool use_next, next_bbone; - - float prev_h[3], next_h[3]; - float prev_mat[4][4], next_mat[4][4]; - - /* Control values. */ - float ease1, ease2; - float roll1, roll2; - float scale_in[3], scale_out[3]; - float curve_in_x, curve_in_z, curve_out_x, curve_out_z; -} BBoneSplineParameters; - -/** - * Get "next" and "prev" bones - these are used for handle calculations. - */ -void BKE_pchan_bbone_handles_get(struct bPoseChannel *pchan, - struct bPoseChannel **r_prev, - struct bPoseChannel **r_next); -/** - * Compute B-Bone spline parameters for the given channel. - */ -void BKE_pchan_bbone_spline_params_get(struct bPoseChannel *pchan, - bool rest, - struct BBoneSplineParameters *r_param); - -/** - * Fills the array with the desired amount of bone->segments elements. - * This calculation is done within unit bone space. - */ -void BKE_pchan_bbone_spline_setup(struct bPoseChannel *pchan, - bool rest, - bool for_deform, - Mat4 *result_array); - -/** - * Computes the bezier handle vectors and rolls coming from custom handles. - */ -void BKE_pchan_bbone_handles_compute(const BBoneSplineParameters *param, - float h1[3], - float *r_roll1, - float h2[3], - float *r_roll2, - bool ease, - bool offsets); -/** - * Fills the array with the desired amount of `bone->segments` elements. - * This calculation is done within unit bone space. - */ -int BKE_pchan_bbone_spline_compute(struct BBoneSplineParameters *param, - bool for_deform, - Mat4 *result_array); - -/** - * Compute and cache the B-Bone shape in the channel runtime struct. - */ -void BKE_pchan_bbone_segments_cache_compute(struct bPoseChannel *pchan); -/** - * Copy cached B-Bone segments from one channel to another. - */ -void BKE_pchan_bbone_segments_cache_copy(struct bPoseChannel *pchan, - struct bPoseChannel *pchan_from); - -/** - * Calculate index and blend factor for the two B-Bone segment nodes - * affecting the specified point along the bone. - * - * \param pchan: Pose channel. - * \param head_tail: head-tail position along the bone (auto-clamped between 0 and 1). - * \param r_index: OUTPUT index of the first segment joint affecting the point. - * \param r_blend_next: OUTPUT blend factor between the first and the second segment in [0..1] - */ -void BKE_pchan_bbone_deform_clamp_segment_index(const struct bPoseChannel *pchan, - float head_tail, - int *r_index, - float *r_blend_next); - -/** - * Calculate index and blend factor for the two B-Bone segment nodes - * affecting the specified point in object (pose) space. - * - * \param pchan: Pose channel. - * \param co: Pose space coordinates of the point being deformed. - * \param r_index: OUTPUT index of the first segment joint affecting the point. - * \param r_blend_next: OUTPUT blend factor between the first and the second segment in [0..1] - */ -void BKE_pchan_bbone_deform_segment_index(const struct bPoseChannel *pchan, - const float *co, - int *r_index, - float *r_blend_next); - -/* like EBONE_VISIBLE, be sure to #include "ANIM_bone_collections.h". */ -#define PBONE_VISIBLE(arm, bone) ANIM_bone_is_visible(arm, bone) - -#define PBONE_SELECTABLE(arm, bone) \ - (PBONE_VISIBLE(arm, bone) && !((bone)->flag & BONE_UNSELECTABLE)) - -#define PBONE_SELECTED(arm, bone) (((bone)->flag & BONE_SELECTED) & PBONE_VISIBLE(arm, bone)) - -/* context.selected_pose_bones */ -#define FOREACH_PCHAN_SELECTED_IN_OBJECT_BEGIN(_ob, _pchan) \ - for (bPoseChannel *_pchan = (bPoseChannel *)(_ob)->pose->chanbase.first; _pchan; \ - _pchan = _pchan->next) \ - { \ - if (PBONE_VISIBLE(((bArmature *)(_ob)->data), (_pchan)->bone) && \ - ((_pchan)->bone->flag & BONE_SELECTED)) \ - { -#define FOREACH_PCHAN_SELECTED_IN_OBJECT_END \ - } \ - } \ - ((void)0) -/* context.visible_pose_bones */ -#define FOREACH_PCHAN_VISIBLE_IN_OBJECT_BEGIN(_ob, _pchan) \ - for (bPoseChannel *_pchan = (bPoseChannel *)(_ob)->pose->chanbase.first; _pchan; \ - _pchan = _pchan->next) \ - { \ - if (PBONE_VISIBLE(((bArmature *)(_ob)->data), (_pchan)->bone)) { -#define FOREACH_PCHAN_VISIBLE_IN_OBJECT_END \ - } \ - } \ - ((void)0) - -/* Evaluation helpers */ -struct bKinematicConstraint; -struct bPose; -struct bSplineIKConstraint; - -struct bPoseChannel *BKE_armature_ik_solver_find_root(struct bPoseChannel *pchan, - struct bKinematicConstraint *data); -struct bPoseChannel *BKE_armature_splineik_solver_find_root(struct bPoseChannel *pchan, - struct bSplineIKConstraint *data); - -void BKE_pose_splineik_init_tree(struct Scene *scene, struct Object *ob, float ctime); -void BKE_splineik_execute_tree(struct Depsgraph *depsgraph, - struct Scene *scene, - struct Object *ob, - struct bPoseChannel *pchan_root, - float ctime); - -void BKE_pose_pchan_index_rebuild(struct bPose *pose); - -void BKE_pose_eval_init(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *object); - -void BKE_pose_eval_init_ik(struct Depsgraph *depsgraph, - struct Scene *scene, - struct Object *object); - -void BKE_pose_eval_bone(struct Depsgraph *depsgraph, - struct Scene *scene, - struct Object *object, - int pchan_index); - -void BKE_pose_constraints_evaluate(struct Depsgraph *depsgraph, - struct Scene *scene, - struct Object *object, - int pchan_index); - -void BKE_pose_bone_done(struct Depsgraph *depsgraph, struct Object *object, int pchan_index); - -void BKE_pose_eval_bbone_segments(struct Depsgraph *depsgraph, - struct Object *object, - int pchan_index); - -void BKE_pose_iktree_evaluate(struct Depsgraph *depsgraph, - struct Scene *scene, - struct Object *object, - int rootchan_index); - -void BKE_pose_splineik_evaluate(struct Depsgraph *depsgraph, - struct Scene *scene, - struct Object *object, - int rootchan_index); - -void BKE_pose_eval_done(struct Depsgraph *depsgraph, struct Object *object); - -void BKE_pose_eval_cleanup(struct Depsgraph *depsgraph, - struct Scene *scene, - struct Object *object); - -/* -------------------------------------------------------------------- */ -/** \name Deform 3D Coordinates by Armature (`armature_deform.cc`) - * \{ */ - -/* Note that we could have a 'BKE_armature_deform_coords' that doesn't take object data - * currently there are no callers for this though. */ - -void BKE_armature_deform_coords_with_gpencil_stroke(const struct Object *ob_arm, - const struct Object *ob_target, - float (*vert_coords)[3], - float (*vert_deform_mats)[3][3], - int vert_coords_len, - int deformflag, - float (*vert_coords_prev)[3], - const char *defgrp_name, - struct bGPDstroke *gps_target); - -void BKE_armature_deform_coords_with_mesh(const struct Object *ob_arm, - const struct Object *ob_target, - float (*vert_coords)[3], - float (*vert_deform_mats)[3][3], - int vert_coords_len, - int deformflag, - float (*vert_coords_prev)[3], - const char *defgrp_name, - const struct Mesh *me_target); - -void BKE_armature_deform_coords_with_editmesh(const struct Object *ob_arm, - const struct Object *ob_target, - float (*vert_coords)[3], - float (*vert_deform_mats)[3][3], - int vert_coords_len, - int deformflag, - float (*vert_coords_prev)[3], - const char *defgrp_name, - struct BMEditMesh *em_target); - -/** \} */ - -#ifdef __cplusplus -} -#endif diff --git a/source/blender/blenkernel/BKE_armature.hh b/source/blender/blenkernel/BKE_armature.hh index fa5929b258c..156bd75b913 100644 --- a/source/blender/blenkernel/BKE_armature.hh +++ b/source/blender/blenkernel/BKE_armature.hh @@ -1,20 +1,705 @@ -/* SPDX-FileCopyrightText: 2023 Blender Authors +/* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later */ + #pragma once /** \file * \ingroup bke */ -#ifndef __cplusplus -# error This is a C++ only header. -#endif - -#include "BKE_armature.h" #include "BLI_function_ref.hh" +#include "BLI_listbase.h" #include "BLI_set.hh" +#include "DNA_armature_types.h" + +struct AnimationEvalContext; +struct BMEditMesh; +struct Bone; +struct Depsgraph; +struct IDProperty; +struct ListBase; +struct Main; +struct Mesh; +struct Object; +struct PoseTree; +struct Scene; +struct bAction; +struct bArmature; +struct bConstraint; +struct bGPDstroke; +struct bPose; +struct bPoseChannel; + +typedef struct EditBone { + struct EditBone *next, *prev; + /** User-Defined Properties on this Bone */ + struct IDProperty *prop; + /** + * Edit-bones have a one-way link (i.e. children refer + * to parents. This is converted to a two-way link for + * normal bones when leaving edit-mode. + */ + struct EditBone *parent; + /** (64 == MAXBONENAME) */ + char name[64]; + /** + * Roll along axis. We'll ultimately use the axis/angle method + * for determining the transformation matrix of the bone. The axis + * is tail-head while roll provides the angle. Refer to Graphics + * Gems 1 p. 466 (section IX.6) if it's not already in here somewhere. + */ + float roll; + + /** Orientation and length is implicit during editing */ + float head[3]; + float tail[3]; + /** + * All joints are considered to have zero rotation with respect to + * their parents. Therefore any rotations specified during the + * animation are automatically relative to the bones' rest positions. + */ + int flag; + int layer; + char inherit_scale_mode; + + /* Envelope distance & weight */ + float dist, weight; + /** put them in order! transform uses this as scale */ + float xwidth, length, zwidth; + float rad_head, rad_tail; + + /* Bendy-Bone parameters */ + short segments; + float roll1, roll2; + float curve_in_x, curve_in_z; + float curve_out_x, curve_out_z; + float ease1, ease2; + float scale_in[3], scale_out[3]; + + /** for envelope scaling */ + float oldlength; + + /** Mapping of vertices to segments. */ + eBone_BBoneMappingMode bbone_mapping_mode; + /** Type of next/prev bone handles */ + char bbone_prev_type; + char bbone_next_type; + /** B-Bone flags. */ + int bbone_flag; + short bbone_prev_flag; + short bbone_next_flag; + /** Next/prev bones to use as handle references when calculating bbones (optional) */ + struct EditBone *bbone_prev; + struct EditBone *bbone_next; + + /* Used for display */ + /** in Armature space, rest pos matrix */ + float disp_mat[4][4]; + /** in Armature space, rest pos matrix */ + float disp_tail_mat[4][4]; + /** in Armature space, rest pos matrix (32 == MAX_BBONE_SUBDIV) */ + float disp_bbone_mat[32][4][4]; + + /** connected child temporary during drawing */ + struct EditBone *bbone_child; + + BoneColor color; /* MUST be named the same as in bPoseChannel and Bone structs. */ + ListBase /*BoneCollectionReference*/ bone_collections; + + /* Used to store temporary data */ + union { + struct EditBone *ebone; + struct Bone *bone; + void *p; + int i; + } temp; +} EditBone; + +typedef struct PoseTarget { + struct PoseTarget *next, *prev; + + struct bConstraint *con; /* the constraint of this target */ + int tip; /* index of tip pchan in PoseTree */ +} PoseTarget; + +typedef struct PoseTree { + struct PoseTree *next, *prev; + + int type; /* type of IK that this serves (CONSTRAINT_TYPE_KINEMATIC or ..._SPLINEIK) */ + int totchannel; /* number of pose channels */ + + struct ListBase targets; /* list of targets of the tree */ + struct bPoseChannel **pchan; /* array of pose channels */ + int *parent; /* and their parents */ + + float (*basis_change)[3][3]; /* basis change result from solver */ + int iterations; /* iterations from the constraint */ + int stretch; /* disable stretching */ +} PoseTree; + +/* Core armature functionality. */ + +struct bArmature *BKE_armature_add(struct Main *bmain, const char *name); +struct bArmature *BKE_armature_from_object(struct Object *ob); +int BKE_armature_bonelist_count(const struct ListBase *lb); +void BKE_armature_bonelist_free(struct ListBase *lb, bool do_id_user); +void BKE_armature_editbonelist_free(struct ListBase *lb, bool do_id_user); + +void BKE_armature_copy_bone_transforms(struct bArmature *armature_dst, + const struct bArmature *armature_src); + +void BKE_armature_transform(struct bArmature *arm, const float mat[4][4], bool do_props); + +/* Bounding box. */ +struct BoundBox *BKE_armature_boundbox_get(struct Object *ob); + +/** + * Calculate the axis-aligned bounds of `pchan` in world-space, + * taking into account custom transform when set. + * + * `r_min` and `r_max` are expanded to fit `pchan` so the caller must initialize them + * (typically using #INIT_MINMAX). + * + * \note The bounds are calculated based on the head & tail of the bone + * or the custom object's bounds (if the bone uses a custom object). + * Visual elements such as the envelopes radius & bendy-bone spline segments are *not* included, + * making this not so useful for viewport culling. + * + * \param use_empty_drawtype: When enabled, the draw type of empty custom-objects is taken into + * account when calculating the bounds. + */ +void BKE_pchan_minmax(const struct Object *ob, + const struct bPoseChannel *pchan, + const bool use_empty_drawtype, + float r_min[3], + float r_max[3]); +/** + * Calculate the axis aligned bounds of the pose of `ob` in world-space. + * + * `r_min` and `r_max` are expanded to fit `ob->pose` so the caller must initialize them + * (typically using #INIT_MINMAX). + * + * \note This uses #BKE_pchan_minmax, see its documentation for details on bounds calculation. + */ +bool BKE_pose_minmax( + struct Object *ob, float r_min[3], float r_max[3], bool use_hidden, bool use_select); + +/** + * Finds the best possible extension to the name on a particular axis. + * (For renaming, check for unique names afterwards) + * \param strip_number: removes number extensions (TODO: not used). + * \param axis: The axis to name on. + * \param head: The head co-ordinate of the bone on the specified axis. + * \param tail: The tail co-ordinate of the bone on the specified axis. + */ +bool bone_autoside_name(char name[64], int strip_number, short axis, float head, float tail); + +/** + * Find the bone with the given name. + * + * When doing multiple subsequent calls to this function, consider calling + * #BKE_armature_bone_hash_make first to hash the bone names and speed up + * queries. + */ +struct Bone *BKE_armature_find_bone_name(struct bArmature *arm, const char *name); + +void BKE_armature_bone_hash_make(struct bArmature *arm); +void BKE_armature_bone_hash_free(struct bArmature *arm); + +bool BKE_armature_bone_flag_test_recursive(const struct Bone *bone, int flag); + +/** + * Using `vec` with dist to bone `b1 - b2`. + */ +float distfactor_to_bone( + const float vec[3], const float b1[3], const float b2[3], float rad1, float rad2, float rdist); + +/** + * Updates vectors and matrices on rest-position level, only needed + * after editing armature itself, now only on reading file. + */ +void BKE_armature_where_is(struct bArmature *arm); +/** + * Recursive part, calculates rest-position of entire tree of children. + * \note Used when exiting edit-mode too. + */ +void BKE_armature_where_is_bone(struct Bone *bone, + const struct Bone *bone_parent, + bool use_recursion); +/** + * Clear pointers of object's pose + * (needed in remap case, since we cannot always wait for a complete pose rebuild). + */ +void BKE_pose_clear_pointers(struct bPose *pose); +void BKE_pose_remap_bone_pointers(struct bArmature *armature, struct bPose *pose); +/** + * Update the links for the B-Bone handles from Bone data. + */ +void BKE_pchan_rebuild_bbone_handles(struct bPose *pose, struct bPoseChannel *pchan); +void BKE_pose_channels_clear_with_null_bone(struct bPose *pose, bool do_id_user); +/** + * Only after leave edit-mode, duplicating, validating older files, library syncing. + * + * \note pose->flag is set for it. + * + * \param bmain: May be NULL, only used to tag depsgraph as being dirty. + */ +void BKE_pose_rebuild(struct Main *bmain, + struct Object *ob, + struct bArmature *arm, + bool do_id_user); +/** + * Ensures object's pose is rebuilt if needed. + * + * \param bmain: May be NULL, only used to tag depsgraph as being dirty. + */ +void BKE_pose_ensure(struct Main *bmain, + struct Object *ob, + struct bArmature *arm, + bool do_id_user); +/** + * \note This is the only function adding poses. + * \note This only reads anim data from channels, and writes to channels. + */ +void BKE_pose_where_is(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob); +/** + * The main armature solver, does all constraints excluding IK. + * + * \param pchan: pose-channel - validated, as having bone and parent pointer. + * \param do_extra: when zero skips loc/size/rot, constraints and strip modifiers. + */ +void BKE_pose_where_is_bone(struct Depsgraph *depsgraph, + struct Scene *scene, + struct Object *ob, + struct bPoseChannel *pchan, + float ctime, + bool do_extra); +/** + * Calculate tail of pose-channel. + */ +void BKE_pose_where_is_bone_tail(struct bPoseChannel *pchan); + +/** + * Evaluate the action and apply it to the pose. If any pose bones are selected, only FCurves that + * relate to those bones are evaluated. + */ +void BKE_pose_apply_action_selected_bones(struct Object *ob, + struct bAction *action, + struct AnimationEvalContext *anim_eval_context); +/** + * Evaluate the action and apply it to the pose. Ignore selection state of the bones. + */ +void BKE_pose_apply_action_all_bones(struct Object *ob, + struct bAction *action, + struct AnimationEvalContext *anim_eval_context); + +void BKE_pose_apply_action_blend(struct Object *ob, + struct bAction *action, + struct AnimationEvalContext *anim_eval_context, + float blend_factor); + +void vec_roll_to_mat3(const float vec[3], float roll, float r_mat[3][3]); + +/** + * Calculates the rest matrix of a bone based on its vector and a roll around that vector. + */ +void vec_roll_to_mat3_normalized(const float nor[3], float roll, float r_mat[3][3]); +/** + * Computes vector and roll based on a rotation. + * "mat" must contain only a rotation, and no scaling. + */ +void mat3_to_vec_roll(const float mat[3][3], float r_vec[3], float *r_roll); +/** + * Computes roll around the vector that best approximates the matrix. + * If `vec` is the Y vector from purely rotational `mat`, result should be exact. + */ +void mat3_vec_to_roll(const float mat[3][3], const float vec[3], float *r_roll); + +/* Common Conversions Between Co-ordinate Spaces */ + +/** + * Convert World-Space Matrix to Pose-Space Matrix. + */ +void BKE_armature_mat_world_to_pose(struct Object *ob, + const float inmat[4][4], + float outmat[4][4]); +/** + * Convert World-Space Location to Pose-Space Location + * \note this cannot be used to convert to pose-space location of the supplied + * pose-channel into its local space (i.e. 'visual'-keyframing). + */ +void BKE_armature_loc_world_to_pose(struct Object *ob, const float inloc[3], float outloc[3]); +/** + * Convert Pose-Space Matrix to Bone-Space Matrix. + * \note this cannot be used to convert to pose-space transforms of the supplied + * pose-channel into its local space (i.e. 'visual'-keyframing). + */ +void BKE_armature_mat_pose_to_bone(struct bPoseChannel *pchan, + const float inmat[4][4], + float outmat[4][4]); +/** + * Convert Pose-Space Location to Bone-Space Location + * \note this cannot be used to convert to pose-space location of the supplied + * pose-channel into its local space (i.e. 'visual'-keyframing). + */ +void BKE_armature_loc_pose_to_bone(struct bPoseChannel *pchan, + const float inloc[3], + float outloc[3]); +/** + * Convert Bone-Space Matrix to Pose-Space Matrix. + */ +void BKE_armature_mat_bone_to_pose(struct bPoseChannel *pchan, + const float inmat[4][4], + float outmat[4][4]); +/** + * Remove rest-position effects from pose-transform for obtaining + * 'visual' transformation of pose-channel. + * (used by the Visual-Keyframing stuff). + */ +void BKE_armature_mat_pose_to_delta(float delta_mat[4][4], + float pose_mat[4][4], + float arm_mat[4][4]); + +void BKE_armature_mat_pose_to_bone_ex(struct Depsgraph *depsgraph, + struct Object *ob, + struct bPoseChannel *pchan, + const float inmat[4][4], + float outmat[4][4]); + +/** + * Same as #BKE_object_mat3_to_rot(). + */ +void BKE_pchan_mat3_to_rot(struct bPoseChannel *pchan, const float mat[3][3], bool use_compat); +/** + * Same as #BKE_object_rot_to_mat3(). + */ +void BKE_pchan_rot_to_mat3(const struct bPoseChannel *pchan, float r_mat[3][3]); +/** + * Apply a 4x4 matrix to the pose bone, + * similar to #BKE_object_apply_mat4(). + */ +void BKE_pchan_apply_mat4(struct bPoseChannel *pchan, const float mat[4][4], bool use_compat); +/** + * Convert the loc/rot/size to \a r_chanmat (typically #bPoseChannel.chan_mat). + */ +void BKE_pchan_to_mat4(const struct bPoseChannel *pchan, float r_chanmat[4][4]); + +/** + * Convert the loc/rot/size to mat4 (`pchan.chan_mat`), + * used in `constraint.cc` too. + */ +void BKE_pchan_calc_mat(struct bPoseChannel *pchan); + +/** + * Simple helper, computes the offset bone matrix: + * `offs_bone = yoffs(b-1) + root(b) + bonemat(b)`. + */ +void BKE_bone_offset_matrix_get(const struct Bone *bone, float offs_bone[4][4]); + +/* Transformation inherited from the parent bone. These matrices apply the effects of + * HINGE/NO_SCALE/NO_LOCAL_LOCATION options over the pchan loc/rot/scale transformations. */ +typedef struct BoneParentTransform { + float rotscale_mat[4][4]; /* parent effect on rotation & scale pose channels */ + float loc_mat[4][4]; /* parent effect on location pose channel */ + float post_scale[3]; /* additional scale to apply with post-multiply */ +} BoneParentTransform; + +/* Matrix-like algebra operations on the transform */ +void BKE_bone_parent_transform_clear(struct BoneParentTransform *bpt); +void BKE_bone_parent_transform_invert(struct BoneParentTransform *bpt); +void BKE_bone_parent_transform_combine(const struct BoneParentTransform *in1, + const struct BoneParentTransform *in2, + struct BoneParentTransform *result); + +void BKE_bone_parent_transform_apply(const struct BoneParentTransform *bpt, + const float inmat[4][4], + float outmat[4][4]); + +/** + * Get the current parent transformation for the given pose bone. + * + * Construct the matrices (rot/scale and loc) + * to apply the PoseChannels into the armature (object) space. + * I.e. (roughly) the `pose_mat(b-1) * yoffs(b-1) * d_root(b) * bone_mat(b)` in the + * `pose_mat(b)= pose_mat(b-1) * yoffs(b-1) * d_root(b) * bone_mat(b) * chan_mat(b)` + * ...function. + * + * This allows to get the transformations of a bone in its object space, + * *before* constraints (and IK) get applied (used by pose evaluation code). + * And reverse: to find pchan transformations needed to place a bone at a given loc/rot/scale + * in object space (used by interactive transform, and snapping code). + * + * Note that, with the HINGE/NO_SCALE/NO_LOCAL_LOCATION options, the location matrix + * will differ from the rotation/scale matrix... + * + * \note This cannot be used to convert to pose-space transforms of the supplied + * pose-channel into its local space (i.e. 'visual'-keyframing). + * (NOTE(@mont29): I don't understand that, so I keep it :p). + */ +void BKE_bone_parent_transform_calc_from_pchan(const struct bPoseChannel *pchan, + struct BoneParentTransform *r_bpt); +/** + * Compute the parent transform using data decoupled from specific data structures. + * + * \param bone_flag: #Bone.flag containing settings. + * \param offs_bone: delta from parent to current arm_mat (or just arm_mat if no parent). + * \param parent_arm_mat: arm_mat of parent, or NULL. + * \param parent_pose_mat: pose_mat of parent, or NULL. + * \param r_bpt: OUTPUT parent transform. + */ +void BKE_bone_parent_transform_calc_from_matrices(int bone_flag, + int inherit_scale_mode, + const float offs_bone[4][4], + const float parent_arm_mat[4][4], + const float parent_pose_mat[4][4], + struct BoneParentTransform *r_bpt); + +/** + * Rotation Mode Conversions - Used for Pose-Channels + Objects. + * + * Called from RNA when rotation mode changes + * - the result should be that the rotations given in the provided pointers have had conversions + * applied (as appropriate), such that the rotation of the element hasn't 'visually' changed. + */ +void BKE_rotMode_change_values( + float quat[4], float eul[3], float axis[3], float *angle, short oldMode, short newMode); + +/* B-Bone support */ +#define MAX_BBONE_SUBDIV 32 + +typedef struct Mat4 { + float mat[4][4]; +} Mat4; + +typedef struct BBoneSplineParameters { + int segments; + float length; + + /* Non-uniform scale correction. */ + bool do_scale; + float scale[3]; + + /* Handle control bone data. */ + bool use_prev, prev_bbone; + bool use_next, next_bbone; + + float prev_h[3], next_h[3]; + float prev_mat[4][4], next_mat[4][4]; + + /* Control values. */ + float ease1, ease2; + float roll1, roll2; + float scale_in[3], scale_out[3]; + float curve_in_x, curve_in_z, curve_out_x, curve_out_z; +} BBoneSplineParameters; + +/** + * Get "next" and "prev" bones - these are used for handle calculations. + */ +void BKE_pchan_bbone_handles_get(struct bPoseChannel *pchan, + struct bPoseChannel **r_prev, + struct bPoseChannel **r_next); +/** + * Compute B-Bone spline parameters for the given channel. + */ +void BKE_pchan_bbone_spline_params_get(struct bPoseChannel *pchan, + bool rest, + struct BBoneSplineParameters *r_param); + +/** + * Fills the array with the desired amount of bone->segments elements. + * This calculation is done within unit bone space. + */ +void BKE_pchan_bbone_spline_setup(struct bPoseChannel *pchan, + bool rest, + bool for_deform, + Mat4 *result_array); + +/** + * Computes the bezier handle vectors and rolls coming from custom handles. + */ +void BKE_pchan_bbone_handles_compute(const BBoneSplineParameters *param, + float h1[3], + float *r_roll1, + float h2[3], + float *r_roll2, + bool ease, + bool offsets); +/** + * Fills the array with the desired amount of `bone->segments` elements. + * This calculation is done within unit bone space. + */ +int BKE_pchan_bbone_spline_compute(struct BBoneSplineParameters *param, + bool for_deform, + Mat4 *result_array); + +/** + * Compute and cache the B-Bone shape in the channel runtime struct. + */ +void BKE_pchan_bbone_segments_cache_compute(struct bPoseChannel *pchan); +/** + * Copy cached B-Bone segments from one channel to another. + */ +void BKE_pchan_bbone_segments_cache_copy(struct bPoseChannel *pchan, + struct bPoseChannel *pchan_from); + +/** + * Calculate index and blend factor for the two B-Bone segment nodes + * affecting the specified point along the bone. + * + * \param pchan: Pose channel. + * \param head_tail: head-tail position along the bone (auto-clamped between 0 and 1). + * \param r_index: OUTPUT index of the first segment joint affecting the point. + * \param r_blend_next: OUTPUT blend factor between the first and the second segment in [0..1] + */ +void BKE_pchan_bbone_deform_clamp_segment_index(const struct bPoseChannel *pchan, + float head_tail, + int *r_index, + float *r_blend_next); + +/** + * Calculate index and blend factor for the two B-Bone segment nodes + * affecting the specified point in object (pose) space. + * + * \param pchan: Pose channel. + * \param co: Pose space coordinates of the point being deformed. + * \param r_index: OUTPUT index of the first segment joint affecting the point. + * \param r_blend_next: OUTPUT blend factor between the first and the second segment in [0..1] + */ +void BKE_pchan_bbone_deform_segment_index(const struct bPoseChannel *pchan, + const float *co, + int *r_index, + float *r_blend_next); + +/* like EBONE_VISIBLE, be sure to #include "ANIM_bone_collections.h". */ +#define PBONE_VISIBLE(arm, bone) ANIM_bone_is_visible(arm, bone) + +#define PBONE_SELECTABLE(arm, bone) \ + (PBONE_VISIBLE(arm, bone) && !((bone)->flag & BONE_UNSELECTABLE)) + +#define PBONE_SELECTED(arm, bone) (((bone)->flag & BONE_SELECTED) & PBONE_VISIBLE(arm, bone)) + +/* context.selected_pose_bones */ +#define FOREACH_PCHAN_SELECTED_IN_OBJECT_BEGIN(_ob, _pchan) \ + for (bPoseChannel *_pchan = (bPoseChannel *)(_ob)->pose->chanbase.first; _pchan; \ + _pchan = _pchan->next) \ + { \ + if (PBONE_VISIBLE(((bArmature *)(_ob)->data), (_pchan)->bone) && \ + ((_pchan)->bone->flag & BONE_SELECTED)) \ + { +#define FOREACH_PCHAN_SELECTED_IN_OBJECT_END \ + } \ + } \ + ((void)0) +/* context.visible_pose_bones */ +#define FOREACH_PCHAN_VISIBLE_IN_OBJECT_BEGIN(_ob, _pchan) \ + for (bPoseChannel *_pchan = (bPoseChannel *)(_ob)->pose->chanbase.first; _pchan; \ + _pchan = _pchan->next) \ + { \ + if (PBONE_VISIBLE(((bArmature *)(_ob)->data), (_pchan)->bone)) { +#define FOREACH_PCHAN_VISIBLE_IN_OBJECT_END \ + } \ + } \ + ((void)0) + +/* Evaluation helpers */ +struct bKinematicConstraint; +struct bPose; +struct bSplineIKConstraint; + +struct bPoseChannel *BKE_armature_ik_solver_find_root(struct bPoseChannel *pchan, + struct bKinematicConstraint *data); +struct bPoseChannel *BKE_armature_splineik_solver_find_root(struct bPoseChannel *pchan, + struct bSplineIKConstraint *data); + +void BKE_pose_splineik_init_tree(struct Scene *scene, struct Object *ob, float ctime); +void BKE_splineik_execute_tree(struct Depsgraph *depsgraph, + struct Scene *scene, + struct Object *ob, + struct bPoseChannel *pchan_root, + float ctime); + +void BKE_pose_pchan_index_rebuild(struct bPose *pose); + +void BKE_pose_eval_init(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *object); + +void BKE_pose_eval_init_ik(struct Depsgraph *depsgraph, + struct Scene *scene, + struct Object *object); + +void BKE_pose_eval_bone(struct Depsgraph *depsgraph, + struct Scene *scene, + struct Object *object, + int pchan_index); + +void BKE_pose_constraints_evaluate(struct Depsgraph *depsgraph, + struct Scene *scene, + struct Object *object, + int pchan_index); + +void BKE_pose_bone_done(struct Depsgraph *depsgraph, struct Object *object, int pchan_index); + +void BKE_pose_eval_bbone_segments(struct Depsgraph *depsgraph, + struct Object *object, + int pchan_index); + +void BKE_pose_iktree_evaluate(struct Depsgraph *depsgraph, + struct Scene *scene, + struct Object *object, + int rootchan_index); + +void BKE_pose_splineik_evaluate(struct Depsgraph *depsgraph, + struct Scene *scene, + struct Object *object, + int rootchan_index); + +void BKE_pose_eval_done(struct Depsgraph *depsgraph, struct Object *object); + +void BKE_pose_eval_cleanup(struct Depsgraph *depsgraph, + struct Scene *scene, + struct Object *object); + +/* -------------------------------------------------------------------- */ +/** \name Deform 3D Coordinates by Armature (`armature_deform.cc`) + * \{ */ + +/* Note that we could have a 'BKE_armature_deform_coords' that doesn't take object data + * currently there are no callers for this though. */ + +void BKE_armature_deform_coords_with_gpencil_stroke(const struct Object *ob_arm, + const struct Object *ob_target, + float (*vert_coords)[3], + float (*vert_deform_mats)[3][3], + int vert_coords_len, + int deformflag, + float (*vert_coords_prev)[3], + const char *defgrp_name, + struct bGPDstroke *gps_target); + +void BKE_armature_deform_coords_with_mesh(const struct Object *ob_arm, + const struct Object *ob_target, + float (*vert_coords)[3], + float (*vert_deform_mats)[3][3], + int vert_coords_len, + int deformflag, + float (*vert_coords_prev)[3], + const char *defgrp_name, + const struct Mesh *me_target); + +void BKE_armature_deform_coords_with_editmesh(const struct Object *ob_arm, + const struct Object *ob_target, + float (*vert_coords)[3], + float (*vert_deform_mats)[3][3], + int vert_coords_len, + int deformflag, + float (*vert_coords_prev)[3], + const char *defgrp_name, + struct BMEditMesh *em_target); + +/** \} */ + namespace blender::bke { struct SelectedBonesResult { diff --git a/source/blender/blenkernel/BKE_asset.h b/source/blender/blenkernel/BKE_asset.hh similarity index 97% rename from source/blender/blenkernel/BKE_asset.h rename to source/blender/blenkernel/BKE_asset.hh index 4a930a2e62a..01e1a98edfd 100644 --- a/source/blender/blenkernel/BKE_asset.h +++ b/source/blender/blenkernel/BKE_asset.hh @@ -13,10 +13,6 @@ #include "DNA_asset_types.h" -#ifdef __cplusplus -extern "C" { -#endif - struct AssetLibraryReference; struct AssetMetaData; struct BlendDataReader; @@ -86,7 +82,3 @@ AssetWeakReference *BKE_asset_weak_reference_copy(AssetWeakReference *weak_ref); void BKE_asset_weak_reference_write(struct BlendWriter *writer, const AssetWeakReference *weak_ref); void BKE_asset_weak_reference_read(struct BlendDataReader *reader, AssetWeakReference *weak_ref); - -#ifdef __cplusplus -} -#endif diff --git a/source/blender/blenkernel/BKE_attribute.h b/source/blender/blenkernel/BKE_attribute.h index 40596bc38e1..b191e39df88 100644 --- a/source/blender/blenkernel/BKE_attribute.h +++ b/source/blender/blenkernel/BKE_attribute.h @@ -11,7 +11,7 @@ #include "BLI_sys_types.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #ifdef __cplusplus extern "C" { diff --git a/source/blender/blenkernel/BKE_attribute_math.hh b/source/blender/blenkernel/BKE_attribute_math.hh index de120f3424e..7ed2fe3aac2 100644 --- a/source/blender/blenkernel/BKE_attribute_math.hh +++ b/source/blender/blenkernel/BKE_attribute_math.hh @@ -15,7 +15,7 @@ #include "BLI_math_vector.h" #include "BLI_math_vector.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" namespace blender::bke::attribute_math { diff --git a/source/blender/blenkernel/BKE_bvhutils.h b/source/blender/blenkernel/BKE_bvhutils.hh similarity index 97% rename from source/blender/blenkernel/BKE_bvhutils.h rename to source/blender/blenkernel/BKE_bvhutils.hh index 7d00e5a8ce9..dc2629df141 100644 --- a/source/blender/blenkernel/BKE_bvhutils.h +++ b/source/blender/blenkernel/BKE_bvhutils.hh @@ -9,19 +9,12 @@ * This header encapsulates necessary code to build a BVH. */ +#include + +#include "BLI_bit_vector.hh" #include "BLI_kdopbvh.h" #include "BLI_threads.h" -#ifdef __cplusplus -# include - -# include "BLI_bit_vector.hh" -#endif - -#ifdef __cplusplus -extern "C" { -#endif - struct BMEditMesh; struct MFace; struct Mesh; @@ -98,8 +91,6 @@ typedef enum BVHCacheType { BVHTree *bvhtree_from_editmesh_verts( BVHTreeFromEditMesh *data, struct BMEditMesh *em, float epsilon, int tree_type, int axis); -#ifdef __cplusplus - /** * Builds a BVH-tree where nodes are the vertices of the given `em`. */ @@ -141,8 +132,6 @@ BVHTree *bvhtree_from_editmesh_edges_ex(BVHTreeFromEditMesh *data, int tree_type, int axis); -# ifdef __cplusplus - /** * Builds a BVH-tree where nodes are the given edges. * \param vert, vert_allocated: if true, elem freeing will be done when freeing data. @@ -161,8 +150,6 @@ BVHTree *bvhtree_from_mesh_edges_ex(BVHTreeFromMesh *data, int tree_type, int axis); -# endif - BVHTree *bvhtree_from_editmesh_looptri( BVHTreeFromEditMesh *data, struct BMEditMesh *em, float epsilon, int tree_type, int axis); @@ -191,8 +178,6 @@ BVHTree *bvhtree_from_mesh_looptri_ex(struct BVHTreeFromMesh *data, int tree_type, int axis); -#endif - /** * Builds or queries a BVH-cache for the cache BVH-tree of the request type. * @@ -204,8 +189,6 @@ BVHTree *BKE_bvhtree_from_mesh_get(struct BVHTreeFromMesh *data, BVHCacheType bvh_cache_type, int tree_type); -#ifdef __cplusplus - /** * Builds or queries a BVH-cache for the cache BVH-tree of the request type. */ @@ -216,8 +199,6 @@ BVHTree *BKE_bvhtree_from_editmesh_get(BVHTreeFromEditMesh *data, struct BVHCache **bvh_cache_p, std::mutex *mesh_eval_mutex); -#endif - /** * Frees data allocated by a call to `bvhtree_from_editmesh_*`. */ @@ -247,11 +228,9 @@ typedef struct BVHTreeFromPointCloud { const float (*coords)[3]; } BVHTreeFromPointCloud; -#ifdef __cplusplus [[nodiscard]] BVHTree *BKE_bvhtree_from_pointcloud_get(BVHTreeFromPointCloud *data, const PointCloud *pointcloud, int tree_type); -#endif void free_bvhtree_from_pointcloud(struct BVHTreeFromPointCloud *data); @@ -267,7 +246,3 @@ struct BVHCache *bvhcache_init(void); * Frees a BVH-cache. */ void bvhcache_free(struct BVHCache *bvh_cache); - -#ifdef __cplusplus -} -#endif diff --git a/source/blender/blenkernel/BKE_context.h b/source/blender/blenkernel/BKE_context.hh similarity index 98% rename from source/blender/blenkernel/BKE_context.h rename to source/blender/blenkernel/BKE_context.hh index a0f442d8a11..de5ebdb02cd 100644 --- a/source/blender/blenkernel/BKE_context.h +++ b/source/blender/blenkernel/BKE_context.hh @@ -11,21 +11,14 @@ /* XXX temporary, until AssetHandle is designed properly and queries can return a pointer to it. */ #include "DNA_asset_types.h" +#include "BLI_string_ref.hh" #include "BLI_utildefines.h" +#include "BLI_vector.hh" #include "DNA_listBase.h" #include "DNA_object_enums.h" #include "RNA_types.hh" -#ifdef __cplusplus -# include "BLI_string_ref.hh" -# include "BLI_vector.hh" -#endif - -#ifdef __cplusplus -extern "C" { -#endif - struct ARegion; struct Base; struct CacheFile; @@ -413,9 +406,7 @@ bool CTX_data_editable_gpencil_layers(const bContext *C, ListBase *list); bool CTX_data_editable_gpencil_strokes(const bContext *C, ListBase *list); const struct AssetLibraryReference *CTX_wm_asset_library_ref(const bContext *C); -#ifdef __cplusplus class blender::asset_system::AssetRepresentation *CTX_wm_asset(const bContext *C); -#endif bool CTX_wm_interface_locked(const bContext *C); @@ -453,7 +444,3 @@ struct Depsgraph *CTX_data_ensure_evaluated_depsgraph(const bContext *C); * Only used by handful of operators which are run on file load. */ struct Depsgraph *CTX_data_depsgraph_on_load(const bContext *C); - -#ifdef __cplusplus -} -#endif diff --git a/source/blender/blenkernel/BKE_cpp_types.h b/source/blender/blenkernel/BKE_cpp_types.hh similarity index 75% rename from source/blender/blenkernel/BKE_cpp_types.h rename to source/blender/blenkernel/BKE_cpp_types.hh index f04d3bebdac..efd9989bcb4 100644 --- a/source/blender/blenkernel/BKE_cpp_types.h +++ b/source/blender/blenkernel/BKE_cpp_types.hh @@ -4,15 +4,7 @@ #pragma once -#ifdef __cplusplus -extern "C" { -#endif - /** * Register cpp types and their relations for later use. */ void BKE_cpp_types_init(void); - -#ifdef __cplusplus -} -#endif diff --git a/source/blender/blenkernel/BKE_curve.h b/source/blender/blenkernel/BKE_curve.hh similarity index 99% rename from source/blender/blenkernel/BKE_curve.h rename to source/blender/blenkernel/BKE_curve.hh index f63aa7d04ef..52f7a10c694 100644 --- a/source/blender/blenkernel/BKE_curve.h +++ b/source/blender/blenkernel/BKE_curve.hh @@ -1,6 +1,7 @@ /* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later */ + #pragma once /** \file @@ -11,10 +12,6 @@ #include "DNA_listBase.h" -#ifdef __cplusplus -extern "C" { -#endif - struct BMEditMesh; struct BezTriple; struct Curve; @@ -470,7 +467,3 @@ void BKE_curve_deform_co(const struct Object *ob_curve, struct Curve *BKE_curve_new_from_object(struct Object *object, struct Depsgraph *depsgraph, bool apply_modifiers); - -#ifdef __cplusplus -} -#endif diff --git a/source/blender/blenkernel/BKE_customdata.h b/source/blender/blenkernel/BKE_customdata.hh similarity index 98% rename from source/blender/blenkernel/BKE_customdata.h rename to source/blender/blenkernel/BKE_customdata.hh index 1e5a2b46055..d73897b32ec 100644 --- a/source/blender/blenkernel/BKE_customdata.h +++ b/source/blender/blenkernel/BKE_customdata.hh @@ -9,22 +9,17 @@ #pragma once +#include "BLI_cpp_type.hh" #include "BLI_implicit_sharing.h" +#include "BLI_set.hh" +#include "BLI_span.hh" +#include "BLI_string_ref.hh" #include "BLI_sys_types.h" #include "BLI_utildefines.h" -#ifdef __cplusplus -# include "BLI_set.hh" -# include "BLI_span.hh" -# include "BLI_string_ref.hh" -# include "BLI_vector.hh" -#endif +#include "BLI_vector.hh" #include "DNA_customdata_types.h" -#ifdef __cplusplus -extern "C" { -#endif - struct BMesh; struct BlendDataReader; struct BlendWriter; @@ -45,7 +40,7 @@ typedef uint64_t eCustomDataMask; /** * UV map related customdata offsets into BMesh attribute blocks. See #BM_uv_map_get_offsets. - * Defined in #BKE_customdata.h to avoid including bmesh.h in many unrelated areas. + * Defined in #BKE_customdata.hh to avoid including bmesh.h in many unrelated areas. * An offset of -1 means that the corresponding layer does not exist. */ typedef struct BMUVOffsets { @@ -611,13 +606,9 @@ bool CustomData_layertype_is_dynamic(eCustomDataType type); */ int CustomData_layertype_layers_max(eCustomDataType type); -#ifdef __cplusplus - /** \return The maximum size in bytes needed for a layer name with the given prefix. */ int CustomData_name_maxncpy_calc(blender::StringRef name); -#endif - /** * Make sure the name of layer at index is unique. */ @@ -773,8 +764,6 @@ void CustomData_data_transfer(const struct MeshPairRemap *me_remap, /* .blend file I/O */ -#ifdef __cplusplus - /** * Prepare given custom data for file writing. * @@ -799,8 +788,6 @@ void CustomData_blend_write(BlendWriter *writer, eCustomDataMask cddata_mask, ID *id); -#endif - void CustomData_blend_read(struct BlendDataReader *reader, struct CustomData *data, int count); size_t CustomData_get_elem_size(const struct CustomDataLayer *layer); @@ -813,15 +800,7 @@ void CustomData_debug_info_from_layers(const struct CustomData *data, struct DynStr *dynstr); #endif /* NDEBUG */ -#ifdef __cplusplus -} -#endif - -#ifdef __cplusplus -# include "BLI_cpp_type.hh" - namespace blender::bke { const CPPType *custom_data_type_to_cpp_type(eCustomDataType type); eCustomDataType cpp_type_to_custom_data_type(const CPPType &type); } // namespace blender::bke -#endif diff --git a/source/blender/blenkernel/BKE_data_transfer.h b/source/blender/blenkernel/BKE_data_transfer.h index c588326c4b1..117274e3cb4 100644 --- a/source/blender/blenkernel/BKE_data_transfer.h +++ b/source/blender/blenkernel/BKE_data_transfer.h @@ -8,7 +8,7 @@ #pragma once -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BLI_compiler_compat.h" #ifdef __cplusplus diff --git a/source/blender/blenkernel/BKE_displist.h b/source/blender/blenkernel/BKE_displist.h index 43505e52fe7..7cd7c3852e4 100644 --- a/source/blender/blenkernel/BKE_displist.h +++ b/source/blender/blenkernel/BKE_displist.h @@ -8,7 +8,7 @@ * \ingroup bke * \brief display list (or rather multi purpose list) stuff. */ -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "DNA_customdata_types.h" #ifdef __cplusplus diff --git a/source/blender/blenkernel/BKE_editmesh.h b/source/blender/blenkernel/BKE_editmesh.hh similarity index 98% rename from source/blender/blenkernel/BKE_editmesh.h rename to source/blender/blenkernel/BKE_editmesh.hh index a9a6c4d52e6..ca0ae8195a9 100644 --- a/source/blender/blenkernel/BKE_editmesh.h +++ b/source/blender/blenkernel/BKE_editmesh.hh @@ -15,10 +15,6 @@ #include "DNA_customdata_types.h" #include "bmesh.h" -#ifdef __cplusplus -extern "C" { -#endif - struct BMLoop; struct BMPartialUpdate; struct BMesh; @@ -122,7 +118,3 @@ const float (*BKE_editmesh_vert_coords_when_deformed(struct Depsgraph *depsgraph void BKE_editmesh_lnorspace_update(BMEditMesh *em); struct BoundBox *BKE_editmesh_cage_boundbox_get(struct Object *object, BMEditMesh *em); - -#ifdef __cplusplus -} -#endif diff --git a/source/blender/blenkernel/BKE_editmesh_tangent.h b/source/blender/blenkernel/BKE_editmesh_tangent.hh similarity index 94% rename from source/blender/blenkernel/BKE_editmesh_tangent.h rename to source/blender/blenkernel/BKE_editmesh_tangent.hh index c25fb8868ff..d274b0949ff 100644 --- a/source/blender/blenkernel/BKE_editmesh_tangent.h +++ b/source/blender/blenkernel/BKE_editmesh_tangent.hh @@ -8,11 +8,10 @@ * \ingroup bke */ -#ifdef __cplusplus -extern "C" { -#endif #include "DNA_customdata_types.h" +struct BMEditMesh; + /** * \see #BKE_mesh_calc_loop_tangent, same logic but used arrays instead of #BMesh data. * @@ -30,7 +29,3 @@ void BKE_editmesh_loop_tangent_calc(BMEditMesh *em, CustomData *dm_loopdata_out, uint dm_loopdata_out_len, short *tangent_mask_curr_p); - -#ifdef __cplusplus -} -#endif diff --git a/source/blender/blenkernel/BKE_lattice.h b/source/blender/blenkernel/BKE_lattice.hh similarity index 98% rename from source/blender/blenkernel/BKE_lattice.h rename to source/blender/blenkernel/BKE_lattice.hh index 849df31152d..d35f5f00da7 100644 --- a/source/blender/blenkernel/BKE_lattice.h +++ b/source/blender/blenkernel/BKE_lattice.hh @@ -9,10 +9,7 @@ */ #include "BLI_compiler_attrs.h" - -#ifdef __cplusplus -extern "C" { -#endif +#include "BLI_sys_types.h" struct BMEditMesh; struct BPoint; @@ -114,7 +111,3 @@ void BKE_lattice_deform_coords_with_editmesh(const struct Object *ob_lattice, struct BMEditMesh *em_target); /** \} */ - -#ifdef __cplusplus -} -#endif diff --git a/source/blender/blenkernel/BKE_mesh.h b/source/blender/blenkernel/BKE_mesh.h index 70efdc0c6e6..8d8d71205e0 100644 --- a/source/blender/blenkernel/BKE_mesh.h +++ b/source/blender/blenkernel/BKE_mesh.h @@ -15,7 +15,7 @@ #include "DNA_meshdata_types.h" #include "DNA_object_types.h" /* #BoundBox. */ -#include "BKE_customdata.h" +#include "BKE_customdata.hh" struct BMesh; struct BMeshCreateParams; diff --git a/source/blender/blenkernel/BKE_mesh_legacy_convert.hh b/source/blender/blenkernel/BKE_mesh_legacy_convert.hh index b10870e5ad4..df21297ac07 100644 --- a/source/blender/blenkernel/BKE_mesh_legacy_convert.hh +++ b/source/blender/blenkernel/BKE_mesh_legacy_convert.hh @@ -113,7 +113,7 @@ void BKE_main_mesh_legacy_convert_auto_smooth(Main &bmain); /* Inlines */ -/* NOTE(@sybren): Instead of -1 that function uses ORIGINDEX_NONE as defined in BKE_customdata.h, +/* NOTE(@sybren): Instead of -1 that function uses ORIGINDEX_NONE as defined in BKE_customdata.hh, * but I don't want to force every user of BKE_mesh.h to also include that file. */ BLI_INLINE int BKE_mesh_origindex_mface_mpoly(const int *index_mf_to_mpoly, const int *index_mp_to_orig, diff --git a/source/blender/blenkernel/BKE_modifier.hh b/source/blender/blenkernel/BKE_modifier.hh index 50a70017b8b..24aabbb6643 100644 --- a/source/blender/blenkernel/BKE_modifier.hh +++ b/source/blender/blenkernel/BKE_modifier.hh @@ -11,7 +11,7 @@ #include "DNA_modifier_types.h" /* needed for all enum typdefs */ -#include "BKE_customdata.h" +#include "BKE_customdata.hh" namespace blender::bke { struct GeometrySet; diff --git a/source/blender/blenkernel/BKE_node_runtime.hh b/source/blender/blenkernel/BKE_node_runtime.hh index 07da363415f..08f4ced5ab1 100644 --- a/source/blender/blenkernel/BKE_node_runtime.hh +++ b/source/blender/blenkernel/BKE_node_runtime.hh @@ -79,7 +79,7 @@ class bNodeTreeRuntime : NonCopyable, NonMovable { public: /** * Keeps track of what changed in the node tree until the next update. - * Should not be changed directly, instead use the functions in `BKE_node_tree_update.h`. + * Should not be changed directly, instead use the functions in `BKE_node_tree_update.hh`. * #eNodeTreeChangedFlag. */ uint32_t changed_flag = 0; diff --git a/source/blender/blenkernel/BKE_node_tree_interface.hh b/source/blender/blenkernel/BKE_node_tree_interface.hh index 48e48f9e7b0..f8434095d88 100644 --- a/source/blender/blenkernel/BKE_node_tree_interface.hh +++ b/source/blender/blenkernel/BKE_node_tree_interface.hh @@ -27,7 +27,7 @@ class bNodeTreeInterfaceRuntime { private: /** * Keeps track of what changed in the node tree until the next update. - * Should not be changed directly, instead use the functions in `BKE_node_tree_update.h`. + * Should not be changed directly, instead use the functions in `BKE_node_tree_update.hh`. * #NodeTreeInterfaceChangedFlag. */ uint32_t changed_flag_ = 0; diff --git a/source/blender/blenkernel/BKE_node_tree_update.h b/source/blender/blenkernel/BKE_node_tree_update.hh similarity index 98% rename from source/blender/blenkernel/BKE_node_tree_update.h rename to source/blender/blenkernel/BKE_node_tree_update.hh index 053773c6a76..371d0e2982c 100644 --- a/source/blender/blenkernel/BKE_node_tree_update.h +++ b/source/blender/blenkernel/BKE_node_tree_update.hh @@ -16,10 +16,6 @@ struct bNodeLink; struct bNodeSocket; struct bNodeTree; -#ifdef __cplusplus -extern "C" { -#endif - /** * Tag tree as changed without providing any more information about what has changed exactly. * The update process has to assume that everything may have changed. @@ -97,7 +93,3 @@ void BKE_ntree_update_main(struct Main *bmain, struct NodeTreeUpdateExtraParams void BKE_ntree_update_main_tree(struct Main *bmain, struct bNodeTree *ntree, struct NodeTreeUpdateExtraParams *params); - -#ifdef __cplusplus -} -#endif diff --git a/source/blender/blenkernel/BKE_paint.hh b/source/blender/blenkernel/BKE_paint.hh index 9e8e57f2dc8..c300041c25e 100644 --- a/source/blender/blenkernel/BKE_paint.hh +++ b/source/blender/blenkernel/BKE_paint.hh @@ -21,7 +21,7 @@ #include "DNA_object_enums.h" #include "BKE_attribute.h" -#include "BKE_pbvh.h" +#include "BKE_pbvh.hh" #include "bmesh.h" diff --git a/source/blender/blenkernel/BKE_pbvh.h b/source/blender/blenkernel/BKE_pbvh.hh similarity index 90% rename from source/blender/blenkernel/BKE_pbvh.h rename to source/blender/blenkernel/BKE_pbvh.hh index 5b93df999e7..f4c0efb1c7e 100644 --- a/source/blender/blenkernel/BKE_pbvh.h +++ b/source/blender/blenkernel/BKE_pbvh.hh @@ -49,20 +49,16 @@ typedef enum PBVHNodeFlags { } PBVHNodeFlags; ENUM_OPERATORS(PBVHNodeFlags, PBVH_TopologyUpdated); -#ifdef __cplusplus /* A few C++ methods to play nice with sets and maps. */ -# define PBVH_REF_CXX_METHODS(Class) \ - bool operator==(const Class b) const \ - { \ - return i == b.i; \ - } \ - uint64_t hash() const \ - { \ - return i; \ - } -#else -# define PBVH_REF_CXX_METHODS(Class) -#endif +#define PBVH_REF_CXX_METHODS(Class) \ + bool operator==(const Class b) const \ + { \ + return i == b.i; \ + } \ + uint64_t hash() const \ + { \ + return i; \ + } typedef struct PBVHVertRef { intptr_t i; diff --git a/source/blender/blenkernel/BKE_pbvh_api.hh b/source/blender/blenkernel/BKE_pbvh_api.hh index 8352a6b059d..d5faa5075bd 100644 --- a/source/blender/blenkernel/BKE_pbvh_api.hh +++ b/source/blender/blenkernel/BKE_pbvh_api.hh @@ -25,7 +25,7 @@ /* For embedding CCGKey in iterator. */ #include "BKE_attribute.h" #include "BKE_ccg.h" -#include "BKE_pbvh.h" +#include "BKE_pbvh.hh" #include "bmesh.h" diff --git a/source/blender/blenkernel/BKE_pointcloud.h b/source/blender/blenkernel/BKE_pointcloud.h index 83c8ec822fc..75372575c57 100644 --- a/source/blender/blenkernel/BKE_pointcloud.h +++ b/source/blender/blenkernel/BKE_pointcloud.h @@ -20,7 +20,7 @@ # include "DNA_pointcloud_types.h" -# include "BKE_customdata.h" +# include "BKE_customdata.hh" #endif #ifdef __cplusplus diff --git a/source/blender/blenkernel/BKE_screen.hh b/source/blender/blenkernel/BKE_screen.hh index 3dc1d728059..707477d596b 100644 --- a/source/blender/blenkernel/BKE_screen.hh +++ b/source/blender/blenkernel/BKE_screen.hh @@ -11,7 +11,7 @@ #include "RNA_types.hh" -#include "BKE_context.h" +#include "BKE_context.hh" namespace blender::asset_system { class AssetRepresentation; diff --git a/source/blender/blenkernel/BKE_shrinkwrap.h b/source/blender/blenkernel/BKE_shrinkwrap.h index d91a841858f..4a7c0aad614 100644 --- a/source/blender/blenkernel/BKE_shrinkwrap.h +++ b/source/blender/blenkernel/BKE_shrinkwrap.h @@ -8,7 +8,7 @@ */ /* Shrinkwrap stuff */ -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BLI_bitmap.h" #ifdef __cplusplus diff --git a/source/blender/blenkernel/BKE_subdiv_ccg.hh b/source/blender/blenkernel/BKE_subdiv_ccg.hh index 2353c96e61c..7bdd562ae75 100644 --- a/source/blender/blenkernel/BKE_subdiv_ccg.hh +++ b/source/blender/blenkernel/BKE_subdiv_ccg.hh @@ -13,7 +13,7 @@ #include "BLI_offset_indices.hh" #include "BLI_sys_types.h" -#include "BKE_DerivedMesh.h" +#include "BKE_DerivedMesh.hh" struct CCGElem; struct CCGFace; diff --git a/source/blender/blenkernel/BKE_subsurf.hh b/source/blender/blenkernel/BKE_subsurf.hh index b5c2e36cca2..d30a8f91e0d 100644 --- a/source/blender/blenkernel/BKE_subsurf.hh +++ b/source/blender/blenkernel/BKE_subsurf.hh @@ -8,7 +8,7 @@ */ /* struct DerivedMesh is used directly */ -#include "BKE_DerivedMesh.h" +#include "BKE_DerivedMesh.hh" /* Thread sync primitives used directly. */ #include "BLI_ordered_edge.hh" diff --git a/source/blender/blenkernel/BKE_viewer_path.h b/source/blender/blenkernel/BKE_viewer_path.hh similarity index 97% rename from source/blender/blenkernel/BKE_viewer_path.h rename to source/blender/blenkernel/BKE_viewer_path.hh index aa78593c81e..e0e4b63e274 100644 --- a/source/blender/blenkernel/BKE_viewer_path.h +++ b/source/blender/blenkernel/BKE_viewer_path.hh @@ -31,10 +31,6 @@ struct LibraryForeachIDData; struct Library; struct IDRemapper; -#ifdef __cplusplus -extern "C" { -#endif - enum ViewerPathEqualFlag { VIEWER_PATH_EQUAL_FLAG_IGNORE_REPEAT_ITERATION = (1 << 0), }; @@ -62,7 +58,3 @@ bool BKE_viewer_path_elem_equal(const ViewerPathElem *a, const ViewerPathElem *b, ViewerPathEqualFlag flag = ViewerPathEqualFlag(0)); void BKE_viewer_path_elem_free(ViewerPathElem *elem); - -#ifdef __cplusplus -} -#endif diff --git a/source/blender/blenkernel/BKE_volume.h b/source/blender/blenkernel/BKE_volume.hh similarity index 96% rename from source/blender/blenkernel/BKE_volume.h rename to source/blender/blenkernel/BKE_volume.hh index 4e943388b06..331cc99d500 100644 --- a/source/blender/blenkernel/BKE_volume.h +++ b/source/blender/blenkernel/BKE_volume.hh @@ -8,9 +8,8 @@ * \ingroup bke * \brief Volume data-block. */ -#ifdef __cplusplus -extern "C" { -#endif + +#include "BLI_math_vector_types.hh" struct BoundBox; struct Depsgraph; @@ -90,7 +89,7 @@ bool BKE_volume_set_velocity_grid_by_name(struct Volume *volume, const char *bas * By default only grid metadata is loaded, for access to the tree and voxels * BKE_volume_grid_load must be called first. */ -typedef enum VolumeGridType { +enum VolumeGridType : int8_t { VOLUME_GRID_UNKNOWN = 0, VOLUME_GRID_BOOLEAN, VOLUME_GRID_FLOAT, @@ -102,7 +101,7 @@ typedef enum VolumeGridType { VOLUME_GRID_VECTOR_DOUBLE, VOLUME_GRID_VECTOR_INT, VOLUME_GRID_POINTS, -} VolumeGridType; +}; bool BKE_volume_grid_load(const struct Volume *volume, const struct VolumeGrid *grid); void BKE_volume_grid_unload(const struct Volume *volume, const struct VolumeGrid *grid); @@ -154,19 +153,9 @@ bool BKE_volume_save(const struct Volume *volume, struct ReportList *reports, const char *filepath); -#ifdef __cplusplus -} -#endif - /* OpenVDB Grid Access * * Access to OpenVDB grid for C++. These will automatically load grids from * file or copy shared grids to make them writeable. */ -#ifdef __cplusplus - -# include "BLI_math_vector_types.hh" - bool BKE_volume_min_max(const Volume *volume, blender::float3 &r_min, blender::float3 &r_max); - -#endif diff --git a/source/blender/blenkernel/BKE_volume_render.h b/source/blender/blenkernel/BKE_volume_render.hh similarity index 96% rename from source/blender/blenkernel/BKE_volume_render.h rename to source/blender/blenkernel/BKE_volume_render.hh index 09add00c589..9e89021539e 100644 --- a/source/blender/blenkernel/BKE_volume_render.h +++ b/source/blender/blenkernel/BKE_volume_render.hh @@ -13,12 +13,9 @@ #include "DNA_volume_types.h" -#ifdef __cplusplus -extern "C" { -#endif - struct Volume; struct VolumeGrid; +enum VolumeGridType : int8_t; /* Dense Voxels */ @@ -58,7 +55,3 @@ void BKE_volume_grid_selection_surface(const struct Volume *volume, /* Render */ float BKE_volume_density_scale(const struct Volume *volume, const float matrix[4][4]); - -#ifdef __cplusplus -} -#endif diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt index ffe394ef5e6..6ff97d2caa4 100644 --- a/source/blender/blenkernel/CMakeLists.txt +++ b/source/blender/blenkernel/CMakeLists.txt @@ -316,7 +316,7 @@ set(SRC intern/world.cc intern/writeavi.cc - BKE_DerivedMesh.h + BKE_DerivedMesh.hh BKE_action.h BKE_action.hh BKE_addon.h @@ -326,9 +326,8 @@ set(SRC BKE_animsys.h BKE_anonymous_attribute_id.hh BKE_appdir.h - BKE_armature.h BKE_armature.hh - BKE_asset.h + BKE_asset.hh BKE_attribute.h BKE_attribute.hh BKE_attribute_math.hh @@ -348,7 +347,7 @@ set(SRC BKE_boids.h BKE_bpath.h BKE_brush.hh - BKE_bvhutils.h + BKE_bvhutils.hh BKE_cachefile.h BKE_callbacks.h BKE_camera.h @@ -361,19 +360,19 @@ set(SRC BKE_colortools.h BKE_compute_contexts.hh BKE_constraint.h - BKE_context.h - BKE_cpp_types.h + BKE_context.hh + BKE_cpp_types.hh BKE_crazyspace.hh BKE_cryptomatte.h BKE_cryptomatte.hh - BKE_curve.h + BKE_curve.hh BKE_curve_legacy_convert.hh BKE_curve_to_mesh.hh BKE_curveprofile.h BKE_curves.h BKE_curves.hh BKE_curves_utils.hh - BKE_customdata.h + BKE_customdata.hh BKE_customdata_file.h BKE_data_transfer.h BKE_deform.h @@ -381,10 +380,10 @@ set(SRC BKE_duplilist.h BKE_dynamicpaint.h BKE_editlattice.h - BKE_editmesh.h + BKE_editmesh.hh BKE_editmesh_bvh.h BKE_editmesh_cache.hh - BKE_editmesh_tangent.h + BKE_editmesh_tangent.hh BKE_effect.h BKE_fcurve.h BKE_fcurve_driver.h @@ -415,7 +414,7 @@ set(SRC BKE_kelvinlet.h BKE_key.h BKE_keyconfig.h - BKE_lattice.h + BKE_lattice.hh BKE_layer.h BKE_lib_id.h BKE_lib_override.hh @@ -458,7 +457,7 @@ set(SRC BKE_node_tree_anonymous_attributes.hh BKE_node_tree_dot_export.hh BKE_node_tree_interface.hh - BKE_node_tree_update.h + BKE_node_tree_update.hh BKE_node_tree_zones.hh BKE_object.hh BKE_object_types.hh @@ -468,7 +467,7 @@ set(SRC BKE_packedFile.h BKE_paint.hh BKE_particle.h - BKE_pbvh.h + BKE_pbvh.hh BKE_pbvh_api.hh BKE_pbvh_pixels.hh BKE_pointcache.h @@ -505,10 +504,10 @@ set(SRC BKE_unit.h BKE_vfont.h BKE_vfontdata.h - BKE_viewer_path.h - BKE_volume.h + BKE_viewer_path.hh + BKE_volume.hh BKE_volume_openvdb.hh - BKE_volume_render.h + BKE_volume_render.hh BKE_volume_to_mesh.hh BKE_workspace.h BKE_world.h diff --git a/source/blender/blenkernel/intern/DerivedMesh.cc b/source/blender/blenkernel/intern/DerivedMesh.cc index f80a29c1e41..515bab0301f 100644 --- a/source/blender/blenkernel/intern/DerivedMesh.cc +++ b/source/blender/blenkernel/intern/DerivedMesh.cc @@ -32,11 +32,11 @@ #include "BLI_utildefines.h" #include "BLI_vector.hh" -#include "BKE_DerivedMesh.h" -#include "BKE_bvhutils.h" +#include "BKE_DerivedMesh.hh" +#include "BKE_bvhutils.hh" #include "BKE_colorband.h" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_editmesh_cache.hh" #include "BKE_geometry_set.hh" #include "BKE_geometry_set_instances.hh" diff --git a/source/blender/blenkernel/intern/action.cc b/source/blender/blenkernel/intern/action.cc index f111415e825..12229e3abaf 100644 --- a/source/blender/blenkernel/intern/action.cc +++ b/source/blender/blenkernel/intern/action.cc @@ -38,8 +38,8 @@ #include "BKE_anim_data.h" #include "BKE_anim_visualization.h" #include "BKE_animsys.h" -#include "BKE_armature.h" -#include "BKE_asset.h" +#include "BKE_armature.hh" +#include "BKE_asset.hh" #include "BKE_constraint.h" #include "BKE_deform.h" #include "BKE_fcurve.h" diff --git a/source/blender/blenkernel/intern/action_mirror.cc b/source/blender/blenkernel/intern/action_mirror.cc index b3fd24ae09a..2c3789d2968 100644 --- a/source/blender/blenkernel/intern/action_mirror.cc +++ b/source/blender/blenkernel/intern/action_mirror.cc @@ -24,7 +24,7 @@ #include "BLI_utildefines.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_fcurve.h" #include "DEG_depsgraph.hh" diff --git a/source/blender/blenkernel/intern/anim_data.cc b/source/blender/blenkernel/intern/anim_data.cc index 78f95489a72..aac67dc3d82 100644 --- a/source/blender/blenkernel/intern/anim_data.cc +++ b/source/blender/blenkernel/intern/anim_data.cc @@ -12,7 +12,7 @@ #include "BKE_action.h" #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_fcurve_driver.h" #include "BKE_global.h" diff --git a/source/blender/blenkernel/intern/anim_path.cc b/source/blender/blenkernel/intern/anim_path.cc index 5895176d060..51754b1e142 100644 --- a/source/blender/blenkernel/intern/anim_path.cc +++ b/source/blender/blenkernel/intern/anim_path.cc @@ -18,7 +18,7 @@ #include "BLI_math_vector.h" #include "BKE_anim_path.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_key.h" #include "BKE_object_types.hh" diff --git a/source/blender/blenkernel/intern/anim_sys.cc b/source/blender/blenkernel/intern/anim_sys.cc index 7ca0d43eb69..59dfee20382 100644 --- a/source/blender/blenkernel/intern/anim_sys.cc +++ b/source/blender/blenkernel/intern/anim_sys.cc @@ -38,7 +38,7 @@ #include "BKE_action.h" #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_global.h" #include "BKE_lib_id.h" diff --git a/source/blender/blenkernel/intern/armature.cc b/source/blender/blenkernel/intern/armature.cc index 1d43602e710..34fd0bdbffd 100644 --- a/source/blender/blenkernel/intern/armature.cc +++ b/source/blender/blenkernel/intern/armature.cc @@ -37,9 +37,9 @@ #include "BKE_action.h" #include "BKE_anim_data.h" #include "BKE_anim_visualization.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_constraint.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_idprop.h" #include "BKE_idtype.h" #include "BKE_lib_id.h" diff --git a/source/blender/blenkernel/intern/armature_deform.cc b/source/blender/blenkernel/intern/armature_deform.cc index d102260217e..19ffda42ded 100644 --- a/source/blender/blenkernel/intern/armature_deform.cc +++ b/source/blender/blenkernel/intern/armature_deform.cc @@ -33,11 +33,11 @@ #include "DNA_object_types.h" #include "BKE_action.h" -#include "BKE_armature.h" -#include "BKE_customdata.h" +#include "BKE_armature.hh" +#include "BKE_customdata.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" -#include "BKE_lattice.h" +#include "BKE_editmesh.hh" +#include "BKE_lattice.hh" #include "BKE_mesh.hh" #include "DEG_depsgraph_build.hh" diff --git a/source/blender/blenkernel/intern/armature_update.cc b/source/blender/blenkernel/intern/armature_update.cc index 176a1b04719..ee019ecfbf0 100644 --- a/source/blender/blenkernel/intern/armature_update.cc +++ b/source/blender/blenkernel/intern/armature_update.cc @@ -21,8 +21,8 @@ #include "BKE_action.h" #include "BKE_anim_path.h" -#include "BKE_armature.h" -#include "BKE_curve.h" +#include "BKE_armature.hh" +#include "BKE_curve.hh" #include "BKE_displist.h" #include "BKE_fcurve.h" #include "BKE_object.hh" diff --git a/source/blender/blenkernel/intern/asset.cc b/source/blender/blenkernel/intern/asset.cc index b78710c6c2a..1337c017ffd 100644 --- a/source/blender/blenkernel/intern/asset.cc +++ b/source/blender/blenkernel/intern/asset.cc @@ -18,7 +18,7 @@ #include "BLI_string_utils.hh" #include "BLI_uuid.h" -#include "BKE_asset.h" +#include "BKE_asset.hh" #include "BKE_idprop.h" #include "BKE_preview_image.hh" diff --git a/source/blender/blenkernel/intern/asset_metadata_test.cc b/source/blender/blenkernel/intern/asset_metadata_test.cc index 3e9ff3c9b2b..dd00e8d0b4f 100644 --- a/source/blender/blenkernel/intern/asset_metadata_test.cc +++ b/source/blender/blenkernel/intern/asset_metadata_test.cc @@ -2,7 +2,7 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ -#include "BKE_asset.h" +#include "BKE_asset.hh" #include "BLI_uuid.h" diff --git a/source/blender/blenkernel/intern/asset_weak_reference.cc b/source/blender/blenkernel/intern/asset_weak_reference.cc index 26e2c0cab4d..f1d0d06f72a 100644 --- a/source/blender/blenkernel/intern/asset_weak_reference.cc +++ b/source/blender/blenkernel/intern/asset_weak_reference.cc @@ -13,7 +13,7 @@ #include "AS_asset_identifier.hh" #include "AS_asset_library.hh" -#include "BKE_asset.h" +#include "BKE_asset.hh" #include "BLO_read_write.hh" diff --git a/source/blender/blenkernel/intern/attribute.cc b/source/blender/blenkernel/intern/attribute.cc index 16d3ed4b967..b51e623c7a2 100644 --- a/source/blender/blenkernel/intern/attribute.cc +++ b/source/blender/blenkernel/intern/attribute.cc @@ -30,8 +30,8 @@ #include "BKE_attribute.h" #include "BKE_attribute.hh" #include "BKE_curves.hh" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_grease_pencil.hh" #include "BKE_mesh.hh" #include "BKE_pointcloud.h" diff --git a/source/blender/blenkernel/intern/attribute_access.cc b/source/blender/blenkernel/intern/attribute_access.cc index 9a91e540367..6d9675065d5 100644 --- a/source/blender/blenkernel/intern/attribute_access.cc +++ b/source/blender/blenkernel/intern/attribute_access.cc @@ -5,7 +5,7 @@ #include #include "BKE_attribute_math.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_deform.h" #include "BKE_geometry_set.hh" #include "BKE_mesh.hh" diff --git a/source/blender/blenkernel/intern/blender_copybuffer.cc b/source/blender/blenkernel/intern/blender_copybuffer.cc index 448e43bc1e5..ace9467a973 100644 --- a/source/blender/blenkernel/intern/blender_copybuffer.cc +++ b/source/blender/blenkernel/intern/blender_copybuffer.cc @@ -27,7 +27,7 @@ #include "BKE_blender_copybuffer.h" /* own include */ #include "BKE_blendfile.h" #include "BKE_blendfile_link_append.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_lib_id.h" diff --git a/source/blender/blenkernel/intern/blender_undo.cc b/source/blender/blenkernel/intern/blender_undo.cc index 23c0205bc81..72866614b94 100644 --- a/source/blender/blenkernel/intern/blender_undo.cc +++ b/source/blender/blenkernel/intern/blender_undo.cc @@ -33,7 +33,7 @@ #include "BKE_appdir.h" #include "BKE_blender_undo.h" /* own include */ #include "BKE_blendfile.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_main.h" #include "BKE_undo_system.h" diff --git a/source/blender/blenkernel/intern/blendfile.cc b/source/blender/blenkernel/intern/blendfile.cc index 620158b3c33..e4d734cf6cd 100644 --- a/source/blender/blenkernel/intern/blendfile.cc +++ b/source/blender/blenkernel/intern/blendfile.cc @@ -37,7 +37,7 @@ #include "BKE_blendfile.h" #include "BKE_bpath.h" #include "BKE_colorband.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_idtype.h" #include "BKE_ipo.h" diff --git a/source/blender/blenkernel/intern/brush.cc b/source/blender/blenkernel/intern/brush.cc index 561d0d70295..ce2bbb3dc1d 100644 --- a/source/blender/blenkernel/intern/brush.cc +++ b/source/blender/blenkernel/intern/brush.cc @@ -24,7 +24,7 @@ #include "BKE_bpath.h" #include "BKE_brush.hh" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_legacy.h" #include "BKE_idtype.h" #include "BKE_lib_id.h" diff --git a/source/blender/blenkernel/intern/bvhutils.cc b/source/blender/blenkernel/intern/bvhutils.cc index 238487af4d0..12c2ed9ec63 100644 --- a/source/blender/blenkernel/intern/bvhutils.cc +++ b/source/blender/blenkernel/intern/bvhutils.cc @@ -24,8 +24,8 @@ #include "BLI_utildefines.h" #include "BKE_attribute.hh" -#include "BKE_bvhutils.h" -#include "BKE_editmesh.h" +#include "BKE_bvhutils.hh" +#include "BKE_editmesh.hh" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" #include "BKE_pointcloud.h" diff --git a/source/blender/blenkernel/intern/cdderivedmesh.cc b/source/blender/blenkernel/intern/cdderivedmesh.cc index 693c6d36f68..acc76e92ad7 100644 --- a/source/blender/blenkernel/intern/cdderivedmesh.cc +++ b/source/blender/blenkernel/intern/cdderivedmesh.cc @@ -16,15 +16,15 @@ #include "BLI_utildefines.h" -#include "BKE_DerivedMesh.h" +#include "BKE_DerivedMesh.hh" #include "BKE_cdderivedmesh.h" -#include "BKE_curve.h" -#include "BKE_editmesh.h" +#include "BKE_curve.hh" +#include "BKE_editmesh.hh" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" #include "BKE_object.hh" #include "BKE_paint.hh" -#include "BKE_pbvh.h" +#include "BKE_pbvh.hh" #include "DNA_curve_types.h" /* for Curve */ #include "DNA_mesh_types.h" diff --git a/source/blender/blenkernel/intern/cloth.cc b/source/blender/blenkernel/intern/cloth.cc index fc588c42be7..0096ce3ee31 100644 --- a/source/blender/blenkernel/intern/cloth.cc +++ b/source/blender/blenkernel/intern/cloth.cc @@ -25,7 +25,7 @@ #include "DEG_depsgraph.hh" #include "DEG_depsgraph_query.hh" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BKE_cloth.hh" #include "BKE_effect.h" #include "BKE_global.h" diff --git a/source/blender/blenkernel/intern/colortools.cc b/source/blender/blenkernel/intern/colortools.cc index 6358aa23ad6..b8dabcdafe5 100644 --- a/source/blender/blenkernel/intern/colortools.cc +++ b/source/blender/blenkernel/intern/colortools.cc @@ -23,7 +23,7 @@ #include "BLI_utildefines.h" #include "BKE_colortools.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_fcurve.h" #include "IMB_colormanagement.h" diff --git a/source/blender/blenkernel/intern/constraint.cc b/source/blender/blenkernel/intern/constraint.cc index 6d66e57a6cb..935cdec97eb 100644 --- a/source/blender/blenkernel/intern/constraint.cc +++ b/source/blender/blenkernel/intern/constraint.cc @@ -46,15 +46,15 @@ #include "BKE_action.h" #include "BKE_anim_path.h" #include "BKE_animsys.h" -#include "BKE_armature.h" -#include "BKE_bvhutils.h" +#include "BKE_armature.hh" +#include "BKE_bvhutils.hh" #include "BKE_cachefile.h" #include "BKE_camera.h" #include "BKE_constraint.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_deform.h" #include "BKE_displist.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_fcurve_driver.h" #include "BKE_global.h" #include "BKE_idprop.h" diff --git a/source/blender/blenkernel/intern/context.cc b/source/blender/blenkernel/intern/context.cc index 69ead24855b..52cd21b356f 100644 --- a/source/blender/blenkernel/intern/context.cc +++ b/source/blender/blenkernel/intern/context.cc @@ -32,7 +32,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_main.h" #include "BKE_scene.h" diff --git a/source/blender/blenkernel/intern/cpp_types.cc b/source/blender/blenkernel/intern/cpp_types.cc index 1c7f387b2b9..8db5a30f92a 100644 --- a/source/blender/blenkernel/intern/cpp_types.cc +++ b/source/blender/blenkernel/intern/cpp_types.cc @@ -5,7 +5,7 @@ #include "BLI_cpp_type_make.hh" #include "BLI_cpp_types_make.hh" -#include "BKE_cpp_types.h" +#include "BKE_cpp_types.hh" #include "BKE_geometry_set.hh" #include "BKE_instances.hh" diff --git a/source/blender/blenkernel/intern/crazyspace.cc b/source/blender/blenkernel/intern/crazyspace.cc index 23a7056ff62..55425cc58d6 100644 --- a/source/blender/blenkernel/intern/crazyspace.cc +++ b/source/blender/blenkernel/intern/crazyspace.cc @@ -20,10 +20,10 @@ #include "BLI_math_rotation.h" #include "BLI_utildefines.h" -#include "BKE_DerivedMesh.h" +#include "BKE_DerivedMesh.hh" #include "BKE_crazyspace.hh" #include "BKE_curves.hh" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_geometry_set.hh" #include "BKE_grease_pencil.hh" #include "BKE_lib_id.h" diff --git a/source/blender/blenkernel/intern/curve.cc b/source/blender/blenkernel/intern/curve.cc index 545d533b4fb..b4c167c4d39 100644 --- a/source/blender/blenkernel/intern/curve.cc +++ b/source/blender/blenkernel/intern/curve.cc @@ -41,7 +41,7 @@ #include "DNA_vfont_types.h" #include "BKE_anim_data.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_curveprofile.h" #include "BKE_displist.h" #include "BKE_idtype.h" diff --git a/source/blender/blenkernel/intern/curve_bevel.cc b/source/blender/blenkernel/intern/curve_bevel.cc index c83d75f786d..9a6d59e85ca 100644 --- a/source/blender/blenkernel/intern/curve_bevel.cc +++ b/source/blender/blenkernel/intern/curve_bevel.cc @@ -21,7 +21,7 @@ #include "DNA_curveprofile_types.h" #include "DNA_object_types.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_curveprofile.h" #include "BKE_displist.h" #include "BKE_object_types.hh" diff --git a/source/blender/blenkernel/intern/curve_convert.cc b/source/blender/blenkernel/intern/curve_convert.cc index fac72d537a1..be1c2caeb89 100644 --- a/source/blender/blenkernel/intern/curve_convert.cc +++ b/source/blender/blenkernel/intern/curve_convert.cc @@ -12,7 +12,7 @@ #include "BLI_utildefines.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_displist.h" #include "BKE_lib_id.h" #include "BKE_modifier.hh" diff --git a/source/blender/blenkernel/intern/curve_decimate.cc b/source/blender/blenkernel/intern/curve_decimate.cc index b322b63ce65..579b01fa07b 100644 --- a/source/blender/blenkernel/intern/curve_decimate.cc +++ b/source/blender/blenkernel/intern/curve_decimate.cc @@ -12,7 +12,7 @@ #include "BLI_math_vector.h" #include "MEM_guardedalloc.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" extern "C" { #include "curve_fit_nd.h" diff --git a/source/blender/blenkernel/intern/curve_deform.cc b/source/blender/blenkernel/intern/curve_deform.cc index bb83ab05c7a..758ba60857e 100644 --- a/source/blender/blenkernel/intern/curve_deform.cc +++ b/source/blender/blenkernel/intern/curve_deform.cc @@ -23,9 +23,9 @@ #include "DNA_object_types.h" #include "BKE_anim_path.h" -#include "BKE_curve.h" -#include "BKE_editmesh.h" -#include "BKE_lattice.h" +#include "BKE_curve.hh" +#include "BKE_editmesh.hh" +#include "BKE_lattice.hh" #include "BKE_modifier.hh" #include "BKE_object_types.hh" diff --git a/source/blender/blenkernel/intern/curve_legacy_convert.cc b/source/blender/blenkernel/intern/curve_legacy_convert.cc index 27f69696d90..9ed3446b30f 100644 --- a/source/blender/blenkernel/intern/curve_legacy_convert.cc +++ b/source/blender/blenkernel/intern/curve_legacy_convert.cc @@ -9,7 +9,7 @@ #include "DNA_curve_types.h" #include "DNA_curves_types.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_curve_legacy_convert.hh" #include "BKE_curves.hh" #include "BKE_curves_utils.hh" diff --git a/source/blender/blenkernel/intern/curveprofile.cc b/source/blender/blenkernel/intern/curveprofile.cc index 153e28a1c2d..93445222f79 100644 --- a/source/blender/blenkernel/intern/curveprofile.cc +++ b/source/blender/blenkernel/intern/curveprofile.cc @@ -18,7 +18,7 @@ #include "BLI_rect.h" #include "BLI_utildefines.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_curveprofile.h" #include "BLO_read_write.hh" diff --git a/source/blender/blenkernel/intern/curves.cc b/source/blender/blenkernel/intern/curves.cc index 846759f88ec..515e5e4ec5a 100644 --- a/source/blender/blenkernel/intern/curves.cc +++ b/source/blender/blenkernel/intern/curves.cc @@ -28,7 +28,7 @@ #include "BKE_anim_data.h" #include "BKE_curves.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_geometry_fields.hh" #include "BKE_geometry_set.hh" #include "BKE_global.h" diff --git a/source/blender/blenkernel/intern/curves_geometry.cc b/source/blender/blenkernel/intern/curves_geometry.cc index 84909f4dd09..60d0190d064 100644 --- a/source/blender/blenkernel/intern/curves_geometry.cc +++ b/source/blender/blenkernel/intern/curves_geometry.cc @@ -27,7 +27,7 @@ #include "BKE_attribute_math.hh" #include "BKE_curves.hh" #include "BKE_curves_utils.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_deform.h" namespace blender::bke { diff --git a/source/blender/blenkernel/intern/customdata.cc b/source/blender/blenkernel/intern/customdata.cc index 86d065face5..84df84f663d 100644 --- a/source/blender/blenkernel/intern/customdata.cc +++ b/source/blender/blenkernel/intern/customdata.cc @@ -6,7 +6,7 @@ * \ingroup bke * Implementation of CustomData. * - * BKE_customdata.h contains the function prototypes for this file. + * BKE_customdata.hh contains the function prototypes for this file. */ #include "MEM_guardedalloc.h" @@ -43,7 +43,7 @@ #include "BLT_translation.h" #include "BKE_anonymous_attribute_id.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_customdata_file.h" #include "BKE_deform.h" #include "BKE_main.h" diff --git a/source/blender/blenkernel/intern/data_transfer.cc b/source/blender/blenkernel/intern/data_transfer.cc index fb7bf7c4427..a6ac035e9b3 100644 --- a/source/blender/blenkernel/intern/data_transfer.cc +++ b/source/blender/blenkernel/intern/data_transfer.cc @@ -20,7 +20,7 @@ #include "BKE_attribute.h" #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_data_transfer.h" #include "BKE_deform.h" #include "BKE_mesh.hh" diff --git a/source/blender/blenkernel/intern/data_transfer_intern.h b/source/blender/blenkernel/intern/data_transfer_intern.h index 4d112512851..b77a6221fee 100644 --- a/source/blender/blenkernel/intern/data_transfer_intern.h +++ b/source/blender/blenkernel/intern/data_transfer_intern.h @@ -8,7 +8,7 @@ #pragma once -#include "BKE_customdata.h" /* For cd_datatransfer_interp */ +#include "BKE_customdata.hh" /* For cd_datatransfer_interp */ #ifdef __cplusplus extern "C" { diff --git a/source/blender/blenkernel/intern/deform.cc b/source/blender/blenkernel/intern/deform.cc index 52bac5d890f..606f5e31eef 100644 --- a/source/blender/blenkernel/intern/deform.cc +++ b/source/blender/blenkernel/intern/deform.cc @@ -30,7 +30,7 @@ #include "BLT_translation.h" #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_data_transfer.h" #include "BKE_deform.h" /* own include */ #include "BKE_mesh.hh" diff --git a/source/blender/blenkernel/intern/displist.cc b/source/blender/blenkernel/intern/displist.cc index 0577a1dce3e..c56ceaa3359 100644 --- a/source/blender/blenkernel/intern/displist.cc +++ b/source/blender/blenkernel/intern/displist.cc @@ -30,7 +30,7 @@ #include "BLI_utildefines.h" #include "BKE_anim_path.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_curve_legacy_convert.hh" #include "BKE_displist.h" #include "BKE_geometry_set.hh" diff --git a/source/blender/blenkernel/intern/dynamicpaint.cc b/source/blender/blenkernel/intern/dynamicpaint.cc index bbd6e3cd6e5..80159de4172 100644 --- a/source/blender/blenkernel/intern/dynamicpaint.cc +++ b/source/blender/blenkernel/intern/dynamicpaint.cc @@ -38,13 +38,13 @@ #include "DNA_scene_types.h" #include "DNA_texture_types.h" -#include "BKE_armature.h" -#include "BKE_bvhutils.h" /* bvh tree */ +#include "BKE_armature.hh" +#include "BKE_bvhutils.hh" /* bvh tree */ #include "BKE_collection.h" #include "BKE_collision.h" #include "BKE_colorband.h" #include "BKE_constraint.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_deform.h" #include "BKE_dynamicpaint.h" #include "BKE_effect.h" diff --git a/source/blender/blenkernel/intern/editmesh.cc b/source/blender/blenkernel/intern/editmesh.cc index 33626ed4521..132d7cc4bef 100644 --- a/source/blender/blenkernel/intern/editmesh.cc +++ b/source/blender/blenkernel/intern/editmesh.cc @@ -16,9 +16,9 @@ #include "BLI_math_geom.h" #include "BLI_math_vector.h" -#include "BKE_DerivedMesh.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_DerivedMesh.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_editmesh_cache.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" diff --git a/source/blender/blenkernel/intern/editmesh_bvh.cc b/source/blender/blenkernel/intern/editmesh_bvh.cc index 02a8df58688..1beae3c2165 100644 --- a/source/blender/blenkernel/intern/editmesh_bvh.cc +++ b/source/blender/blenkernel/intern/editmesh_bvh.cc @@ -12,7 +12,7 @@ #include "BLI_math_geom.h" #include "BLI_math_vector.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_editmesh_bvh.h" /* own include */ diff --git a/source/blender/blenkernel/intern/editmesh_cache.cc b/source/blender/blenkernel/intern/editmesh_cache.cc index 0481e7c04b0..a5e24f7d93d 100644 --- a/source/blender/blenkernel/intern/editmesh_cache.cc +++ b/source/blender/blenkernel/intern/editmesh_cache.cc @@ -16,7 +16,7 @@ #include "DNA_mesh_types.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_editmesh_cache.hh" /* own include */ /* -------------------------------------------------------------------- */ diff --git a/source/blender/blenkernel/intern/editmesh_tangent.cc b/source/blender/blenkernel/intern/editmesh_tangent.cc index 7a586cd6465..667c5eaf41e 100644 --- a/source/blender/blenkernel/intern/editmesh_tangent.cc +++ b/source/blender/blenkernel/intern/editmesh_tangent.cc @@ -14,9 +14,9 @@ #include "DNA_defs.h" #include "DNA_meshdata_types.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" -#include "BKE_editmesh_tangent.h" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" +#include "BKE_editmesh_tangent.hh" #include "BKE_mesh.hh" #include "BKE_mesh_tangent.hh" /* for utility functions */ diff --git a/source/blender/blenkernel/intern/effect.cc b/source/blender/blenkernel/intern/effect.cc index 5460e95059a..cd09c2df410 100644 --- a/source/blender/blenkernel/intern/effect.cc +++ b/source/blender/blenkernel/intern/effect.cc @@ -38,10 +38,10 @@ #include "PIL_time.h" #include "BKE_anim_path.h" /* needed for where_on_path */ -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BKE_collection.h" #include "BKE_collision.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_displist.h" #include "BKE_effect.h" #include "BKE_fluid.h" diff --git a/source/blender/blenkernel/intern/fcurve.cc b/source/blender/blenkernel/intern/fcurve.cc index cd14f1d7870..c61cb84715a 100644 --- a/source/blender/blenkernel/intern/fcurve.cc +++ b/source/blender/blenkernel/intern/fcurve.cc @@ -27,8 +27,8 @@ #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_fcurve.h" #include "BKE_fcurve_driver.h" #include "BKE_global.h" diff --git a/source/blender/blenkernel/intern/fcurve_driver.cc b/source/blender/blenkernel/intern/fcurve_driver.cc index ff3f08f0c3f..458f42e9f0a 100644 --- a/source/blender/blenkernel/intern/fcurve_driver.cc +++ b/source/blender/blenkernel/intern/fcurve_driver.cc @@ -29,7 +29,7 @@ #include "BKE_action.h" #include "BKE_animsys.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_constraint.h" #include "BKE_fcurve_driver.h" #include "BKE_global.h" diff --git a/source/blender/blenkernel/intern/fluid.cc b/source/blender/blenkernel/intern/fluid.cc index 52423159849..2fb5b090ade 100644 --- a/source/blender/blenkernel/intern/fluid.cc +++ b/source/blender/blenkernel/intern/fluid.cc @@ -54,10 +54,10 @@ # include "BLI_threads.h" # include "BLI_voxel.h" -# include "BKE_bvhutils.h" +# include "BKE_bvhutils.hh" # include "BKE_collision.h" # include "BKE_colortools.h" -# include "BKE_customdata.h" +# include "BKE_customdata.hh" # include "BKE_deform.h" # include "BKE_mesh.hh" # include "BKE_mesh_runtime.hh" diff --git a/source/blender/blenkernel/intern/geometry_component_curves.cc b/source/blender/blenkernel/intern/geometry_component_curves.cc index dfc5c0cb7e4..32d5a9f0f61 100644 --- a/source/blender/blenkernel/intern/geometry_component_curves.cc +++ b/source/blender/blenkernel/intern/geometry_component_curves.cc @@ -8,7 +8,7 @@ #include "DNA_curve_types.h" #include "BKE_attribute_math.hh" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_curves.hh" #include "BKE_deform.h" #include "BKE_geometry_fields.hh" diff --git a/source/blender/blenkernel/intern/geometry_component_volume.cc b/source/blender/blenkernel/intern/geometry_component_volume.cc index 80655bfdbf8..a616d3b30a4 100644 --- a/source/blender/blenkernel/intern/geometry_component_volume.cc +++ b/source/blender/blenkernel/intern/geometry_component_volume.cc @@ -6,7 +6,7 @@ #include "BKE_geometry_set.hh" #include "BKE_lib_id.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" namespace blender::bke { diff --git a/source/blender/blenkernel/intern/geometry_set.cc b/source/blender/blenkernel/intern/geometry_set.cc index dac14a5488a..401add9da94 100644 --- a/source/blender/blenkernel/intern/geometry_set.cc +++ b/source/blender/blenkernel/intern/geometry_set.cc @@ -20,7 +20,7 @@ #include "BKE_modifier.hh" #include "BKE_object_types.hh" #include "BKE_pointcloud.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "DNA_collection_types.h" #include "DNA_object_types.h" diff --git a/source/blender/blenkernel/intern/gpencil_curve_legacy.cc b/source/blender/blenkernel/intern/gpencil_curve_legacy.cc index d94b41558dc..804af954a93 100644 --- a/source/blender/blenkernel/intern/gpencil_curve_legacy.cc +++ b/source/blender/blenkernel/intern/gpencil_curve_legacy.cc @@ -29,8 +29,8 @@ #include "DNA_scene_types.h" #include "BKE_collection.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_gpencil_curve_legacy.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" diff --git a/source/blender/blenkernel/intern/gpencil_geom_legacy.cc b/source/blender/blenkernel/intern/gpencil_geom_legacy.cc index 0e7b1e76cfa..6db3d06ea40 100644 --- a/source/blender/blenkernel/intern/gpencil_geom_legacy.cc +++ b/source/blender/blenkernel/intern/gpencil_geom_legacy.cc @@ -41,7 +41,7 @@ #include "BLT_translation.h" #include "BKE_attribute.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_curve_legacy.h" #include "BKE_gpencil_geom_legacy.h" diff --git a/source/blender/blenkernel/intern/gpencil_modifier_legacy.cc b/source/blender/blenkernel/intern/gpencil_modifier_legacy.cc index d0e11f9205b..b0bbd820573 100644 --- a/source/blender/blenkernel/intern/gpencil_modifier_legacy.cc +++ b/source/blender/blenkernel/intern/gpencil_modifier_legacy.cc @@ -34,7 +34,7 @@ #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" #include "BKE_gpencil_modifier_legacy.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_lib_id.h" #include "BKE_lib_query.h" #include "BKE_material.h" diff --git a/source/blender/blenkernel/intern/grease_pencil.cc b/source/blender/blenkernel/intern/grease_pencil.cc index 37f0d9b4e8c..66633209916 100644 --- a/source/blender/blenkernel/intern/grease_pencil.cc +++ b/source/blender/blenkernel/intern/grease_pencil.cc @@ -10,7 +10,7 @@ #include "BKE_anim_data.h" #include "BKE_curves.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_geometry_set.hh" #include "BKE_grease_pencil.h" #include "BKE_grease_pencil.hh" diff --git a/source/blender/blenkernel/intern/image.cc b/source/blender/blenkernel/intern/image.cc index 535e89afd45..9cfdb1fb0dc 100644 --- a/source/blender/blenkernel/intern/image.cc +++ b/source/blender/blenkernel/intern/image.cc @@ -73,7 +73,7 @@ #include "BKE_main.h" #include "BKE_node.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_packedFile.h" #include "BKE_preview_image.hh" #include "BKE_report.h" diff --git a/source/blender/blenkernel/intern/key.cc b/source/blender/blenkernel/intern/key.cc index d79575e0827..49fcaa88ec2 100644 --- a/source/blender/blenkernel/intern/key.cc +++ b/source/blender/blenkernel/intern/key.cc @@ -34,13 +34,13 @@ #include "DNA_scene_types.h" #include "BKE_anim_data.h" -#include "BKE_curve.h" -#include "BKE_customdata.h" +#include "BKE_curve.hh" +#include "BKE_customdata.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_idtype.h" #include "BKE_key.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_lib_id.h" #include "BKE_lib_query.h" #include "BKE_main.h" diff --git a/source/blender/blenkernel/intern/lattice.cc b/source/blender/blenkernel/intern/lattice.cc index 38c8b4a3416..6734d513dc5 100644 --- a/source/blender/blenkernel/intern/lattice.cc +++ b/source/blender/blenkernel/intern/lattice.cc @@ -33,11 +33,11 @@ #include "DNA_scene_types.h" #include "BKE_anim_data.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_deform.h" #include "BKE_displist.h" #include "BKE_idtype.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_lib_id.h" #include "BKE_lib_query.h" #include "BKE_main.h" diff --git a/source/blender/blenkernel/intern/lattice_deform.cc b/source/blender/blenkernel/intern/lattice_deform.cc index fbbe4cbc0eb..71d87db65ed 100644 --- a/source/blender/blenkernel/intern/lattice_deform.cc +++ b/source/blender/blenkernel/intern/lattice_deform.cc @@ -27,11 +27,11 @@ #include "DNA_meshdata_types.h" #include "DNA_object_types.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_displist.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_key.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_mesh.hh" #include "BKE_modifier.hh" #include "BKE_object.hh" diff --git a/source/blender/blenkernel/intern/lattice_deform_test.cc b/source/blender/blenkernel/intern/lattice_deform_test.cc index 76c4db3143a..93e7b23770b 100644 --- a/source/blender/blenkernel/intern/lattice_deform_test.cc +++ b/source/blender/blenkernel/intern/lattice_deform_test.cc @@ -4,7 +4,7 @@ #include "testing/testing.h" #include "BKE_idtype.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "MEM_guardedalloc.h" diff --git a/source/blender/blenkernel/intern/layer_utils.cc b/source/blender/blenkernel/intern/layer_utils.cc index 9062f9f7e0a..73c0955085a 100644 --- a/source/blender/blenkernel/intern/layer_utils.cc +++ b/source/blender/blenkernel/intern/layer_utils.cc @@ -11,8 +11,8 @@ #include "BLI_array.h" #include "BKE_collection.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "DNA_ID.h" diff --git a/source/blender/blenkernel/intern/lib_id.cc b/source/blender/blenkernel/intern/lib_id.cc index 35ec2fcd05f..88c17d1422b 100644 --- a/source/blender/blenkernel/intern/lib_id.cc +++ b/source/blender/blenkernel/intern/lib_id.cc @@ -40,10 +40,10 @@ #include "BLT_translation.h" #include "BKE_anim_data.h" -#include "BKE_armature.h" -#include "BKE_asset.h" +#include "BKE_armature.hh" +#include "BKE_asset.hh" #include "BKE_bpath.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_gpencil_legacy.h" #include "BKE_idprop.h" diff --git a/source/blender/blenkernel/intern/lib_id_delete.cc b/source/blender/blenkernel/intern/lib_id_delete.cc index 347d88fbdcd..227c21dbba7 100644 --- a/source/blender/blenkernel/intern/lib_id_delete.cc +++ b/source/blender/blenkernel/intern/lib_id_delete.cc @@ -22,7 +22,7 @@ #include "BLI_listbase.h" #include "BKE_anim_data.h" -#include "BKE_asset.h" +#include "BKE_asset.hh" #include "BKE_idprop.h" #include "BKE_idtype.h" #include "BKE_key.h" diff --git a/source/blender/blenkernel/intern/lib_override.cc b/source/blender/blenkernel/intern/lib_override.cc index 11834c8507e..084858891fc 100644 --- a/source/blender/blenkernel/intern/lib_override.cc +++ b/source/blender/blenkernel/intern/lib_override.cc @@ -26,7 +26,7 @@ #include "DEG_depsgraph_build.hh" #include "BKE_anim_data.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_blender.h" #include "BKE_collection.h" #include "BKE_fcurve.h" diff --git a/source/blender/blenkernel/intern/lib_remap.cc b/source/blender/blenkernel/intern/lib_remap.cc index 2241237ee29..b269175561d 100644 --- a/source/blender/blenkernel/intern/lib_remap.cc +++ b/source/blender/blenkernel/intern/lib_remap.cc @@ -16,9 +16,9 @@ #include "DNA_collection_types.h" #include "DNA_object_types.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_collection.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_lib_query.h" @@ -29,7 +29,7 @@ #include "BKE_modifier.hh" #include "BKE_multires.hh" #include "BKE_node.h" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_object.hh" #include "DEG_depsgraph.hh" diff --git a/source/blender/blenkernel/intern/lib_remap_test.cc b/source/blender/blenkernel/intern/lib_remap_test.cc index a6dec4fa33d..9c3630fbbcf 100644 --- a/source/blender/blenkernel/intern/lib_remap_test.cc +++ b/source/blender/blenkernel/intern/lib_remap_test.cc @@ -15,7 +15,7 @@ #include "RNA_define.hh" #include "BKE_appdir.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_idtype.h" #include "BKE_lib_id.h" diff --git a/source/blender/blenkernel/intern/linestyle.cc b/source/blender/blenkernel/intern/linestyle.cc index 565f373636d..78b8ad719ca 100644 --- a/source/blender/blenkernel/intern/linestyle.cc +++ b/source/blender/blenkernel/intern/linestyle.cc @@ -27,7 +27,7 @@ #include "BKE_anim_data.h" #include "BKE_colorband.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_freestyle.h" #include "BKE_idtype.h" #include "BKE_lib_id.h" @@ -35,7 +35,7 @@ #include "BKE_linestyle.h" #include "BKE_main.h" #include "BKE_node.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_texture.h" #include "BLO_read_write.hh" diff --git a/source/blender/blenkernel/intern/mask.cc b/source/blender/blenkernel/intern/mask.cc index 1058bdfd75a..03751f67a3c 100644 --- a/source/blender/blenkernel/intern/mask.cc +++ b/source/blender/blenkernel/intern/mask.cc @@ -29,7 +29,7 @@ #include "DNA_mask_types.h" #include "BKE_animsys.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_idtype.h" #include "BKE_anim_data.h" diff --git a/source/blender/blenkernel/intern/mask_evaluate.cc b/source/blender/blenkernel/intern/mask_evaluate.cc index 5d7789ffed2..a7fedbe7504 100644 --- a/source/blender/blenkernel/intern/mask_evaluate.cc +++ b/source/blender/blenkernel/intern/mask_evaluate.cc @@ -23,7 +23,7 @@ #include "DNA_mask_types.h" #include "DNA_object_types.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_mask.h" #include "DEG_depsgraph.hh" diff --git a/source/blender/blenkernel/intern/material.cc b/source/blender/blenkernel/intern/material.cc index 2404d2aaac9..34fbbbebd71 100644 --- a/source/blender/blenkernel/intern/material.cc +++ b/source/blender/blenkernel/intern/material.cc @@ -49,9 +49,9 @@ #include "BKE_anim_data.h" #include "BKE_attribute.h" #include "BKE_brush.hh" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_displist.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_gpencil_legacy.h" #include "BKE_grease_pencil.hh" #include "BKE_icons.h" diff --git a/source/blender/blenkernel/intern/mball.cc b/source/blender/blenkernel/intern/mball.cc index 94b39411487..8bbecbc707f 100644 --- a/source/blender/blenkernel/intern/mball.cc +++ b/source/blender/blenkernel/intern/mball.cc @@ -40,11 +40,11 @@ #include "BKE_main.h" #include "BKE_anim_data.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_displist.h" #include "BKE_geometry_set.hh" #include "BKE_idtype.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_lib_query.h" diff --git a/source/blender/blenkernel/intern/mesh.cc b/source/blender/blenkernel/intern/mesh.cc index c7ede24094d..dda0830ca32 100644 --- a/source/blender/blenkernel/intern/mesh.cc +++ b/source/blender/blenkernel/intern/mesh.cc @@ -45,7 +45,7 @@ #include "BKE_attribute.hh" #include "BKE_bpath.h" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_global.h" #include "BKE_idtype.h" #include "BKE_key.h" diff --git a/source/blender/blenkernel/intern/mesh_boolean_convert.cc b/source/blender/blenkernel/intern/mesh_boolean_convert.cc index f655cf52501..47253e4e266 100644 --- a/source/blender/blenkernel/intern/mesh_boolean_convert.cc +++ b/source/blender/blenkernel/intern/mesh_boolean_convert.cc @@ -13,7 +13,7 @@ #include "DNA_object_types.h" #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_material.h" #include "BKE_mesh.hh" #include "BKE_mesh_boolean_convert.hh" diff --git a/source/blender/blenkernel/intern/mesh_calc_edges.cc b/source/blender/blenkernel/intern/mesh_calc_edges.cc index 62a6fcffb71..e317c63122c 100644 --- a/source/blender/blenkernel/intern/mesh_calc_edges.cc +++ b/source/blender/blenkernel/intern/mesh_calc_edges.cc @@ -17,7 +17,7 @@ #include "BLI_timeit.hh" #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" namespace blender::bke::calc_edges { diff --git a/source/blender/blenkernel/intern/mesh_convert.cc b/source/blender/blenkernel/intern/mesh_convert.cc index 43b995dce78..bb5681956de 100644 --- a/source/blender/blenkernel/intern/mesh_convert.cc +++ b/source/blender/blenkernel/intern/mesh_convert.cc @@ -28,11 +28,11 @@ #include "BLT_translation.h" -#include "BKE_DerivedMesh.h" +#include "BKE_DerivedMesh.hh" #include "BKE_curves.hh" #include "BKE_deform.h" #include "BKE_displist.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_geometry_set.hh" #include "BKE_geometry_set_instances.hh" #include "BKE_key.h" @@ -47,7 +47,7 @@ #include "BKE_modifier.hh" #include "BKE_object_types.hh" /* these 2 are only used by conversion functions */ -#include "BKE_curve.h" +#include "BKE_curve.hh" /* -- */ #include "BKE_object.hh" /* -- */ diff --git a/source/blender/blenkernel/intern/mesh_debug.cc b/source/blender/blenkernel/intern/mesh_debug.cc index fd98b449fd2..7c54976337f 100644 --- a/source/blender/blenkernel/intern/mesh_debug.cc +++ b/source/blender/blenkernel/intern/mesh_debug.cc @@ -23,7 +23,7 @@ # include "BLI_utildefines.h" -# include "BKE_customdata.h" +# include "BKE_customdata.hh" # include "BKE_mesh.hh" diff --git a/source/blender/blenkernel/intern/mesh_evaluate.cc b/source/blender/blenkernel/intern/mesh_evaluate.cc index 2b5d0e63d1b..59ff8dd2cae 100644 --- a/source/blender/blenkernel/intern/mesh_evaluate.cc +++ b/source/blender/blenkernel/intern/mesh_evaluate.cc @@ -26,7 +26,7 @@ #include "BLI_virtual_array.hh" #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "BKE_multires.hh" diff --git a/source/blender/blenkernel/intern/mesh_iterators.cc b/source/blender/blenkernel/intern/mesh_iterators.cc index ff16d6cdf72..4fa4a25ffaf 100644 --- a/source/blender/blenkernel/intern/mesh_iterators.cc +++ b/source/blender/blenkernel/intern/mesh_iterators.cc @@ -11,8 +11,8 @@ #include "DNA_mesh_types.h" #include "DNA_meshdata_types.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_editmesh_cache.hh" #include "BKE_mesh.hh" #include "BKE_mesh_iterators.hh" diff --git a/source/blender/blenkernel/intern/mesh_legacy_convert.cc b/source/blender/blenkernel/intern/mesh_legacy_convert.cc index f3cc8b7fb21..9bbfedbe10b 100644 --- a/source/blender/blenkernel/intern/mesh_legacy_convert.cc +++ b/source/blender/blenkernel/intern/mesh_legacy_convert.cc @@ -32,7 +32,7 @@ #include "BLI_utildefines.h" #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_global.h" #include "BKE_idprop.hh" #include "BKE_main.h" @@ -42,7 +42,7 @@ #include "BKE_multires.hh" #include "BKE_node.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BLT_translation.h" diff --git a/source/blender/blenkernel/intern/mesh_mapping.cc b/source/blender/blenkernel/intern/mesh_mapping.cc index df2d0e9c7b9..5abeb5b6e0e 100644 --- a/source/blender/blenkernel/intern/mesh_mapping.cc +++ b/source/blender/blenkernel/intern/mesh_mapping.cc @@ -25,7 +25,7 @@ #include "BLI_task.hh" #include "BLI_utildefines.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" #include "BLI_memarena.h" diff --git a/source/blender/blenkernel/intern/mesh_merge_customdata.cc b/source/blender/blenkernel/intern/mesh_merge_customdata.cc index 82c0e311cf8..6e2bd9017b8 100644 --- a/source/blender/blenkernel/intern/mesh_merge_customdata.cc +++ b/source/blender/blenkernel/intern/mesh_merge_customdata.cc @@ -15,7 +15,7 @@ #include "BLI_task.hh" #include "BLI_utildefines.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" #include "BLI_memarena.h" diff --git a/source/blender/blenkernel/intern/mesh_normals.cc b/source/blender/blenkernel/intern/mesh_normals.cc index c4cd1728cce..8f8332d28ba 100644 --- a/source/blender/blenkernel/intern/mesh_normals.cc +++ b/source/blender/blenkernel/intern/mesh_normals.cc @@ -32,7 +32,7 @@ #include "BLI_utildefines.h" #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_editmesh_cache.hh" #include "BKE_global.h" #include "BKE_mesh.hh" diff --git a/source/blender/blenkernel/intern/mesh_remap.cc b/source/blender/blenkernel/intern/mesh_remap.cc index 1c98b9e3870..f501abf3c03 100644 --- a/source/blender/blenkernel/intern/mesh_remap.cc +++ b/source/blender/blenkernel/intern/mesh_remap.cc @@ -30,8 +30,8 @@ #include "BLI_rand.h" #include "BLI_utildefines.h" -#include "BKE_bvhutils.h" -#include "BKE_customdata.h" +#include "BKE_bvhutils.hh" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" #include "BKE_mesh_remap.hh" /* own include */ diff --git a/source/blender/blenkernel/intern/mesh_remesh_voxel.cc b/source/blender/blenkernel/intern/mesh_remesh_voxel.cc index e5cd17468f4..8033f62e1fd 100644 --- a/source/blender/blenkernel/intern/mesh_remesh_voxel.cc +++ b/source/blender/blenkernel/intern/mesh_remesh_voxel.cc @@ -28,9 +28,9 @@ #include "BKE_attribute.h" #include "BKE_attribute.hh" #include "BKE_attribute_math.hh" -#include "BKE_bvhutils.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_bvhutils.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" diff --git a/source/blender/blenkernel/intern/mesh_runtime.cc b/source/blender/blenkernel/intern/mesh_runtime.cc index a9a304d4f76..19b2b779bbe 100644 --- a/source/blender/blenkernel/intern/mesh_runtime.cc +++ b/source/blender/blenkernel/intern/mesh_runtime.cc @@ -19,7 +19,7 @@ #include "BLI_task.hh" #include "BLI_timeit.hh" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BKE_editmesh_cache.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" diff --git a/source/blender/blenkernel/intern/mesh_sample.cc b/source/blender/blenkernel/intern/mesh_sample.cc index 8e1e0dca468..aff8b9ff8fb 100644 --- a/source/blender/blenkernel/intern/mesh_sample.cc +++ b/source/blender/blenkernel/intern/mesh_sample.cc @@ -3,7 +3,7 @@ * SPDX-License-Identifier: GPL-2.0-or-later */ #include "BKE_attribute_math.hh" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" #include "BKE_mesh_sample.hh" diff --git a/source/blender/blenkernel/intern/mesh_tangent.cc b/source/blender/blenkernel/intern/mesh_tangent.cc index 07bfbaf0bf5..51f19234d93 100644 --- a/source/blender/blenkernel/intern/mesh_tangent.cc +++ b/source/blender/blenkernel/intern/mesh_tangent.cc @@ -22,7 +22,7 @@ #include "BLI_utildefines.h" #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" #include "BKE_mesh_tangent.hh" diff --git a/source/blender/blenkernel/intern/mesh_validate.cc b/source/blender/blenkernel/intern/mesh_validate.cc index a9ffc1c4465..7af0d04a8b0 100644 --- a/source/blender/blenkernel/intern/mesh_validate.cc +++ b/source/blender/blenkernel/intern/mesh_validate.cc @@ -27,7 +27,7 @@ #include "BLI_vector_set.hh" #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_deform.h" #include "BKE_mesh.hh" diff --git a/source/blender/blenkernel/intern/mesh_wrapper.cc b/source/blender/blenkernel/intern/mesh_wrapper.cc index 23176825b1d..1e517c5889a 100644 --- a/source/blender/blenkernel/intern/mesh_wrapper.cc +++ b/source/blender/blenkernel/intern/mesh_wrapper.cc @@ -35,8 +35,8 @@ #include "BLI_threads.h" #include "BLI_utildefines.h" -#include "BKE_DerivedMesh.h" -#include "BKE_editmesh.h" +#include "BKE_DerivedMesh.hh" +#include "BKE_editmesh.hh" #include "BKE_editmesh_cache.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" diff --git a/source/blender/blenkernel/intern/modifier.cc b/source/blender/blenkernel/intern/modifier.cc index b837240d79c..0fd2dafea2d 100644 --- a/source/blender/blenkernel/intern/modifier.cc +++ b/source/blender/blenkernel/intern/modifier.cc @@ -44,9 +44,9 @@ #include "BLT_translation.h" -#include "BKE_DerivedMesh.h" +#include "BKE_DerivedMesh.hh" #include "BKE_appdir.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_editmesh_cache.hh" #include "BKE_effect.h" #include "BKE_fluid.h" diff --git a/source/blender/blenkernel/intern/movieclip.cc b/source/blender/blenkernel/intern/movieclip.cc index a54d9de5260..98e328c4eb7 100644 --- a/source/blender/blenkernel/intern/movieclip.cc +++ b/source/blender/blenkernel/intern/movieclip.cc @@ -55,7 +55,7 @@ #include "BKE_main.h" #include "BKE_movieclip.h" #include "BKE_node.h" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_tracking.h" #include "IMB_imbuf.h" diff --git a/source/blender/blenkernel/intern/multires.cc b/source/blender/blenkernel/intern/multires.cc index df3efe9b22b..e2a87002e6a 100644 --- a/source/blender/blenkernel/intern/multires.cc +++ b/source/blender/blenkernel/intern/multires.cc @@ -24,7 +24,7 @@ #include "BKE_ccg.h" #include "BKE_cdderivedmesh.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" #include "BKE_mesh_runtime.hh" diff --git a/source/blender/blenkernel/intern/multires_reshape.cc b/source/blender/blenkernel/intern/multires_reshape.cc index 677449b5acd..949b589a77d 100644 --- a/source/blender/blenkernel/intern/multires_reshape.cc +++ b/source/blender/blenkernel/intern/multires_reshape.cc @@ -13,7 +13,7 @@ #include "DNA_modifier_types.h" #include "DNA_scene_types.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" diff --git a/source/blender/blenkernel/intern/multires_reshape_apply_base.cc b/source/blender/blenkernel/intern/multires_reshape_apply_base.cc index c868f46d290..9c757b83280 100644 --- a/source/blender/blenkernel/intern/multires_reshape_apply_base.cc +++ b/source/blender/blenkernel/intern/multires_reshape_apply_base.cc @@ -19,7 +19,7 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" diff --git a/source/blender/blenkernel/intern/multires_reshape_smooth.cc b/source/blender/blenkernel/intern/multires_reshape_smooth.cc index c1670ee84ea..a33669ffe6d 100644 --- a/source/blender/blenkernel/intern/multires_reshape_smooth.cc +++ b/source/blender/blenkernel/intern/multires_reshape_smooth.cc @@ -19,7 +19,7 @@ #include "BLI_task.h" #include "BLI_utildefines.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "BKE_multires.hh" #include "BKE_subdiv.hh" diff --git a/source/blender/blenkernel/intern/multires_reshape_subdivide.cc b/source/blender/blenkernel/intern/multires_reshape_subdivide.cc index ddee66549e2..32f5aebd4e9 100644 --- a/source/blender/blenkernel/intern/multires_reshape_subdivide.cc +++ b/source/blender/blenkernel/intern/multires_reshape_subdivide.cc @@ -13,7 +13,7 @@ #include "DNA_modifier_types.h" #include "DNA_scene_types.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" diff --git a/source/blender/blenkernel/intern/multires_reshape_util.cc b/source/blender/blenkernel/intern/multires_reshape_util.cc index 934fcefeb34..2a3f835b611 100644 --- a/source/blender/blenkernel/intern/multires_reshape_util.cc +++ b/source/blender/blenkernel/intern/multires_reshape_util.cc @@ -20,7 +20,7 @@ #include "BLI_task.h" #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" #include "BKE_multires.hh" diff --git a/source/blender/blenkernel/intern/multires_unsubdivide.cc b/source/blender/blenkernel/intern/multires_unsubdivide.cc index 0098cea5466..3c7b0b4f929 100644 --- a/source/blender/blenkernel/intern/multires_unsubdivide.cc +++ b/source/blender/blenkernel/intern/multires_unsubdivide.cc @@ -19,7 +19,7 @@ #include "BLI_gsqueue.h" #include "BLI_math_vector.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" diff --git a/source/blender/blenkernel/intern/node.cc b/source/blender/blenkernel/intern/node.cc index 940dd1d46af..f9a4673c238 100644 --- a/source/blender/blenkernel/intern/node.cc +++ b/source/blender/blenkernel/intern/node.cc @@ -51,10 +51,10 @@ #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_asset.h" +#include "BKE_asset.hh" #include "BKE_bpath.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_cryptomatte.h" #include "BKE_global.h" #include "BKE_idprop.h" @@ -68,7 +68,7 @@ #include "BKE_node_runtime.hh" #include "BKE_node_tree_anonymous_attributes.hh" #include "BKE_node_tree_interface.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_node_tree_zones.hh" #include "BKE_preview_image.hh" #include "BKE_type_conversions.hh" diff --git a/source/blender/blenkernel/intern/node_tree_update.cc b/source/blender/blenkernel/intern/node_tree_update.cc index b7b5f208e61..c8a6e13de60 100644 --- a/source/blender/blenkernel/intern/node_tree_update.cc +++ b/source/blender/blenkernel/intern/node_tree_update.cc @@ -23,7 +23,7 @@ #include "BKE_node.hh" #include "BKE_node_runtime.hh" #include "BKE_node_tree_anonymous_attributes.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "MOD_nodes.hh" diff --git a/source/blender/blenkernel/intern/object.cc b/source/blender/blenkernel/intern/object.cc index a62180375da..3a96a4e9b03 100644 --- a/source/blender/blenkernel/intern/object.cc +++ b/source/blender/blenkernel/intern/object.cc @@ -64,25 +64,25 @@ #include "BLT_translation.h" -#include "BKE_DerivedMesh.h" +#include "BKE_DerivedMesh.hh" #include "BKE_action.h" #include "BKE_anim_data.h" #include "BKE_anim_path.h" #include "BKE_anim_visualization.h" #include "BKE_animsys.h" -#include "BKE_armature.h" -#include "BKE_asset.h" +#include "BKE_armature.hh" +#include "BKE_asset.hh" #include "BKE_bpath.h" #include "BKE_camera.h" #include "BKE_collection.h" #include "BKE_constraint.h" #include "BKE_crazyspace.hh" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_curves.hh" #include "BKE_deform.h" #include "BKE_displist.h" #include "BKE_duplilist.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_editmesh_cache.hh" #include "BKE_effect.h" #include "BKE_fcurve.h" @@ -98,7 +98,7 @@ #include "BKE_idtype.h" #include "BKE_image.h" #include "BKE_key.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_lib_query.h" @@ -130,7 +130,7 @@ #include "BKE_subdiv_ccg.hh" #include "BKE_subsurf.hh" #include "BKE_vfont.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "DEG_depsgraph.hh" #include "DEG_depsgraph_query.hh" diff --git a/source/blender/blenkernel/intern/object_deform.cc b/source/blender/blenkernel/intern/object_deform.cc index f4e7d8aeebd..49916d22053 100644 --- a/source/blender/blenkernel/intern/object_deform.cc +++ b/source/blender/blenkernel/intern/object_deform.cc @@ -33,7 +33,7 @@ #include "BKE_action.h" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_gpencil_legacy.h" #include "BKE_mesh.hh" #include "BKE_modifier.hh" diff --git a/source/blender/blenkernel/intern/object_dupli.cc b/source/blender/blenkernel/intern/object_dupli.cc index 209e6847f29..996772a654c 100644 --- a/source/blender/blenkernel/intern/object_dupli.cc +++ b/source/blender/blenkernel/intern/object_dupli.cc @@ -41,14 +41,14 @@ #include "BKE_collection.h" #include "BKE_duplilist.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_editmesh_cache.hh" #include "BKE_geometry_set.hh" #include "BKE_geometry_set_instances.hh" #include "BKE_global.h" #include "BKE_idprop.h" #include "BKE_instances.hh" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_main.h" #include "BKE_mesh.hh" #include "BKE_mesh_iterators.hh" diff --git a/source/blender/blenkernel/intern/object_update.cc b/source/blender/blenkernel/intern/object_update.cc index 5df9d18df81..62fc679557a 100644 --- a/source/blender/blenkernel/intern/object_update.cc +++ b/source/blender/blenkernel/intern/object_update.cc @@ -22,14 +22,14 @@ #include "BLI_threads.h" #include "BLI_utildefines.h" -#include "BKE_DerivedMesh.h" +#include "BKE_DerivedMesh.hh" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_constraint.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_curves.h" #include "BKE_displist.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_effect.h" #include "BKE_gpencil_legacy.h" #include "BKE_gpencil_modifier_legacy.h" @@ -37,7 +37,7 @@ #include "BKE_grease_pencil.hh" #include "BKE_image.h" #include "BKE_key.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_layer.h" #include "BKE_light.h" #include "BKE_material.h" @@ -49,7 +49,7 @@ #include "BKE_pointcache.h" #include "BKE_pointcloud.h" #include "BKE_scene.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "MEM_guardedalloc.h" diff --git a/source/blender/blenkernel/intern/packedFile.cc b/source/blender/blenkernel/intern/packedFile.cc index 71da58b26fc..c3d03fff81a 100644 --- a/source/blender/blenkernel/intern/packedFile.cc +++ b/source/blender/blenkernel/intern/packedFile.cc @@ -35,7 +35,7 @@ #include "BKE_report.h" #include "BKE_sound.h" #include "BKE_vfont.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "IMB_imbuf.h" #include "IMB_imbuf_types.h" diff --git a/source/blender/blenkernel/intern/paint.cc b/source/blender/blenkernel/intern/paint.cc index 5d5e8940eb5..e805bd32aeb 100644 --- a/source/blender/blenkernel/intern/paint.cc +++ b/source/blender/blenkernel/intern/paint.cc @@ -40,7 +40,7 @@ #include "BKE_brush.hh" #include "BKE_ccg.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_crazyspace.hh" #include "BKE_deform.h" #include "BKE_gpencil_legacy.h" diff --git a/source/blender/blenkernel/intern/paint_canvas.cc b/source/blender/blenkernel/intern/paint_canvas.cc index a980200a56e..7f6728ade50 100644 --- a/source/blender/blenkernel/intern/paint_canvas.cc +++ b/source/blender/blenkernel/intern/paint_canvas.cc @@ -9,7 +9,7 @@ #include "DNA_mesh_types.h" #include "DNA_scene_types.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_image.h" #include "BKE_material.h" #include "BKE_paint.hh" diff --git a/source/blender/blenkernel/intern/particle.cc b/source/blender/blenkernel/intern/particle.cc index 1db857ef82c..3dc7d3f1c68 100644 --- a/source/blender/blenkernel/intern/particle.cc +++ b/source/blender/blenkernel/intern/particle.cc @@ -57,7 +57,7 @@ #include "BKE_effect.h" #include "BKE_idtype.h" #include "BKE_key.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_lib_query.h" diff --git a/source/blender/blenkernel/intern/particle_distribute.cc b/source/blender/blenkernel/intern/particle_distribute.cc index bba5890c739..a86718485cd 100644 --- a/source/blender/blenkernel/intern/particle_distribute.cc +++ b/source/blender/blenkernel/intern/particle_distribute.cc @@ -24,7 +24,7 @@ #include "DNA_particle_types.h" #include "DNA_scene_types.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_global.h" #include "BKE_lib_id.h" #include "BKE_mesh.hh" diff --git a/source/blender/blenkernel/intern/particle_system.cc b/source/blender/blenkernel/intern/particle_system.cc index 69b3dcd7408..1589b548fca 100644 --- a/source/blender/blenkernel/intern/particle_system.cc +++ b/source/blender/blenkernel/intern/particle_system.cc @@ -54,10 +54,10 @@ #include "BKE_mesh_runtime.hh" #include "BKE_particle.h" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BKE_cloth.hh" #include "BKE_collection.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_material.h" #include "BKE_mesh.hh" #include "BKE_modifier.hh" diff --git a/source/blender/blenkernel/intern/pbvh_bmesh.cc b/source/blender/blenkernel/intern/pbvh_bmesh.cc index 024c7d64d01..db378efbf37 100644 --- a/source/blender/blenkernel/intern/pbvh_bmesh.cc +++ b/source/blender/blenkernel/intern/pbvh_bmesh.cc @@ -16,7 +16,7 @@ #include "BLI_span.hh" #include "BLI_utildefines.h" -#include "BKE_DerivedMesh.h" +#include "BKE_DerivedMesh.hh" #include "BKE_ccg.h" #include "BKE_pbvh_api.hh" diff --git a/source/blender/blenkernel/intern/pbvh_pixels.cc b/source/blender/blenkernel/intern/pbvh_pixels.cc index a70e1e4b2da..b76ba043819 100644 --- a/source/blender/blenkernel/intern/pbvh_pixels.cc +++ b/source/blender/blenkernel/intern/pbvh_pixels.cc @@ -3,7 +3,7 @@ * SPDX-License-Identifier: GPL-2.0-or-later */ #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" #include "BKE_pbvh_api.hh" diff --git a/source/blender/blenkernel/intern/pbvh_pixels_copy.hh b/source/blender/blenkernel/intern/pbvh_pixels_copy.hh index 7a61cfd9888..e0c8676f76a 100644 --- a/source/blender/blenkernel/intern/pbvh_pixels_copy.hh +++ b/source/blender/blenkernel/intern/pbvh_pixels_copy.hh @@ -9,7 +9,7 @@ #include "IMB_imbuf_types.h" #include "BKE_image_wrappers.hh" -#include "BKE_pbvh.h" +#include "BKE_pbvh.hh" #include "BKE_pbvh_pixels.hh" #include "pbvh_uv_islands.hh" diff --git a/source/blender/blenkernel/intern/pointcloud.cc b/source/blender/blenkernel/intern/pointcloud.cc index b14034e262c..125e14661e9 100644 --- a/source/blender/blenkernel/intern/pointcloud.cc +++ b/source/blender/blenkernel/intern/pointcloud.cc @@ -25,7 +25,7 @@ #include "BLI_vector.hh" #include "BKE_anim_data.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_geometry_set.hh" #include "BKE_global.h" #include "BKE_idtype.h" diff --git a/source/blender/blenkernel/intern/scene.cc b/source/blender/blenkernel/intern/scene.cc index 74da723a9d0..44484d889a6 100644 --- a/source/blender/blenkernel/intern/scene.cc +++ b/source/blender/blenkernel/intern/scene.cc @@ -55,14 +55,14 @@ #include "BKE_action.h" #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_bpath.h" #include "BKE_cachefile.h" #include "BKE_collection.h" #include "BKE_colortools.h" #include "BKE_curveprofile.h" #include "BKE_duplilist.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_effect.h" #include "BKE_fcurve.h" #include "BKE_freestyle.h" diff --git a/source/blender/blenkernel/intern/screen.cc b/source/blender/blenkernel/intern/screen.cc index 789e09ed42a..13ae9160fdb 100644 --- a/source/blender/blenkernel/intern/screen.cc +++ b/source/blender/blenkernel/intern/screen.cc @@ -49,7 +49,7 @@ #include "BKE_node.h" #include "BKE_preview_image.hh" #include "BKE_screen.hh" -#include "BKE_viewer_path.h" +#include "BKE_viewer_path.hh" #include "BKE_workspace.h" #include "BLO_read_write.hh" diff --git a/source/blender/blenkernel/intern/shrinkwrap.cc b/source/blender/blenkernel/intern/shrinkwrap.cc index f7bb6bdfd1f..d4be81408a4 100644 --- a/source/blender/blenkernel/intern/shrinkwrap.cc +++ b/source/blender/blenkernel/intern/shrinkwrap.cc @@ -26,17 +26,17 @@ #include "BLI_task.h" #include "BLI_utildefines.h" -#include "BKE_DerivedMesh.h" +#include "BKE_DerivedMesh.hh" #include "BKE_attribute.h" #include "BKE_cdderivedmesh.h" -#include "BKE_context.h" -#include "BKE_lattice.h" +#include "BKE_context.hh" +#include "BKE_lattice.hh" #include "BKE_lib_id.h" #include "BKE_modifier.hh" #include "BKE_shrinkwrap.h" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_mesh.hh" /* for OMP limits. */ #include "BKE_mesh_runtime.hh" #include "BKE_mesh_wrapper.hh" diff --git a/source/blender/blenkernel/intern/softbody.cc b/source/blender/blenkernel/intern/softbody.cc index 809fc78a766..203921321e6 100644 --- a/source/blender/blenkernel/intern/softbody.cc +++ b/source/blender/blenkernel/intern/softbody.cc @@ -51,7 +51,7 @@ #include "BKE_collection.h" #include "BKE_collision.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_deform.h" #include "BKE_effect.h" #include "BKE_global.h" diff --git a/source/blender/blenkernel/intern/subdiv_ccg.cc b/source/blender/blenkernel/intern/subdiv_ccg.cc index 50d6267259a..0a2b7faacd2 100644 --- a/source/blender/blenkernel/intern/subdiv_ccg.cc +++ b/source/blender/blenkernel/intern/subdiv_ccg.cc @@ -19,7 +19,7 @@ #include "BLI_math_vector.h" #include "BLI_task.h" -#include "BKE_DerivedMesh.h" +#include "BKE_DerivedMesh.hh" #include "BKE_ccg.h" #include "BKE_global.h" #include "BKE_mesh.hh" diff --git a/source/blender/blenkernel/intern/subdiv_ccg_mask.cc b/source/blender/blenkernel/intern/subdiv_ccg_mask.cc index caf0b8a99b2..968673deb2d 100644 --- a/source/blender/blenkernel/intern/subdiv_ccg_mask.cc +++ b/source/blender/blenkernel/intern/subdiv_ccg_mask.cc @@ -17,7 +17,7 @@ #include "BLI_utildefines.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "BKE_subdiv.hh" diff --git a/source/blender/blenkernel/intern/subdiv_deform.cc b/source/blender/blenkernel/intern/subdiv_deform.cc index 4462092cde2..c1246e44952 100644 --- a/source/blender/blenkernel/intern/subdiv_deform.cc +++ b/source/blender/blenkernel/intern/subdiv_deform.cc @@ -16,7 +16,7 @@ #include "BLI_math_vector.h" #include "BLI_utildefines.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_subdiv.hh" #include "BKE_subdiv_eval.hh" #include "BKE_subdiv_foreach.hh" diff --git a/source/blender/blenkernel/intern/subdiv_displacement_multires.cc b/source/blender/blenkernel/intern/subdiv_displacement_multires.cc index ff69cb11115..f91d0cf60c5 100644 --- a/source/blender/blenkernel/intern/subdiv_displacement_multires.cc +++ b/source/blender/blenkernel/intern/subdiv_displacement_multires.cc @@ -19,7 +19,7 @@ #include "BLI_math_vector.h" #include "BLI_utildefines.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "BKE_multires.hh" #include "BKE_subdiv_eval.hh" diff --git a/source/blender/blenkernel/intern/subdiv_eval.cc b/source/blender/blenkernel/intern/subdiv_eval.cc index bc4612efc0e..9b6aa30962e 100644 --- a/source/blender/blenkernel/intern/subdiv_eval.cc +++ b/source/blender/blenkernel/intern/subdiv_eval.cc @@ -16,7 +16,7 @@ #include "BLI_timeit.hh" #include "BLI_utildefines.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "BKE_subdiv.hh" diff --git a/source/blender/blenkernel/intern/subdiv_foreach.cc b/source/blender/blenkernel/intern/subdiv_foreach.cc index 76fb302cbd1..c1fdb9c394d 100644 --- a/source/blender/blenkernel/intern/subdiv_foreach.cc +++ b/source/blender/blenkernel/intern/subdiv_foreach.cc @@ -17,7 +17,7 @@ #include "BLI_bitmap.h" #include "BLI_task.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_key.h" #include "BKE_mesh.hh" #include "BKE_subdiv.hh" diff --git a/source/blender/blenkernel/intern/subdiv_mesh.cc b/source/blender/blenkernel/intern/subdiv_mesh.cc index 8dec1f40d46..ed277d668a7 100644 --- a/source/blender/blenkernel/intern/subdiv_mesh.cc +++ b/source/blender/blenkernel/intern/subdiv_mesh.cc @@ -20,7 +20,7 @@ #include "BLI_math_vector_types.hh" #include "BLI_task.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_key.h" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" diff --git a/source/blender/blenkernel/intern/undo_system.cc b/source/blender/blenkernel/intern/undo_system.cc index 079fe8cbc5b..77542f9e209 100644 --- a/source/blender/blenkernel/intern/undo_system.cc +++ b/source/blender/blenkernel/intern/undo_system.cc @@ -23,7 +23,7 @@ #include "DNA_listBase.h" #include "DNA_windowmanager_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_lib_override.hh" #include "BKE_main.h" diff --git a/source/blender/blenkernel/intern/vfont.cc b/source/blender/blenkernel/intern/vfont.cc index ee065baccb0..7d2945ac89e 100644 --- a/source/blender/blenkernel/intern/vfont.cc +++ b/source/blender/blenkernel/intern/vfont.cc @@ -37,7 +37,7 @@ #include "BKE_anim_path.h" #include "BKE_bpath.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_global.h" #include "BKE_idtype.h" #include "BKE_lib_id.h" diff --git a/source/blender/blenkernel/intern/vfontdata_freetype.cc b/source/blender/blenkernel/intern/vfontdata_freetype.cc index 39b98e9003a..ee37e7f5c68 100644 --- a/source/blender/blenkernel/intern/vfontdata_freetype.cc +++ b/source/blender/blenkernel/intern/vfontdata_freetype.cc @@ -30,7 +30,7 @@ #include "BLI_string_utf8.h" #include "BLI_utildefines.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_vfontdata.h" #include "DNA_curve_types.h" diff --git a/source/blender/blenkernel/intern/viewer_path.cc b/source/blender/blenkernel/intern/viewer_path.cc index 9fbf8304370..14da4e5b919 100644 --- a/source/blender/blenkernel/intern/viewer_path.cc +++ b/source/blender/blenkernel/intern/viewer_path.cc @@ -4,7 +4,7 @@ #include "BKE_lib_query.h" #include "BKE_lib_remap.h" -#include "BKE_viewer_path.h" +#include "BKE_viewer_path.hh" #include "BLI_index_range.hh" #include "BLI_listbase.h" diff --git a/source/blender/blenkernel/intern/volume.cc b/source/blender/blenkernel/intern/volume.cc index cb7c3a513e0..7a22a93c6ae 100644 --- a/source/blender/blenkernel/intern/volume.cc +++ b/source/blender/blenkernel/intern/volume.cc @@ -43,7 +43,7 @@ #include "BKE_packedFile.h" #include "BKE_report.h" #include "BKE_scene.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BKE_volume_openvdb.hh" #include "BLT_translation.h" diff --git a/source/blender/blenkernel/intern/volume_render.cc b/source/blender/blenkernel/intern/volume_render.cc index 209f5881539..7bf0ae98224 100644 --- a/source/blender/blenkernel/intern/volume_render.cc +++ b/source/blender/blenkernel/intern/volume_render.cc @@ -16,9 +16,9 @@ #include "DNA_volume_types.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BKE_volume_openvdb.hh" -#include "BKE_volume_render.h" +#include "BKE_volume_render.hh" #ifdef WITH_OPENVDB # include diff --git a/source/blender/blenkernel/intern/volume_to_mesh.cc b/source/blender/blenkernel/intern/volume_to_mesh.cc index a158cd3b36e..a62827efb91 100644 --- a/source/blender/blenkernel/intern/volume_to_mesh.cc +++ b/source/blender/blenkernel/intern/volume_to_mesh.cc @@ -13,7 +13,7 @@ #include "DNA_volume_types.h" #include "BKE_mesh.hh" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BKE_volume_openvdb.hh" #ifdef WITH_OPENVDB diff --git a/source/blender/blenkernel/intern/workspace.cc b/source/blender/blenkernel/intern/workspace.cc index d030d08656e..15df10cec58 100644 --- a/source/blender/blenkernel/intern/workspace.cc +++ b/source/blender/blenkernel/intern/workspace.cc @@ -17,7 +17,7 @@ #include "BLT_translation.h" -#include "BKE_asset.h" +#include "BKE_asset.hh" #include "BKE_global.h" #include "BKE_idprop.h" #include "BKE_idtype.h" @@ -26,7 +26,7 @@ #include "BKE_main.h" #include "BKE_object.hh" #include "BKE_scene.h" -#include "BKE_viewer_path.h" +#include "BKE_viewer_path.hh" #include "BKE_workspace.h" #include "DNA_object_types.h" diff --git a/source/blender/blenloader/intern/readblenentry.cc b/source/blender/blenloader/intern/readblenentry.cc index 280dbde933d..d65e7fb9949 100644 --- a/source/blender/blenloader/intern/readblenentry.cc +++ b/source/blender/blenloader/intern/readblenentry.cc @@ -25,7 +25,7 @@ #include "DNA_genfile.h" #include "DNA_sdna_types.h" -#include "BKE_asset.h" +#include "BKE_asset.hh" #include "BKE_idtype.h" #include "BKE_main.h" #include "BKE_preview_image.hh" diff --git a/source/blender/blenloader/intern/readfile.cc b/source/blender/blenloader/intern/readfile.cc index 988d4e1f98e..17d09203b14 100644 --- a/source/blender/blenloader/intern/readfile.cc +++ b/source/blender/blenloader/intern/readfile.cc @@ -63,7 +63,7 @@ #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_asset.h" +#include "BKE_asset.hh" #include "BKE_blender_version.h" #include "BKE_collection.h" #include "BKE_global.h" /* for G */ diff --git a/source/blender/blenloader/intern/versioning_250.cc b/source/blender/blenloader/intern/versioning_250.cc index 7dbf9f1fe9b..74aab8e63e1 100644 --- a/source/blender/blenloader/intern/versioning_250.cc +++ b/source/blender/blenloader/intern/versioning_250.cc @@ -53,7 +53,7 @@ #include "BKE_anim_data.h" #include "BKE_anim_visualization.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_colortools.h" #include "BKE_global.h" /* for G */ #include "BKE_lib_id.h" @@ -62,7 +62,7 @@ #include "BKE_modifier.hh" #include "BKE_multires.hh" #include "BKE_node.h" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_particle.h" #include "BKE_pointcache.h" #include "BKE_screen.hh" diff --git a/source/blender/blenloader/intern/versioning_260.cc b/source/blender/blenloader/intern/versioning_260.cc index 5e167ee0138..415c28ded92 100644 --- a/source/blender/blenloader/intern/versioning_260.cc +++ b/source/blender/blenloader/intern/versioning_260.cc @@ -58,7 +58,7 @@ #include "BKE_mesh_legacy_convert.hh" #include "BKE_modifier.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_particle.h" #include "BKE_pointcache.h" #include "BKE_scene.h" diff --git a/source/blender/blenloader/intern/versioning_280.cc b/source/blender/blenloader/intern/versioning_280.cc index d8f8d7819c3..d1b0c1694a4 100644 --- a/source/blender/blenloader/intern/versioning_280.cc +++ b/source/blender/blenloader/intern/versioning_280.cc @@ -67,7 +67,7 @@ #include "BKE_colortools.h" #include "BKE_constraint.h" #include "BKE_curveprofile.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_fcurve.h" #include "BKE_fcurve_driver.h" #include "BKE_freestyle.h" @@ -83,7 +83,7 @@ #include "BKE_mesh.hh" #include "BKE_mesh_legacy_convert.hh" #include "BKE_node.h" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_paint.hh" #include "BKE_pointcache.h" #include "BKE_report.h" diff --git a/source/blender/blenloader/intern/versioning_290.cc b/source/blender/blenloader/intern/versioning_290.cc index f5a4a03ccc8..a93ec8acb9f 100644 --- a/source/blender/blenloader/intern/versioning_290.cc +++ b/source/blender/blenloader/intern/versioning_290.cc @@ -46,12 +46,12 @@ #undef DNA_GENFILE_VERSIONING_MACROS #include "BKE_animsys.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_attribute.h" #include "BKE_collection.h" #include "BKE_colortools.h" #include "BKE_cryptomatte.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_fcurve.h" #include "BKE_gpencil_legacy.h" #include "BKE_lib_id.h" diff --git a/source/blender/blenloader/intern/versioning_300.cc b/source/blender/blenloader/intern/versioning_300.cc index e33dba5762f..35fc2d03956 100644 --- a/source/blender/blenloader/intern/versioning_300.cc +++ b/source/blender/blenloader/intern/versioning_300.cc @@ -56,12 +56,12 @@ #include "BKE_action.h" #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_armature.h" -#include "BKE_asset.h" +#include "BKE_armature.hh" +#include "BKE_asset.hh" #include "BKE_attribute.h" #include "BKE_collection.h" #include "BKE_colortools.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_curves.hh" #include "BKE_data_transfer.h" #include "BKE_deform.h" diff --git a/source/blender/blenloader/intern/versioning_400.cc b/source/blender/blenloader/intern/versioning_400.cc index 2207766bf02..153a9822289 100644 --- a/source/blender/blenloader/intern/versioning_400.cc +++ b/source/blender/blenloader/intern/versioning_400.cc @@ -46,10 +46,10 @@ #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_attribute.h" #include "BKE_collection.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_effect.h" #include "BKE_grease_pencil.hh" #include "BKE_idprop.hh" diff --git a/source/blender/blenloader/intern/versioning_defaults.cc b/source/blender/blenloader/intern/versioning_defaults.cc index 6717966cc7e..1314b38ed84 100644 --- a/source/blender/blenloader/intern/versioning_defaults.cc +++ b/source/blender/blenloader/intern/versioning_defaults.cc @@ -47,7 +47,7 @@ #include "BKE_brush.hh" #include "BKE_colortools.h" #include "BKE_curveprofile.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_gpencil_legacy.h" #include "BKE_idprop.h" #include "BKE_layer.h" @@ -58,7 +58,7 @@ #include "BKE_mesh.hh" #include "BKE_node.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_paint.hh" #include "BKE_screen.hh" #include "BKE_workspace.h" diff --git a/source/blender/blenloader/intern/versioning_legacy.cc b/source/blender/blenloader/intern/versioning_legacy.cc index 6f95a43e6d8..7da5f02f1ef 100644 --- a/source/blender/blenloader/intern/versioning_legacy.cc +++ b/source/blender/blenloader/intern/versioning_legacy.cc @@ -52,12 +52,12 @@ #include "BLI_utildefines.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_colortools.h" #include "BKE_constraint.h" #include "BKE_deform.h" #include "BKE_fcurve.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_main.h" /* for Main */ #include "BKE_mesh.hh" /* for ME_ defines (patching) */ #include "BKE_mesh_legacy_convert.hh" diff --git a/source/blender/blenloader/tests/blendfile_loading_base_test.cc b/source/blender/blenloader/tests/blendfile_loading_base_test.cc index f153571789f..fd5c5a5de14 100644 --- a/source/blender/blenloader/tests/blendfile_loading_base_test.cc +++ b/source/blender/blenloader/tests/blendfile_loading_base_test.cc @@ -8,7 +8,7 @@ #include "BKE_appdir.h" #include "BKE_blender.h" #include "BKE_callbacks.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_idtype.h" #include "BKE_image.h" diff --git a/source/blender/bmesh/bmesh.h b/source/blender/bmesh/bmesh.h index dec8be0baf8..bff7986af6e 100644 --- a/source/blender/bmesh/bmesh.h +++ b/source/blender/bmesh/bmesh.h @@ -175,7 +175,7 @@ * - Use two different iterator types for BMO map/buffer types. */ -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "DNA_customdata_types.h" /* BMesh struct in bmesh_class.h uses */ #include "DNA_listBase.h" /* selection history uses */ diff --git a/source/blender/bmesh/intern/bmesh_construct.cc b/source/blender/bmesh/intern/bmesh_construct.cc index 683d690083c..8bd26f7878e 100644 --- a/source/blender/bmesh/intern/bmesh_construct.cc +++ b/source/blender/bmesh/intern/bmesh_construct.cc @@ -15,7 +15,7 @@ #include "BLI_math_vector.h" #include "BLI_sort_utils.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "DNA_mesh_types.h" #include "DNA_meshdata_types.h" diff --git a/source/blender/bmesh/intern/bmesh_core.cc b/source/blender/bmesh/intern/bmesh_core.cc index b05e730879b..9aeeeed6006 100644 --- a/source/blender/bmesh/intern/bmesh_core.cc +++ b/source/blender/bmesh/intern/bmesh_core.cc @@ -20,7 +20,7 @@ #include "DNA_meshdata_types.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "bmesh.h" diff --git a/source/blender/bmesh/intern/bmesh_interp.cc b/source/blender/bmesh/intern/bmesh_interp.cc index 186f1b3bad6..07fc4f57ab0 100644 --- a/source/blender/bmesh/intern/bmesh_interp.cc +++ b/source/blender/bmesh/intern/bmesh_interp.cc @@ -22,7 +22,7 @@ #include "BLI_task.h" #include "BKE_attribute.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_multires.hh" #include "bmesh.h" diff --git a/source/blender/bmesh/intern/bmesh_log.cc b/source/blender/bmesh/intern/bmesh_log.cc index 82c7a4cf2db..a653dceaf07 100644 --- a/source/blender/bmesh/intern/bmesh_log.cc +++ b/source/blender/bmesh/intern/bmesh_log.cc @@ -25,7 +25,7 @@ #include "BLI_mempool.h" #include "BLI_utildefines.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "bmesh.h" #include "bmesh_log.h" diff --git a/source/blender/bmesh/intern/bmesh_mesh.cc b/source/blender/bmesh/intern/bmesh_mesh.cc index 8074eb3faef..144d1e015ff 100644 --- a/source/blender/bmesh/intern/bmesh_mesh.cc +++ b/source/blender/bmesh/intern/bmesh_mesh.cc @@ -18,7 +18,7 @@ #include "BLI_math_vector.h" #include "BLI_utildefines.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "bmesh.h" diff --git a/source/blender/bmesh/intern/bmesh_mesh_convert.cc b/source/blender/bmesh/intern/bmesh_mesh_convert.cc index 6d7cbf73620..6ab58f69f6e 100644 --- a/source/blender/bmesh/intern/bmesh_mesh_convert.cc +++ b/source/blender/bmesh/intern/bmesh_mesh_convert.cc @@ -91,7 +91,7 @@ #include "BLI_vector.hh" #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" #include "BKE_multires.hh" diff --git a/source/blender/bmesh/intern/bmesh_mesh_debug.cc b/source/blender/bmesh/intern/bmesh_mesh_debug.cc index bb1a19b7bd4..0f4f21ffeb0 100644 --- a/source/blender/bmesh/intern/bmesh_mesh_debug.cc +++ b/source/blender/bmesh/intern/bmesh_mesh_debug.cc @@ -19,7 +19,7 @@ # include "BLI_utildefines.h" -# include "BKE_customdata.h" +# include "BKE_customdata.hh" # include "bmesh.h" diff --git a/source/blender/bmesh/intern/bmesh_mesh_normals.cc b/source/blender/bmesh/intern/bmesh_mesh_normals.cc index 8824c6a820b..cf8b9cc85cb 100644 --- a/source/blender/bmesh/intern/bmesh_mesh_normals.cc +++ b/source/blender/bmesh/intern/bmesh_mesh_normals.cc @@ -22,8 +22,8 @@ #include "BLI_utildefines.h" #include "BLI_vector.hh" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_global.h" #include "BKE_mesh.hh" diff --git a/source/blender/bmesh/intern/bmesh_mods.cc b/source/blender/bmesh/intern/bmesh_mods.cc index c986591a903..dcf9e848b57 100644 --- a/source/blender/bmesh/intern/bmesh_mods.cc +++ b/source/blender/bmesh/intern/bmesh_mods.cc @@ -14,7 +14,7 @@ #include "BLI_math_vector.h" #include "BLI_vector.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "bmesh.h" #include "intern/bmesh_private.h" diff --git a/source/blender/bmesh/intern/bmesh_polygon.cc b/source/blender/bmesh/intern/bmesh_polygon.cc index ca9ea78ecf7..2b307fd9783 100644 --- a/source/blender/bmesh/intern/bmesh_polygon.cc +++ b/source/blender/bmesh/intern/bmesh_polygon.cc @@ -29,7 +29,7 @@ #include "bmesh.h" #include "bmesh_tools.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "intern/bmesh_private.h" diff --git a/source/blender/bmesh/intern/bmesh_polygon_edgenet.cc b/source/blender/bmesh/intern/bmesh_polygon_edgenet.cc index 3454e58e294..c3c48b21db9 100644 --- a/source/blender/bmesh/intern/bmesh_polygon_edgenet.cc +++ b/source/blender/bmesh/intern/bmesh_polygon_edgenet.cc @@ -23,7 +23,7 @@ #include "BLI_sort_utils.h" #include "BLI_utildefines_stack.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "bmesh.h" #include "intern/bmesh_private.h" diff --git a/source/blender/bmesh/intern/bmesh_query.cc b/source/blender/bmesh/intern/bmesh_query.cc index 94f282a84b7..25e119e7001 100644 --- a/source/blender/bmesh/intern/bmesh_query.cc +++ b/source/blender/bmesh/intern/bmesh_query.cc @@ -23,7 +23,7 @@ #include "BLI_math_vector.h" #include "BLI_utildefines_stack.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "bmesh.h" #include "intern/bmesh_private.h" diff --git a/source/blender/bmesh/intern/bmesh_query_uv.cc b/source/blender/bmesh/intern/bmesh_query_uv.cc index 0722fdf5228..559f0be2471 100644 --- a/source/blender/bmesh/intern/bmesh_query_uv.cc +++ b/source/blender/bmesh/intern/bmesh_query_uv.cc @@ -16,7 +16,7 @@ #include "BLI_utildefines_stack.h" #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "DNA_meshdata_types.h" diff --git a/source/blender/bmesh/intern/bmesh_walkers_impl.cc b/source/blender/bmesh/intern/bmesh_walkers_impl.cc index fb664d4b3fd..21b441aff58 100644 --- a/source/blender/bmesh/intern/bmesh_walkers_impl.cc +++ b/source/blender/bmesh/intern/bmesh_walkers_impl.cc @@ -12,7 +12,7 @@ #include "BLI_utildefines.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "bmesh.h" #include "intern/bmesh_walkers_private.h" diff --git a/source/blender/bmesh/operators/bmo_extrude.cc b/source/blender/bmesh/operators/bmo_extrude.cc index e3f9ac5eaf1..9accbb90117 100644 --- a/source/blender/bmesh/operators/bmo_extrude.cc +++ b/source/blender/bmesh/operators/bmo_extrude.cc @@ -16,7 +16,7 @@ #include "BLI_math_geom.h" #include "BLI_math_vector.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "bmesh.h" diff --git a/source/blender/bmesh/operators/bmo_fill_grid.cc b/source/blender/bmesh/operators/bmo_fill_grid.cc index 3917dd54208..b597336f67a 100644 --- a/source/blender/bmesh/operators/bmo_fill_grid.cc +++ b/source/blender/bmesh/operators/bmo_fill_grid.cc @@ -14,7 +14,7 @@ #include "BLI_math_geom.h" #include "BLI_math_vector.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "bmesh.h" diff --git a/source/blender/bmesh/operators/bmo_inset.cc b/source/blender/bmesh/operators/bmo_inset.cc index ded8ebd9640..c2981c466e6 100644 --- a/source/blender/bmesh/operators/bmo_inset.cc +++ b/source/blender/bmesh/operators/bmo_inset.cc @@ -18,7 +18,7 @@ #include "BLI_memarena.h" #include "BLI_utildefines_stack.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "bmesh.h" diff --git a/source/blender/bmesh/operators/bmo_join_triangles.cc b/source/blender/bmesh/operators/bmo_join_triangles.cc index 38fa8342100..6e8c62d513a 100644 --- a/source/blender/bmesh/operators/bmo_join_triangles.cc +++ b/source/blender/bmesh/operators/bmo_join_triangles.cc @@ -20,7 +20,7 @@ #include "BLI_math_vector.h" #include "BLI_sort_utils.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "bmesh.h" diff --git a/source/blender/bmesh/operators/bmo_mirror.cc b/source/blender/bmesh/operators/bmo_mirror.cc index cdf417dacec..1e1275e840d 100644 --- a/source/blender/bmesh/operators/bmo_mirror.cc +++ b/source/blender/bmesh/operators/bmo_mirror.cc @@ -12,7 +12,7 @@ #include "DNA_meshdata_types.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "bmesh.h" #include "intern/bmesh_operators_private.h" /* own include */ diff --git a/source/blender/bmesh/operators/bmo_offset_edgeloops.cc b/source/blender/bmesh/operators/bmo_offset_edgeloops.cc index 09b640516d2..cfe4571472c 100644 --- a/source/blender/bmesh/operators/bmo_offset_edgeloops.cc +++ b/source/blender/bmesh/operators/bmo_offset_edgeloops.cc @@ -17,7 +17,7 @@ #include "BLI_math_vector.h" #include "BLI_utildefines_stack.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "bmesh.h" diff --git a/source/blender/bmesh/operators/bmo_poke.cc b/source/blender/bmesh/operators/bmo_poke.cc index 09a3b2f324a..8bac9579723 100644 --- a/source/blender/bmesh/operators/bmo_poke.cc +++ b/source/blender/bmesh/operators/bmo_poke.cc @@ -16,7 +16,7 @@ #include "BLI_math_vector.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #define ELE_NEW 1 diff --git a/source/blender/bmesh/operators/bmo_primitive.cc b/source/blender/bmesh/operators/bmo_primitive.cc index 460a0a93138..79881f91067 100644 --- a/source/blender/bmesh/operators/bmo_primitive.cc +++ b/source/blender/bmesh/operators/bmo_primitive.cc @@ -15,7 +15,7 @@ #include "BLI_math_rotation.h" #include "BLI_math_vector.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "DNA_meshdata_types.h" diff --git a/source/blender/bmesh/operators/bmo_removedoubles.cc b/source/blender/bmesh/operators/bmo_removedoubles.cc index 42d7ed50071..08727fcf825 100644 --- a/source/blender/bmesh/operators/bmo_removedoubles.cc +++ b/source/blender/bmesh/operators/bmo_removedoubles.cc @@ -17,7 +17,7 @@ #include "BLI_stack.h" #include "BLI_utildefines_stack.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "bmesh.h" #include "intern/bmesh_operators_private.h" diff --git a/source/blender/bmesh/operators/bmo_subdivide.cc b/source/blender/bmesh/operators/bmo_subdivide.cc index 60639acdf65..41be2b61f09 100644 --- a/source/blender/bmesh/operators/bmo_subdivide.cc +++ b/source/blender/bmesh/operators/bmo_subdivide.cc @@ -19,7 +19,7 @@ #include "BLI_stack.h" #include "BLI_vector.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "bmesh.h" #include "intern/bmesh_operators_private.h" diff --git a/source/blender/bmesh/operators/bmo_subdivide_edgering.cc b/source/blender/bmesh/operators/bmo_subdivide_edgering.cc index 185207ee454..d9f026069ff 100644 --- a/source/blender/bmesh/operators/bmo_subdivide_edgering.cc +++ b/source/blender/bmesh/operators/bmo_subdivide_edgering.cc @@ -29,7 +29,7 @@ #include "BLI_utildefines.h" #include "BLI_utildefines_stack.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "bmesh.h" diff --git a/source/blender/bmesh/operators/bmo_utils.cc b/source/blender/bmesh/operators/bmo_utils.cc index 7850be40e1e..cb14514d604 100644 --- a/source/blender/bmesh/operators/bmo_utils.cc +++ b/source/blender/bmesh/operators/bmo_utils.cc @@ -20,7 +20,7 @@ #include "BLI_math_vector.h" #include "BKE_attribute.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_object.hh" #include "bmesh.h" diff --git a/source/blender/bmesh/tools/bmesh_bevel.cc b/source/blender/bmesh/tools/bmesh_bevel.cc index 2008e22bf03..ead740e78a5 100644 --- a/source/blender/bmesh/tools/bmesh_bevel.cc +++ b/source/blender/bmesh/tools/bmesh_bevel.cc @@ -25,7 +25,7 @@ #include "BLI_vector.hh" #include "BKE_curveprofile.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_deform.h" #include "BKE_mesh.hh" diff --git a/source/blender/bmesh/tools/bmesh_decimate_collapse.cc b/source/blender/bmesh/tools/bmesh_decimate_collapse.cc index a2538b8f6a4..1b44b0d23df 100644 --- a/source/blender/bmesh/tools/bmesh_decimate_collapse.cc +++ b/source/blender/bmesh/tools/bmesh_decimate_collapse.cc @@ -23,7 +23,7 @@ #include "BLI_quadric.h" #include "BLI_utildefines_stack.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "bmesh.h" #include "bmesh_decimate.h" /* own include */ diff --git a/source/blender/bmesh/tools/bmesh_decimate_dissolve.cc b/source/blender/bmesh/tools/bmesh_decimate_dissolve.cc index 4f1c6cf5b4e..d4f30785779 100644 --- a/source/blender/bmesh/tools/bmesh_decimate_dissolve.cc +++ b/source/blender/bmesh/tools/bmesh_decimate_dissolve.cc @@ -15,7 +15,7 @@ #include "BLI_math_rotation.h" #include "BLI_math_vector.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "bmesh.h" #include "bmesh_decimate.h" /* own include */ diff --git a/source/blender/bmesh/tools/bmesh_intersect_edges.cc b/source/blender/bmesh/tools/bmesh_intersect_edges.cc index 527192aa01e..b899bdd83d6 100644 --- a/source/blender/bmesh/tools/bmesh_intersect_edges.cc +++ b/source/blender/bmesh/tools/bmesh_intersect_edges.cc @@ -13,7 +13,7 @@ #include "BLI_sort.h" #include "BLI_stack.h" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "atomic_ops.h" diff --git a/source/blender/bmesh/tools/bmesh_wireframe.cc b/source/blender/bmesh/tools/bmesh_wireframe.cc index e198eb1a05a..1ea8f6f1506 100644 --- a/source/blender/bmesh/tools/bmesh_wireframe.cc +++ b/source/blender/bmesh/tools/bmesh_wireframe.cc @@ -17,7 +17,7 @@ #include "BLI_math_geom.h" #include "BLI_math_vector.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_deform.h" #include "bmesh_wireframe.h" diff --git a/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc b/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc index 860bf93cb4a..8a4179e20e6 100644 --- a/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc +++ b/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc @@ -54,12 +54,12 @@ #include "BKE_action.h" #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_bake_geometry_nodes_modifier.hh" #include "BKE_cachefile.h" #include "BKE_collection.h" #include "BKE_constraint.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_effect.h" #include "BKE_fcurve_driver.h" #include "BKE_gpencil_legacy.h" @@ -69,7 +69,7 @@ #include "BKE_idtype.h" #include "BKE_image.h" #include "BKE_key.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_lib_query.h" @@ -90,7 +90,7 @@ #include "BKE_shader_fx.h" #include "BKE_sound.h" #include "BKE_tracking.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BKE_world.h" #include "RNA_access.hh" diff --git a/source/blender/depsgraph/intern/builder/deg_builder_nodes_rig.cc b/source/blender/depsgraph/intern/builder/deg_builder_nodes_rig.cc index c2a47a8d7a8..f474b99c9f2 100644 --- a/source/blender/depsgraph/intern/builder/deg_builder_nodes_rig.cc +++ b/source/blender/depsgraph/intern/builder/deg_builder_nodes_rig.cc @@ -26,7 +26,7 @@ #include "DNA_scene_types.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_constraint.h" #include "BKE_lib_query.h" diff --git a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc index 73ce77c80c3..d91aa8edc3b 100644 --- a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc +++ b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc @@ -56,11 +56,11 @@ #include "BKE_action.h" #include "BKE_anim_data.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_collection.h" #include "BKE_collision.h" #include "BKE_constraint.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_effect.h" #include "BKE_fcurve_driver.h" #include "BKE_gpencil_modifier_legacy.h" diff --git a/source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc b/source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc index 077586474a8..99a101df986 100644 --- a/source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc +++ b/source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc @@ -27,7 +27,7 @@ #include "DNA_object_types.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_constraint.h" #include "BKE_lib_query.h" diff --git a/source/blender/depsgraph/intern/depsgraph_query.cc b/source/blender/depsgraph/intern/depsgraph_query.cc index 97f6e65f889..96879c5a722 100644 --- a/source/blender/depsgraph/intern/depsgraph_query.cc +++ b/source/blender/depsgraph/intern/depsgraph_query.cc @@ -16,7 +16,7 @@ #include "BLI_utildefines.h" #include "BKE_action.h" /* XXX: BKE_pose_channel_find_name */ -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_idtype.h" #include "BKE_main.h" diff --git a/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc b/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc index 8d6e5dc7828..2423e35491f 100644 --- a/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc +++ b/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc @@ -25,7 +25,7 @@ #include "BLI_threads.h" #include "BLI_utildefines.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_global.h" #include "BKE_gpencil_legacy.h" #include "BKE_gpencil_update_cache_legacy.h" @@ -71,8 +71,8 @@ #include "BKE_action.h" #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_armature.h" -#include "BKE_editmesh.h" +#include "BKE_armature.hh" +#include "BKE_editmesh.hh" #include "BKE_lib_query.h" #include "BKE_modifier.hh" #include "BKE_object.hh" diff --git a/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_volume.cc b/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_volume.cc index 9e00075afee..12c8c1bf584 100644 --- a/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_volume.cc +++ b/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_volume.cc @@ -14,7 +14,7 @@ #include "DNA_volume_types.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include diff --git a/source/blender/draw/engines/eevee/eevee_volumes.cc b/source/blender/draw/engines/eevee/eevee_volumes.cc index aff493c7d50..edcad652bc2 100644 --- a/source/blender/draw/engines/eevee/eevee_volumes.cc +++ b/source/blender/draw/engines/eevee/eevee_volumes.cc @@ -23,8 +23,8 @@ #include "BKE_global.h" #include "BKE_mesh.hh" #include "BKE_modifier.hh" -#include "BKE_volume.h" -#include "BKE_volume_render.h" +#include "BKE_volume.hh" +#include "BKE_volume_render.hh" #include "ED_screen.hh" diff --git a/source/blender/draw/engines/overlay/overlay_armature.cc b/source/blender/draw/engines/overlay/overlay_armature.cc index 52e5d2f14be..84f3435bd52 100644 --- a/source/blender/draw/engines/overlay/overlay_armature.cc +++ b/source/blender/draw/engines/overlay/overlay_armature.cc @@ -26,7 +26,7 @@ #include "BLI_utildefines.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_deform.h" #include "BKE_modifier.hh" #include "BKE_object.hh" diff --git a/source/blender/draw/engines/overlay/overlay_edit_mesh.cc b/source/blender/draw/engines/overlay/overlay_edit_mesh.cc index 0a4e6ce00fa..5f044f7315a 100644 --- a/source/blender/draw/engines/overlay/overlay_edit_mesh.cc +++ b/source/blender/draw/engines/overlay/overlay_edit_mesh.cc @@ -12,8 +12,8 @@ #include "DNA_mesh_types.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_object.hh" #include "draw_cache_impl.hh" diff --git a/source/blender/draw/engines/overlay/overlay_edit_uv.cc b/source/blender/draw/engines/overlay/overlay_edit_uv.cc index 22bbb69ea36..6be3a7fc5ba 100644 --- a/source/blender/draw/engines/overlay/overlay_edit_uv.cc +++ b/source/blender/draw/engines/overlay/overlay_edit_uv.cc @@ -12,8 +12,8 @@ #include "BLI_math_color.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_image.h" #include "BKE_layer.h" #include "BKE_mask.h" diff --git a/source/blender/draw/engines/overlay/overlay_extra.cc b/source/blender/draw/engines/overlay/overlay_extra.cc index 35b26a7adb6..54efb15f8b9 100644 --- a/source/blender/draw/engines/overlay/overlay_extra.cc +++ b/source/blender/draw/engines/overlay/overlay_extra.cc @@ -16,7 +16,7 @@ #include "BKE_anim_path.h" #include "BKE_camera.h" #include "BKE_constraint.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_global.h" #include "BKE_mball.h" #include "BKE_mesh.hh" diff --git a/source/blender/draw/engines/overlay/overlay_wireframe.cc b/source/blender/draw/engines/overlay/overlay_wireframe.cc index 58dd731241e..b9b943fb5f1 100644 --- a/source/blender/draw/engines/overlay/overlay_wireframe.cc +++ b/source/blender/draw/engines/overlay/overlay_wireframe.cc @@ -12,10 +12,10 @@ #include "DNA_view3d_types.h" #include "DNA_volume_types.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_displist.h" #include "BKE_duplilist.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_global.h" #include "BKE_object.hh" #include "BKE_paint.hh" diff --git a/source/blender/draw/engines/select/select_draw_utils.cc b/source/blender/draw/engines/select/select_draw_utils.cc index bc3590bc306..5c2259ef36e 100644 --- a/source/blender/draw/engines/select/select_draw_utils.cc +++ b/source/blender/draw/engines/select/select_draw_utils.cc @@ -8,7 +8,7 @@ * Engine for drawing a selection map where the pixels indicate the selection indices. */ -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_mesh.hh" #include "BKE_object.hh" diff --git a/source/blender/draw/engines/workbench/workbench_engine.cc b/source/blender/draw/engines/workbench/workbench_engine.cc index c283b02d865..8749b34b9ef 100644 --- a/source/blender/draw/engines/workbench/workbench_engine.cc +++ b/source/blender/draw/engines/workbench/workbench_engine.cc @@ -2,7 +2,7 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_modifier.hh" #include "BKE_object.hh" #include "BKE_paint.hh" diff --git a/source/blender/draw/engines/workbench/workbench_state.cc b/source/blender/draw/engines/workbench/workbench_state.cc index ad23f85516c..876fb13a33d 100644 --- a/source/blender/draw/engines/workbench/workbench_state.cc +++ b/source/blender/draw/engines/workbench/workbench_state.cc @@ -5,7 +5,7 @@ #include "workbench_private.hh" #include "BKE_camera.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_mesh_types.hh" #include "BKE_modifier.hh" #include "BKE_object.hh" diff --git a/source/blender/draw/engines/workbench/workbench_volume.cc b/source/blender/draw/engines/workbench/workbench_volume.cc index e3f09c66bc3..3bec73c0455 100644 --- a/source/blender/draw/engines/workbench/workbench_volume.cc +++ b/source/blender/draw/engines/workbench/workbench_volume.cc @@ -4,8 +4,8 @@ #include "workbench_private.hh" -#include "BKE_volume.h" -#include "BKE_volume_render.h" +#include "BKE_volume.hh" +#include "BKE_volume_render.hh" #include "BLI_rand.h" #include "DNA_fluid_types.h" #include "DNA_modifier_types.h" diff --git a/source/blender/draw/intern/DRW_render.h b/source/blender/draw/intern/DRW_render.h index ced0dd08473..7be597aca51 100644 --- a/source/blender/draw/intern/DRW_render.h +++ b/source/blender/draw/intern/DRW_render.h @@ -15,10 +15,10 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_material.h" -#include "BKE_pbvh.h" +#include "BKE_pbvh.hh" #include "BKE_scene.h" #include "BLT_translation.h" diff --git a/source/blender/draw/intern/draw_cache_extract_mesh.cc b/source/blender/draw/intern/draw_cache_extract_mesh.cc index 942d3fd20dd..f51ce43325c 100644 --- a/source/blender/draw/intern/draw_cache_extract_mesh.cc +++ b/source/blender/draw/intern/draw_cache_extract_mesh.cc @@ -21,7 +21,7 @@ #include "BLI_task.h" #include "BLI_vector.hh" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "GPU_capabilities.h" diff --git a/source/blender/draw/intern/draw_cache_extract_mesh_render_data.cc b/source/blender/draw/intern/draw_cache_extract_mesh_render_data.cc index c3b5ee31834..e2dd253420f 100644 --- a/source/blender/draw/intern/draw_cache_extract_mesh_render_data.cc +++ b/source/blender/draw/intern/draw_cache_extract_mesh_render_data.cc @@ -19,7 +19,7 @@ #include "BLI_virtual_array.hh" #include "BKE_attribute.hh" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_editmesh_cache.hh" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" diff --git a/source/blender/draw/intern/draw_cache_impl_curve.cc b/source/blender/draw/intern/draw_cache_impl_curve.cc index 53d86032db9..33754544ed4 100644 --- a/source/blender/draw/intern/draw_cache_impl_curve.cc +++ b/source/blender/draw/intern/draw_cache_impl_curve.cc @@ -21,7 +21,7 @@ #include "DNA_curve_types.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_curves.hh" #include "BKE_displist.h" #include "BKE_geometry_set.hh" diff --git a/source/blender/draw/intern/draw_cache_impl_lattice.cc b/source/blender/draw/intern/draw_cache_impl_lattice.cc index 356135afbc5..88d899068d8 100644 --- a/source/blender/draw/intern/draw_cache_impl_lattice.cc +++ b/source/blender/draw/intern/draw_cache_impl_lattice.cc @@ -20,7 +20,7 @@ #include "BKE_colorband.h" #include "BKE_deform.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "GPU_batch.h" diff --git a/source/blender/draw/intern/draw_cache_impl_mesh.cc b/source/blender/draw/intern/draw_cache_impl_mesh.cc index 657da13bc9f..e95d704b490 100644 --- a/source/blender/draw/intern/draw_cache_impl_mesh.cc +++ b/source/blender/draw/intern/draw_cache_impl_mesh.cc @@ -31,11 +31,11 @@ #include "DNA_scene_types.h" #include "BKE_attribute.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_editmesh_cache.hh" -#include "BKE_editmesh_tangent.h" +#include "BKE_editmesh_tangent.hh" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" #include "BKE_mesh_tangent.hh" diff --git a/source/blender/draw/intern/draw_cache_impl_particles.cc b/source/blender/draw/intern/draw_cache_impl_particles.cc index e19be05df75..76123936165 100644 --- a/source/blender/draw/intern/draw_cache_impl_particles.cc +++ b/source/blender/draw/intern/draw_cache_impl_particles.cc @@ -25,7 +25,7 @@ #include "DNA_modifier_types.h" #include "DNA_particle_types.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "BKE_mesh_legacy_convert.hh" #include "BKE_particle.h" diff --git a/source/blender/draw/intern/draw_cache_impl_subdivision.cc b/source/blender/draw/intern/draw_cache_impl_subdivision.cc index ef79d6f7c18..f2ee3a567b3 100644 --- a/source/blender/draw/intern/draw_cache_impl_subdivision.cc +++ b/source/blender/draw/intern/draw_cache_impl_subdivision.cc @@ -9,7 +9,7 @@ #include "DNA_scene_types.h" #include "BKE_attribute.hh" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" #include "BKE_modifier.hh" diff --git a/source/blender/draw/intern/draw_cache_impl_volume.cc b/source/blender/draw/intern/draw_cache_impl_volume.cc index 69753148f28..ee6712c6e0b 100644 --- a/source/blender/draw/intern/draw_cache_impl_volume.cc +++ b/source/blender/draw/intern/draw_cache_impl_volume.cc @@ -21,8 +21,8 @@ #include "DNA_volume_types.h" #include "BKE_global.h" -#include "BKE_volume.h" -#include "BKE_volume_render.h" +#include "BKE_volume.hh" +#include "BKE_volume_render.hh" #include "GPU_batch.h" #include "GPU_capabilities.h" diff --git a/source/blender/draw/intern/draw_manager_c.cc b/source/blender/draw/intern/draw_manager_c.cc index 91428f6176a..5179a5e69e1 100644 --- a/source/blender/draw/intern/draw_manager_c.cc +++ b/source/blender/draw/intern/draw_manager_c.cc @@ -19,15 +19,15 @@ #include "BLF_api.h" #include "BKE_colortools.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_curves.h" #include "BKE_duplilist.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_global.h" #include "BKE_gpencil_legacy.h" #include "BKE_grease_pencil.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_main.h" #include "BKE_mball.h" #include "BKE_mesh.hh" @@ -40,8 +40,8 @@ #include "BKE_pointcloud.h" #include "BKE_screen.hh" #include "BKE_subdiv_modifier.hh" -#include "BKE_viewer_path.h" -#include "BKE_volume.h" +#include "BKE_viewer_path.hh" +#include "BKE_volume.hh" #include "DNA_camera_types.h" #include "DNA_mesh_types.h" diff --git a/source/blender/draw/intern/draw_manager_data.cc b/source/blender/draw/intern/draw_manager_data.cc index 2e0fef44f6f..a119a517cb4 100644 --- a/source/blender/draw/intern/draw_manager_data.cc +++ b/source/blender/draw/intern/draw_manager_data.cc @@ -12,7 +12,7 @@ #include "draw_manager.h" #include "draw_pbvh.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_duplilist.h" #include "BKE_global.h" #include "BKE_image.h" @@ -20,7 +20,7 @@ #include "BKE_object.hh" #include "BKE_paint.hh" #include "BKE_pbvh_api.hh" -#include "BKE_volume.h" +#include "BKE_volume.hh" /* For debug cursor position. */ #include "WM_api.hh" diff --git a/source/blender/draw/intern/draw_manager_shader.cc b/source/blender/draw/intern/draw_manager_shader.cc index 383402ae126..0d850bf379f 100644 --- a/source/blender/draw/intern/draw_manager_shader.cc +++ b/source/blender/draw/intern/draw_manager_shader.cc @@ -17,7 +17,7 @@ #include "BLI_string_utils.hh" #include "BLI_threads.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_main.h" diff --git a/source/blender/draw/intern/draw_manager_text.cc b/source/blender/draw/intern/draw_manager_text.cc index fc70c3ea7f0..8e0a013f7c7 100644 --- a/source/blender/draw/intern/draw_manager_text.cc +++ b/source/blender/draw/intern/draw_manager_text.cc @@ -16,7 +16,7 @@ #include "BLI_rect.h" #include "BLI_string.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_editmesh_cache.hh" #include "BKE_global.h" #include "BKE_mesh.hh" diff --git a/source/blender/draw/intern/draw_pbvh.cc b/source/blender/draw/intern/draw_pbvh.cc index 5053101082f..4359d7ff02d 100644 --- a/source/blender/draw/intern/draw_pbvh.cc +++ b/source/blender/draw/intern/draw_pbvh.cc @@ -35,11 +35,11 @@ #include "DNA_mesh_types.h" #include "DNA_meshdata_types.h" -#include "BKE_DerivedMesh.h" +#include "BKE_DerivedMesh.hh" #include "BKE_attribute.hh" #include "BKE_attribute_math.hh" #include "BKE_ccg.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "BKE_paint.hh" #include "BKE_pbvh_api.hh" diff --git a/source/blender/draw/intern/draw_resource.hh b/source/blender/draw/intern/draw_resource.hh index 5821ef65d6b..2306d804d15 100644 --- a/source/blender/draw/intern/draw_resource.hh +++ b/source/blender/draw/intern/draw_resource.hh @@ -13,11 +13,11 @@ #include "BLI_math_matrix.hh" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_duplilist.h" #include "BKE_mesh.h" #include "BKE_object.hh" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BLI_hash.h" #include "DNA_curve_types.h" #include "DNA_layer_types.h" diff --git a/source/blender/draw/intern/draw_volume.cc b/source/blender/draw/intern/draw_volume.cc index 83c477a1f18..9967e7cc986 100644 --- a/source/blender/draw/intern/draw_volume.cc +++ b/source/blender/draw/intern/draw_volume.cc @@ -18,8 +18,8 @@ #include "BKE_global.h" #include "BKE_mesh.hh" #include "BKE_modifier.hh" -#include "BKE_volume.h" -#include "BKE_volume_render.h" +#include "BKE_volume.hh" +#include "BKE_volume_render.hh" #include "GPU_material.h" diff --git a/source/blender/draw/intern/mesh_extractors/extract_mesh.hh b/source/blender/draw/intern/mesh_extractors/extract_mesh.hh index 4aebdde050f..6cb162bd1c0 100644 --- a/source/blender/draw/intern/mesh_extractors/extract_mesh.hh +++ b/source/blender/draw/intern/mesh_extractors/extract_mesh.hh @@ -17,8 +17,8 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_editmesh_cache.hh" #include "BKE_mesh.hh" diff --git a/source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_mesh_analysis.cc b/source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_mesh_analysis.cc index 45961f53594..f7a6de789e4 100644 --- a/source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_mesh_analysis.cc +++ b/source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_mesh_analysis.cc @@ -13,7 +13,7 @@ #include "BLI_math_rotation.h" #include "BLI_ordered_edge.hh" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BKE_editmesh_bvh.h" #include "BKE_editmesh_cache.hh" diff --git a/source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_tan.cc b/source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_tan.cc index 646ed4d8663..602806d442d 100644 --- a/source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_tan.cc +++ b/source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_tan.cc @@ -10,8 +10,8 @@ #include "BLI_string.h" -#include "BKE_editmesh.h" -#include "BKE_editmesh_tangent.h" +#include "BKE_editmesh.hh" +#include "BKE_editmesh_tangent.hh" #include "BKE_mesh.hh" #include "BKE_mesh_tangent.hh" diff --git a/source/blender/draw/tests/eevee_test.cc b/source/blender/draw/tests/eevee_test.cc index 40f7584fd84..99428b35a7d 100644 --- a/source/blender/draw/tests/eevee_test.cc +++ b/source/blender/draw/tests/eevee_test.cc @@ -4,7 +4,7 @@ #include "testing/testing.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_idtype.h" #include "BKE_main.h" #include "BKE_node.hh" diff --git a/source/blender/editors/animation/anim_channels_defines.cc b/source/blender/editors/animation/anim_channels_defines.cc index 23455350acd..b813478c8e8 100644 --- a/source/blender/editors/animation/anim_channels_defines.cc +++ b/source/blender/editors/animation/anim_channels_defines.cc @@ -52,8 +52,8 @@ #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_gpencil_legacy.h" #include "BKE_grease_pencil.hh" #include "BKE_key.h" diff --git a/source/blender/editors/animation/anim_channels_edit.cc b/source/blender/editors/animation/anim_channels_edit.cc index 86b18b39b4c..2e7d7cec392 100644 --- a/source/blender/editors/animation/anim_channels_edit.cc +++ b/source/blender/editors/animation/anim_channels_edit.cc @@ -28,7 +28,7 @@ #include "BKE_action.h" #include "BKE_anim_data.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_global.h" #include "BKE_gpencil_legacy.h" diff --git a/source/blender/editors/animation/anim_deps.cc b/source/blender/editors/animation/anim_deps.cc index a7170989a16..d52a5a9644e 100644 --- a/source/blender/editors/animation/anim_deps.cc +++ b/source/blender/editors/animation/anim_deps.cc @@ -25,7 +25,7 @@ #include "BKE_action.h" #include "BKE_anim_data.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_gpencil_legacy.h" #include "BKE_grease_pencil.hh" diff --git a/source/blender/editors/animation/anim_draw.cc b/source/blender/editors/animation/anim_draw.cc index 774e5b1b009..31c9c300a79 100644 --- a/source/blender/editors/animation/anim_draw.cc +++ b/source/blender/editors/animation/anim_draw.cc @@ -23,8 +23,8 @@ #include "BLI_timecode.h" #include "BLI_utildefines.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_fcurve.h" #include "BKE_global.h" #include "BKE_mask.h" diff --git a/source/blender/editors/animation/anim_filter.cc b/source/blender/editors/animation/anim_filter.cc index b6ce10a3839..c085a405e28 100644 --- a/source/blender/editors/animation/anim_filter.cc +++ b/source/blender/editors/animation/anim_filter.cc @@ -70,7 +70,7 @@ #include "BKE_action.h" #include "BKE_anim_data.h" #include "BKE_collection.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_fcurve_driver.h" #include "BKE_global.h" diff --git a/source/blender/editors/animation/anim_markers.cc b/source/blender/editors/animation/anim_markers.cc index e9608b7905b..96a4a715919 100644 --- a/source/blender/editors/animation/anim_markers.cc +++ b/source/blender/editors/animation/anim_markers.cc @@ -18,7 +18,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_idprop.h" #include "BKE_layer.h" diff --git a/source/blender/editors/animation/anim_ops.cc b/source/blender/editors/animation/anim_ops.cc index e9f58048a5b..6d673e8090a 100644 --- a/source/blender/editors/animation/anim_ops.cc +++ b/source/blender/editors/animation/anim_ops.cc @@ -16,7 +16,7 @@ #include "DNA_scene_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_report.h" #include "BKE_scene.h" diff --git a/source/blender/editors/animation/drivers.cc b/source/blender/editors/animation/drivers.cc index 4ece9a66933..b26c18f6daf 100644 --- a/source/blender/editors/animation/drivers.cc +++ b/source/blender/editors/animation/drivers.cc @@ -22,7 +22,7 @@ #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_fcurve_driver.h" #include "BKE_report.h" diff --git a/source/blender/editors/animation/fmodifier_ui.cc b/source/blender/editors/animation/fmodifier_ui.cc index ddc3bab1b50..1511081e99b 100644 --- a/source/blender/editors/animation/fmodifier_ui.cc +++ b/source/blender/editors/animation/fmodifier_ui.cc @@ -26,7 +26,7 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/animation/keyframes_general.cc b/source/blender/editors/animation/keyframes_general.cc index 05a55412f69..a4f788a81c1 100644 --- a/source/blender/editors/animation/keyframes_general.cc +++ b/source/blender/editors/animation/keyframes_general.cc @@ -24,7 +24,7 @@ #include "DNA_space_types.h" #include "BKE_action.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_fcurve.h" #include "BKE_main.h" #include "BKE_report.h" diff --git a/source/blender/editors/animation/keyframing.cc b/source/blender/editors/animation/keyframing.cc index e427625e5eb..eae1ed976b6 100644 --- a/source/blender/editors/animation/keyframing.cc +++ b/source/blender/editors/animation/keyframing.cc @@ -27,8 +27,8 @@ #include "BKE_action.h" #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_global.h" #include "BKE_idtype.h" diff --git a/source/blender/editors/animation/keyingsets.cc b/source/blender/editors/animation/keyingsets.cc index f90a435a69b..df9dc20411a 100644 --- a/source/blender/editors/animation/keyingsets.cc +++ b/source/blender/editors/animation/keyingsets.cc @@ -22,7 +22,7 @@ #include "DNA_scene_types.h" #include "BKE_animsys.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_report.h" diff --git a/source/blender/editors/animation/time_scrub_ui.cc b/source/blender/editors/animation/time_scrub_ui.cc index d151d0d34ce..1718bea9646 100644 --- a/source/blender/editors/animation/time_scrub_ui.cc +++ b/source/blender/editors/animation/time_scrub_ui.cc @@ -6,7 +6,7 @@ * \ingroup edanimation */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_scene.h" #include "GPU_immediate.h" diff --git a/source/blender/editors/armature/armature_add.cc b/source/blender/editors/armature/armature_add.cc index cf20a6c8f25..ac16e1e5eea 100644 --- a/source/blender/editors/armature/armature_add.cc +++ b/source/blender/editors/armature/armature_add.cc @@ -25,9 +25,9 @@ #include "BLT_translation.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_constraint.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_fcurve.h" #include "BKE_idprop.h" diff --git a/source/blender/editors/armature/armature_edit.cc b/source/blender/editors/armature/armature_edit.cc index 548a8480b3d..d6392d6fb00 100644 --- a/source/blender/editors/armature/armature_edit.cc +++ b/source/blender/editors/armature/armature_edit.cc @@ -23,9 +23,9 @@ #include "BLI_math_vector.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_constraint.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_main.h" diff --git a/source/blender/editors/armature/armature_naming.cc b/source/blender/editors/armature/armature_naming.cc index 012957152b4..751a5efedf2 100644 --- a/source/blender/editors/armature/armature_naming.cc +++ b/source/blender/editors/armature/armature_naming.cc @@ -29,9 +29,9 @@ #include "BKE_action.h" #include "BKE_animsys.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_constraint.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_modifier_legacy.h" #include "BKE_layer.h" diff --git a/source/blender/editors/armature/armature_relations.cc b/source/blender/editors/armature/armature_relations.cc index 2418a9ccd48..9d3c12af86b 100644 --- a/source/blender/editors/armature/armature_relations.cc +++ b/source/blender/editors/armature/armature_relations.cc @@ -26,9 +26,9 @@ #include "BKE_action.h" #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_constraint.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve_driver.h" #include "BKE_layer.h" #include "BKE_main.h" diff --git a/source/blender/editors/armature/armature_select.cc b/source/blender/editors/armature/armature_select.cc index e1fcf04c1ca..89f1c74e897 100644 --- a/source/blender/editors/armature/armature_select.cc +++ b/source/blender/editors/armature/armature_select.cc @@ -20,8 +20,8 @@ #include "BLI_string_utils.hh" #include "BKE_action.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_object.hh" #include "BKE_object_types.hh" diff --git a/source/blender/editors/armature/armature_skinning.cc b/source/blender/editors/armature/armature_skinning.cc index cb2fc799667..3162aafc5cc 100644 --- a/source/blender/editors/armature/armature_skinning.cc +++ b/source/blender/editors/armature/armature_skinning.cc @@ -21,7 +21,7 @@ #include "BLI_string_utils.hh" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_deform.h" #include "BKE_mesh.hh" #include "BKE_mesh_iterators.hh" diff --git a/source/blender/editors/armature/armature_utils.cc b/source/blender/editors/armature/armature_utils.cc index 129e60296da..46fae801228 100644 --- a/source/blender/editors/armature/armature_utils.cc +++ b/source/blender/editors/armature/armature_utils.cc @@ -16,8 +16,8 @@ #include "BLI_math_vector.h" #include "BLI_string_utils.hh" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_global.h" #include "BKE_idprop.h" diff --git a/source/blender/editors/armature/bone_collections.cc b/source/blender/editors/armature/bone_collections.cc index 7b849b071f6..4589a9fd7b5 100644 --- a/source/blender/editors/armature/bone_collections.cc +++ b/source/blender/editors/armature/bone_collections.cc @@ -15,7 +15,7 @@ #include "DNA_object_types.h" #include "BKE_action.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_report.h" diff --git a/source/blender/editors/armature/editarmature_undo.cc b/source/blender/editors/armature/editarmature_undo.cc index 37c2974d734..ef9cefb8fd5 100644 --- a/source/blender/editors/armature/editarmature_undo.cc +++ b/source/blender/editors/armature/editarmature_undo.cc @@ -20,8 +20,8 @@ #include "BLI_map.hh" #include "BLI_string.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_idprop.h" #include "BKE_layer.h" #include "BKE_main.h" diff --git a/source/blender/editors/armature/meshlaplacian.cc b/source/blender/editors/armature/meshlaplacian.cc index 228d33a561a..a139e8b05cb 100644 --- a/source/blender/editors/armature/meshlaplacian.cc +++ b/source/blender/editors/armature/meshlaplacian.cc @@ -25,7 +25,7 @@ #include "BLT_translation.h" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" #include "BKE_mesh_wrapper.hh" diff --git a/source/blender/editors/armature/pose_edit.cc b/source/blender/editors/armature/pose_edit.cc index ff03a151f3c..96ae26a2432 100644 --- a/source/blender/editors/armature/pose_edit.cc +++ b/source/blender/editors/armature/pose_edit.cc @@ -21,8 +21,8 @@ #include "BKE_action.h" #include "BKE_anim_visualization.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_global.h" #include "BKE_layer.h" diff --git a/source/blender/editors/armature/pose_lib_2.cc b/source/blender/editors/armature/pose_lib_2.cc index b96202a817f..bc294ce5d5b 100644 --- a/source/blender/editors/armature/pose_lib_2.cc +++ b/source/blender/editors/armature/pose_lib_2.cc @@ -22,8 +22,8 @@ #include "BKE_action.h" #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_object.hh" #include "BKE_pose_backup.h" diff --git a/source/blender/editors/armature/pose_select.cc b/source/blender/editors/armature/pose_select.cc index 527bbc64a18..11d67cac391 100644 --- a/source/blender/editors/armature/pose_select.cc +++ b/source/blender/editors/armature/pose_select.cc @@ -20,9 +20,9 @@ #include "BLI_blenlib.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_constraint.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_modifier_legacy.h" #include "BKE_layer.h" #include "BKE_modifier.hh" diff --git a/source/blender/editors/armature/pose_slide.cc b/source/blender/editors/armature/pose_slide.cc index 7d8aba50f47..06e9fccf174 100644 --- a/source/blender/editors/armature/pose_slide.cc +++ b/source/blender/editors/armature/pose_slide.cc @@ -45,7 +45,7 @@ #include "BKE_fcurve.h" #include "BKE_nla.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_object.hh" #include "BKE_report.h" diff --git a/source/blender/editors/armature/pose_transform.cc b/source/blender/editors/armature/pose_transform.cc index 9fcaedc290f..d97e7e8b935 100644 --- a/source/blender/editors/armature/pose_transform.cc +++ b/source/blender/editors/armature/pose_transform.cc @@ -23,9 +23,9 @@ #include "BKE_action.h" #include "BKE_animsys.h" #include "BKE_appdir.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_blender_copybuffer.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_idprop.h" #include "BKE_layer.h" diff --git a/source/blender/editors/armature/pose_utils.cc b/source/blender/editors/armature/pose_utils.cc index 85ef1eeef76..98c85e1bdc2 100644 --- a/source/blender/editors/armature/pose_utils.cc +++ b/source/blender/editors/armature/pose_utils.cc @@ -23,7 +23,7 @@ #include "BKE_layer.h" #include "BKE_object.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "DEG_depsgraph.hh" diff --git a/source/blender/editors/asset/intern/asset_filter.cc b/source/blender/editors/asset/intern/asset_filter.cc index 90c6b5cde3e..6c522800aba 100644 --- a/source/blender/editors/asset/intern/asset_filter.cc +++ b/source/blender/editors/asset/intern/asset_filter.cc @@ -8,7 +8,7 @@ #include "AS_asset_representation.hh" -#include "BKE_asset.h" +#include "BKE_asset.hh" #include "BKE_idtype.h" #include "BLI_listbase.h" diff --git a/source/blender/editors/asset/intern/asset_indexer.cc b/source/blender/editors/asset/intern/asset_indexer.cc index 17775a5a540..f4b91b63f6e 100644 --- a/source/blender/editors/asset/intern/asset_indexer.cc +++ b/source/blender/editors/asset/intern/asset_indexer.cc @@ -28,7 +28,7 @@ #include "AS_asset_catalog.hh" #include "BKE_appdir.h" -#include "BKE_asset.h" +#include "BKE_asset.hh" #include "BKE_idprop.hh" #include "CLG_log.h" diff --git a/source/blender/editors/asset/intern/asset_list.cc b/source/blender/editors/asset/intern/asset_list.cc index be94ca67610..859f83ebf57 100644 --- a/source/blender/editors/asset/intern/asset_list.cc +++ b/source/blender/editors/asset/intern/asset_list.cc @@ -17,7 +17,7 @@ #include "AS_asset_library.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "BLI_map.hh" diff --git a/source/blender/editors/asset/intern/asset_mark_clear.cc b/source/blender/editors/asset/intern/asset_mark_clear.cc index 95c878ea11d..46205a79665 100644 --- a/source/blender/editors/asset/intern/asset_mark_clear.cc +++ b/source/blender/editors/asset/intern/asset_mark_clear.cc @@ -10,8 +10,8 @@ #include "DNA_ID.h" -#include "BKE_asset.h" -#include "BKE_context.h" +#include "BKE_asset.hh" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_idtype.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/asset/intern/asset_menu_utils.cc b/source/blender/editors/asset/intern/asset_menu_utils.cc index cf484885d6c..f6be08c89ea 100644 --- a/source/blender/editors/asset/intern/asset_menu_utils.cc +++ b/source/blender/editors/asset/intern/asset_menu_utils.cc @@ -13,7 +13,7 @@ #include "DNA_screen_types.h" -#include "BKE_asset.h" +#include "BKE_asset.hh" #include "BKE_report.h" #include "BLT_translation.h" diff --git a/source/blender/editors/asset/intern/asset_ops.cc b/source/blender/editors/asset/intern/asset_ops.cc index e5675a2038e..fa4deb2d9ee 100644 --- a/source/blender/editors/asset/intern/asset_ops.cc +++ b/source/blender/editors/asset/intern/asset_ops.cc @@ -10,9 +10,9 @@ #include "AS_asset_library.hh" #include "AS_asset_representation.hh" -#include "BKE_asset.h" +#include "BKE_asset.hh" #include "BKE_bpath.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_main.h" #include "BKE_preferences.h" diff --git a/source/blender/editors/asset/intern/asset_shelf.cc b/source/blender/editors/asset/intern/asset_shelf.cc index 88ea00ab30b..73f241a6b21 100644 --- a/source/blender/editors/asset/intern/asset_shelf.cc +++ b/source/blender/editors/asset/intern/asset_shelf.cc @@ -15,7 +15,7 @@ #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/asset/intern/asset_shelf_catalog_selector.cc b/source/blender/editors/asset/intern/asset_shelf_catalog_selector.cc index df1b72f8000..2bb1cd029e9 100644 --- a/source/blender/editors/asset/intern/asset_shelf_catalog_selector.cc +++ b/source/blender/editors/asset/intern/asset_shelf_catalog_selector.cc @@ -16,7 +16,7 @@ #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "BLT_translation.h" diff --git a/source/blender/editors/curve/editcurve.cc b/source/blender/editors/curve/editcurve.cc index 7f42d0f2705..1157432cd63 100644 --- a/source/blender/editors/curve/editcurve.cc +++ b/source/blender/editors/curve/editcurve.cc @@ -25,8 +25,8 @@ #include "BKE_action.h" #include "BKE_anim_data.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_displist.h" #include "BKE_fcurve.h" #include "BKE_global.h" diff --git a/source/blender/editors/curve/editcurve_add.cc b/source/blender/editors/curve/editcurve_add.cc index 7a37cc3f774..b38a40f6b79 100644 --- a/source/blender/editors/curve/editcurve_add.cc +++ b/source/blender/editors/curve/editcurve_add.cc @@ -18,8 +18,8 @@ #include "BLT_translation.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_layer.h" #include "DEG_depsgraph.hh" diff --git a/source/blender/editors/curve/editcurve_paint.cc b/source/blender/editors/curve/editcurve_paint.cc index 25290c10d36..a942c83ec34 100644 --- a/source/blender/editors/curve/editcurve_paint.cc +++ b/source/blender/editors/curve/editcurve_paint.cc @@ -16,8 +16,8 @@ #include "BLI_math_rotation.h" #include "BLI_mempool.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_fcurve.h" #include "BKE_report.h" diff --git a/source/blender/editors/curve/editcurve_pen.cc b/source/blender/editors/curve/editcurve_pen.cc index 1bcec4e29c9..b10ccb31260 100644 --- a/source/blender/editors/curve/editcurve_pen.cc +++ b/source/blender/editors/curve/editcurve_pen.cc @@ -16,8 +16,8 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "DEG_depsgraph.hh" diff --git a/source/blender/editors/curve/editcurve_query.cc b/source/blender/editors/curve/editcurve_query.cc index 00daa5ff844..1bc58440f8a 100644 --- a/source/blender/editors/curve/editcurve_query.cc +++ b/source/blender/editors/curve/editcurve_query.cc @@ -14,7 +14,7 @@ #include "BLI_listbase.h" #include "BLI_math_vector.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_fcurve.h" #include "BKE_layer.h" diff --git a/source/blender/editors/curve/editcurve_select.cc b/source/blender/editors/curve/editcurve_select.cc index 0beb79d1678..373ca3d55dc 100644 --- a/source/blender/editors/curve/editcurve_select.cc +++ b/source/blender/editors/curve/editcurve_select.cc @@ -19,8 +19,8 @@ #include "BLI_math_vector.h" #include "BLI_rand.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_fcurve.h" #include "BKE_layer.h" #include "BKE_report.h" diff --git a/source/blender/editors/curve/editcurve_undo.cc b/source/blender/editors/curve/editcurve_undo.cc index 7671fb02c7b..c0f27c89183 100644 --- a/source/blender/editors/curve/editcurve_undo.cc +++ b/source/blender/editors/curve/editcurve_undo.cc @@ -19,8 +19,8 @@ #include "BLI_ghash.h" #include "BKE_anim_data.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_fcurve.h" #include "BKE_layer.h" #include "BKE_main.h" diff --git a/source/blender/editors/curve/editfont.cc b/source/blender/editors/curve/editfont.cc index fe420d00cad..85928a9b430 100644 --- a/source/blender/editors/curve/editfont.cc +++ b/source/blender/editors/curve/editfont.cc @@ -27,8 +27,8 @@ #include "DNA_text_types.h" #include "DNA_vfont_types.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/editors/curve/editfont_undo.cc b/source/blender/editors/curve/editfont_undo.cc index 0ea4198288a..16558efe4c3 100644 --- a/source/blender/editors/curve/editfont_undo.cc +++ b/source/blender/editors/curve/editfont_undo.cc @@ -20,7 +20,7 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_main.h" #include "BKE_undo_system.h" diff --git a/source/blender/editors/curves/intern/curves_add.cc b/source/blender/editors/curves/intern/curves_add.cc index a4855eec16d..58f15783f35 100644 --- a/source/blender/editors/curves/intern/curves_add.cc +++ b/source/blender/editors/curves/intern/curves_add.cc @@ -9,7 +9,7 @@ #include "BLI_math_base_safe.h" #include "BLI_rand.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_curves.hh" #include "BKE_node.hh" #include "BKE_node_runtime.hh" diff --git a/source/blender/editors/curves/intern/curves_attribute_set.cc b/source/blender/editors/curves/intern/curves_attribute_set.cc index 51b73d5532b..f2335f0f890 100644 --- a/source/blender/editors/curves/intern/curves_attribute_set.cc +++ b/source/blender/editors/curves/intern/curves_attribute_set.cc @@ -10,7 +10,7 @@ #include "BKE_attribute.h" #include "BKE_attribute_math.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" #include "BKE_type_conversions.hh" diff --git a/source/blender/editors/curves/intern/curves_ops.cc b/source/blender/editors/curves/intern/curves_ops.cc index 910440c0361..9ad090971ce 100644 --- a/source/blender/editors/curves/intern/curves_ops.cc +++ b/source/blender/editors/curves/intern/curves_ops.cc @@ -29,8 +29,8 @@ #include "WM_api.hh" #include "BKE_attribute_math.hh" -#include "BKE_bvhutils.h" -#include "BKE_context.h" +#include "BKE_bvhutils.hh" +#include "BKE_context.hh" #include "BKE_curves.hh" #include "BKE_geometry_set.hh" #include "BKE_layer.h" diff --git a/source/blender/editors/curves/intern/curves_undo.cc b/source/blender/editors/curves/intern/curves_undo.cc index b4f1c559e75..7dbd046088b 100644 --- a/source/blender/editors/curves/intern/curves_undo.cc +++ b/source/blender/editors/curves/intern/curves_undo.cc @@ -8,7 +8,7 @@ #include "BLI_task.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_curves.hh" #include "BKE_main.h" #include "BKE_object.hh" diff --git a/source/blender/editors/geometry/geometry_attributes.cc b/source/blender/editors/geometry/geometry_attributes.cc index 12603f2fd0a..f4fce071205 100644 --- a/source/blender/editors/geometry/geometry_attributes.cc +++ b/source/blender/editors/geometry/geometry_attributes.cc @@ -15,7 +15,7 @@ #include "BLI_color.hh" #include "BKE_attribute.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_geometry_set.hh" #include "BKE_lib_id.h" diff --git a/source/blender/editors/geometry/geometry_randomization.cc b/source/blender/editors/geometry/geometry_randomization.cc index a5f683e7867..154072c13ac 100644 --- a/source/blender/editors/geometry/geometry_randomization.cc +++ b/source/blender/editors/geometry/geometry_randomization.cc @@ -4,7 +4,7 @@ #include "WM_api.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_main.h" diff --git a/source/blender/editors/geometry/node_group_operator.cc b/source/blender/editors/geometry/node_group_operator.cc index cbaa4014ddb..56f6ad467fd 100644 --- a/source/blender/editors/geometry/node_group_operator.cc +++ b/source/blender/editors/geometry/node_group_operator.cc @@ -17,12 +17,12 @@ #include "WM_api.hh" -#include "BKE_asset.h" +#include "BKE_asset.hh" #include "BKE_attribute_math.hh" #include "BKE_compute_contexts.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_curves.hh" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_geometry_set.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/gizmo_library/gizmo_draw_utils.cc b/source/blender/editors/gizmo_library/gizmo_draw_utils.cc index c595b422903..019d2431a97 100644 --- a/source/blender/editors/gizmo_library/gizmo_draw_utils.cc +++ b/source/blender/editors/gizmo_library/gizmo_draw_utils.cc @@ -8,7 +8,7 @@ #include "BLI_listbase.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "ED_screen.hh" #include "ED_view3d.hh" diff --git a/source/blender/editors/gizmo_library/gizmo_library_presets.cc b/source/blender/editors/gizmo_library/gizmo_library_presets.cc index 12650dc86ba..eb2602154b9 100644 --- a/source/blender/editors/gizmo_library/gizmo_library_presets.cc +++ b/source/blender/editors/gizmo_library/gizmo_library_presets.cc @@ -16,7 +16,7 @@ #include "BLI_math_rotation.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "GPU_matrix.h" #include "GPU_select.h" diff --git a/source/blender/editors/gizmo_library/gizmo_library_utils.cc b/source/blender/editors/gizmo_library/gizmo_library_utils.cc index 1c64e61461e..db5bca8c012 100644 --- a/source/blender/editors/gizmo_library/gizmo_library_utils.cc +++ b/source/blender/editors/gizmo_library/gizmo_library_utils.cc @@ -13,7 +13,7 @@ #include "DNA_screen_types.h" #include "DNA_view3d_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_main.h" 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 232234e80fe..08b54817876 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.cc +++ b/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.cc @@ -24,7 +24,7 @@ #include "DNA_view3d_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "GPU_immediate.h" #include "GPU_immediate_util.h" diff --git a/source/blender/editors/gizmo_library/gizmo_types/blank3d_gizmo.cc b/source/blender/editors/gizmo_library/gizmo_types/blank3d_gizmo.cc index 4912246db90..b9866614cc2 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/blank3d_gizmo.cc +++ b/source/blender/editors/gizmo_library/gizmo_types/blank3d_gizmo.cc @@ -10,7 +10,7 @@ * \brief Gizmo to use as a fallback (catch events). */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "ED_gizmo_library.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 dfe14a8e765..bcda4f529e9 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/button2d_gizmo.cc +++ b/source/blender/editors/gizmo_library/gizmo_types/button2d_gizmo.cc @@ -20,7 +20,7 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector_types.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "GPU_batch.h" #include "GPU_batch_utils.h" 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 3773b0c3b2b..5ea1d26ce5b 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.cc +++ b/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.cc @@ -21,7 +21,7 @@ #include "BLI_math_vector_types.hh" #include "BLI_rect.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "GPU_immediate.h" #include "GPU_immediate_util.h" 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 d73ad4b075a..2aa9d804a33 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/cage3d_gizmo.cc +++ b/source/blender/editors/gizmo_library/gizmo_types/cage3d_gizmo.cc @@ -18,7 +18,7 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector_types.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "GPU_immediate.h" #include "GPU_immediate_util.h" 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 d1d7ab69e1f..42f5a11e898 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/dial3d_gizmo.cc +++ b/source/blender/editors/gizmo_library/gizmo_types/dial3d_gizmo.cc @@ -22,7 +22,7 @@ #include "BLI_math_matrix.h" #include "BLI_math_rotation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "GPU_immediate.h" #include "GPU_immediate_util.h" 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 5e4e6f9b472..7d5b6ef8e05 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/move3d_gizmo.cc +++ b/source/blender/editors/gizmo_library/gizmo_types/move3d_gizmo.cc @@ -21,7 +21,7 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector_types.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "GPU_immediate.h" #include "GPU_immediate_util.h" 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 3de65808c82..5cd201cafa0 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/primitive3d_gizmo.cc +++ b/source/blender/editors/gizmo_library/gizmo_types/primitive3d_gizmo.cc @@ -19,7 +19,7 @@ #include "DNA_space_types.h" #include "DNA_view3d_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "GPU_immediate.h" #include "GPU_matrix.h" 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 590b4d08fbb..b7510103fc7 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/snap3d_gizmo.cc +++ b/source/blender/editors/gizmo_library/gizmo_types/snap3d_gizmo.cc @@ -18,7 +18,7 @@ #include "BLI_math_color.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_main.h" diff --git a/source/blender/editors/gpencil_legacy/annotate_draw.cc b/source/blender/editors/gpencil_legacy/annotate_draw.cc index 3c13d2fa870..bd7d56f1471 100644 --- a/source/blender/editors/gpencil_legacy/annotate_draw.cc +++ b/source/blender/editors/gpencil_legacy/annotate_draw.cc @@ -31,7 +31,7 @@ #include "DNA_userdef_types.h" #include "DNA_view3d_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_gpencil_legacy.h" diff --git a/source/blender/editors/gpencil_legacy/annotate_paint.cc b/source/blender/editors/gpencil_legacy/annotate_paint.cc index ac2b4f38684..f1cbc0b12d0 100644 --- a/source/blender/editors/gpencil_legacy/annotate_paint.cc +++ b/source/blender/editors/gpencil_legacy/annotate_paint.cc @@ -23,7 +23,7 @@ #include "BKE_callbacks.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" diff --git a/source/blender/editors/gpencil_legacy/drawgpencil.cc b/source/blender/editors/gpencil_legacy/drawgpencil.cc index 12a90f6ec1c..85b4e19dc3e 100644 --- a/source/blender/editors/gpencil_legacy/drawgpencil.cc +++ b/source/blender/editors/gpencil_legacy/drawgpencil.cc @@ -35,7 +35,7 @@ #include "DNA_view3d_types.h" #include "BKE_brush.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_gpencil_legacy.h" #include "BKE_image.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_add_blank.cc b/source/blender/editors/gpencil_legacy/gpencil_add_blank.cc index 77a76e7c385..987f9686b1b 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_add_blank.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_add_blank.cc @@ -15,7 +15,7 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" #include "BKE_main.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_add_lineart.cc b/source/blender/editors/gpencil_legacy/gpencil_add_lineart.cc index 22c53495011..da3dd5dd6db 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_add_lineart.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_add_lineart.cc @@ -14,7 +14,7 @@ #include "DNA_scene_types.h" #include "BKE_brush.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_add_monkey.cc b/source/blender/editors/gpencil_legacy/gpencil_add_monkey.cc index 0d07315c5e7..231e9585800 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_add_monkey.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_add_monkey.cc @@ -16,7 +16,7 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" #include "BKE_main.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_add_stroke.cc b/source/blender/editors/gpencil_legacy/gpencil_add_stroke.cc index 48795c62215..9923838e287 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_add_stroke.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_add_stroke.cc @@ -15,7 +15,7 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" #include "BKE_main.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_armature.cc b/source/blender/editors/gpencil_legacy/gpencil_armature.cc index 3a1fafb6fe3..5887e4fa444 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_armature.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_armature.cc @@ -27,8 +27,8 @@ #include "DNA_scene_types.h" #include "BKE_action.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_legacy.h" #include "BKE_gpencil_modifier_legacy.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_bake_animation.cc b/source/blender/editors/gpencil_legacy/gpencil_bake_animation.cc index f89376c79b5..ce850d614f3 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_bake_animation.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_bake_animation.cc @@ -20,7 +20,7 @@ #include "DNA_screen_types.h" #include "BKE_anim_data.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_duplilist.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_convert.cc b/source/blender/editors/gpencil_legacy/gpencil_convert.cc index 62813c39b86..59f69941582 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_convert.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_convert.cc @@ -37,8 +37,8 @@ #include "BKE_animsys.h" #include "BKE_collection.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_fcurve.h" #include "BKE_global.h" #include "BKE_gpencil_geom_legacy.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_data.cc b/source/blender/editors/gpencil_legacy/gpencil_data.cc index 5a06320cbfb..4fda4d0b8fe 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_data.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_data.cc @@ -41,7 +41,7 @@ #include "BKE_anim_data.h" #include "BKE_animsys.h" #include "BKE_brush.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_fcurve_driver.h" #include "BKE_gpencil_legacy.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_edit.cc b/source/blender/editors/gpencil_legacy/gpencil_edit.cc index 0441f998901..fc014a0a2ef 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_edit.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_edit.cc @@ -36,7 +36,7 @@ #include "DNA_view3d_types.h" #include "BKE_brush.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_global.h" #include "BKE_gpencil_curve_legacy.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_edit_curve.cc b/source/blender/editors/gpencil_legacy/gpencil_edit_curve.cc index bd541a7094c..34ae4cb554e 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_edit_curve.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_edit_curve.cc @@ -16,7 +16,7 @@ #include "DNA_gpencil_legacy_types.h" #include "DNA_view3d_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_curve_legacy.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_fill.cc b/source/blender/editors/gpencil_legacy/gpencil_fill.cc index 2a29cf7dec1..331f17c375e 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_fill.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_fill.cc @@ -27,7 +27,7 @@ #include "DNA_windowmanager_types.h" #include "BKE_brush.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_interpolate.cc b/source/blender/editors/gpencil_legacy/gpencil_interpolate.cc index deca67eddb1..cdedf56b31d 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_interpolate.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_interpolate.cc @@ -35,7 +35,7 @@ #include "DNA_view3d_types.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" #include "BKE_report.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_merge.cc b/source/blender/editors/gpencil_legacy/gpencil_merge.cc index 61654bfd217..9f2380eef33 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_merge.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_merge.cc @@ -19,7 +19,7 @@ #include "DNA_material_types.h" #include "BKE_brush.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" #include "BKE_main.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_mesh.cc b/source/blender/editors/gpencil_legacy/gpencil_mesh.cc index 731e86efb51..b148ab01493 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_mesh.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_mesh.cc @@ -19,7 +19,7 @@ #include "DNA_screen_types.h" #include "BKE_anim_data.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_duplilist.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_layer.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_ops.cc b/source/blender/editors/gpencil_legacy/gpencil_ops.cc index 57c3df7e5b4..d0fe92b2c8c 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_ops.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_ops.cc @@ -12,7 +12,7 @@ #include "BLI_sys_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_paint.hh" #include "DNA_brush_types.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_ops_versioning.cc b/source/blender/editors/gpencil_legacy/gpencil_ops_versioning.cc index 7bc3611d2e5..bcd8c1a01bf 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_ops_versioning.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_ops_versioning.cc @@ -22,7 +22,7 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_legacy.h" #include "BKE_main.h" #include "BKE_object.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_paint.cc b/source/blender/editors/gpencil_legacy/gpencil_paint.cc index 53e15293165..f2b5484bc0e 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_paint.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_paint.cc @@ -36,7 +36,7 @@ #include "BKE_brush.hh" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_global.h" #include "BKE_gpencil_curve_legacy.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_primitive.cc b/source/blender/editors/gpencil_legacy/gpencil_primitive.cc index 74571074ef2..3377c36f406 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_primitive.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_primitive.cc @@ -37,7 +37,7 @@ #include "BKE_brush.hh" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_global.h" #include "BKE_gpencil_geom_legacy.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_sculpt_paint.cc b/source/blender/editors/gpencil_legacy/gpencil_sculpt_paint.cc index 3623af31fc1..b79b41dd5a1 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_sculpt_paint.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_sculpt_paint.cc @@ -39,7 +39,7 @@ #include "BKE_brush.hh" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_select.cc b/source/blender/editors/gpencil_legacy/gpencil_select.cc index 3687a849ae8..94c96419cc3 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_select.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_select.cc @@ -30,7 +30,7 @@ #include "DNA_screen_types.h" #include "DNA_space_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_curve_legacy.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_trace_ops.cc b/source/blender/editors/gpencil_legacy/gpencil_trace_ops.cc index 304dc30ec79..c7c5721c97d 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_trace_ops.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_trace_ops.cc @@ -17,7 +17,7 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_gpencil_legacy.h" #include "BKE_image.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_undo.cc b/source/blender/editors/gpencil_legacy/gpencil_undo.cc index afdacb1e70a..f12738ef4d2 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_undo.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_undo.cc @@ -19,7 +19,7 @@ #include "BLI_listbase.h" #include "BKE_blender_undo.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_legacy.h" #include "BKE_undo_system.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_utils.cc b/source/blender/editors/gpencil_legacy/gpencil_utils.cc index 94328d66699..84fea336e22 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_utils.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_utils.cc @@ -41,7 +41,7 @@ #include "BKE_brush.hh" #include "BKE_collection.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_curve_legacy.h" #include "BKE_gpencil_geom_legacy.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_uv.cc b/source/blender/editors/gpencil_legacy/gpencil_uv.cc index 8cbecfd2b7a..365c15de85b 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_uv.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_uv.cc @@ -18,7 +18,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_vertex_ops.cc b/source/blender/editors/gpencil_legacy/gpencil_vertex_ops.cc index ba82da43d66..d77b1a47239 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_vertex_ops.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_vertex_ops.cc @@ -18,7 +18,7 @@ #include "DNA_gpencil_legacy_types.h" #include "DNA_material_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_material.h" #include "BKE_paint.hh" diff --git a/source/blender/editors/gpencil_legacy/gpencil_vertex_paint.cc b/source/blender/editors/gpencil_legacy/gpencil_vertex_paint.cc index 82bc166ffe4..f087ae9f63d 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_vertex_paint.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_vertex_paint.cc @@ -22,7 +22,7 @@ #include "BKE_brush.hh" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_legacy.h" #include "BKE_material.h" #include "BKE_report.h" diff --git a/source/blender/editors/gpencil_legacy/gpencil_weight_paint.cc b/source/blender/editors/gpencil_legacy/gpencil_weight_paint.cc index 9407cc6b39f..4f13ab6b8bf 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_weight_paint.cc +++ b/source/blender/editors/gpencil_legacy/gpencil_weight_paint.cc @@ -26,7 +26,7 @@ #include "BKE_action.h" #include "BKE_brush.hh" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_legacy.h" #include "BKE_main.h" 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 24c4dc4a684..9710321f581 100644 --- a/source/blender/editors/grease_pencil/intern/grease_pencil_edit.cc +++ b/source/blender/editors/grease_pencil/intern/grease_pencil_edit.cc @@ -14,7 +14,7 @@ #include "BLI_span.hh" #include "BLI_stack.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_curves_utils.hh" #include "BKE_grease_pencil.hh" 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 fade7076c90..6716b58dafb 100644 --- a/source/blender/editors/grease_pencil/intern/grease_pencil_frames.cc +++ b/source/blender/editors/grease_pencil/intern/grease_pencil_frames.cc @@ -10,7 +10,7 @@ #include "BLI_math_vector_types.hh" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_grease_pencil.hh" #include "DEG_depsgraph.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 95faf580969..e94aa5ca2df 100644 --- a/source/blender/editors/grease_pencil/intern/grease_pencil_layers.cc +++ b/source/blender/editors/grease_pencil/intern/grease_pencil_layers.cc @@ -6,7 +6,7 @@ * \ingroup edgreasepencil */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_grease_pencil.hh" #include "DEG_depsgraph.hh" 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 07c77aea427..63e7acd7a91 100644 --- a/source/blender/editors/grease_pencil/intern/grease_pencil_select.cc +++ b/source/blender/editors/grease_pencil/intern/grease_pencil_select.cc @@ -8,7 +8,7 @@ #include "BLI_vector_set.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_grease_pencil.hh" #include "DNA_object_types.h" diff --git a/source/blender/editors/grease_pencil/intern/grease_pencil_utils.cc b/source/blender/editors/grease_pencil/intern/grease_pencil_utils.cc index fc96a5b83ad..575696649d8 100644 --- a/source/blender/editors/grease_pencil/intern/grease_pencil_utils.cc +++ b/source/blender/editors/grease_pencil/intern/grease_pencil_utils.cc @@ -7,7 +7,7 @@ */ #include "BKE_brush.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_grease_pencil.hh" #include "BLI_math_vector.hh" diff --git a/source/blender/editors/include/ED_uvedit.hh b/source/blender/editors/include/ED_uvedit.hh index a020374e768..081f4012b51 100644 --- a/source/blender/editors/include/ED_uvedit.hh +++ b/source/blender/editors/include/ED_uvedit.hh @@ -8,7 +8,7 @@ #pragma once -#include "BKE_customdata.h" +#include "BKE_customdata.hh" struct ARegion; struct ARegionType; diff --git a/source/blender/editors/include/ED_viewer_path.hh b/source/blender/editors/include/ED_viewer_path.hh index fb4ebb47453..29df102e0eb 100644 --- a/source/blender/editors/include/ED_viewer_path.hh +++ b/source/blender/editors/include/ED_viewer_path.hh @@ -10,7 +10,7 @@ #include "BLI_string_ref.hh" #include "BLI_vector.hh" -#include "BKE_viewer_path.h" +#include "BKE_viewer_path.hh" struct Main; struct SpaceNode; diff --git a/source/blender/editors/interface/eyedroppers/eyedropper_color.cc b/source/blender/editors/interface/eyedroppers/eyedropper_color.cc index 56581273d7a..a9b11716d01 100644 --- a/source/blender/editors/interface/eyedroppers/eyedropper_color.cc +++ b/source/blender/editors/interface/eyedroppers/eyedropper_color.cc @@ -20,7 +20,7 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_cryptomatte.h" #include "BKE_image.h" #include "BKE_main.h" diff --git a/source/blender/editors/interface/eyedroppers/eyedropper_colorband.cc b/source/blender/editors/interface/eyedroppers/eyedropper_colorband.cc index 8adcde9d452..8373c031bf1 100644 --- a/source/blender/editors/interface/eyedroppers/eyedropper_colorband.cc +++ b/source/blender/editors/interface/eyedroppers/eyedropper_colorband.cc @@ -24,7 +24,7 @@ #include "BLI_math_vector.h" #include "BKE_colorband.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "RNA_access.hh" #include "RNA_prototypes.h" diff --git a/source/blender/editors/interface/eyedroppers/eyedropper_datablock.cc b/source/blender/editors/interface/eyedroppers/eyedropper_datablock.cc index bed31872679..ab0dc3b672d 100644 --- a/source/blender/editors/interface/eyedroppers/eyedropper_datablock.cc +++ b/source/blender/editors/interface/eyedroppers/eyedropper_datablock.cc @@ -22,7 +22,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_idtype.h" #include "BKE_report.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/interface/eyedroppers/eyedropper_depth.cc b/source/blender/editors/interface/eyedroppers/eyedropper_depth.cc index 3ce8769111d..2a5bc44e392 100644 --- a/source/blender/editors/interface/eyedroppers/eyedropper_depth.cc +++ b/source/blender/editors/interface/eyedroppers/eyedropper_depth.cc @@ -22,7 +22,7 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_screen.hh" #include "BKE_unit.h" diff --git a/source/blender/editors/interface/eyedroppers/eyedropper_driver.cc b/source/blender/editors/interface/eyedroppers/eyedropper_driver.cc index 12d1de9501e..8a1c64a41e4 100644 --- a/source/blender/editors/interface/eyedroppers/eyedropper_driver.cc +++ b/source/blender/editors/interface/eyedroppers/eyedropper_driver.cc @@ -18,7 +18,7 @@ #include "DNA_screen_types.h" #include "BKE_animsys.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "DEG_depsgraph.hh" #include "DEG_depsgraph_build.hh" diff --git a/source/blender/editors/interface/eyedroppers/eyedropper_gpencil_color.cc b/source/blender/editors/interface/eyedroppers/eyedropper_gpencil_color.cc index 1e8e618c787..8a076bf57e5 100644 --- a/source/blender/editors/interface/eyedroppers/eyedropper_gpencil_color.cc +++ b/source/blender/editors/interface/eyedroppers/eyedropper_gpencil_color.cc @@ -22,7 +22,7 @@ #include "DNA_material_types.h" #include "DNA_space_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_legacy.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/editors/interface/eyedroppers/interface_eyedropper.cc b/source/blender/editors/interface/eyedroppers/interface_eyedropper.cc index 52adb636bcb..0131ce3ef81 100644 --- a/source/blender/editors/interface/eyedroppers/interface_eyedropper.cc +++ b/source/blender/editors/interface/eyedroppers/interface_eyedropper.cc @@ -12,7 +12,7 @@ #include "BLI_math_color.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "UI_interface.hh" diff --git a/source/blender/editors/interface/interface.cc b/source/blender/editors/interface/interface.cc index b2524a48416..0ea2cdd0c54 100644 --- a/source/blender/editors/interface/interface.cc +++ b/source/blender/editors/interface/interface.cc @@ -33,7 +33,7 @@ #include "BLO_readfile.h" #include "BKE_animsys.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_idprop.h" #include "BKE_main.h" #include "BKE_report.h" diff --git a/source/blender/editors/interface/interface_anim.cc b/source/blender/editors/interface/interface_anim.cc index ff32a162c5e..afccd616f85 100644 --- a/source/blender/editors/interface/interface_anim.cc +++ b/source/blender/editors/interface/interface_anim.cc @@ -22,7 +22,7 @@ #include "BLI_utildefines.h" #include "BKE_animsys.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_fcurve_driver.h" #include "BKE_global.h" diff --git a/source/blender/editors/interface/interface_context_menu.cc b/source/blender/editors/interface/interface_context_menu.cc index bd5b9314056..4bdf277de8c 100644 --- a/source/blender/editors/interface/interface_context_menu.cc +++ b/source/blender/editors/interface/interface_context_menu.cc @@ -23,7 +23,7 @@ #include "BLT_translation.h" #include "BKE_addon.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_idprop.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/interface/interface_dropboxes.cc b/source/blender/editors/interface/interface_dropboxes.cc index da805f5f385..9305def9a36 100644 --- a/source/blender/editors/interface/interface_dropboxes.cc +++ b/source/blender/editors/interface/interface_dropboxes.cc @@ -6,7 +6,7 @@ * \ingroup edinterface */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "BLI_string.h" #include "BLT_translation.h" diff --git a/source/blender/editors/interface/interface_handlers.cc b/source/blender/editors/interface/interface_handlers.cc index 2fdcf6c3f0b..e0a1fd189c3 100644 --- a/source/blender/editors/interface/interface_handlers.cc +++ b/source/blender/editors/interface/interface_handlers.cc @@ -39,7 +39,7 @@ #include "BKE_brush.hh" #include "BKE_colorband.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_curveprofile.h" #include "BKE_movieclip.h" #include "BKE_paint.hh" diff --git a/source/blender/editors/interface/interface_icons.cc b/source/blender/editors/interface/interface_icons.cc index fed3a8f0d91..7e8a010ec7a 100644 --- a/source/blender/editors/interface/interface_icons.cc +++ b/source/blender/editors/interface/interface_icons.cc @@ -40,7 +40,7 @@ #include "RNA_prototypes.h" #include "BKE_appdir.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_icons.h" #include "BKE_paint.hh" diff --git a/source/blender/editors/interface/interface_layout.cc b/source/blender/editors/interface/interface_layout.cc index 3a1c38c4fb9..0799f2c54c5 100644 --- a/source/blender/editors/interface/interface_layout.cc +++ b/source/blender/editors/interface/interface_layout.cc @@ -27,8 +27,8 @@ #include "BLT_translation.h" #include "BKE_anim_data.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_idprop.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/interface/interface_ops.cc b/source/blender/editors/interface/interface_ops.cc index 4dd38a98f62..8b6aad976b7 100644 --- a/source/blender/editors/interface/interface_ops.cc +++ b/source/blender/editors/interface/interface_ops.cc @@ -24,7 +24,7 @@ #include "BLT_lang.h" #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_idprop.h" #include "BKE_idtype.h" diff --git a/source/blender/editors/interface/interface_panel.cc b/source/blender/editors/interface/interface_panel.cc index fcd665b71d3..a11278fad67 100644 --- a/source/blender/editors/interface/interface_panel.cc +++ b/source/blender/editors/interface/interface_panel.cc @@ -26,7 +26,7 @@ #include "DNA_screen_types.h" #include "DNA_userdef_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "RNA_access.hh" diff --git a/source/blender/editors/interface/interface_region_color_picker.cc b/source/blender/editors/interface/interface_region_color_picker.cc index 2ec5144a27a..3075f05154f 100644 --- a/source/blender/editors/interface/interface_region_color_picker.cc +++ b/source/blender/editors/interface/interface_region_color_picker.cc @@ -20,7 +20,7 @@ #include "BLI_string.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "WM_types.hh" diff --git a/source/blender/editors/interface/interface_region_hud.cc b/source/blender/editors/interface/interface_region_hud.cc index 3474bb442c7..6f4e4afee63 100644 --- a/source/blender/editors/interface/interface_region_hud.cc +++ b/source/blender/editors/interface/interface_region_hud.cc @@ -20,7 +20,7 @@ #include "BLI_string.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "WM_api.hh" diff --git a/source/blender/editors/interface/interface_region_menu_pie.cc b/source/blender/editors/interface/interface_region_menu_pie.cc index a29c4e7f8cd..0866cf8f62a 100644 --- a/source/blender/editors/interface/interface_region_menu_pie.cc +++ b/source/blender/editors/interface/interface_region_menu_pie.cc @@ -21,7 +21,7 @@ #include "PIL_time.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "WM_api.hh" diff --git a/source/blender/editors/interface/interface_region_menu_popup.cc b/source/blender/editors/interface/interface_region_menu_popup.cc index 6df2fe203d2..9a2762307eb 100644 --- a/source/blender/editors/interface/interface_region_menu_popup.cc +++ b/source/blender/editors/interface/interface_region_menu_popup.cc @@ -24,7 +24,7 @@ #include "BLI_string.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/interface/interface_region_popover.cc b/source/blender/editors/interface/interface_region_popover.cc index 00edbde2fb9..065c3bcf31c 100644 --- a/source/blender/editors/interface/interface_region_popover.cc +++ b/source/blender/editors/interface/interface_region_popover.cc @@ -35,7 +35,7 @@ #include "BLI_rect.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/interface/interface_region_popup.cc b/source/blender/editors/interface/interface_region_popup.cc index f4986951be5..2a3294a1ee0 100644 --- a/source/blender/editors/interface/interface_region_popup.cc +++ b/source/blender/editors/interface/interface_region_popup.cc @@ -21,7 +21,7 @@ #include "BLI_rect.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "WM_api.hh" diff --git a/source/blender/editors/interface/interface_region_search.cc b/source/blender/editors/interface/interface_region_search.cc index cbdf88179c7..3f8f5264845 100644 --- a/source/blender/editors/interface/interface_region_search.cc +++ b/source/blender/editors/interface/interface_region_search.cc @@ -23,7 +23,7 @@ #include "BLI_string.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "WM_api.hh" diff --git a/source/blender/editors/interface/interface_region_tooltip.cc b/source/blender/editors/interface/interface_region_tooltip.cc index 6b3dfa9c047..1f77295ede2 100644 --- a/source/blender/editors/interface/interface_region_tooltip.cc +++ b/source/blender/editors/interface/interface_region_tooltip.cc @@ -33,7 +33,7 @@ #include "BLI_string.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_paint.hh" #include "BKE_screen.hh" diff --git a/source/blender/editors/interface/interface_regions.cc b/source/blender/editors/interface/interface_regions.cc index 1fdeabee9a2..cf099a1a04b 100644 --- a/source/blender/editors/interface/interface_regions.cc +++ b/source/blender/editors/interface/interface_regions.cc @@ -14,7 +14,7 @@ #include "BLI_utildefines.h" #include "MEM_guardedalloc.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "WM_api.hh" 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 369389cc3d9..2a7d635525c 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 @@ -6,7 +6,7 @@ * \ingroup edinterface */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_grease_pencil.hh" #include "BLT_translation.h" diff --git a/source/blender/editors/interface/interface_template_light_linking.cc b/source/blender/editors/interface/interface_template_light_linking.cc index 7cb1050cdc4..7a3cae871d5 100644 --- a/source/blender/editors/interface/interface_template_light_linking.cc +++ b/source/blender/editors/interface/interface_template_light_linking.cc @@ -18,7 +18,7 @@ #include "DNA_collection_types.h" #include "DNA_object_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_light_linking.h" #include "RNA_access.hh" diff --git a/source/blender/editors/interface/interface_template_node_tree_interface.cc b/source/blender/editors/interface/interface_template_node_tree_interface.cc index d5ef7d3fc5f..6a2112b6e76 100644 --- a/source/blender/editors/interface/interface_template_node_tree_interface.cc +++ b/source/blender/editors/interface/interface_template_node_tree_interface.cc @@ -6,9 +6,9 @@ * \ingroup edinterface */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_node_tree_interface.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BLI_color.hh" #include "BLI_string.h" diff --git a/source/blender/editors/interface/interface_template_search_menu.cc b/source/blender/editors/interface/interface_template_search_menu.cc index 42c0b50721a..4fc6e9fbf2e 100644 --- a/source/blender/editors/interface/interface_template_search_menu.cc +++ b/source/blender/editors/interface/interface_template_search_menu.cc @@ -36,7 +36,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/interface/interface_template_search_operator.cc b/source/blender/editors/interface/interface_template_search_operator.cc index b0237844a1f..7568ee0eb75 100644 --- a/source/blender/editors/interface/interface_template_search_operator.cc +++ b/source/blender/editors/interface/interface_template_search_operator.cc @@ -23,7 +23,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "WM_api.hh" diff --git a/source/blender/editors/interface/interface_templates.cc b/source/blender/editors/interface/interface_templates.cc index 58270ca8ccc..fa6f58246b2 100644 --- a/source/blender/editors/interface/interface_templates.cc +++ b/source/blender/editors/interface/interface_templates.cc @@ -48,7 +48,7 @@ #include "BKE_colorband.h" #include "BKE_colortools.h" #include "BKE_constraint.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_curveprofile.h" #include "BKE_global.h" #include "BKE_gpencil_modifier_legacy.h" diff --git a/source/blender/editors/interface/interface_utils.cc b/source/blender/editors/interface/interface_utils.cc index f5a2e2d8e0e..0846fdde3b0 100644 --- a/source/blender/editors/interface/interface_utils.cc +++ b/source/blender/editors/interface/interface_utils.cc @@ -22,7 +22,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_idprop.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/interface/interface_widgets.cc b/source/blender/editors/interface/interface_widgets.cc index 334cfcad7dc..6144ca3403a 100644 --- a/source/blender/editors/interface/interface_widgets.cc +++ b/source/blender/editors/interface/interface_widgets.cc @@ -21,7 +21,7 @@ #include "BLI_string_utf8.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "RNA_access.hh" diff --git a/source/blender/editors/interface/view2d.cc b/source/blender/editors/interface/view2d.cc index ab40ad18b23..b95358ebb83 100644 --- a/source/blender/editors/interface/view2d.cc +++ b/source/blender/editors/interface/view2d.cc @@ -26,7 +26,7 @@ #include "BLI_timecode.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/interface/view2d_edge_pan.cc b/source/blender/editors/interface/view2d_edge_pan.cc index 7d8647a80a7..c49c8737763 100644 --- a/source/blender/editors/interface/view2d_edge_pan.cc +++ b/source/blender/editors/interface/view2d_edge_pan.cc @@ -6,7 +6,7 @@ * \ingroup spnode */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "BLI_rect.h" diff --git a/source/blender/editors/interface/view2d_gizmo_navigate.cc b/source/blender/editors/interface/view2d_gizmo_navigate.cc index 732ed67ab87..c94f316df58 100644 --- a/source/blender/editors/interface/view2d_gizmo_navigate.cc +++ b/source/blender/editors/interface/view2d_gizmo_navigate.cc @@ -8,7 +8,7 @@ #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "ED_gizmo_library.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/interface/view2d_ops.cc b/source/blender/editors/interface/view2d_ops.cc index f91a2c387f9..87aa0b65b2d 100644 --- a/source/blender/editors/interface/view2d_ops.cc +++ b/source/blender/editors/interface/view2d_ops.cc @@ -18,7 +18,7 @@ #include "BLI_math_vector.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "RNA_access.hh" #include "RNA_define.hh" diff --git a/source/blender/editors/interface/views/abstract_view_item.cc b/source/blender/editors/interface/views/abstract_view_item.cc index 0e9759f606f..ae8eb210f7f 100644 --- a/source/blender/editors/interface/views/abstract_view_item.cc +++ b/source/blender/editors/interface/views/abstract_view_item.cc @@ -6,7 +6,7 @@ * \ingroup edinterface */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "BLI_listbase.h" #include "BLI_string.h" diff --git a/source/blender/editors/interface/views/tree_view.cc b/source/blender/editors/interface/views/tree_view.cc index 1cee9e0bcf6..baefd64d0bb 100644 --- a/source/blender/editors/interface/views/tree_view.cc +++ b/source/blender/editors/interface/views/tree_view.cc @@ -9,7 +9,7 @@ #include "DNA_userdef_types.h" #include "DNA_windowmanager_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BLT_translation.h" diff --git a/source/blender/editors/io/io_alembic.cc b/source/blender/editors/io/io_alembic.cc index 40ad6bea9f3..db04eb7ada1 100644 --- a/source/blender/editors/io/io_alembic.cc +++ b/source/blender/editors/io/io_alembic.cc @@ -25,7 +25,7 @@ # include "DNA_scene_types.h" # include "DNA_space_types.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_main.h" # include "BKE_report.h" diff --git a/source/blender/editors/io/io_cache.cc b/source/blender/editors/io/io_cache.cc index d1300f9ddee..84aef4ef79f 100644 --- a/source/blender/editors/io/io_cache.cc +++ b/source/blender/editors/io/io_cache.cc @@ -16,7 +16,7 @@ #include "BLI_string.h" #include "BKE_cachefile.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_main.h" #include "BKE_report.h" diff --git a/source/blender/editors/io/io_collada.cc b/source/blender/editors/io/io_collada.cc index 527b892e9ba..241feeb47a1 100644 --- a/source/blender/editors/io/io_collada.cc +++ b/source/blender/editors/io/io_collada.cc @@ -13,7 +13,7 @@ # include "BLI_blenlib.h" # include "BLI_utildefines.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_main.h" # include "BKE_object.hh" # include "BKE_report.h" diff --git a/source/blender/editors/io/io_gpencil_import.cc b/source/blender/editors/io/io_gpencil_import.cc index 7f306214b38..f6b164bdaa3 100644 --- a/source/blender/editors/io/io_gpencil_import.cc +++ b/source/blender/editors/io/io_gpencil_import.cc @@ -15,7 +15,7 @@ # include "DNA_gpencil_legacy_types.h" # include "DNA_space_types.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_gpencil_legacy.h" # include "BKE_report.h" diff --git a/source/blender/editors/io/io_gpencil_utils.cc b/source/blender/editors/io/io_gpencil_utils.cc index b24cf451988..95d69f13d79 100644 --- a/source/blender/editors/io/io_gpencil_utils.cc +++ b/source/blender/editors/io/io_gpencil_utils.cc @@ -10,7 +10,7 @@ # include "DNA_space_types.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_screen.hh" # include "WM_api.hh" diff --git a/source/blender/editors/io/io_obj.cc b/source/blender/editors/io/io_obj.cc index 4002a28ddd6..12eefa343d6 100644 --- a/source/blender/editors/io/io_obj.cc +++ b/source/blender/editors/io/io_obj.cc @@ -10,7 +10,7 @@ # include "DNA_space_types.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_main.h" # include "BKE_report.h" diff --git a/source/blender/editors/io/io_ply_ops.cc b/source/blender/editors/io/io_ply_ops.cc index 21b920fe162..b3e52b58d6a 100644 --- a/source/blender/editors/io/io_ply_ops.cc +++ b/source/blender/editors/io/io_ply_ops.cc @@ -8,7 +8,7 @@ #ifdef WITH_IO_PLY -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_main.h" # include "BKE_report.h" diff --git a/source/blender/editors/io/io_stl_ops.cc b/source/blender/editors/io/io_stl_ops.cc index 777dfc2631a..989ebe77ca4 100644 --- a/source/blender/editors/io/io_stl_ops.cc +++ b/source/blender/editors/io/io_stl_ops.cc @@ -8,7 +8,7 @@ #ifdef WITH_IO_STL -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_report.h" # include "WM_api.hh" diff --git a/source/blender/editors/io/io_usd.cc b/source/blender/editors/io/io_usd.cc index 1b06dd73aa3..15ddac2b83b 100644 --- a/source/blender/editors/io/io_usd.cc +++ b/source/blender/editors/io/io_usd.cc @@ -12,7 +12,7 @@ # include -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_main.h" # include "BKE_report.h" diff --git a/source/blender/editors/lattice/editlattice_select.cc b/source/blender/editors/lattice/editlattice_select.cc index c88118ef92d..373dc285f6b 100644 --- a/source/blender/editors/lattice/editlattice_select.cc +++ b/source/blender/editors/lattice/editlattice_select.cc @@ -26,8 +26,8 @@ #include "RNA_define.hh" #include "RNA_enum_types.hh" -#include "BKE_context.h" -#include "BKE_lattice.h" +#include "BKE_context.hh" +#include "BKE_lattice.hh" #include "BKE_layer.h" #include "BKE_report.h" diff --git a/source/blender/editors/lattice/editlattice_tools.cc b/source/blender/editors/lattice/editlattice_tools.cc index f6da4ab1755..035e11f5cdb 100644 --- a/source/blender/editors/lattice/editlattice_tools.cc +++ b/source/blender/editors/lattice/editlattice_tools.cc @@ -19,8 +19,8 @@ #include "RNA_access.hh" #include "RNA_define.hh" -#include "BKE_context.h" -#include "BKE_lattice.h" +#include "BKE_context.hh" +#include "BKE_lattice.hh" #include "BKE_layer.h" #include "DEG_depsgraph.hh" diff --git a/source/blender/editors/lattice/editlattice_undo.cc b/source/blender/editors/lattice/editlattice_undo.cc index 5c4a3d278a0..8ae166f4028 100644 --- a/source/blender/editors/lattice/editlattice_undo.cc +++ b/source/blender/editors/lattice/editlattice_undo.cc @@ -23,7 +23,7 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_layer.h" #include "BKE_main.h" diff --git a/source/blender/editors/mask/mask_add.cc b/source/blender/editors/mask/mask_add.cc index 5b846c4da3b..4d70222c498 100644 --- a/source/blender/editors/mask/mask_add.cc +++ b/source/blender/editors/mask/mask_add.cc @@ -8,8 +8,8 @@ #include "MEM_guardedalloc.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_mask.h" #include "BLI_math_matrix.h" diff --git a/source/blender/editors/mask/mask_draw.cc b/source/blender/editors/mask/mask_draw.cc index 6e5ab8c6509..a9450735cef 100644 --- a/source/blender/editors/mask/mask_draw.cc +++ b/source/blender/editors/mask/mask_draw.cc @@ -13,7 +13,7 @@ #include "BLI_rect.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_mask.h" #include "DNA_mask_types.h" diff --git a/source/blender/editors/mask/mask_edit.cc b/source/blender/editors/mask/mask_edit.cc index a36404ad312..bfb10aea287 100644 --- a/source/blender/editors/mask/mask_edit.cc +++ b/source/blender/editors/mask/mask_edit.cc @@ -6,7 +6,7 @@ * \ingroup edmask */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_mask.h" #include "DNA_scene_types.h" diff --git a/source/blender/editors/mask/mask_ops.cc b/source/blender/editors/mask/mask_ops.cc index ffe07863d73..4aef8cb1f04 100644 --- a/source/blender/editors/mask/mask_ops.cc +++ b/source/blender/editors/mask/mask_ops.cc @@ -12,7 +12,7 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_mask.h" diff --git a/source/blender/editors/mask/mask_query.cc b/source/blender/editors/mask/mask_query.cc index 31c30cc34ef..dd7a8eb42a1 100644 --- a/source/blender/editors/mask/mask_query.cc +++ b/source/blender/editors/mask/mask_query.cc @@ -8,7 +8,7 @@ #include "MEM_guardedalloc.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_mask.h" #include "BLI_math_geom.h" diff --git a/source/blender/editors/mask/mask_relationships.cc b/source/blender/editors/mask/mask_relationships.cc index 6f9d64099c7..45dc2ab951a 100644 --- a/source/blender/editors/mask/mask_relationships.cc +++ b/source/blender/editors/mask/mask_relationships.cc @@ -10,7 +10,7 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_mask.h" #include "BKE_tracking.h" diff --git a/source/blender/editors/mask/mask_select.cc b/source/blender/editors/mask/mask_select.cc index f2ef1022b7f..34f5d2aee31 100644 --- a/source/blender/editors/mask/mask_select.cc +++ b/source/blender/editors/mask/mask_select.cc @@ -13,7 +13,7 @@ #include "BLI_rect.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_mask.h" #include "DEG_depsgraph.hh" diff --git a/source/blender/editors/mask/mask_shapekey.cc b/source/blender/editors/mask/mask_shapekey.cc index 45725876a88..ba06021d5a6 100644 --- a/source/blender/editors/mask/mask_shapekey.cc +++ b/source/blender/editors/mask/mask_shapekey.cc @@ -11,7 +11,7 @@ #include "BLI_listbase.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_mask.h" #include "DNA_mask_types.h" diff --git a/source/blender/editors/mesh/editface.cc b/source/blender/editors/mesh/editface.cc index f278421efe2..f44dd4e41b3 100644 --- a/source/blender/editors/mesh/editface.cc +++ b/source/blender/editors/mesh/editface.cc @@ -25,8 +25,8 @@ #include "DNA_object_types.h" #include "BKE_attribute.hh" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_global.h" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" diff --git a/source/blender/editors/mesh/editmesh_add.cc b/source/blender/editors/mesh/editmesh_add.cc index df80ccb48b8..ac4cf4b8887 100644 --- a/source/blender/editors/mesh/editmesh_add.cc +++ b/source/blender/editors/mesh/editmesh_add.cc @@ -15,8 +15,8 @@ #include "BLT_translation.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "RNA_access.hh" #include "RNA_define.hh" diff --git a/source/blender/editors/mesh/editmesh_add_gizmo.cc b/source/blender/editors/mesh/editmesh_add_gizmo.cc index a865a9d1176..43b4811e492 100644 --- a/source/blender/editors/mesh/editmesh_add_gizmo.cc +++ b/source/blender/editors/mesh/editmesh_add_gizmo.cc @@ -13,8 +13,8 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_scene.h" #include "BLI_math_geom.h" diff --git a/source/blender/editors/mesh/editmesh_attribute.cc b/source/blender/editors/mesh/editmesh_attribute.cc index 1e676712f47..08c7cce8f25 100644 --- a/source/blender/editors/mesh/editmesh_attribute.cc +++ b/source/blender/editors/mesh/editmesh_attribute.cc @@ -11,8 +11,8 @@ #include "BLI_math_quaternion.hh" #include "BKE_attribute.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_mesh.hh" #include "BKE_report.h" diff --git a/source/blender/editors/mesh/editmesh_automerge.cc b/source/blender/editors/mesh/editmesh_automerge.cc index 5ecb48bf2c8..c2716ee2005 100644 --- a/source/blender/editors/mesh/editmesh_automerge.cc +++ b/source/blender/editors/mesh/editmesh_automerge.cc @@ -11,7 +11,7 @@ * - #EDBM_automerge_and_split */ -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "DNA_object_types.h" diff --git a/source/blender/editors/mesh/editmesh_bevel.cc b/source/blender/editors/mesh/editmesh_bevel.cc index 4d79dd0abfe..815e8872869 100644 --- a/source/blender/editors/mesh/editmesh_bevel.cc +++ b/source/blender/editors/mesh/editmesh_bevel.cc @@ -16,8 +16,8 @@ #include "BLT_translation.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_unit.h" diff --git a/source/blender/editors/mesh/editmesh_bisect.cc b/source/blender/editors/mesh/editmesh_bisect.cc index 25e7eae139c..310448c34d7 100644 --- a/source/blender/editors/mesh/editmesh_bisect.cc +++ b/source/blender/editors/mesh/editmesh_bisect.cc @@ -12,8 +12,8 @@ #include "BLT_translation.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_report.h" diff --git a/source/blender/editors/mesh/editmesh_extrude.cc b/source/blender/editors/mesh/editmesh_extrude.cc index 34f045aaa53..8208aa0634d 100644 --- a/source/blender/editors/mesh/editmesh_extrude.cc +++ b/source/blender/editors/mesh/editmesh_extrude.cc @@ -14,8 +14,8 @@ #include "BLI_math_rotation.h" #include "BLI_math_vector.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_report.h" diff --git a/source/blender/editors/mesh/editmesh_extrude_screw.cc b/source/blender/editors/mesh/editmesh_extrude_screw.cc index 332074e709d..fe709d6dbbd 100644 --- a/source/blender/editors/mesh/editmesh_extrude_screw.cc +++ b/source/blender/editors/mesh/editmesh_extrude_screw.cc @@ -10,8 +10,8 @@ #include "DNA_object_types.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_report.h" diff --git a/source/blender/editors/mesh/editmesh_extrude_spin.cc b/source/blender/editors/mesh/editmesh_extrude_spin.cc index fea926450eb..26a0c0b505d 100644 --- a/source/blender/editors/mesh/editmesh_extrude_spin.cc +++ b/source/blender/editors/mesh/editmesh_extrude_spin.cc @@ -12,8 +12,8 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_report.h" diff --git a/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.cc b/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.cc index 75feaa2b803..ea5b486f395 100644 --- a/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.cc +++ b/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.cc @@ -12,7 +12,7 @@ #include "BLI_math_rotation.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_scene.h" #include "RNA_access.hh" @@ -46,7 +46,7 @@ // #define USE_SELECT_CENTER #ifdef USE_SELECT_CENTER -# include "BKE_editmesh.h" +# include "BKE_editmesh.hh" #endif static const float dial_angle_partial = M_PI_2; diff --git a/source/blender/editors/mesh/editmesh_inset.cc b/source/blender/editors/mesh/editmesh_inset.cc index 8936e62764b..abc64c0fe73 100644 --- a/source/blender/editors/mesh/editmesh_inset.cc +++ b/source/blender/editors/mesh/editmesh_inset.cc @@ -16,8 +16,8 @@ #include "BLT_translation.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_unit.h" diff --git a/source/blender/editors/mesh/editmesh_intersect.cc b/source/blender/editors/mesh/editmesh_intersect.cc index 675b828aebd..44d8edf12b4 100644 --- a/source/blender/editors/mesh/editmesh_intersect.cc +++ b/source/blender/editors/mesh/editmesh_intersect.cc @@ -17,8 +17,8 @@ #include "BLI_memarena.h" #include "BLI_stack.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_editmesh_bvh.h" #include "BKE_layer.h" #include "BKE_report.h" diff --git a/source/blender/editors/mesh/editmesh_knife.cc b/source/blender/editors/mesh/editmesh_knife.cc index 8cc1bc0e142..23d2261470a 100644 --- a/source/blender/editors/mesh/editmesh_knife.cc +++ b/source/blender/editors/mesh/editmesh_knife.cc @@ -31,9 +31,9 @@ #include "BLT_translation.h" -#include "BKE_bvhutils.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_bvhutils.hh" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_editmesh_bvh.h" #include "BKE_layer.h" #include "BKE_report.h" diff --git a/source/blender/editors/mesh/editmesh_knife_project.cc b/source/blender/editors/mesh/editmesh_knife_project.cc index 1e4f99eccf4..5ad72560b37 100644 --- a/source/blender/editors/mesh/editmesh_knife_project.cc +++ b/source/blender/editors/mesh/editmesh_knife_project.cc @@ -13,10 +13,10 @@ #include "BLI_listbase.h" #include "BLI_math_vector.h" -#include "BKE_context.h" -#include "BKE_curve.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_mesh.hh" diff --git a/source/blender/editors/mesh/editmesh_loopcut.cc b/source/blender/editors/mesh/editmesh_loopcut.cc index f9f9a70d28a..6fb88e6be53 100644 --- a/source/blender/editors/mesh/editmesh_loopcut.cc +++ b/source/blender/editors/mesh/editmesh_loopcut.cc @@ -17,8 +17,8 @@ #include "DNA_mesh_types.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_modifier.hh" #include "BKE_report.h" diff --git a/source/blender/editors/mesh/editmesh_mask_extract.cc b/source/blender/editors/mesh/editmesh_mask_extract.cc index 76f3a79382a..719ff9e9185 100644 --- a/source/blender/editors/mesh/editmesh_mask_extract.cc +++ b/source/blender/editors/mesh/editmesh_mask_extract.cc @@ -12,8 +12,8 @@ #include "BLT_translation.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_mesh.hh" diff --git a/source/blender/editors/mesh/editmesh_path.cc b/source/blender/editors/mesh/editmesh_path.cc index f9b0feed2a3..49b9348c103 100644 --- a/source/blender/editors/mesh/editmesh_path.cc +++ b/source/blender/editors/mesh/editmesh_path.cc @@ -14,16 +14,16 @@ #include "DNA_windowmanager_types.h" #ifdef WITH_FREESTYLE -# include "BKE_customdata.h" +# include "BKE_customdata.hh" # include "DNA_meshdata_types.h" #endif #include "BLI_linklist.h" #include "BLI_math_vector.h" -#include "BKE_context.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_report.h" diff --git a/source/blender/editors/mesh/editmesh_polybuild.cc b/source/blender/editors/mesh/editmesh_polybuild.cc index c132ff0f90c..24ada9f4909 100644 --- a/source/blender/editors/mesh/editmesh_polybuild.cc +++ b/source/blender/editors/mesh/editmesh_polybuild.cc @@ -13,8 +13,8 @@ #include "DNA_object_types.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_mesh.hh" #include "BKE_report.h" diff --git a/source/blender/editors/mesh/editmesh_preselect_edgering.cc b/source/blender/editors/mesh/editmesh_preselect_edgering.cc index 6e620d06917..31709ed3f05 100644 --- a/source/blender/editors/mesh/editmesh_preselect_edgering.cc +++ b/source/blender/editors/mesh/editmesh_preselect_edgering.cc @@ -12,7 +12,7 @@ #include "BLI_stack.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "GPU_immediate.h" #include "GPU_matrix.h" diff --git a/source/blender/editors/mesh/editmesh_preselect_elem.cc b/source/blender/editors/mesh/editmesh_preselect_elem.cc index 143c8740f03..b09c5611807 100644 --- a/source/blender/editors/mesh/editmesh_preselect_elem.cc +++ b/source/blender/editors/mesh/editmesh_preselect_elem.cc @@ -10,7 +10,7 @@ #include "BLI_math_matrix.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "GPU_immediate.h" #include "GPU_matrix.h" diff --git a/source/blender/editors/mesh/editmesh_rip.cc b/source/blender/editors/mesh/editmesh_rip.cc index 40801eb1795..12ea1c04774 100644 --- a/source/blender/editors/mesh/editmesh_rip.cc +++ b/source/blender/editors/mesh/editmesh_rip.cc @@ -15,8 +15,8 @@ #include "BLI_span.hh" #include "BLI_vector.hh" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_report.h" diff --git a/source/blender/editors/mesh/editmesh_rip_edge.cc b/source/blender/editors/mesh/editmesh_rip_edge.cc index 5feb61e3279..120b5a7dcf6 100644 --- a/source/blender/editors/mesh/editmesh_rip_edge.cc +++ b/source/blender/editors/mesh/editmesh_rip_edge.cc @@ -12,8 +12,8 @@ #include "DNA_object_types.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_report.h" diff --git a/source/blender/editors/mesh/editmesh_select.cc b/source/blender/editors/mesh/editmesh_select.cc index 8000b16a7a6..b9dac732b9d 100644 --- a/source/blender/editors/mesh/editmesh_select.cc +++ b/source/blender/editors/mesh/editmesh_select.cc @@ -24,10 +24,10 @@ #include "BLI_utildefines_stack.h" #include "BLI_vector.hh" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_mesh.hh" #include "BKE_mesh_wrapper.hh" diff --git a/source/blender/editors/mesh/editmesh_select_similar.cc b/source/blender/editors/mesh/editmesh_select_similar.cc index 7ee85f36305..3f740687f91 100644 --- a/source/blender/editors/mesh/editmesh_select_similar.cc +++ b/source/blender/editors/mesh/editmesh_select_similar.cc @@ -17,10 +17,10 @@ #include "BLT_translation.h" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_material.h" #include "BKE_report.h" diff --git a/source/blender/editors/mesh/editmesh_tools.cc b/source/blender/editors/mesh/editmesh_tools.cc index a9a88eba6c1..2dd441d6508 100644 --- a/source/blender/editors/mesh/editmesh_tools.cc +++ b/source/blender/editors/mesh/editmesh_tools.cc @@ -33,10 +33,10 @@ #include "BLI_string.h" #include "BKE_attribute.h" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_key.h" #include "BKE_layer.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/mesh/editmesh_undo.cc b/source/blender/editors/mesh/editmesh_undo.cc index b20c8ed0f6b..8951c25e3a4 100644 --- a/source/blender/editors/mesh/editmesh_undo.cc +++ b/source/blender/editors/mesh/editmesh_undo.cc @@ -23,9 +23,9 @@ #include "BLI_string.h" #include "BLI_task.hh" -#include "BKE_context.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_key.h" #include "BKE_layer.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/mesh/editmesh_utils.cc b/source/blender/editors/mesh/editmesh_utils.cc index f039588bdff..6494ced5bb9 100644 --- a/source/blender/editors/mesh/editmesh_utils.cc +++ b/source/blender/editors/mesh/editmesh_utils.cc @@ -20,10 +20,10 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_DerivedMesh.h" -#include "BKE_context.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_DerivedMesh.hh" +#include "BKE_context.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_editmesh_bvh.h" #include "BKE_global.h" #include "BKE_layer.h" diff --git a/source/blender/editors/mesh/mesh_data.cc b/source/blender/editors/mesh/mesh_data.cc index e2a915248e8..b048727f795 100644 --- a/source/blender/editors/mesh/mesh_data.cc +++ b/source/blender/editors/mesh/mesh_data.cc @@ -19,9 +19,9 @@ #include "BKE_attribute.h" #include "BKE_attribute.hh" -#include "BKE_context.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" #include "BKE_report.h" diff --git a/source/blender/editors/mesh/mesh_mirror.cc b/source/blender/editors/mesh/mesh_mirror.cc index 101a84cc9af..9b3e3b0f442 100644 --- a/source/blender/editors/mesh/mesh_mirror.cc +++ b/source/blender/editors/mesh/mesh_mirror.cc @@ -14,7 +14,7 @@ #include "DNA_meshdata_types.h" #include "DNA_object_types.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_mesh.hh" #include "BLI_kdtree.h" diff --git a/source/blender/editors/mesh/meshtools.cc b/source/blender/editors/mesh/meshtools.cc index 6f62c033554..3944ae0f654 100644 --- a/source/blender/editors/mesh/meshtools.cc +++ b/source/blender/editors/mesh/meshtools.cc @@ -26,10 +26,10 @@ #include "DNA_workspace_types.h" #include "BKE_attribute.hh" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_key.h" #include "BKE_layer.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/metaball/editmball_undo.cc b/source/blender/editors/metaball/editmball_undo.cc index da4d79c9df9..8ffbe8f3b07 100644 --- a/source/blender/editors/metaball/editmball_undo.cc +++ b/source/blender/editors/metaball/editmball_undo.cc @@ -23,7 +23,7 @@ #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_main.h" #include "BKE_object.hh" diff --git a/source/blender/editors/metaball/mball_edit.cc b/source/blender/editors/metaball/mball_edit.cc index d24ac4eab77..60521c022fc 100644 --- a/source/blender/editors/metaball/mball_edit.cc +++ b/source/blender/editors/metaball/mball_edit.cc @@ -27,7 +27,7 @@ #include "RNA_access.hh" #include "RNA_define.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_mball.h" #include "BKE_object.hh" diff --git a/source/blender/editors/object/add_modifier_assets.cc b/source/blender/editors/object/add_modifier_assets.cc index 8ebe47c796a..96589cc0d6f 100644 --- a/source/blender/editors/object/add_modifier_assets.cc +++ b/source/blender/editors/object/add_modifier_assets.cc @@ -14,8 +14,8 @@ #include "DNA_screen_types.h" #include "DNA_space_types.h" -#include "BKE_asset.h" -#include "BKE_context.h" +#include "BKE_asset.hh" +#include "BKE_context.hh" #include "BKE_idprop.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/editors/object/object_add.cc b/source/blender/editors/object/object_add.cc index 7aa735654c2..0a1e40b1a16 100644 --- a/source/blender/editors/object/object_add.cc +++ b/source/blender/editors/object/object_add.cc @@ -46,12 +46,12 @@ #include "BKE_action.h" #include "BKE_anim_data.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_camera.h" #include "BKE_collection.h" #include "BKE_constraint.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_curve_to_mesh.hh" #include "BKE_curves.h" #include "BKE_displist.h" @@ -65,7 +65,7 @@ #include "BKE_gpencil_modifier_legacy.h" #include "BKE_grease_pencil.hh" #include "BKE_key.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_lib_override.hh" @@ -88,7 +88,7 @@ #include "BKE_scene.h" #include "BKE_speaker.h" #include "BKE_vfont.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "DEG_depsgraph.hh" #include "DEG_depsgraph_build.hh" diff --git a/source/blender/editors/object/object_bake.cc b/source/blender/editors/object/object_bake.cc index 547399e852e..7519abfc491 100644 --- a/source/blender/editors/object/object_bake.cc +++ b/source/blender/editors/object/object_bake.cc @@ -22,10 +22,10 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BKE_DerivedMesh.h" +#include "BKE_DerivedMesh.hh" #include "BKE_blender.h" #include "BKE_cdderivedmesh.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_image.h" #include "BKE_material.h" diff --git a/source/blender/editors/object/object_bake_api.cc b/source/blender/editors/object/object_bake_api.cc index ba30e78c1f3..56b1f86b21a 100644 --- a/source/blender/editors/object/object_bake_api.cc +++ b/source/blender/editors/object/object_bake_api.cc @@ -25,8 +25,8 @@ #include "BKE_attribute.h" #include "BKE_callbacks.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_global.h" #include "BKE_image.h" #include "BKE_image_format.h" diff --git a/source/blender/editors/object/object_bake_simulation.cc b/source/blender/editors/object/object_bake_simulation.cc index 583491499fa..bf399328229 100644 --- a/source/blender/editors/object/object_bake_simulation.cc +++ b/source/blender/editors/object/object_bake_simulation.cc @@ -31,7 +31,7 @@ #include "DNA_windowmanager_types.h" #include "BKE_bake_geometry_nodes_modifier.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_curves.hh" #include "BKE_global.h" #include "BKE_instances.hh" diff --git a/source/blender/editors/object/object_collection.cc b/source/blender/editors/object/object_collection.cc index 2298bec56b7..48c8917c554 100644 --- a/source/blender/editors/object/object_collection.cc +++ b/source/blender/editors/object/object_collection.cc @@ -16,7 +16,7 @@ #include "DNA_scene_types.h" #include "BKE_collection.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/editors/object/object_constraint.cc b/source/blender/editors/object/object_constraint.cc index 49105286cf1..ad04f8a076b 100644 --- a/source/blender/editors/object/object_constraint.cc +++ b/source/blender/editors/object/object_constraint.cc @@ -29,9 +29,9 @@ #include "BIK_api.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_constraint.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_layer.h" #include "BKE_main.h" diff --git a/source/blender/editors/object/object_data_transfer.cc b/source/blender/editors/object/object_data_transfer.cc index 6b0b28d72eb..3de16097aec 100644 --- a/source/blender/editors/object/object_data_transfer.cc +++ b/source/blender/editors/object/object_data_transfer.cc @@ -16,7 +16,7 @@ #include "BLI_string.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_data_transfer.h" #include "BKE_deform.h" #include "BKE_mesh_mapping.hh" diff --git a/source/blender/editors/object/object_data_transform.cc b/source/blender/editors/object/object_data_transform.cc index f8273ac18ba..bffa90c28f2 100644 --- a/source/blender/editors/object/object_data_transform.cc +++ b/source/blender/editors/object/object_data_transform.cc @@ -31,12 +31,12 @@ #include "BLI_math_vector.h" #include "BLI_utildefines.h" -#include "BKE_armature.h" -#include "BKE_curve.h" -#include "BKE_editmesh.h" +#include "BKE_armature.hh" +#include "BKE_curve.hh" +#include "BKE_editmesh.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_key.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_mball.h" #include "BKE_mesh.hh" #include "BKE_scene.h" diff --git a/source/blender/editors/object/object_edit.cc b/source/blender/editors/object/object_edit.cc index ae6954a1170..a611acbb6e9 100644 --- a/source/blender/editors/object/object_edit.cc +++ b/source/blender/editors/object/object_edit.cc @@ -41,17 +41,17 @@ #include "IMB_imbuf_types.h" #include "BKE_anim_visualization.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_collection.h" #include "BKE_constraint.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_editlattice.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_effect.h" #include "BKE_global.h" #include "BKE_image.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/editors/object/object_gpencil_modifier.cc b/source/blender/editors/object/object_gpencil_modifier.cc index 6b648cc9fb5..dc90a457618 100644 --- a/source/blender/editors/object/object_gpencil_modifier.cc +++ b/source/blender/editors/object/object_gpencil_modifier.cc @@ -25,7 +25,7 @@ #include "BLI_string_utils.hh" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_legacy.h" #include "BKE_gpencil_modifier_legacy.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/object/object_hook.cc b/source/blender/editors/object/object_hook.cc index 846d0a5c334..bcad148e10e 100644 --- a/source/blender/editors/object/object_hook.cc +++ b/source/blender/editors/object/object_hook.cc @@ -26,9 +26,9 @@ #include "DNA_scene_types.h" #include "BKE_action.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_main.h" #include "BKE_modifier.hh" diff --git a/source/blender/editors/object/object_light_linking_ops.cc b/source/blender/editors/object/object_light_linking_ops.cc index 9e2638ef5e3..3dfe1588975 100644 --- a/source/blender/editors/object/object_light_linking_ops.cc +++ b/source/blender/editors/object/object_light_linking_ops.cc @@ -8,7 +8,7 @@ #include "object_intern.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_light_linking.h" #include "ED_object.hh" diff --git a/source/blender/editors/object/object_modes.cc b/source/blender/editors/object/object_modes.cc index cf55005b361..1fafaf21874 100644 --- a/source/blender/editors/object/object_modes.cc +++ b/source/blender/editors/object/object_modes.cc @@ -21,7 +21,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_modifier_legacy.h" #include "BKE_layer.h" #include "BKE_main.h" diff --git a/source/blender/editors/object/object_modifier.cc b/source/blender/editors/object/object_modifier.cc index 04cc70d2c13..b82e5b86f6e 100644 --- a/source/blender/editors/object/object_modifier.cc +++ b/source/blender/editors/object/object_modifier.cc @@ -35,22 +35,22 @@ #include "BLI_string_utf8.h" #include "BLI_utildefines.h" -#include "BKE_DerivedMesh.h" +#include "BKE_DerivedMesh.hh" #include "BKE_animsys.h" -#include "BKE_armature.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_curves.h" #include "BKE_curves.hh" #include "BKE_displist.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_effect.h" #include "BKE_geometry_set.hh" #include "BKE_global.h" #include "BKE_gpencil_modifier_legacy.h" #include "BKE_idprop.h" #include "BKE_key.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_main.h" @@ -71,7 +71,7 @@ #include "BKE_report.h" #include "BKE_scene.h" #include "BKE_softbody.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "DEG_depsgraph.hh" #include "DEG_depsgraph_build.hh" diff --git a/source/blender/editors/object/object_ops.cc b/source/blender/editors/object/object_ops.cc index 7eb1585577c..06c139517b6 100644 --- a/source/blender/editors/object/object_ops.cc +++ b/source/blender/editors/object/object_ops.cc @@ -12,7 +12,7 @@ #include "DNA_object_types.h" #include "DNA_space_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "RNA_access.hh" diff --git a/source/blender/editors/object/object_random.cc b/source/blender/editors/object/object_random.cc index a49b1e816a0..007f3fc29c4 100644 --- a/source/blender/editors/object/object_random.cc +++ b/source/blender/editors/object/object_random.cc @@ -15,7 +15,7 @@ #include "BLI_math_vector.h" #include "BLI_rand.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "RNA_access.hh" diff --git a/source/blender/editors/object/object_relations.cc b/source/blender/editors/object/object_relations.cc index 18eee8a020d..a658788d8a0 100644 --- a/source/blender/editors/object/object_relations.cc +++ b/source/blender/editors/object/object_relations.cc @@ -40,23 +40,23 @@ #include "BLT_translation.h" -#include "BKE_DerivedMesh.h" +#include "BKE_DerivedMesh.hh" #include "BKE_action.h" #include "BKE_anim_data.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_camera.h" #include "BKE_collection.h" #include "BKE_constraint.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_curves.h" #include "BKE_displist.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_fcurve.h" #include "BKE_gpencil_legacy.h" #include "BKE_idprop.h" #include "BKE_idtype.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_lib_override.hh" @@ -79,7 +79,7 @@ #include "BKE_scene.h" #include "BKE_speaker.h" #include "BKE_texture.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "DEG_depsgraph.hh" #include "DEG_depsgraph_build.hh" diff --git a/source/blender/editors/object/object_remesh.cc b/source/blender/editors/object/object_remesh.cc index 1be4f1bf7da..a030d7ee032 100644 --- a/source/blender/editors/object/object_remesh.cc +++ b/source/blender/editors/object/object_remesh.cc @@ -27,8 +27,8 @@ #include "BLT_translation.h" #include "BKE_attribute.hh" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_global.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/editors/object/object_select.cc b/source/blender/editors/object/object_select.cc index db9073652ee..6f6b13dc87d 100644 --- a/source/blender/editors/object/object_select.cc +++ b/source/blender/editors/object/object_select.cc @@ -33,9 +33,9 @@ #include "BLT_translation.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_collection.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_layer.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/object/object_shader_fx.cc b/source/blender/editors/object/object_shader_fx.cc index 3eed90dbcc2..3ef21ee85b0 100644 --- a/source/blender/editors/object/object_shader_fx.cc +++ b/source/blender/editors/object/object_shader_fx.cc @@ -25,7 +25,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_main.h" #include "BKE_object.hh" diff --git a/source/blender/editors/object/object_shapekey.cc b/source/blender/editors/object/object_shapekey.cc index 7bbb96ef7fe..265845b54b7 100644 --- a/source/blender/editors/object/object_shapekey.cc +++ b/source/blender/editors/object/object_shapekey.cc @@ -29,10 +29,10 @@ #include "DNA_meshdata_types.h" #include "DNA_object_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_crazyspace.hh" #include "BKE_key.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_main.h" #include "BKE_object.hh" #include "BKE_report.h" diff --git a/source/blender/editors/object/object_transform.cc b/source/blender/editors/object/object_transform.cc index 80d1024fe04..c6b36fa5058 100644 --- a/source/blender/editors/object/object_transform.cc +++ b/source/blender/editors/object/object_transform.cc @@ -33,15 +33,15 @@ #include "BLI_utildefines.h" #include "BLI_vector.hh" -#include "BKE_armature.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_curves.hh" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" #include "BKE_idtype.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/editors/object/object_utils.cc b/source/blender/editors/object/object_utils.cc index 0ce2957d5c8..f7335ea0224 100644 --- a/source/blender/editors/object/object_utils.cc +++ b/source/blender/editors/object/object_utils.cc @@ -22,9 +22,9 @@ #include "BLI_utildefines.h" #include "BKE_action.h" -#include "BKE_armature.h" -#include "BKE_editmesh.h" -#include "BKE_lattice.h" +#include "BKE_armature.hh" +#include "BKE_editmesh.hh" +#include "BKE_lattice.hh" #include "BKE_layer.h" #include "BKE_object.hh" #include "BKE_scene.h" diff --git a/source/blender/editors/object/object_vgroup.cc b/source/blender/editors/object/object_vgroup.cc index 1cc4e636aee..89745edf236 100644 --- a/source/blender/editors/object/object_vgroup.cc +++ b/source/blender/editors/object/object_vgroup.cc @@ -31,11 +31,11 @@ #include "BLI_vector.hh" #include "BKE_attribute.hh" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" -#include "BKE_lattice.h" +#include "BKE_editmesh.hh" +#include "BKE_lattice.hh" #include "BKE_layer.h" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" diff --git a/source/blender/editors/object/object_volume.cc b/source/blender/editors/object/object_volume.cc index a90226df9a9..3993dc49ba0 100644 --- a/source/blender/editors/object/object_volume.cc +++ b/source/blender/editors/object/object_volume.cc @@ -19,11 +19,11 @@ #include "RNA_access.hh" #include "RNA_define.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_main.h" #include "BKE_report.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/object/object_warp.cc b/source/blender/editors/object/object_warp.cc index 6abd45aa2b7..297e8a01a0b 100644 --- a/source/blender/editors/object/object_warp.cc +++ b/source/blender/editors/object/object_warp.cc @@ -10,7 +10,7 @@ #include "DNA_scene_types.h" #include "DNA_view3d_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BLI_math_matrix.h" #include "BLI_math_rotation.h" diff --git a/source/blender/editors/physics/dynamicpaint_ops.cc b/source/blender/editors/physics/dynamicpaint_ops.cc index 26082c8b1d9..fbe7dc1db3b 100644 --- a/source/blender/editors/physics/dynamicpaint_ops.cc +++ b/source/blender/editors/physics/dynamicpaint_ops.cc @@ -24,7 +24,7 @@ #include "DNA_scene_types.h" #include "BKE_attribute.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_dynamicpaint.h" #include "BKE_global.h" diff --git a/source/blender/editors/physics/particle_boids.cc b/source/blender/editors/physics/particle_boids.cc index 9478ce0ddda..48d88a51243 100644 --- a/source/blender/editors/physics/particle_boids.cc +++ b/source/blender/editors/physics/particle_boids.cc @@ -16,7 +16,7 @@ #include "BLI_utildefines.h" #include "BKE_boids.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "DEG_depsgraph.hh" diff --git a/source/blender/editors/physics/particle_edit.cc b/source/blender/editors/physics/particle_edit.cc index d77f48b0661..cf543034aa7 100644 --- a/source/blender/editors/physics/particle_edit.cc +++ b/source/blender/editors/physics/particle_edit.cc @@ -28,8 +28,8 @@ #include "BLI_task.h" #include "BLI_utildefines.h" -#include "BKE_bvhutils.h" -#include "BKE_context.h" +#include "BKE_bvhutils.hh" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_main.h" diff --git a/source/blender/editors/physics/particle_edit_undo.cc b/source/blender/editors/physics/particle_edit_undo.cc index 2e46ed40a18..6762f223bbe 100644 --- a/source/blender/editors/physics/particle_edit_undo.cc +++ b/source/blender/editors/physics/particle_edit_undo.cc @@ -21,7 +21,7 @@ #include "BLI_listbase.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_particle.h" #include "BKE_pointcache.h" diff --git a/source/blender/editors/physics/particle_object.cc b/source/blender/editors/physics/particle_object.cc index 3cdba91df1c..7a912018e59 100644 --- a/source/blender/editors/physics/particle_object.cc +++ b/source/blender/editors/physics/particle_object.cc @@ -23,8 +23,8 @@ #include "BLI_string.h" #include "BLI_utildefines.h" -#include "BKE_bvhutils.h" -#include "BKE_context.h" +#include "BKE_bvhutils.hh" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/physics/physics_fluid.cc b/source/blender/editors/physics/physics_fluid.cc index 7ed981af34c..ea9c83af031 100644 --- a/source/blender/editors/physics/physics_fluid.cc +++ b/source/blender/editors/physics/physics_fluid.cc @@ -23,7 +23,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fluid.h" #include "BKE_global.h" #include "BKE_main.h" diff --git a/source/blender/editors/physics/physics_pointcache.cc b/source/blender/editors/physics/physics_pointcache.cc index 9418d2cba5d..24511e52c7b 100644 --- a/source/blender/editors/physics/physics_pointcache.cc +++ b/source/blender/editors/physics/physics_pointcache.cc @@ -16,7 +16,7 @@ #include "DNA_scene_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_pointcache.h" diff --git a/source/blender/editors/physics/rigidbody_constraint.cc b/source/blender/editors/physics/rigidbody_constraint.cc index bb1338f6992..fdb3bbf6da5 100644 --- a/source/blender/editors/physics/rigidbody_constraint.cc +++ b/source/blender/editors/physics/rigidbody_constraint.cc @@ -16,7 +16,7 @@ #include "DNA_scene_types.h" #include "BKE_collection.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/editors/physics/rigidbody_object.cc b/source/blender/editors/physics/rigidbody_object.cc index 444bdd0226d..90555f8c32e 100644 --- a/source/blender/editors/physics/rigidbody_object.cc +++ b/source/blender/editors/physics/rigidbody_object.cc @@ -19,7 +19,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_report.h" #include "BKE_rigidbody.h" diff --git a/source/blender/editors/physics/rigidbody_world.cc b/source/blender/editors/physics/rigidbody_world.cc index 33b768fd119..d9d8e87524f 100644 --- a/source/blender/editors/physics/rigidbody_world.cc +++ b/source/blender/editors/physics/rigidbody_world.cc @@ -18,7 +18,7 @@ # include "RBI_api.h" #endif -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_report.h" #include "BKE_rigidbody.h" diff --git a/source/blender/editors/render/render_internal.cc b/source/blender/editors/render/render_internal.cc index 7abde30bb02..23144c08fdb 100644 --- a/source/blender/editors/render/render_internal.cc +++ b/source/blender/editors/render/render_internal.cc @@ -30,7 +30,7 @@ #include "DNA_view3d_types.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_image.h" #include "BKE_image_format.h" @@ -38,7 +38,7 @@ #include "BKE_lib_id.h" #include "BKE_main.h" #include "BKE_node.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_object.hh" #include "BKE_report.h" #include "BKE_scene.h" diff --git a/source/blender/editors/render/render_opengl.cc b/source/blender/editors/render/render_opengl.cc index 2bccdcd50e0..cbd37d83e6b 100644 --- a/source/blender/editors/render/render_opengl.cc +++ b/source/blender/editors/render/render_opengl.cc @@ -30,8 +30,8 @@ #include "BKE_anim_data.h" #include "BKE_camera.h" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_fcurve.h" #include "BKE_global.h" #include "BKE_image.h" diff --git a/source/blender/editors/render/render_preview.cc b/source/blender/editors/render/render_preview.cc index 0c45d6be67b..26b53c74bf6 100644 --- a/source/blender/editors/render/render_preview.cc +++ b/source/blender/editors/render/render_preview.cc @@ -44,10 +44,10 @@ #include "BKE_animsys.h" #include "BKE_appdir.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_brush.hh" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_icons.h" #include "BKE_idprop.h" diff --git a/source/blender/editors/render/render_shading.cc b/source/blender/editors/render/render_shading.cc index c5f20a0f62c..27f5f5301a6 100644 --- a/source/blender/editors/render/render_shading.cc +++ b/source/blender/editors/render/render_shading.cc @@ -37,9 +37,9 @@ #include "BKE_appdir.h" #include "BKE_blender_copybuffer.h" #include "BKE_brush.hh" -#include "BKE_context.h" -#include "BKE_curve.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" +#include "BKE_editmesh.hh" #include "BKE_global.h" #include "BKE_image.h" #include "BKE_layer.h" diff --git a/source/blender/editors/render/render_update.cc b/source/blender/editors/render/render_update.cc index cd933587085..27cad7423e6 100644 --- a/source/blender/editors/render/render_update.cc +++ b/source/blender/editors/render/render_update.cc @@ -27,7 +27,7 @@ #include "BLI_threads.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_icons.h" #include "BKE_main.h" #include "BKE_material.h" diff --git a/source/blender/editors/render/render_view.cc b/source/blender/editors/render/render_view.cc index 7f1e07cd5b8..d9438b283c7 100644 --- a/source/blender/editors/render/render_view.cc +++ b/source/blender/editors/render/render_view.cc @@ -15,7 +15,7 @@ #include "DNA_scene_types.h" #include "DNA_userdef_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_image.h" #include "BKE_main.h" diff --git a/source/blender/editors/scene/scene_edit.cc b/source/blender/editors/scene/scene_edit.cc index 319aee36508..c9a31e063a6 100644 --- a/source/blender/editors/scene/scene_edit.cc +++ b/source/blender/editors/scene/scene_edit.cc @@ -15,7 +15,7 @@ #include "DNA_sequence_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/screen/area.cc b/source/blender/editors/screen/area.cc index 6637ab58a00..0a68ce7c262 100644 --- a/source/blender/editors/screen/area.cc +++ b/source/blender/editors/screen/area.cc @@ -19,7 +19,7 @@ #include "BLI_string_utils.hh" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_image.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/screen/glutil.cc b/source/blender/editors/screen/glutil.cc index 392c4ca763d..f5fe22b134e 100644 --- a/source/blender/editors/screen/glutil.cc +++ b/source/blender/editors/screen/glutil.cc @@ -14,7 +14,7 @@ #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BIF_glutil.hh" diff --git a/source/blender/editors/screen/screen_context.cc b/source/blender/editors/screen/screen_context.cc index 604151aad28..db21a4b51a5 100644 --- a/source/blender/editors/screen/screen_context.cc +++ b/source/blender/editors/screen/screen_context.cc @@ -28,9 +28,9 @@ #include "BLI_utildefines.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_blender.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_legacy.h" #include "BKE_layer.h" #include "BKE_object.hh" diff --git a/source/blender/editors/screen/screen_edit.cc b/source/blender/editors/screen/screen_edit.cc index 9c71265b0a4..d98d4c3ebb3 100644 --- a/source/blender/editors/screen/screen_edit.cc +++ b/source/blender/editors/screen/screen_edit.cc @@ -19,7 +19,7 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_icons.h" #include "BKE_image.h" diff --git a/source/blender/editors/screen/screen_ops.cc b/source/blender/editors/screen/screen_ops.cc index 9d9a152212b..dba05f7ac81 100644 --- a/source/blender/editors/screen/screen_ops.cc +++ b/source/blender/editors/screen/screen_ops.cc @@ -33,8 +33,8 @@ #include "DNA_workspace_types.h" #include "BKE_callbacks.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_fcurve.h" #include "BKE_global.h" #include "BKE_icons.h" diff --git a/source/blender/editors/screen/screen_user_menu.cc b/source/blender/editors/screen/screen_user_menu.cc index 9687f091313..c639ca153e0 100644 --- a/source/blender/editors/screen/screen_user_menu.cc +++ b/source/blender/editors/screen/screen_user_menu.cc @@ -22,7 +22,7 @@ #include "BLT_translation.h" #include "BKE_blender_user_menu.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_idprop.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/screen/screendump.cc b/source/blender/editors/screen/screendump.cc index f7ea7acf32b..294628e72cd 100644 --- a/source/blender/editors/screen/screendump.cc +++ b/source/blender/editors/screen/screendump.cc @@ -22,7 +22,7 @@ #include "DNA_screen_types.h" #include "DNA_space_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_image.h" #include "BKE_image_format.h" diff --git a/source/blender/editors/screen/workspace_edit.cc b/source/blender/editors/screen/workspace_edit.cc index 04b6b776665..f713b9eb95a 100644 --- a/source/blender/editors/screen/workspace_edit.cc +++ b/source/blender/editors/screen/workspace_edit.cc @@ -16,7 +16,7 @@ #include "BKE_appdir.h" #include "BKE_blendfile.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_main.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/screen/workspace_layout_edit.cc b/source/blender/editors/screen/workspace_layout_edit.cc index 9d1dd18b576..0a552d703c8 100644 --- a/source/blender/editors/screen/workspace_layout_edit.cc +++ b/source/blender/editors/screen/workspace_layout_edit.cc @@ -14,7 +14,7 @@ #include "DNA_screen_types.h" #include "DNA_workspace_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_screen.hh" #include "BKE_workspace.h" diff --git a/source/blender/editors/screen/workspace_listen.cc b/source/blender/editors/screen/workspace_listen.cc index 08cf10b5a9a..a5cf8521a57 100644 --- a/source/blender/editors/screen/workspace_listen.cc +++ b/source/blender/editors/screen/workspace_listen.cc @@ -2,7 +2,7 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "ED_screen.hh" #include "ED_viewer_path.hh" diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_add.cc b/source/blender/editors/sculpt_paint/curves_sculpt_add.cc index 34da1e3c42b..943ce74ff55 100644 --- a/source/blender/editors/sculpt_paint/curves_sculpt_add.cc +++ b/source/blender/editors/sculpt_paint/curves_sculpt_add.cc @@ -18,8 +18,8 @@ #include "BKE_attribute_math.hh" #include "BKE_brush.hh" -#include "BKE_bvhutils.h" -#include "BKE_context.h" +#include "BKE_bvhutils.hh" +#include "BKE_context.hh" #include "BKE_curves.hh" #include "BKE_curves_utils.hh" #include "BKE_geometry_set.hh" diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_brush.cc b/source/blender/editors/sculpt_paint/curves_sculpt_brush.cc index da8efcb2af4..f66c8b90816 100644 --- a/source/blender/editors/sculpt_paint/curves_sculpt_brush.cc +++ b/source/blender/editors/sculpt_paint/curves_sculpt_brush.cc @@ -9,8 +9,8 @@ #include "BLI_math_geom.h" #include "BKE_attribute_math.hh" -#include "BKE_bvhutils.h" -#include "BKE_context.h" +#include "BKE_bvhutils.hh" +#include "BKE_context.hh" #include "BKE_curves.hh" #include "BKE_object.hh" #include "BKE_report.h" diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_comb.cc b/source/blender/editors/sculpt_paint/curves_sculpt_comb.cc index a2cc59f045c..e039bc54e93 100644 --- a/source/blender/editors/sculpt_paint/curves_sculpt_comb.cc +++ b/source/blender/editors/sculpt_paint/curves_sculpt_comb.cc @@ -19,9 +19,9 @@ #include "BKE_attribute_math.hh" #include "BKE_brush.hh" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_crazyspace.hh" #include "BKE_curves.hh" #include "BKE_geometry_set.hh" diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_delete.cc b/source/blender/editors/sculpt_paint/curves_sculpt_delete.cc index b72b86c648c..56c7fb11478 100644 --- a/source/blender/editors/sculpt_paint/curves_sculpt_delete.cc +++ b/source/blender/editors/sculpt_paint/curves_sculpt_delete.cc @@ -18,8 +18,8 @@ #include "BKE_attribute_math.hh" #include "BKE_brush.hh" -#include "BKE_bvhutils.h" -#include "BKE_context.h" +#include "BKE_bvhutils.hh" +#include "BKE_context.hh" #include "BKE_curves.hh" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_density.cc b/source/blender/editors/sculpt_paint/curves_sculpt_density.cc index 68367c57440..dd4e592ccf3 100644 --- a/source/blender/editors/sculpt_paint/curves_sculpt_density.cc +++ b/source/blender/editors/sculpt_paint/curves_sculpt_density.cc @@ -6,8 +6,8 @@ #include "BKE_attribute_math.hh" #include "BKE_brush.hh" -#include "BKE_bvhutils.h" -#include "BKE_context.h" +#include "BKE_bvhutils.hh" +#include "BKE_context.hh" #include "BKE_geometry_set.hh" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_grow_shrink.cc b/source/blender/editors/sculpt_paint/curves_sculpt_grow_shrink.cc index 06b7c8b1cb6..e62c28f5d14 100644 --- a/source/blender/editors/sculpt_paint/curves_sculpt_grow_shrink.cc +++ b/source/blender/editors/sculpt_paint/curves_sculpt_grow_shrink.cc @@ -17,7 +17,7 @@ #include "BKE_attribute_math.hh" #include "BKE_brush.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_curves.hh" #include "BKE_paint.hh" diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_ops.cc b/source/blender/editors/sculpt_paint/curves_sculpt_ops.cc index 9d2e5570869..e09340ad36e 100644 --- a/source/blender/editors/sculpt_paint/curves_sculpt_ops.cc +++ b/source/blender/editors/sculpt_paint/curves_sculpt_ops.cc @@ -9,8 +9,8 @@ #include "BLI_vector_set.hh" #include "BKE_brush.hh" -#include "BKE_bvhutils.h" -#include "BKE_context.h" +#include "BKE_bvhutils.hh" +#include "BKE_context.hh" #include "BKE_curves.hh" #include "BKE_modifier.hh" #include "BKE_object.hh" diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_pinch.cc b/source/blender/editors/sculpt_paint/curves_sculpt_pinch.cc index 94327deab62..07bec4ab6fa 100644 --- a/source/blender/editors/sculpt_paint/curves_sculpt_pinch.cc +++ b/source/blender/editors/sculpt_paint/curves_sculpt_pinch.cc @@ -15,7 +15,7 @@ #include "DEG_depsgraph.hh" #include "BKE_brush.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_curves.hh" #include "BKE_paint.hh" diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_puff.cc b/source/blender/editors/sculpt_paint/curves_sculpt_puff.cc index 9f7aaff99de..ac04eb04ad0 100644 --- a/source/blender/editors/sculpt_paint/curves_sculpt_puff.cc +++ b/source/blender/editors/sculpt_paint/curves_sculpt_puff.cc @@ -4,8 +4,8 @@ #include "BKE_attribute_math.hh" #include "BKE_brush.hh" -#include "BKE_bvhutils.h" -#include "BKE_context.h" +#include "BKE_bvhutils.hh" +#include "BKE_context.hh" #include "BKE_crazyspace.hh" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_selection_paint.cc b/source/blender/editors/sculpt_paint/curves_sculpt_selection_paint.cc index 617b65e999c..d263b243d4c 100644 --- a/source/blender/editors/sculpt_paint/curves_sculpt_selection_paint.cc +++ b/source/blender/editors/sculpt_paint/curves_sculpt_selection_paint.cc @@ -14,7 +14,7 @@ #include "BKE_attribute.hh" #include "BKE_brush.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_curves.hh" #include "DEG_depsgraph.hh" diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_slide.cc b/source/blender/editors/sculpt_paint/curves_sculpt_slide.cc index 91c1d9c489e..6495dd6457a 100644 --- a/source/blender/editors/sculpt_paint/curves_sculpt_slide.cc +++ b/source/blender/editors/sculpt_paint/curves_sculpt_slide.cc @@ -14,8 +14,8 @@ #include "BKE_attribute_math.hh" #include "BKE_brush.hh" -#include "BKE_bvhutils.h" -#include "BKE_context.h" +#include "BKE_bvhutils.hh" +#include "BKE_context.hh" #include "BKE_curves.hh" #include "BKE_mesh.hh" #include "BKE_mesh_sample.hh" diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_smooth.cc b/source/blender/editors/sculpt_paint/curves_sculpt_smooth.cc index 52c57ff63c0..75780647208 100644 --- a/source/blender/editors/sculpt_paint/curves_sculpt_smooth.cc +++ b/source/blender/editors/sculpt_paint/curves_sculpt_smooth.cc @@ -3,7 +3,7 @@ * SPDX-License-Identifier: GPL-2.0-or-later */ #include "BKE_brush.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_crazyspace.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_snake_hook.cc b/source/blender/editors/sculpt_paint/curves_sculpt_snake_hook.cc index 8a09b75b61b..6f7a8bcae0c 100644 --- a/source/blender/editors/sculpt_paint/curves_sculpt_snake_hook.cc +++ b/source/blender/editors/sculpt_paint/curves_sculpt_snake_hook.cc @@ -19,8 +19,8 @@ #include "BKE_attribute_math.hh" #include "BKE_brush.hh" -#include "BKE_bvhutils.h" -#include "BKE_context.h" +#include "BKE_bvhutils.hh" +#include "BKE_context.hh" #include "BKE_curves.hh" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.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 73bfc930c94..3785255ef11 100644 --- a/source/blender/editors/sculpt_paint/grease_pencil_draw_ops.cc +++ b/source/blender/editors/sculpt_paint/grease_pencil_draw_ops.cc @@ -2,7 +2,7 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_grease_pencil.hh" #include "BKE_report.h" diff --git a/source/blender/editors/sculpt_paint/grease_pencil_erase.cc b/source/blender/editors/sculpt_paint/grease_pencil_erase.cc index 4601c5f9785..a3861bdae68 100644 --- a/source/blender/editors/sculpt_paint/grease_pencil_erase.cc +++ b/source/blender/editors/sculpt_paint/grease_pencil_erase.cc @@ -12,7 +12,7 @@ #include "BKE_brush.hh" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_crazyspace.hh" #include "BKE_curves.hh" #include "BKE_curves_utils.hh" diff --git a/source/blender/editors/sculpt_paint/grease_pencil_paint.cc b/source/blender/editors/sculpt_paint/grease_pencil_paint.cc index c661981be91..1e8e401cb73 100644 --- a/source/blender/editors/sculpt_paint/grease_pencil_paint.cc +++ b/source/blender/editors/sculpt_paint/grease_pencil_paint.cc @@ -4,7 +4,7 @@ #include "BKE_brush.hh" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_curves.hh" #include "BKE_grease_pencil.h" #include "BKE_grease_pencil.hh" diff --git a/source/blender/editors/sculpt_paint/paint_cursor.cc b/source/blender/editors/sculpt_paint/paint_cursor.cc index 4b9a9f6e26e..8989cd7a365 100644 --- a/source/blender/editors/sculpt_paint/paint_cursor.cc +++ b/source/blender/editors/sculpt_paint/paint_cursor.cc @@ -27,8 +27,8 @@ #include "BKE_brush.hh" #include "BKE_colortools.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_grease_pencil.hh" #include "BKE_image.h" #include "BKE_node_runtime.hh" diff --git a/source/blender/editors/sculpt_paint/paint_curve.cc b/source/blender/editors/sculpt_paint/paint_curve.cc index 17fcfdd9872..2133d4d6dc0 100644 --- a/source/blender/editors/sculpt_paint/paint_curve.cc +++ b/source/blender/editors/sculpt_paint/paint_curve.cc @@ -21,7 +21,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_paint.hh" diff --git a/source/blender/editors/sculpt_paint/paint_curve_undo.cc b/source/blender/editors/sculpt_paint/paint_curve_undo.cc index 64743dd126f..12292ca29bb 100644 --- a/source/blender/editors/sculpt_paint/paint_curve_undo.cc +++ b/source/blender/editors/sculpt_paint/paint_curve_undo.cc @@ -12,7 +12,7 @@ #include "DNA_brush_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_paint.hh" #include "BKE_undo_system.h" diff --git a/source/blender/editors/sculpt_paint/paint_hide.cc b/source/blender/editors/sculpt_paint/paint_hide.cc index f9705fc35fe..94919c47280 100644 --- a/source/blender/editors/sculpt_paint/paint_hide.cc +++ b/source/blender/editors/sculpt_paint/paint_hide.cc @@ -22,7 +22,7 @@ #include "DNA_scene_types.h" #include "BKE_ccg.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_mesh.hh" #include "BKE_multires.hh" #include "BKE_paint.hh" diff --git a/source/blender/editors/sculpt_paint/paint_image.cc b/source/blender/editors/sculpt_paint/paint_image.cc index d97d8280979..6759268e5fd 100644 --- a/source/blender/editors/sculpt_paint/paint_image.cc +++ b/source/blender/editors/sculpt_paint/paint_image.cc @@ -31,7 +31,7 @@ #include "BKE_brush.hh" #include "BKE_colorband.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_main.h" #include "BKE_material.h" diff --git a/source/blender/editors/sculpt_paint/paint_image_2d.cc b/source/blender/editors/sculpt_paint/paint_image_2d.cc index c5eda3d385b..80c1b1d73d1 100644 --- a/source/blender/editors/sculpt_paint/paint_image_2d.cc +++ b/source/blender/editors/sculpt_paint/paint_image_2d.cc @@ -23,7 +23,7 @@ #include "BKE_brush.hh" #include "BKE_colorband.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_paint.hh" #include "BKE_report.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 afa3857447c..68c43a70be1 100644 --- a/source/blender/editors/sculpt_paint/paint_image_ops_paint.cc +++ b/source/blender/editors/sculpt_paint/paint_image_ops_paint.cc @@ -15,7 +15,7 @@ #include "BLI_math_color.h" #include "BKE_brush.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_paint.hh" #include "BKE_undo_system.h" diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.cc b/source/blender/editors/sculpt_paint/paint_image_proj.cc index 8eb69096300..2175eb309f2 100644 --- a/source/blender/editors/sculpt_paint/paint_image_proj.cc +++ b/source/blender/editors/sculpt_paint/paint_image_proj.cc @@ -54,8 +54,8 @@ #include "BKE_camera.h" #include "BKE_colorband.h" #include "BKE_colortools.h" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_global.h" #include "BKE_idprop.h" #include "BKE_image.h" diff --git a/source/blender/editors/sculpt_paint/paint_mask.cc b/source/blender/editors/sculpt_paint/paint_mask.cc index dcf09085201..17211c257a2 100644 --- a/source/blender/editors/sculpt_paint/paint_mask.cc +++ b/source/blender/editors/sculpt_paint/paint_mask.cc @@ -28,7 +28,7 @@ #include "BKE_brush.hh" #include "BKE_ccg.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_multires.hh" diff --git a/source/blender/editors/sculpt_paint/paint_ops.cc b/source/blender/editors/sculpt_paint/paint_ops.cc index b0953690efb..91f62676829 100644 --- a/source/blender/editors/sculpt_paint/paint_ops.cc +++ b/source/blender/editors/sculpt_paint/paint_ops.cc @@ -28,7 +28,7 @@ #include "DNA_scene_types.h" #include "BKE_brush.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/editors/sculpt_paint/paint_stroke.cc b/source/blender/editors/sculpt_paint/paint_stroke.cc index be75f13c87a..80900c57d77 100644 --- a/source/blender/editors/sculpt_paint/paint_stroke.cc +++ b/source/blender/editors/sculpt_paint/paint_stroke.cc @@ -27,8 +27,8 @@ #include "BKE_brush.hh" #include "BKE_colortools.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_image.h" #include "BKE_paint.hh" diff --git a/source/blender/editors/sculpt_paint/paint_utils.cc b/source/blender/editors/sculpt_paint/paint_utils.cc index 7c120172cf0..8c137aeca20 100644 --- a/source/blender/editors/sculpt_paint/paint_utils.cc +++ b/source/blender/editors/sculpt_paint/paint_utils.cc @@ -26,8 +26,8 @@ #include "BKE_brush.hh" #include "BKE_colortools.h" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_image.h" #include "BKE_layer.h" #include "BKE_material.h" diff --git a/source/blender/editors/sculpt_paint/paint_vertex.cc b/source/blender/editors/sculpt_paint/paint_vertex.cc index 7216928bf86..4c90f8e4fc3 100644 --- a/source/blender/editors/sculpt_paint/paint_vertex.cc +++ b/source/blender/editors/sculpt_paint/paint_vertex.cc @@ -39,9 +39,9 @@ #include "BKE_attribute.hh" #include "BKE_brush.hh" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.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 7444e7ce97e..a793ae036ea 100644 --- a/source/blender/editors/sculpt_paint/paint_vertex_color_ops.cc +++ b/source/blender/editors/sculpt_paint/paint_vertex_color_ops.cc @@ -20,7 +20,7 @@ #include "BLI_vector.hh" #include "BKE_attribute_math.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_geometry_set.hh" #include "BKE_mesh.hh" diff --git a/source/blender/editors/sculpt_paint/paint_vertex_proj.cc b/source/blender/editors/sculpt_paint/paint_vertex_proj.cc index 60313e354d3..7e44d6b6cd3 100644 --- a/source/blender/editors/sculpt_paint/paint_vertex_proj.cc +++ b/source/blender/editors/sculpt_paint/paint_vertex_proj.cc @@ -14,8 +14,8 @@ #include "DNA_mesh_types.h" #include "DNA_object_types.h" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_mesh_iterators.hh" #include "BKE_mesh_runtime.hh" #include "BKE_object.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 3f1f965b46d..6eb850b1f1a 100644 --- a/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.cc +++ b/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.cc @@ -25,7 +25,7 @@ #include "BKE_attribute.hh" #include "BKE_brush.hh" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_mesh.hh" #include "BKE_mesh_iterators.hh" diff --git a/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.cc b/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.cc index c517e63f490..955247ce414 100644 --- a/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.cc +++ b/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.cc @@ -16,7 +16,7 @@ #include "DNA_object_types.h" #include "BKE_action.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_mesh.hh" #include "BKE_modifier.hh" diff --git a/source/blender/editors/sculpt_paint/paint_weight.cc b/source/blender/editors/sculpt_paint/paint_weight.cc index 4445af648f1..9a6aa6b894c 100644 --- a/source/blender/editors/sculpt_paint/paint_weight.cc +++ b/source/blender/editors/sculpt_paint/paint_weight.cc @@ -35,9 +35,9 @@ #include "BKE_attribute.hh" #include "BKE_brush.hh" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt.cc b/source/blender/editors/sculpt_paint/sculpt.cc index 458933f4da9..43119e01455 100644 --- a/source/blender/editors/sculpt_paint/sculpt.cc +++ b/source/blender/editors/sculpt_paint/sculpt.cc @@ -42,7 +42,7 @@ #include "BKE_brush.hh" #include "BKE_ccg.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_key.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/sculpt_paint/sculpt_automasking.cc b/source/blender/editors/sculpt_paint/sculpt_automasking.cc index 014c5e158aa..18002b05295 100644 --- a/source/blender/editors/sculpt_paint/sculpt_automasking.cc +++ b/source/blender/editors/sculpt_paint/sculpt_automasking.cc @@ -24,7 +24,7 @@ #include "BKE_brush.hh" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" #include "BKE_object.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_boundary.cc b/source/blender/editors/sculpt_paint/sculpt_boundary.cc index 56aed1df619..eb47ae3469f 100644 --- a/source/blender/editors/sculpt_paint/sculpt_boundary.cc +++ b/source/blender/editors/sculpt_paint/sculpt_boundary.cc @@ -17,7 +17,7 @@ #include "BKE_brush.hh" #include "BKE_ccg.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_paint.hh" #include "BKE_pbvh_api.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_brush_types.cc b/source/blender/editors/sculpt_paint/sculpt_brush_types.cc index e0b701bc502..94158485f98 100644 --- a/source/blender/editors/sculpt_paint/sculpt_brush_types.cc +++ b/source/blender/editors/sculpt_paint/sculpt_brush_types.cc @@ -28,7 +28,7 @@ #include "BKE_brush.hh" #include "BKE_ccg.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_kelvinlet.h" #include "BKE_paint.hh" #include "BKE_pbvh_api.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_cloth.cc b/source/blender/editors/sculpt_paint/sculpt_cloth.cc index c1cce4d916c..6a689952c5f 100644 --- a/source/blender/editors/sculpt_paint/sculpt_cloth.cc +++ b/source/blender/editors/sculpt_paint/sculpt_cloth.cc @@ -22,11 +22,11 @@ #include "DNA_scene_types.h" #include "BKE_brush.hh" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BKE_ccg.h" #include "BKE_collision.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_modifier.hh" #include "BKE_paint.hh" #include "BKE_pbvh_api.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_detail.cc b/source/blender/editors/sculpt_paint/sculpt_detail.cc index aad1c608bb0..047d29459db 100644 --- a/source/blender/editors/sculpt_paint/sculpt_detail.cc +++ b/source/blender/editors/sculpt_paint/sculpt_detail.cc @@ -16,7 +16,7 @@ #include "DNA_mesh_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_paint.hh" #include "BKE_pbvh_api.hh" #include "BKE_screen.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_dyntopo.cc b/source/blender/editors/sculpt_paint/sculpt_dyntopo.cc index 0b7fe51bb64..f112aa1fcad 100644 --- a/source/blender/editors/sculpt_paint/sculpt_dyntopo.cc +++ b/source/blender/editors/sculpt_paint/sculpt_dyntopo.cc @@ -17,7 +17,7 @@ #include "DNA_meshdata_types.h" #include "DNA_modifier_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_main.h" #include "BKE_mesh.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_expand.cc b/source/blender/editors/sculpt_paint/sculpt_expand.cc index 19e5e4e5483..9931d1ad224 100644 --- a/source/blender/editors/sculpt_paint/sculpt_expand.cc +++ b/source/blender/editors/sculpt_paint/sculpt_expand.cc @@ -24,7 +24,7 @@ #include "BKE_brush.hh" #include "BKE_ccg.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_face_set.cc b/source/blender/editors/sculpt_paint/sculpt_face_set.cc index c7701399e4d..6b7004a0f1a 100644 --- a/source/blender/editors/sculpt_paint/sculpt_face_set.cc +++ b/source/blender/editors/sculpt_paint/sculpt_face_set.cc @@ -35,8 +35,8 @@ #include "BKE_attribute.hh" #include "BKE_ccg.h" #include "BKE_colortools.h" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "BKE_mesh_fair.hh" #include "BKE_mesh_mapping.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_filter_color.cc b/source/blender/editors/sculpt_paint/sculpt_filter_color.cc index bd20c2b0a55..f6fa7ad3fe2 100644 --- a/source/blender/editors/sculpt_paint/sculpt_filter_color.cc +++ b/source/blender/editors/sculpt_paint/sculpt_filter_color.cc @@ -17,7 +17,7 @@ #include "DNA_meshdata_types.h" #include "DNA_userdef_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_paint.hh" #include "BKE_pbvh_api.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_filter_mask.cc b/source/blender/editors/sculpt_paint/sculpt_filter_mask.cc index 6cc641431ce..1a720558e93 100644 --- a/source/blender/editors/sculpt_paint/sculpt_filter_mask.cc +++ b/source/blender/editors/sculpt_paint/sculpt_filter_mask.cc @@ -13,7 +13,7 @@ #include "DNA_mesh_types.h" #include "DNA_modifier_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_paint.hh" #include "BKE_pbvh_api.hh" #include "BKE_scene.h" diff --git a/source/blender/editors/sculpt_paint/sculpt_filter_mesh.cc b/source/blender/editors/sculpt_paint/sculpt_filter_mesh.cc index 775d050426d..b16d7982b48 100644 --- a/source/blender/editors/sculpt_paint/sculpt_filter_mesh.cc +++ b/source/blender/editors/sculpt_paint/sculpt_filter_mesh.cc @@ -23,7 +23,7 @@ #include "DNA_meshdata_types.h" #include "BKE_brush.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_modifier.hh" #include "BKE_paint.hh" #include "BKE_pbvh_api.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_geodesic.cc b/source/blender/editors/sculpt_paint/sculpt_geodesic.cc index aa3a789fd71..b8517ca2531 100644 --- a/source/blender/editors/sculpt_paint/sculpt_geodesic.cc +++ b/source/blender/editors/sculpt_paint/sculpt_geodesic.cc @@ -22,7 +22,7 @@ #include "DNA_object_types.h" #include "BKE_ccg.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" #include "BKE_object.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_mask_init.cc b/source/blender/editors/sculpt_paint/sculpt_mask_init.cc index 132038362e5..f66f5a5d199 100644 --- a/source/blender/editors/sculpt_paint/sculpt_mask_init.cc +++ b/source/blender/editors/sculpt_paint/sculpt_mask_init.cc @@ -19,7 +19,7 @@ #include "DNA_object_types.h" #include "BKE_ccg.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_multires.hh" #include "BKE_paint.hh" #include "BKE_pbvh_api.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_multiplane_scrape.cc b/source/blender/editors/sculpt_paint/sculpt_multiplane_scrape.cc index 218a4c0293e..6bbefad9def 100644 --- a/source/blender/editors/sculpt_paint/sculpt_multiplane_scrape.cc +++ b/source/blender/editors/sculpt_paint/sculpt_multiplane_scrape.cc @@ -17,7 +17,7 @@ #include "DNA_object_types.h" #include "BKE_ccg.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_paint.hh" #include "BKE_pbvh_api.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_ops.cc b/source/blender/editors/sculpt_paint/sculpt_ops.cc index e8743ee31df..e72b6a4a65d 100644 --- a/source/blender/editors/sculpt_paint/sculpt_ops.cc +++ b/source/blender/editors/sculpt_paint/sculpt_ops.cc @@ -29,7 +29,7 @@ #include "BKE_attribute.h" #include "BKE_brush.hh" #include "BKE_ccg.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_main.h" #include "BKE_mesh.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_paint_color.cc b/source/blender/editors/sculpt_paint/sculpt_paint_color.cc index 7f1f8bacb54..56b5edd0675 100644 --- a/source/blender/editors/sculpt_paint/sculpt_paint_color.cc +++ b/source/blender/editors/sculpt_paint/sculpt_paint_color.cc @@ -18,7 +18,7 @@ #include "BKE_brush.hh" #include "BKE_colorband.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_paint.hh" #include "BKE_pbvh_api.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_pose.cc b/source/blender/editors/sculpt_paint/sculpt_pose.cc index 2cf10c38006..b694ed4eea3 100644 --- a/source/blender/editors/sculpt_paint/sculpt_pose.cc +++ b/source/blender/editors/sculpt_paint/sculpt_pose.cc @@ -20,7 +20,7 @@ #include "BKE_brush.hh" #include "BKE_ccg.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_paint.hh" #include "BKE_pbvh_api.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_smooth.cc b/source/blender/editors/sculpt_paint/sculpt_smooth.cc index 50289c1df05..71944e029f6 100644 --- a/source/blender/editors/sculpt_paint/sculpt_smooth.cc +++ b/source/blender/editors/sculpt_paint/sculpt_smooth.cc @@ -14,7 +14,7 @@ #include "DNA_brush_types.h" #include "DNA_meshdata_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_paint.hh" #include "BKE_pbvh_api.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_transform.cc b/source/blender/editors/sculpt_paint/sculpt_transform.cc index 5526f3982bf..e3975540a25 100644 --- a/source/blender/editors/sculpt_paint/sculpt_transform.cc +++ b/source/blender/editors/sculpt_paint/sculpt_transform.cc @@ -17,7 +17,7 @@ #include "DNA_meshdata_types.h" #include "BKE_brush.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_kelvinlet.h" #include "BKE_paint.hh" #include "BKE_pbvh_api.hh" diff --git a/source/blender/editors/sculpt_paint/sculpt_undo.cc b/source/blender/editors/sculpt_paint/sculpt_undo.cc index b97a324d530..7860e53667b 100644 --- a/source/blender/editors/sculpt_paint/sculpt_undo.cc +++ b/source/blender/editors/sculpt_paint/sculpt_undo.cc @@ -48,8 +48,8 @@ #include "BKE_attribute.hh" #include "BKE_ccg.h" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_global.h" #include "BKE_key.h" #include "BKE_layer.h" diff --git a/source/blender/editors/sculpt_paint/sculpt_uv.cc b/source/blender/editors/sculpt_paint/sculpt_uv.cc index 765baa1afd3..bf2ae4f42ef 100644 --- a/source/blender/editors/sculpt_paint/sculpt_uv.cc +++ b/source/blender/editors/sculpt_paint/sculpt_uv.cc @@ -22,9 +22,9 @@ #include "BKE_brush.hh" #include "BKE_colortools.h" -#include "BKE_context.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_image.h" #include "BKE_mesh_mapping.hh" #include "BKE_paint.hh" diff --git a/source/blender/editors/sound/sound_ops.cc b/source/blender/editors/sound/sound_ops.cc index 05341a7b409..21587d7627b 100644 --- a/source/blender/editors/sound/sound_ops.cc +++ b/source/blender/editors/sound/sound_ops.cc @@ -22,7 +22,7 @@ #include "DNA_space_types.h" #include "DNA_userdef_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_global.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/space_action/action_buttons.cc b/source/blender/editors/space_action/action_buttons.cc index ddc5b0aee32..4124adae95f 100644 --- a/source/blender/editors/space_action/action_buttons.cc +++ b/source/blender/editors/space_action/action_buttons.cc @@ -13,7 +13,7 @@ #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "action_intern.hh" /* own include */ diff --git a/source/blender/editors/space_action/action_data.cc b/source/blender/editors/space_action/action_data.cc index 26b77161022..8347aa08997 100644 --- a/source/blender/editors/space_action/action_data.cc +++ b/source/blender/editors/space_action/action_data.cc @@ -28,7 +28,7 @@ #include "RNA_prototypes.h" #include "BKE_action.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_key.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/space_action/action_draw.cc b/source/blender/editors/space_action/action_draw.cc index 90a9627d5c6..6416db6f397 100644 --- a/source/blender/editors/space_action/action_draw.cc +++ b/source/blender/editors/space_action/action_draw.cc @@ -30,7 +30,7 @@ #include "BKE_action.h" #include "BKE_bake_geometry_nodes_modifier.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_node_runtime.hh" #include "BKE_pointcache.h" diff --git a/source/blender/editors/space_action/action_edit.cc b/source/blender/editors/space_action/action_edit.cc index ee06603dd72..d5780ae040e 100644 --- a/source/blender/editors/space_action/action_edit.cc +++ b/source/blender/editors/space_action/action_edit.cc @@ -32,7 +32,7 @@ #include "BKE_action.h" #include "BKE_animsys.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_global.h" #include "BKE_gpencil_legacy.h" diff --git a/source/blender/editors/space_action/action_select.cc b/source/blender/editors/space_action/action_select.cc index c774df308a9..e69cdde89b6 100644 --- a/source/blender/editors/space_action/action_select.cc +++ b/source/blender/editors/space_action/action_select.cc @@ -27,7 +27,7 @@ #include "RNA_access.hh" #include "RNA_define.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_gpencil_legacy.h" #include "BKE_grease_pencil.hh" diff --git a/source/blender/editors/space_action/space_action.cc b/source/blender/editors/space_action/space_action.cc index 8a2de2fa64f..a6ef3cbcfef 100644 --- a/source/blender/editors/space_action/space_action.cc +++ b/source/blender/editors/space_action/space_action.cc @@ -20,7 +20,7 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_query.h" #include "BKE_lib_remap.h" #include "BKE_nla.h" diff --git a/source/blender/editors/space_api/spacetypes.cc b/source/blender/editors/space_api/spacetypes.cc index 9919538a88c..1fb993afbfa 100644 --- a/source/blender/editors/space_api/spacetypes.cc +++ b/source/blender/editors/space_api/spacetypes.cc @@ -16,7 +16,7 @@ #include "DNA_scene_types.h" #include "DNA_windowmanager_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "GPU_state.h" diff --git a/source/blender/editors/space_buttons/buttons_context.cc b/source/blender/editors/space_buttons/buttons_context.cc index 02a86617100..d9a36cc2a8b 100644 --- a/source/blender/editors/space_buttons/buttons_context.cc +++ b/source/blender/editors/space_buttons/buttons_context.cc @@ -28,8 +28,8 @@ #include "DNA_world_types.h" #include "BKE_action.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_linestyle.h" #include "BKE_material.h" diff --git a/source/blender/editors/space_buttons/buttons_ops.cc b/source/blender/editors/space_buttons/buttons_ops.cc index 2bea5abda00..4ab6b505c90 100644 --- a/source/blender/editors/space_buttons/buttons_ops.cc +++ b/source/blender/editors/space_buttons/buttons_ops.cc @@ -20,7 +20,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_report.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/space_buttons/buttons_texture.cc b/source/blender/editors/space_buttons/buttons_texture.cc index c01de72e65d..35e788e2476 100644 --- a/source/blender/editors/space_buttons/buttons_texture.cc +++ b/source/blender/editors/space_buttons/buttons_texture.cc @@ -29,7 +29,7 @@ #include "DNA_space_types.h" #include "DNA_windowmanager_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_modifier_legacy.h" #include "BKE_layer.h" #include "BKE_linestyle.h" diff --git a/source/blender/editors/space_buttons/space_buttons.cc b/source/blender/editors/space_buttons/space_buttons.cc index 2093d37cad6..8fd00e5e8e2 100644 --- a/source/blender/editors/space_buttons/space_buttons.cc +++ b/source/blender/editors/space_buttons/space_buttons.cc @@ -15,7 +15,7 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_modifier_legacy.h" /* Types for registering panels. */ #include "BKE_lib_query.h" #include "BKE_lib_remap.h" diff --git a/source/blender/editors/space_clip/clip_buttons.cc b/source/blender/editors/space_clip/clip_buttons.cc index ccb0d34dc41..32aba195878 100644 --- a/source/blender/editors/space_clip/clip_buttons.cc +++ b/source/blender/editors/space_clip/clip_buttons.cc @@ -23,7 +23,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_movieclip.h" #include "BKE_screen.hh" #include "BKE_tracking.h" diff --git a/source/blender/editors/space_clip/clip_dopesheet_draw.cc b/source/blender/editors/space_clip/clip_dopesheet_draw.cc index 1fc20c4118c..88ee492ab48 100644 --- a/source/blender/editors/space_clip/clip_dopesheet_draw.cc +++ b/source/blender/editors/space_clip/clip_dopesheet_draw.cc @@ -12,7 +12,7 @@ #include "BLI_rect.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_movieclip.h" #include "ED_clip.hh" diff --git a/source/blender/editors/space_clip/clip_dopesheet_ops.cc b/source/blender/editors/space_clip/clip_dopesheet_ops.cc index 8b2e0e95ba0..d753e23e19e 100644 --- a/source/blender/editors/space_clip/clip_dopesheet_ops.cc +++ b/source/blender/editors/space_clip/clip_dopesheet_ops.cc @@ -11,7 +11,7 @@ #include "BLI_rect.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_tracking.h" #include "WM_api.hh" diff --git a/source/blender/editors/space_clip/clip_draw.cc b/source/blender/editors/space_clip/clip_draw.cc index 4be0a59a046..31c1a520256 100644 --- a/source/blender/editors/space_clip/clip_draw.cc +++ b/source/blender/editors/space_clip/clip_draw.cc @@ -21,7 +21,7 @@ #include "BLI_string.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_movieclip.h" #include "BKE_tracking.h" diff --git a/source/blender/editors/space_clip/clip_editor.cc b/source/blender/editors/space_clip/clip_editor.cc index 7c3e69a2d04..2efc5584657 100644 --- a/source/blender/editors/space_clip/clip_editor.cc +++ b/source/blender/editors/space_clip/clip_editor.cc @@ -28,7 +28,7 @@ #include "BLI_task.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/editors/space_clip/clip_graph_draw.cc b/source/blender/editors/space_clip/clip_graph_draw.cc index 9f410ece685..06ec3cb732c 100644 --- a/source/blender/editors/space_clip/clip_graph_draw.cc +++ b/source/blender/editors/space_clip/clip_graph_draw.cc @@ -11,7 +11,7 @@ #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_movieclip.h" #include "BKE_tracking.h" diff --git a/source/blender/editors/space_clip/clip_graph_ops.cc b/source/blender/editors/space_clip/clip_graph_ops.cc index 776b1eca45e..f03b28e23c9 100644 --- a/source/blender/editors/space_clip/clip_graph_ops.cc +++ b/source/blender/editors/space_clip/clip_graph_ops.cc @@ -13,7 +13,7 @@ #include "BLI_rect.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_tracking.h" #include "DEG_depsgraph.hh" diff --git a/source/blender/editors/space_clip/clip_ops.cc b/source/blender/editors/space_clip/clip_ops.cc index a7229051692..69e66fe1ba3 100644 --- a/source/blender/editors/space_clip/clip_ops.cc +++ b/source/blender/editors/space_clip/clip_ops.cc @@ -32,7 +32,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/editors/space_clip/clip_utils.cc b/source/blender/editors/space_clip/clip_utils.cc index 2189f14fba0..eb1e89b3bbf 100644 --- a/source/blender/editors/space_clip/clip_utils.cc +++ b/source/blender/editors/space_clip/clip_utils.cc @@ -16,7 +16,7 @@ #include "BLI_utildefines.h" #include "BKE_animsys.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_mask.h" #include "BKE_movieclip.h" #include "BKE_tracking.h" diff --git a/source/blender/editors/space_clip/space_clip.cc b/source/blender/editors/space_clip/space_clip.cc index 5ed42a1b17d..165c311f647 100644 --- a/source/blender/editors/space_clip/space_clip.cc +++ b/source/blender/editors/space_clip/space_clip.cc @@ -21,7 +21,7 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_lib_query.h" #include "BKE_lib_remap.h" diff --git a/source/blender/editors/space_clip/tracking_ops.cc b/source/blender/editors/space_clip/tracking_ops.cc index b377a2c7ea6..2ba7c6cfdc8 100644 --- a/source/blender/editors/space_clip/tracking_ops.cc +++ b/source/blender/editors/space_clip/tracking_ops.cc @@ -17,7 +17,7 @@ #include "BLI_math_vector.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_movieclip.h" #include "BKE_report.h" diff --git a/source/blender/editors/space_clip/tracking_ops_detect.cc b/source/blender/editors/space_clip/tracking_ops_detect.cc index eb541d97a57..b0654a09382 100644 --- a/source/blender/editors/space_clip/tracking_ops_detect.cc +++ b/source/blender/editors/space_clip/tracking_ops_detect.cc @@ -10,7 +10,7 @@ #include "DNA_screen_types.h" #include "DNA_space_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_movieclip.h" #include "BKE_report.h" #include "BKE_tracking.h" diff --git a/source/blender/editors/space_clip/tracking_ops_orient.cc b/source/blender/editors/space_clip/tracking_ops_orient.cc index 4f7a70c6716..cf8a3a5feac 100644 --- a/source/blender/editors/space_clip/tracking_ops_orient.cc +++ b/source/blender/editors/space_clip/tracking_ops_orient.cc @@ -18,7 +18,7 @@ #include "BLI_utildefines.h" #include "BKE_constraint.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_object.hh" #include "BKE_report.h" diff --git a/source/blender/editors/space_clip/tracking_ops_plane.cc b/source/blender/editors/space_clip/tracking_ops_plane.cc index 2a0c7f54561..d2a00c0d115 100644 --- a/source/blender/editors/space_clip/tracking_ops_plane.cc +++ b/source/blender/editors/space_clip/tracking_ops_plane.cc @@ -15,7 +15,7 @@ #include "BLI_math_vector.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" #include "BKE_tracking.h" diff --git a/source/blender/editors/space_clip/tracking_ops_solve.cc b/source/blender/editors/space_clip/tracking_ops_solve.cc index b5a745f9423..74d0a9d24c1 100644 --- a/source/blender/editors/space_clip/tracking_ops_solve.cc +++ b/source/blender/editors/space_clip/tracking_ops_solve.cc @@ -16,7 +16,7 @@ #include "BLI_string.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_lib_id.h" #include "BKE_movieclip.h" diff --git a/source/blender/editors/space_clip/tracking_ops_stabilize.cc b/source/blender/editors/space_clip/tracking_ops_stabilize.cc index 3638e407d32..b8fc656e763 100644 --- a/source/blender/editors/space_clip/tracking_ops_stabilize.cc +++ b/source/blender/editors/space_clip/tracking_ops_stabilize.cc @@ -11,7 +11,7 @@ #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_tracking.h" #include "DEG_depsgraph.hh" diff --git a/source/blender/editors/space_clip/tracking_ops_track.cc b/source/blender/editors/space_clip/tracking_ops_track.cc index 29b78c253a6..d7f65cf2b89 100644 --- a/source/blender/editors/space_clip/tracking_ops_track.cc +++ b/source/blender/editors/space_clip/tracking_ops_track.cc @@ -13,7 +13,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_main.h" #include "BKE_movieclip.h" diff --git a/source/blender/editors/space_clip/tracking_ops_utils.cc b/source/blender/editors/space_clip/tracking_ops_utils.cc index 8362a8f12bd..bf4df48f5f3 100644 --- a/source/blender/editors/space_clip/tracking_ops_utils.cc +++ b/source/blender/editors/space_clip/tracking_ops_utils.cc @@ -8,7 +8,7 @@ #include "DNA_space_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_tracking.h" #include "WM_api.hh" diff --git a/source/blender/editors/space_clip/tracking_select.cc b/source/blender/editors/space_clip/tracking_select.cc index 184b6b2e4b4..d244d9b17a2 100644 --- a/source/blender/editors/space_clip/tracking_select.cc +++ b/source/blender/editors/space_clip/tracking_select.cc @@ -18,7 +18,7 @@ #include "BLI_rect.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_tracking.h" #include "WM_api.hh" diff --git a/source/blender/editors/space_console/console_ops.cc b/source/blender/editors/space_console/console_ops.cc index ba9c52f25ae..e452a79134b 100644 --- a/source/blender/editors/space_console/console_ops.cc +++ b/source/blender/editors/space_console/console_ops.cc @@ -22,7 +22,7 @@ #include "BLI_string_utf8.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" #include "WM_api.hh" diff --git a/source/blender/editors/space_console/space_console.cc b/source/blender/editors/space_console/space_console.cc index e7d941a8374..aeee63af694 100644 --- a/source/blender/editors/space_console/space_console.cc +++ b/source/blender/editors/space_console/space_console.cc @@ -14,7 +14,7 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_screen.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 4eaefb59013..dd4cc82802b 100644 --- a/source/blender/editors/space_file/asset_catalog_tree_view.cc +++ b/source/blender/editors/space_file/asset_catalog_tree_view.cc @@ -12,7 +12,7 @@ #include "AS_asset_catalog_tree.hh" #include "AS_asset_library.hh" -#include "BKE_asset.h" +#include "BKE_asset.hh" #include "BLI_string_ref.hh" diff --git a/source/blender/editors/space_file/file_context.cc b/source/blender/editors/space_file/file_context.cc index 61f20aee9de..d781ecc6f58 100644 --- a/source/blender/editors/space_file/file_context.cc +++ b/source/blender/editors/space_file/file_context.cc @@ -6,7 +6,7 @@ * \ingroup spfile */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "ED_fileselect.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/space_file/file_draw.cc b/source/blender/editors/space_file/file_draw.cc index ff350b48602..1f720c8f706 100644 --- a/source/blender/editors/space_file/file_draw.cc +++ b/source/blender/editors/space_file/file_draw.cc @@ -26,7 +26,7 @@ #include "BIF_glutil.hh" #include "BKE_blendfile.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" #include "BLT_translation.h" diff --git a/source/blender/editors/space_file/file_ops.cc b/source/blender/editors/space_file/file_ops.cc index 3e830dc8891..291729d9a29 100644 --- a/source/blender/editors/space_file/file_ops.cc +++ b/source/blender/editors/space_file/file_ops.cc @@ -13,7 +13,7 @@ #include "BKE_appdir.h" #include "BKE_blendfile.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_main.h" #include "BKE_report.h" diff --git a/source/blender/editors/space_file/file_panels.cc b/source/blender/editors/space_file/file_panels.cc index 10f989062f7..3b754e67f9d 100644 --- a/source/blender/editors/space_file/file_panels.cc +++ b/source/blender/editors/space_file/file_panels.cc @@ -9,7 +9,7 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "BLT_translation.h" diff --git a/source/blender/editors/space_file/file_utils.cc b/source/blender/editors/space_file/file_utils.cc index 21a6982a1c8..80a8a321056 100644 --- a/source/blender/editors/space_file/file_utils.cc +++ b/source/blender/editors/space_file/file_utils.cc @@ -12,7 +12,7 @@ #include "BLI_string.h" #include "BKE_blendfile.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "ED_fileselect.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/space_file/filelist.cc b/source/blender/editors/space_file/filelist.cc index 21de331c44b..1261c29a7e0 100644 --- a/source/blender/editors/space_file/filelist.cc +++ b/source/blender/editors/space_file/filelist.cc @@ -48,9 +48,9 @@ # include "BLI_winstuff.h" #endif -#include "BKE_asset.h" +#include "BKE_asset.hh" #include "BKE_blendfile.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_icons.h" #include "BKE_idtype.h" diff --git a/source/blender/editors/space_file/filesel.cc b/source/blender/editors/space_file/filesel.cc index 7f96f4dd4aa..0699fe9f1da 100644 --- a/source/blender/editors/space_file/filesel.cc +++ b/source/blender/editors/space_file/filesel.cc @@ -42,7 +42,7 @@ #include "BLT_translation.h" #include "BKE_appdir.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_idtype.h" #include "BKE_main.h" #include "BKE_preferences.h" diff --git a/source/blender/editors/space_file/folder_history.cc b/source/blender/editors/space_file/folder_history.cc index 14c7972129a..55a0c56bc6a 100644 --- a/source/blender/editors/space_file/folder_history.cc +++ b/source/blender/editors/space_file/folder_history.cc @@ -14,7 +14,7 @@ #include "BLI_path_util.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "DNA_space_types.h" diff --git a/source/blender/editors/space_file/space_file.cc b/source/blender/editors/space_file/space_file.cc index 848050dd121..f3682f4fbd3 100644 --- a/source/blender/editors/space_file/space_file.cc +++ b/source/blender/editors/space_file/space_file.cc @@ -16,7 +16,7 @@ #include "BLI_utildefines.h" #include "BKE_appdir.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_lib_query.h" #include "BKE_lib_remap.h" diff --git a/source/blender/editors/space_graph/graph_buttons.cc b/source/blender/editors/space_graph/graph_buttons.cc index cc7e27e0709..0c5a9b810b2 100644 --- a/source/blender/editors/space_graph/graph_buttons.cc +++ b/source/blender/editors/space_graph/graph_buttons.cc @@ -26,8 +26,8 @@ #include "BLT_translation.h" #include "BKE_anim_data.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_fcurve.h" #include "BKE_fcurve_driver.h" #include "BKE_global.h" diff --git a/source/blender/editors/space_graph/graph_draw.cc b/source/blender/editors/space_graph/graph_draw.cc index f2f247e3b6e..862a8ba71b1 100644 --- a/source/blender/editors/space_graph/graph_draw.cc +++ b/source/blender/editors/space_graph/graph_draw.cc @@ -24,8 +24,8 @@ #include "BKE_action.h" #include "BKE_anim_data.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_fcurve.h" #include "BKE_nla.h" diff --git a/source/blender/editors/space_graph/graph_edit.cc b/source/blender/editors/space_graph/graph_edit.cc index edb6d280b4d..2ccc61f77cd 100644 --- a/source/blender/editors/space_graph/graph_edit.cc +++ b/source/blender/editors/space_graph/graph_edit.cc @@ -35,7 +35,7 @@ #include "BLT_translation.h" #include "BKE_animsys.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_global.h" #include "BKE_nla.h" diff --git a/source/blender/editors/space_graph/graph_ops.cc b/source/blender/editors/space_graph/graph_ops.cc index 42386c022cc..ef2796d442d 100644 --- a/source/blender/editors/space_graph/graph_ops.cc +++ b/source/blender/editors/space_graph/graph_ops.cc @@ -15,7 +15,7 @@ #include "BLI_math_base.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "UI_view2d.hh" diff --git a/source/blender/editors/space_graph/graph_select.cc b/source/blender/editors/space_graph/graph_select.cc index 15e082ccdc9..938f43b0203 100644 --- a/source/blender/editors/space_graph/graph_select.cc +++ b/source/blender/editors/space_graph/graph_select.cc @@ -26,7 +26,7 @@ #include "RNA_access.hh" #include "RNA_define.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_nla.h" diff --git a/source/blender/editors/space_graph/graph_slider_ops.cc b/source/blender/editors/space_graph/graph_slider_ops.cc index 742aa52e161..08b564dcbcc 100644 --- a/source/blender/editors/space_graph/graph_slider_ops.cc +++ b/source/blender/editors/space_graph/graph_slider_ops.cc @@ -28,7 +28,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "UI_interface.hh" diff --git a/source/blender/editors/space_graph/graph_utils.cc b/source/blender/editors/space_graph/graph_utils.cc index 41ccce93839..40334123c67 100644 --- a/source/blender/editors/space_graph/graph_utils.cc +++ b/source/blender/editors/space_graph/graph_utils.cc @@ -19,7 +19,7 @@ #include "BLI_blenlib.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/space_graph/graph_view.cc b/source/blender/editors/space_graph/graph_view.cc index cf83a7ffa85..c87d8aa344e 100644 --- a/source/blender/editors/space_graph/graph_view.cc +++ b/source/blender/editors/space_graph/graph_view.cc @@ -20,7 +20,7 @@ #include "RNA_access.hh" #include "RNA_define.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_nla.h" diff --git a/source/blender/editors/space_graph/space_graph.cc b/source/blender/editors/space_graph/space_graph.cc index 83fe497296f..96f0ba37684 100644 --- a/source/blender/editors/space_graph/space_graph.cc +++ b/source/blender/editors/space_graph/space_graph.cc @@ -19,7 +19,7 @@ #include "BLI_math_color.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_lib_query.h" #include "BKE_lib_remap.h" diff --git a/source/blender/editors/space_image/image_buttons.cc b/source/blender/editors/space_image/image_buttons.cc index c1bf5be8e92..0831a8590a3 100644 --- a/source/blender/editors/space_image/image_buttons.cc +++ b/source/blender/editors/space_image/image_buttons.cc @@ -19,7 +19,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_image_format.h" #include "BKE_node.h" diff --git a/source/blender/editors/space_image/image_draw.cc b/source/blender/editors/space_image/image_draw.cc index bcfb71049af..34cfa95ec43 100644 --- a/source/blender/editors/space_image/image_draw.cc +++ b/source/blender/editors/space_image/image_draw.cc @@ -34,7 +34,7 @@ #include "IMB_imbuf_types.h" #include "IMB_moviecache.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_paint.hh" diff --git a/source/blender/editors/space_image/image_edit.cc b/source/blender/editors/space_image/image_edit.cc index b98470c5742..43d8c747074 100644 --- a/source/blender/editors/space_image/image_edit.cc +++ b/source/blender/editors/space_image/image_edit.cc @@ -15,8 +15,8 @@ #include "BLI_rect.h" #include "BKE_colortools.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_global.h" #include "BKE_image.h" #include "BKE_layer.h" diff --git a/source/blender/editors/space_image/image_ops.cc b/source/blender/editors/space_image/image_ops.cc index dc5d9f5aa04..6c73bbb7a2e 100644 --- a/source/blender/editors/space_image/image_ops.cc +++ b/source/blender/editors/space_image/image_ops.cc @@ -34,7 +34,7 @@ #include "DNA_screen_types.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_icons.h" #include "BKE_image.h" diff --git a/source/blender/editors/space_image/image_undo.cc b/source/blender/editors/space_image/image_undo.cc index d11814e2cb3..a2d3ffc738e 100644 --- a/source/blender/editors/space_image/image_undo.cc +++ b/source/blender/editors/space_image/image_undo.cc @@ -37,7 +37,7 @@ #include "IMB_imbuf.h" #include "IMB_imbuf_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_paint.hh" #include "BKE_undo_system.h" diff --git a/source/blender/editors/space_image/space_image.cc b/source/blender/editors/space_image/space_image.cc index baf070268d1..ca44b22cca5 100644 --- a/source/blender/editors/space_image/space_image.cc +++ b/source/blender/editors/space_image/space_image.cc @@ -19,7 +19,7 @@ #include "BLI_threads.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_layer.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/space_info/info_ops.cc b/source/blender/editors/space_info/info_ops.cc index 78bb6ff4cc7..f3f635f794f 100644 --- a/source/blender/editors/space_info/info_ops.cc +++ b/source/blender/editors/space_info/info_ops.cc @@ -21,7 +21,7 @@ #include "BLT_translation.h" #include "BKE_bpath.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_image.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/space_info/info_report.cc b/source/blender/editors/space_info/info_report.cc index 4101987c237..481f40df6ca 100644 --- a/source/blender/editors/space_info/info_report.cc +++ b/source/blender/editors/space_info/info_report.cc @@ -16,7 +16,7 @@ #include "BLI_dynstr.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_info/info_stats.cc b/source/blender/editors/space_info/info_stats.cc index 49a27d62c4f..1bed16b277f 100644 --- a/source/blender/editors/space_info/info_stats.cc +++ b/source/blender/editors/space_info/info_stats.cc @@ -36,13 +36,13 @@ #include "BLT_translation.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_blender_version.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_curves.hh" #include "BKE_displist.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_gpencil_legacy.h" #include "BKE_grease_pencil.hh" #include "BKE_key.h" diff --git a/source/blender/editors/space_info/space_info.cc b/source/blender/editors/space_info/space_info.cc index 950817ad2f0..a8afda27875 100644 --- a/source/blender/editors/space_info/space_info.cc +++ b/source/blender/editors/space_info/space_info.cc @@ -14,7 +14,7 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/space_nla/nla_buttons.cc b/source/blender/editors/space_nla/nla_buttons.cc index 2f94498f161..ede967654bf 100644 --- a/source/blender/editors/space_nla/nla_buttons.cc +++ b/source/blender/editors/space_nla/nla_buttons.cc @@ -21,7 +21,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_nla.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/space_nla/nla_channels.cc b/source/blender/editors/space_nla/nla_channels.cc index 6e32f629bbe..9dd6297948c 100644 --- a/source/blender/editors/space_nla/nla_channels.cc +++ b/source/blender/editors/space_nla/nla_channels.cc @@ -19,7 +19,7 @@ #include "BLI_utildefines.h" #include "BKE_anim_data.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_nla.h" diff --git a/source/blender/editors/space_nla/nla_draw.cc b/source/blender/editors/space_nla/nla_draw.cc index e7b98545c7e..bd54660b4de 100644 --- a/source/blender/editors/space_nla/nla_draw.cc +++ b/source/blender/editors/space_nla/nla_draw.cc @@ -24,7 +24,7 @@ #include "BLI_utildefines.h" #include "BKE_action.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_nla.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/space_nla/nla_edit.cc b/source/blender/editors/space_nla/nla_edit.cc index 4b71cff2db7..30a050c33f1 100644 --- a/source/blender/editors/space_nla/nla_edit.cc +++ b/source/blender/editors/space_nla/nla_edit.cc @@ -22,7 +22,7 @@ #include "BLT_translation.h" #include "BKE_action.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/editors/space_nla/nla_ops.cc b/source/blender/editors/space_nla/nla_ops.cc index b85fda5fa37..8ccbb311a89 100644 --- a/source/blender/editors/space_nla/nla_ops.cc +++ b/source/blender/editors/space_nla/nla_ops.cc @@ -11,7 +11,7 @@ #include "DNA_scene_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "ED_anim_api.hh" diff --git a/source/blender/editors/space_nla/nla_select.cc b/source/blender/editors/space_nla/nla_select.cc index bff75c136e8..f8a8dfe96ba 100644 --- a/source/blender/editors/space_nla/nla_select.cc +++ b/source/blender/editors/space_nla/nla_select.cc @@ -17,7 +17,7 @@ #include "BLI_blenlib.h" #include "BLI_math_base.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_nla.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/space_nla/space_nla.cc b/source/blender/editors/space_nla/space_nla.cc index 191576d3260..13a3c5a6f2b 100644 --- a/source/blender/editors/space_nla/space_nla.cc +++ b/source/blender/editors/space_nla/space_nla.cc @@ -17,7 +17,7 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_query.h" #include "BKE_lib_remap.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/space_node/add_menu_assets.cc b/source/blender/editors/space_node/add_menu_assets.cc index 4faf210461a..b0867a29232 100644 --- a/source/blender/editors/space_node/add_menu_assets.cc +++ b/source/blender/editors/space_node/add_menu_assets.cc @@ -13,7 +13,7 @@ #include "DNA_screen_types.h" #include "DNA_space_types.h" -#include "BKE_asset.h" +#include "BKE_asset.hh" #include "BKE_idprop.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/space_node/clipboard.cc b/source/blender/editors/space_node/clipboard.cc index 9290334dcee..0e1df90149c 100644 --- a/source/blender/editors/space_node/clipboard.cc +++ b/source/blender/editors/space_node/clipboard.cc @@ -4,13 +4,13 @@ #include "DNA_space_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_lib_id.h" #include "BKE_main.h" #include "BKE_node.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_report.h" #include "ED_node.hh" diff --git a/source/blender/editors/space_node/drawnode.cc b/source/blender/editors/space_node/drawnode.cc index e611b6b8d16..0666bb952fe 100644 --- a/source/blender/editors/space_node/drawnode.cc +++ b/source/blender/editors/space_node/drawnode.cc @@ -18,13 +18,13 @@ #include "DNA_space_types.h" #include "DNA_userdef_types.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_image.h" #include "BKE_main.h" #include "BKE_node.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_scene.h" #include "BKE_tracking.h" diff --git a/source/blender/editors/space_node/link_drag_search.cc b/source/blender/editors/space_node/link_drag_search.cc index f79028eba54..dea1bf7f743 100644 --- a/source/blender/editors/space_node/link_drag_search.cc +++ b/source/blender/editors/space_node/link_drag_search.cc @@ -8,12 +8,12 @@ #include "DNA_space_types.h" -#include "BKE_asset.h" -#include "BKE_context.h" +#include "BKE_asset.hh" +#include "BKE_context.hh" #include "BKE_idprop.h" #include "BKE_lib_id.h" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_screen.hh" #include "UI_string_search.hh" diff --git a/source/blender/editors/space_node/node_add.cc b/source/blender/editors/space_node/node_add.cc index b7e172869de..5a433150332 100644 --- a/source/blender/editors/space_node/node_add.cc +++ b/source/blender/editors/space_node/node_add.cc @@ -21,13 +21,13 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_lib_id.h" #include "BKE_main.h" #include "BKE_node.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_report.h" #include "BKE_scene.h" #include "BKE_texture.h" diff --git a/source/blender/editors/space_node/node_context_path.cc b/source/blender/editors/space_node/node_context_path.cc index 0df2fd4babe..ee1b18d2d85 100644 --- a/source/blender/editors/space_node/node_context_path.cc +++ b/source/blender/editors/space_node/node_context_path.cc @@ -11,7 +11,7 @@ #include "DNA_node_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_material.h" #include "BKE_modifier.hh" #include "BKE_object.hh" diff --git a/source/blender/editors/space_node/node_draw.cc b/source/blender/editors/space_node/node_draw.cc index 43d1fd29211..f0f54d2aa21 100644 --- a/source/blender/editors/space_node/node_draw.cc +++ b/source/blender/editors/space_node/node_draw.cc @@ -35,7 +35,7 @@ #include "BLT_translation.h" #include "BKE_compute_contexts.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_curves.hh" #include "BKE_global.h" #include "BKE_idtype.h" @@ -43,7 +43,7 @@ #include "BKE_main.h" #include "BKE_node.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_node_tree_zones.hh" #include "BKE_object.hh" #include "BKE_scene.h" diff --git a/source/blender/editors/space_node/node_edit.cc b/source/blender/editors/space_node/node_edit.cc index 9a41d8bac45..75ffb42e350 100644 --- a/source/blender/editors/space_node/node_edit.cc +++ b/source/blender/editors/space_node/node_edit.cc @@ -17,7 +17,7 @@ #include "DNA_world_types.h" #include "BKE_callbacks.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_image.h" #include "BKE_image_format.h" @@ -26,7 +26,7 @@ #include "BKE_material.h" #include "BKE_node.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_report.h" #include "BKE_scene.h" #include "BKE_workspace.h" 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 139dbd41f0f..41a72c2462a 100644 --- a/source/blender/editors/space_node/node_geometry_attribute_search.cc +++ b/source/blender/editors/space_node/node_geometry_attribute_search.cc @@ -15,9 +15,9 @@ #include "DNA_object_types.h" #include "DNA_space_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_node_tree_zones.hh" #include "BKE_object.hh" diff --git a/source/blender/editors/space_node/node_gizmo.cc b/source/blender/editors/space_node/node_gizmo.cc index 3490c9218a5..9dd6b4a3706 100644 --- a/source/blender/editors/space_node/node_gizmo.cc +++ b/source/blender/editors/space_node/node_gizmo.cc @@ -13,7 +13,7 @@ #include "BLI_rect.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_main.h" diff --git a/source/blender/editors/space_node/node_group.cc b/source/blender/editors/space_node/node_group.cc index d6250f237a7..93389992773 100644 --- a/source/blender/editors/space_node/node_group.cc +++ b/source/blender/editors/space_node/node_group.cc @@ -28,11 +28,11 @@ #include "BKE_action.h" #include "BKE_animsys.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_main.h" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_report.h" #include "DEG_depsgraph_build.hh" diff --git a/source/blender/editors/space_node/node_ops.cc b/source/blender/editors/space_node/node_ops.cc index bcd91e3c106..89d9c940a41 100644 --- a/source/blender/editors/space_node/node_ops.cc +++ b/source/blender/editors/space_node/node_ops.cc @@ -8,7 +8,7 @@ #include "DNA_node_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "ED_node.hh" /* own include */ #include "ED_screen.hh" diff --git a/source/blender/editors/space_node/node_relationships.cc b/source/blender/editors/space_node/node_relationships.cc index 51752ab4c7f..f246ce61108 100644 --- a/source/blender/editors/space_node/node_relationships.cc +++ b/source/blender/editors/space_node/node_relationships.cc @@ -16,13 +16,13 @@ #include "BLI_stack.hh" #include "BKE_anim_data.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_lib_id.h" #include "BKE_main.h" #include "BKE_node.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_screen.hh" #include "ED_node.hh" /* own include */ diff --git a/source/blender/editors/space_node/node_select.cc b/source/blender/editors/space_node/node_select.cc index 9dc531cda76..110e440700e 100644 --- a/source/blender/editors/space_node/node_select.cc +++ b/source/blender/editors/space_node/node_select.cc @@ -20,11 +20,11 @@ #include "BLI_string_utf8.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_node.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_workspace.h" #include "ED_node.hh" /* own include */ diff --git a/source/blender/editors/space_node/node_shader_preview.cc b/source/blender/editors/space_node/node_shader_preview.cc index 9735881d895..826fd88d137 100644 --- a/source/blender/editors/space_node/node_shader_preview.cc +++ b/source/blender/editors/space_node/node_shader_preview.cc @@ -33,7 +33,7 @@ #include "BKE_colortools.h" #include "BKE_compute_contexts.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_lib_id.h" @@ -41,7 +41,7 @@ #include "BKE_material.h" #include "BKE_node.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_scene.h" #include "DEG_depsgraph.hh" diff --git a/source/blender/editors/space_node/node_templates.cc b/source/blender/editors/space_node/node_templates.cc index a9ebe0f81e9..a9e90f558fd 100644 --- a/source/blender/editors/space_node/node_templates.cc +++ b/source/blender/editors/space_node/node_templates.cc @@ -22,12 +22,12 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_main.h" #include "BKE_node_runtime.hh" #include "BKE_node_tree_interface.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "RNA_access.hh" #include "RNA_prototypes.h" diff --git a/source/blender/editors/space_node/node_view.cc b/source/blender/editors/space_node/node_view.cc index ddd97fc2fd7..937cfa7e874 100644 --- a/source/blender/editors/space_node/node_view.cc +++ b/source/blender/editors/space_node/node_view.cc @@ -13,7 +13,7 @@ #include "BLI_string_ref.hh" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_main.h" #include "BKE_node.hh" diff --git a/source/blender/editors/space_node/space_node.cc b/source/blender/editors/space_node/space_node.cc index 9c15d8dc14a..57cea6dae45 100644 --- a/source/blender/editors/space_node/space_node.cc +++ b/source/blender/editors/space_node/space_node.cc @@ -21,9 +21,9 @@ #include "MEM_guardedalloc.h" -#include "BKE_asset.h" +#include "BKE_asset.hh" #include "BKE_compute_contexts.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_legacy.h" #include "BKE_idprop.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/space_outliner/outliner_collections.cc b/source/blender/editors/space_outliner/outliner_collections.cc index ebb7681103a..8037be58aea 100644 --- a/source/blender/editors/space_outliner/outliner_collections.cc +++ b/source/blender/editors/space_outliner/outliner_collections.cc @@ -16,7 +16,7 @@ #include "DNA_object_types.h" #include "BKE_collection.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_idtype.h" #include "BKE_layer.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/space_outliner/outliner_context.cc b/source/blender/editors/space_outliner/outliner_context.cc index f9b26ead858..63c747fd656 100644 --- a/source/blender/editors/space_outliner/outliner_context.cc +++ b/source/blender/editors/space_outliner/outliner_context.cc @@ -8,7 +8,7 @@ #include "BLI_listbase.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "DNA_space_types.h" diff --git a/source/blender/editors/space_outliner/outliner_dragdrop.cc b/source/blender/editors/space_outliner/outliner_dragdrop.cc index 32c5f3aa457..004849d147e 100644 --- a/source/blender/editors/space_outliner/outliner_dragdrop.cc +++ b/source/blender/editors/space_outliner/outliner_dragdrop.cc @@ -21,7 +21,7 @@ #include "BLT_translation.h" #include "BKE_collection.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/editors/space_outliner/outliner_draw.cc b/source/blender/editors/space_outliner/outliner_draw.cc index 1080630796b..4d997fc46ea 100644 --- a/source/blender/editors/space_outliner/outliner_draw.cc +++ b/source/blender/editors/space_outliner/outliner_draw.cc @@ -26,9 +26,9 @@ #include "BLT_translation.h" -#include "BKE_armature.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_deform.h" #include "BKE_gpencil_legacy.h" #include "BKE_grease_pencil.hh" diff --git a/source/blender/editors/space_outliner/outliner_edit.cc b/source/blender/editors/space_outliner/outliner_edit.cc index f202620c24e..5fdd6c82d85 100644 --- a/source/blender/editors/space_outliner/outliner_edit.cc +++ b/source/blender/editors/space_outliner/outliner_edit.cc @@ -26,9 +26,9 @@ #include "BKE_action.h" #include "BKE_animsys.h" #include "BKE_appdir.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_blender_copybuffer.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_idtype.h" #include "BKE_layer.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/space_outliner/outliner_select.cc b/source/blender/editors/space_outliner/outliner_select.cc index 2c8fa9b6885..f157ed4227d 100644 --- a/source/blender/editors/space_outliner/outliner_select.cc +++ b/source/blender/editors/space_outliner/outliner_select.cc @@ -24,10 +24,10 @@ #include "BLI_listbase.h" #include "BLI_utildefines.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_collection.h" #include "BKE_constraint.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_legacy.h" #include "BKE_gpencil_modifier_legacy.h" diff --git a/source/blender/editors/space_outliner/outliner_sync.cc b/source/blender/editors/space_outliner/outliner_sync.cc index 5713042de74..67e01e05596 100644 --- a/source/blender/editors/space_outliner/outliner_sync.cc +++ b/source/blender/editors/space_outliner/outliner_sync.cc @@ -19,8 +19,8 @@ #include "BLI_ghash.h" #include "BLI_listbase.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_main.h" diff --git a/source/blender/editors/space_outliner/outliner_tools.cc b/source/blender/editors/space_outliner/outliner_tools.cc index dab63e7c30e..1ca5c14ac08 100644 --- a/source/blender/editors/space_outliner/outliner_tools.cc +++ b/source/blender/editors/space_outliner/outliner_tools.cc @@ -39,10 +39,10 @@ #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_collection.h" #include "BKE_constraint.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_global.h" #include "BKE_grease_pencil.hh" diff --git a/source/blender/editors/space_outliner/outliner_utils.cc b/source/blender/editors/space_outliner/outliner_utils.cc index c1be2ee9562..4529122e673 100644 --- a/source/blender/editors/space_outliner/outliner_utils.cc +++ b/source/blender/editors/space_outliner/outliner_utils.cc @@ -15,8 +15,8 @@ #include "DNA_screen_types.h" #include "DNA_space_types.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_object.hh" #include "BKE_outliner_treehash.hh" diff --git a/source/blender/editors/space_outliner/space_outliner.cc b/source/blender/editors/space_outliner/space_outliner.cc index c2a05ede58a..74d7f333d7c 100644 --- a/source/blender/editors/space_outliner/space_outliner.cc +++ b/source/blender/editors/space_outliner/space_outliner.cc @@ -18,7 +18,7 @@ #include "BLI_mempool.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_query.h" #include "BKE_lib_remap.h" #include "BKE_outliner_treehash.hh" diff --git a/source/blender/editors/space_outliner/tree/tree_element_edit_bone.cc b/source/blender/editors/space_outliner/tree/tree_element_edit_bone.cc index 3214c85562a..9687154151e 100644 --- a/source/blender/editors/space_outliner/tree/tree_element_edit_bone.cc +++ b/source/blender/editors/space_outliner/tree/tree_element_edit_bone.cc @@ -6,7 +6,7 @@ * \ingroup spoutliner */ -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "DNA_outliner_types.h" diff --git a/source/blender/editors/space_outliner/tree/tree_element_id_armature.cc b/source/blender/editors/space_outliner/tree/tree_element_id_armature.cc index f1be0b52001..72d3bf80882 100644 --- a/source/blender/editors/space_outliner/tree/tree_element_id_armature.cc +++ b/source/blender/editors/space_outliner/tree/tree_element_id_armature.cc @@ -14,7 +14,7 @@ #include "BLI_listbase.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "../outliner_intern.hh" #include "tree_display.hh" diff --git a/source/blender/editors/space_script/script_edit.cc b/source/blender/editors/space_script/script_edit.cc index 4766dcf8a29..0c1923690e7 100644 --- a/source/blender/editors/space_script/script_edit.cc +++ b/source/blender/editors/space_script/script_edit.cc @@ -12,7 +12,7 @@ #include "BLI_listbase.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" #include "BLT_translation.h" diff --git a/source/blender/editors/space_script/space_script.cc b/source/blender/editors/space_script/space_script.cc index 3746a735b05..6b80f449cd6 100644 --- a/source/blender/editors/space_script/space_script.cc +++ b/source/blender/editors/space_script/space_script.cc @@ -14,7 +14,7 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_query.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/space_sequencer/sequencer_add.cc b/source/blender/editors/space_sequencer/sequencer_add.cc index cd31800e6b9..38d2634cc30 100644 --- a/source/blender/editors/space_sequencer/sequencer_add.cc +++ b/source/blender/editors/space_sequencer/sequencer_add.cc @@ -24,7 +24,7 @@ #include "DNA_sound_types.h" #include "DNA_space_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/editors/space_sequencer/sequencer_buttons.cc b/source/blender/editors/space_sequencer/sequencer_buttons.cc index e28d153127c..ac17699db7a 100644 --- a/source/blender/editors/space_sequencer/sequencer_buttons.cc +++ b/source/blender/editors/space_sequencer/sequencer_buttons.cc @@ -17,7 +17,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/space_sequencer/sequencer_channels_draw.cc b/source/blender/editors/space_sequencer/sequencer_channels_draw.cc index f9f72f8e2d7..b43bce18097 100644 --- a/source/blender/editors/space_sequencer/sequencer_channels_draw.cc +++ b/source/blender/editors/space_sequencer/sequencer_channels_draw.cc @@ -11,7 +11,7 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "BLI_blenlib.h" diff --git a/source/blender/editors/space_sequencer/sequencer_channels_edit.cc b/source/blender/editors/space_sequencer/sequencer_channels_edit.cc index b71c7ba38c0..df24b3f5a9c 100644 --- a/source/blender/editors/space_sequencer/sequencer_channels_edit.cc +++ b/source/blender/editors/space_sequencer/sequencer_channels_edit.cc @@ -10,7 +10,7 @@ #include "DNA_screen_types.h" #include "DNA_windowmanager_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BLI_blenlib.h" #include "BLI_utildefines.h" diff --git a/source/blender/editors/space_sequencer/sequencer_drag_drop.cc b/source/blender/editors/space_sequencer/sequencer_drag_drop.cc index 6f8070ce0a8..3f6f46d5cfc 100644 --- a/source/blender/editors/space_sequencer/sequencer_drag_drop.cc +++ b/source/blender/editors/space_sequencer/sequencer_drag_drop.cc @@ -14,7 +14,7 @@ #include "BLI_blenlib.h" #include "BLI_string_utils.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_image.h" #include "BKE_main.h" diff --git a/source/blender/editors/space_sequencer/sequencer_edit.cc b/source/blender/editors/space_sequencer/sequencer_edit.cc index b7f0e4f20dd..8f82ad53f28 100644 --- a/source/blender/editors/space_sequencer/sequencer_edit.cc +++ b/source/blender/editors/space_sequencer/sequencer_edit.cc @@ -25,7 +25,7 @@ #include "DNA_scene_types.h" #include "DNA_sound_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_global.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/space_sequencer/sequencer_modifier.cc b/source/blender/editors/space_sequencer/sequencer_modifier.cc index 8440530486f..2a138c52eac 100644 --- a/source/blender/editors/space_sequencer/sequencer_modifier.cc +++ b/source/blender/editors/space_sequencer/sequencer_modifier.cc @@ -13,7 +13,7 @@ #include "DEG_depsgraph.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/editors/space_sequencer/sequencer_preview.cc b/source/blender/editors/space_sequencer/sequencer_preview.cc index 468b5c16069..f51622e7add 100644 --- a/source/blender/editors/space_sequencer/sequencer_preview.cc +++ b/source/blender/editors/space_sequencer/sequencer_preview.cc @@ -13,7 +13,7 @@ #include "BLI_task.h" #include "BLI_threads.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_sound.h" diff --git a/source/blender/editors/space_sequencer/sequencer_preview_draw.cc b/source/blender/editors/space_sequencer/sequencer_preview_draw.cc index b44a1f6a21d..51eeb2ccc21 100644 --- a/source/blender/editors/space_sequencer/sequencer_preview_draw.cc +++ b/source/blender/editors/space_sequencer/sequencer_preview_draw.cc @@ -18,7 +18,7 @@ #include "DNA_screen_types.h" #include "DNA_space_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_scene.h" diff --git a/source/blender/editors/space_sequencer/sequencer_proxy.cc b/source/blender/editors/space_sequencer/sequencer_proxy.cc index bb966054fd1..72c81d7f040 100644 --- a/source/blender/editors/space_sequencer/sequencer_proxy.cc +++ b/source/blender/editors/space_sequencer/sequencer_proxy.cc @@ -13,7 +13,7 @@ #include "DNA_scene_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_main.h" #include "BKE_report.h" diff --git a/source/blender/editors/space_sequencer/sequencer_retiming.cc b/source/blender/editors/space_sequencer/sequencer_retiming.cc index d698c4c234b..c8c0f92d13b 100644 --- a/source/blender/editors/space_sequencer/sequencer_retiming.cc +++ b/source/blender/editors/space_sequencer/sequencer_retiming.cc @@ -16,7 +16,7 @@ #include "DNA_space_types.h" #include "DNA_workspace_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" #include "BKE_scene.h" diff --git a/source/blender/editors/space_sequencer/sequencer_retiming_draw.cc b/source/blender/editors/space_sequencer/sequencer_retiming_draw.cc index c5ab88c92c7..37fd8680d4f 100644 --- a/source/blender/editors/space_sequencer/sequencer_retiming_draw.cc +++ b/source/blender/editors/space_sequencer/sequencer_retiming_draw.cc @@ -14,7 +14,7 @@ #include "DNA_anim_types.h" #include "DNA_sequence_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_scene.h" diff --git a/source/blender/editors/space_sequencer/sequencer_select.cc b/source/blender/editors/space_sequencer/sequencer_select.cc index 5630b7bc628..0e69c09023c 100644 --- a/source/blender/editors/space_sequencer/sequencer_select.cc +++ b/source/blender/editors/space_sequencer/sequencer_select.cc @@ -20,7 +20,7 @@ #include "DNA_scene_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" #include "WM_api.hh" diff --git a/source/blender/editors/space_sequencer/sequencer_thumbnails.cc b/source/blender/editors/space_sequencer/sequencer_thumbnails.cc index e55bdbd5d91..902f25c1f87 100644 --- a/source/blender/editors/space_sequencer/sequencer_thumbnails.cc +++ b/source/blender/editors/space_sequencer/sequencer_thumbnails.cc @@ -9,7 +9,7 @@ #include "BLI_blenlib.h" #include "BLI_ghash.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_scene.h" diff --git a/source/blender/editors/space_sequencer/sequencer_timeline_draw.cc b/source/blender/editors/space_sequencer/sequencer_timeline_draw.cc index c94d591b5c6..d9f41632a59 100644 --- a/source/blender/editors/space_sequencer/sequencer_timeline_draw.cc +++ b/source/blender/editors/space_sequencer/sequencer_timeline_draw.cc @@ -20,7 +20,7 @@ #include "DNA_space_types.h" #include "DNA_userdef_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_global.h" #include "BKE_scene.h" diff --git a/source/blender/editors/space_sequencer/sequencer_view.cc b/source/blender/editors/space_sequencer/sequencer_view.cc index 63e1fe57829..22d169ce7f0 100644 --- a/source/blender/editors/space_sequencer/sequencer_view.cc +++ b/source/blender/editors/space_sequencer/sequencer_view.cc @@ -11,7 +11,7 @@ #include "DNA_scene_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_scene.h" #include "WM_api.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 b27bbed6339..11b6409079f 100644 --- a/source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc +++ b/source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc @@ -7,9 +7,9 @@ #include "BKE_attribute.hh" #include "BKE_compute_contexts.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_curves.hh" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_geometry_fields.hh" #include "BKE_geometry_set.hh" #include "BKE_global.h" @@ -20,7 +20,7 @@ #include "BKE_mesh_wrapper.hh" #include "BKE_modifier.hh" #include "BKE_object_types.hh" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BKE_volume_openvdb.hh" #include "DNA_ID.h" diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_dataset_draw.cc b/source/blender/editors/space_spreadsheet/spreadsheet_dataset_draw.cc index 95925d93add..e6fdced70dc 100644 --- a/source/blender/editors/space_spreadsheet/spreadsheet_dataset_draw.cc +++ b/source/blender/editors/space_spreadsheet/spreadsheet_dataset_draw.cc @@ -7,10 +7,10 @@ #include "DNA_space_types.h" #include "DNA_windowmanager_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_curves.hh" #include "BKE_grease_pencil.hh" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "RNA_access.hh" #include "RNA_prototypes.h" diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_ops.cc b/source/blender/editors/space_spreadsheet/spreadsheet_ops.cc index ac2f605ae23..342010d4c93 100644 --- a/source/blender/editors/space_spreadsheet/spreadsheet_ops.cc +++ b/source/blender/editors/space_spreadsheet/spreadsheet_ops.cc @@ -11,7 +11,7 @@ #include "MEM_guardedalloc.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "RNA_access.hh" #include "RNA_define.hh" diff --git a/source/blender/editors/space_statusbar/space_statusbar.cc b/source/blender/editors/space_statusbar/space_statusbar.cc index fb9fe295946..21340140779 100644 --- a/source/blender/editors/space_statusbar/space_statusbar.cc +++ b/source/blender/editors/space_statusbar/space_statusbar.cc @@ -13,7 +13,7 @@ #include "BLI_blenlib.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/space_text/space_text.cc b/source/blender/editors/space_text/space_text.cc index 7f7e5215f64..9d8c103b0f2 100644 --- a/source/blender/editors/space_text/space_text.cc +++ b/source/blender/editors/space_text/space_text.cc @@ -14,7 +14,7 @@ #include "BLI_blenlib.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_lib_id.h" #include "BKE_lib_query.h" diff --git a/source/blender/editors/space_text/text_autocomplete.cc b/source/blender/editors/space_text/text_autocomplete.cc index b0b56b55ec8..716e50e3068 100644 --- a/source/blender/editors/space_text/text_autocomplete.cc +++ b/source/blender/editors/space_text/text_autocomplete.cc @@ -16,7 +16,7 @@ #include "BLI_blenlib.h" #include "BLI_ghash.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "BKE_text.h" #include "BKE_text_suggestions.h" diff --git a/source/blender/editors/space_text/text_draw.cc b/source/blender/editors/space_text/text_draw.cc index 0c9cc2dab29..d8c0f42d5c8 100644 --- a/source/blender/editors/space_text/text_draw.cc +++ b/source/blender/editors/space_text/text_draw.cc @@ -16,7 +16,7 @@ #include "DNA_space_types.h" #include "DNA_text_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "BKE_text.h" #include "BKE_text_suggestions.h" diff --git a/source/blender/editors/space_text/text_header.cc b/source/blender/editors/space_text/text_header.cc index 56cbc036b60..60e09f9332f 100644 --- a/source/blender/editors/space_text/text_header.cc +++ b/source/blender/editors/space_text/text_header.cc @@ -12,7 +12,7 @@ #include "BLI_blenlib.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/space_text/text_ops.cc b/source/blender/editors/space_text/text_ops.cc index 94e6c6cbe9b..065b90c1505 100644 --- a/source/blender/editors/space_text/text_ops.cc +++ b/source/blender/editors/space_text/text_ops.cc @@ -24,7 +24,7 @@ #include "PIL_time.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_main.h" #include "BKE_report.h" diff --git a/source/blender/editors/space_text/text_undo.cc b/source/blender/editors/space_text/text_undo.cc index 33b9fbe9fb4..07c5911fb1e 100644 --- a/source/blender/editors/space_text/text_undo.cc +++ b/source/blender/editors/space_text/text_undo.cc @@ -20,7 +20,7 @@ #include "PIL_time.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_report.h" #include "BKE_text.h" diff --git a/source/blender/editors/space_topbar/space_topbar.cc b/source/blender/editors/space_topbar/space_topbar.cc index 83fbd4d6815..cc536af4128 100644 --- a/source/blender/editors/space_topbar/space_topbar.cc +++ b/source/blender/editors/space_topbar/space_topbar.cc @@ -17,7 +17,7 @@ #include "BLT_translation.h" #include "BKE_blendfile.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_screen.hh" #include "BKE_undo_system.h" diff --git a/source/blender/editors/space_userpref/space_userpref.cc b/source/blender/editors/space_userpref/space_userpref.cc index 2e8fd580ac9..f649fbf04f4 100644 --- a/source/blender/editors/space_userpref/space_userpref.cc +++ b/source/blender/editors/space_userpref/space_userpref.cc @@ -14,7 +14,7 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/space_userpref/userpref_ops.cc b/source/blender/editors/space_userpref/userpref_ops.cc index 308fbdf7220..1c299d513c9 100644 --- a/source/blender/editors/space_userpref/userpref_ops.cc +++ b/source/blender/editors/space_userpref/userpref_ops.cc @@ -18,7 +18,7 @@ #include "BLI_path_util.h" #include "BKE_callbacks.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_preferences.h" diff --git a/source/blender/editors/space_view3d/drawobject.cc b/source/blender/editors/space_view3d/drawobject.cc index 8eef802bcd4..b4377209407 100644 --- a/source/blender/editors/space_view3d/drawobject.cc +++ b/source/blender/editors/space_view3d/drawobject.cc @@ -13,9 +13,9 @@ #include "BLI_math_vector.h" -#include "BKE_DerivedMesh.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_DerivedMesh.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_global.h" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" diff --git a/source/blender/editors/space_view3d/space_view3d.cc b/source/blender/editors/space_view3d/space_view3d.cc index e06147f4b25..29ce1766a73 100644 --- a/source/blender/editors/space_view3d/space_view3d.cc +++ b/source/blender/editors/space_view3d/space_view3d.cc @@ -32,14 +32,14 @@ #include "BLT_translation.h" -#include "BKE_asset.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_asset.hh" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_global.h" #include "BKE_gpencil_legacy.h" #include "BKE_icons.h" #include "BKE_idprop.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_lib_query.h" @@ -50,7 +50,7 @@ #include "BKE_object.hh" #include "BKE_scene.h" #include "BKE_screen.hh" -#include "BKE_viewer_path.h" +#include "BKE_viewer_path.hh" #include "BKE_workspace.h" #include "ED_asset_shelf.h" diff --git a/source/blender/editors/space_view3d/view3d_buttons.cc b/source/blender/editors/space_view3d/view3d_buttons.cc index 296b1a4d792..5aec9df6533 100644 --- a/source/blender/editors/space_view3d/view3d_buttons.cc +++ b/source/blender/editors/space_view3d/view3d_buttons.cc @@ -33,12 +33,12 @@ #include "BLI_utildefines.h" #include "BKE_action.h" -#include "BKE_armature.h" -#include "BKE_context.h" -#include "BKE_curve.h" -#include "BKE_customdata.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" +#include "BKE_curve.hh" +#include "BKE_customdata.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_object.hh" #include "BKE_object_deform.h" diff --git a/source/blender/editors/space_view3d/view3d_context.cc b/source/blender/editors/space_view3d/view3d_context.cc index 8a6baac2b55..cacaabaf842 100644 --- a/source/blender/editors/space_view3d/view3d_context.cc +++ b/source/blender/editors/space_view3d/view3d_context.cc @@ -10,7 +10,7 @@ #include "DNA_screen_types.h" #include "DNA_space_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/space_view3d/view3d_cursor_snap.cc b/source/blender/editors/space_view3d/view3d_cursor_snap.cc index 104d884cbe3..67d6ad31090 100644 --- a/source/blender/editors/space_view3d/view3d_cursor_snap.cc +++ b/source/blender/editors/space_view3d/view3d_cursor_snap.cc @@ -17,7 +17,7 @@ #include "MEM_guardedalloc.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_main.h" diff --git a/source/blender/editors/space_view3d/view3d_draw.cc b/source/blender/editors/space_view3d/view3d_draw.cc index d82cb16c13b..27cfe46e2f9 100644 --- a/source/blender/editors/space_view3d/view3d_draw.cc +++ b/source/blender/editors/space_view3d/view3d_draw.cc @@ -18,11 +18,11 @@ #include "BLI_string_utils.hh" #include "BLI_threads.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_camera.h" #include "BKE_collection.h" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_global.h" #include "BKE_image.h" #include "BKE_key.h" diff --git a/source/blender/editors/space_view3d/view3d_edit.cc b/source/blender/editors/space_view3d/view3d_edit.cc index d74db8784a1..be3cf7c0465 100644 --- a/source/blender/editors/space_view3d/view3d_edit.cc +++ b/source/blender/editors/space_view3d/view3d_edit.cc @@ -21,7 +21,7 @@ #include "BLI_math_vector.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_camera.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/editors/space_view3d/view3d_gizmo_armature.cc b/source/blender/editors/space_view3d/view3d_gizmo_armature.cc index b81aa3f7003..8000c724a97 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_armature.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_armature.cc @@ -12,8 +12,8 @@ #include "BLI_utildefines.h" #include "BKE_action.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_object.hh" diff --git a/source/blender/editors/space_view3d/view3d_gizmo_camera.cc b/source/blender/editors/space_view3d/view3d_gizmo_camera.cc index 4aede567749..946469c6eea 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_camera.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_camera.cc @@ -12,7 +12,7 @@ #include "BLI_utildefines.h" #include "BKE_camera.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" diff --git a/source/blender/editors/space_view3d/view3d_gizmo_empty.cc b/source/blender/editors/space_view3d/view3d_gizmo_empty.cc index 45c995e82f1..a849c1deb69 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_empty.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_empty.cc @@ -10,7 +10,7 @@ #include "BLI_math_vector.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_layer.h" #include "BKE_object.hh" diff --git a/source/blender/editors/space_view3d/view3d_gizmo_forcefield.cc b/source/blender/editors/space_view3d/view3d_gizmo_forcefield.cc index e2371a5527c..9da9c87e014 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_forcefield.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_forcefield.cc @@ -8,7 +8,7 @@ #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "DNA_object_force_types.h" diff --git a/source/blender/editors/space_view3d/view3d_gizmo_light.cc b/source/blender/editors/space_view3d/view3d_gizmo_light.cc index 2433bbac875..9e8f4c4247e 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_light.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_light.cc @@ -11,7 +11,7 @@ #include "BLI_math_vector.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_object.hh" diff --git a/source/blender/editors/space_view3d/view3d_gizmo_navigate.cc b/source/blender/editors/space_view3d/view3d_gizmo_navigate.cc index 7df3ed91a38..4f8dc32a179 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_navigate.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_navigate.cc @@ -9,7 +9,7 @@ #include "BLI_math_vector.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "DNA_object_types.h" 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 4d07c0b12c8..1d81b75d8b7 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_navigate_type.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_navigate_type.cc @@ -20,7 +20,7 @@ #include "BLI_math_vector_types.hh" #include "BLI_sort_utils.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "GPU_batch.h" #include "GPU_batch_presets.h" diff --git a/source/blender/editors/space_view3d/view3d_gizmo_preselect.cc b/source/blender/editors/space_view3d/view3d_gizmo_preselect.cc index 2db3e40922e..7c463ef72a2 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_preselect.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_preselect.cc @@ -10,7 +10,7 @@ #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "ED_gizmo_utils.hh" #include "ED_screen.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 ba3544b9a35..1a016f43b37 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_preselect_type.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_preselect_type.cc @@ -17,8 +17,8 @@ #include "DNA_mesh_types.h" #include "DNA_view3d_types.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_mesh.hh" diff --git a/source/blender/editors/space_view3d/view3d_gizmo_ruler.cc b/source/blender/editors/space_view3d/view3d_gizmo_ruler.cc index c8c6321933e..bb3b22c11b6 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_ruler.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_ruler.cc @@ -17,7 +17,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_legacy.h" #include "BKE_main.h" #include "BKE_report.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 f23cc8e9d76..a93ad018fac 100644 --- a/source/blender/editors/space_view3d/view3d_gizmo_tool_generic.cc +++ b/source/blender/editors/space_view3d/view3d_gizmo_tool_generic.cc @@ -10,7 +10,7 @@ #include "BLI_math_vector.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "ED_gizmo_library.hh" diff --git a/source/blender/editors/space_view3d/view3d_header.cc b/source/blender/editors/space_view3d/view3d_header.cc index 5acc1e205d9..592a323ff10 100644 --- a/source/blender/editors/space_view3d/view3d_header.cc +++ b/source/blender/editors/space_view3d/view3d_header.cc @@ -19,8 +19,8 @@ #include "BLT_translation.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "DEG_depsgraph.hh" diff --git a/source/blender/editors/space_view3d/view3d_iterators.cc b/source/blender/editors/space_view3d/view3d_iterators.cc index eccfc4cf440..bf36ad6e83d 100644 --- a/source/blender/editors/space_view3d/view3d_iterators.cc +++ b/source/blender/editors/space_view3d/view3d_iterators.cc @@ -19,12 +19,12 @@ #include "BLI_rect.h" #include "BLI_utildefines.h" -#include "BKE_DerivedMesh.h" +#include "BKE_DerivedMesh.hh" #include "BKE_action.h" -#include "BKE_armature.h" -#include "BKE_curve.h" +#include "BKE_armature.hh" +#include "BKE_curve.hh" #include "BKE_displist.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_mesh.hh" #include "BKE_mesh_iterators.hh" #include "BKE_mesh_runtime.hh" diff --git a/source/blender/editors/space_view3d/view3d_navigate.cc b/source/blender/editors/space_view3d/view3d_navigate.cc index 6b725af3aac..465b9668d48 100644 --- a/source/blender/editors/space_view3d/view3d_navigate.cc +++ b/source/blender/editors/space_view3d/view3d_navigate.cc @@ -19,8 +19,8 @@ #include "BLT_translation.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_layer.h" #include "BKE_object.hh" diff --git a/source/blender/editors/space_view3d/view3d_navigate_fly.cc b/source/blender/editors/space_view3d/view3d_navigate_fly.cc index 471a9914a25..7449ca85b2a 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_fly.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_fly.cc @@ -26,7 +26,7 @@ #include "BLI_math_rotation.h" #include "BLI_rect.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_report.h" diff --git a/source/blender/editors/space_view3d/view3d_navigate_smoothview.cc b/source/blender/editors/space_view3d/view3d_navigate_smoothview.cc index 00f0173f6e4..94ecacb1709 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_smoothview.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_smoothview.cc @@ -14,7 +14,7 @@ #include "BLI_math_rotation.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "DEG_depsgraph_query.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 ae14db8070a..bb85488b892 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_all.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_all.cc @@ -8,8 +8,8 @@ #include "DNA_gpencil_legacy_types.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_crazyspace.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_layer.h" 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 7e6eb4ba83c..bb32560281c 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_axis.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_axis.cc @@ -17,8 +17,8 @@ #include "BLT_translation.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_layer.h" #include "BKE_object.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 f7f47ed03ab..7fa81db46d9 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_camera.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_camera.cc @@ -15,8 +15,8 @@ #include "BLT_translation.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_layer.h" #include "BKE_object.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 bfa49a3c653..246c0c639ae 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 @@ -16,8 +16,8 @@ #include "BLT_translation.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_layer.h" #include "BKE_object.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 a2ea9a0a364..122eac2bb32 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 @@ -16,8 +16,8 @@ #include "BLT_translation.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_layer.h" #include "BKE_object.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 a801d58426c..c5c44a46b19 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_dolly.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_dolly.cc @@ -6,7 +6,7 @@ * \ingroup spview3d */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" #include "BLI_math_vector.h" 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 8c8361bd03a..76d64f7b761 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_move.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_move.cc @@ -8,7 +8,7 @@ #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "WM_api.hh" diff --git a/source/blender/editors/space_view3d/view3d_navigate_view_ndof.cc b/source/blender/editors/space_view3d/view3d_navigate_view_ndof.cc index eaf862398a6..109ac85dd9f 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_ndof.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_ndof.cc @@ -6,7 +6,7 @@ * \ingroup spview3d */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "BLI_math_rotation.h" #include "BLI_math_vector.h" 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 c12e38a0111..39631557b8e 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_orbit.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_orbit.cc @@ -17,8 +17,8 @@ #include "BLT_translation.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_layer.h" #include "BKE_object.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 d50e8a9f0bb..501a26e3120 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_pan.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_pan.cc @@ -15,8 +15,8 @@ #include "BLT_translation.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_layer.h" #include "BKE_object.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 26af7790b4c..a886926b08d 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_roll.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_roll.cc @@ -11,7 +11,7 @@ #include "BLI_math_rotation.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "WM_api.hh" 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 cd7606d4d39..b85c4d20325 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_rotate.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_rotate.cc @@ -6,7 +6,7 @@ * \ingroup spview3d */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "BLI_math_matrix.h" #include "BLI_math_rotation.h" 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 8134ba57e36..52cac636ec1 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_view_zoom.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_view_zoom.cc @@ -9,7 +9,7 @@ #include "BLI_math_vector.h" #include "BLI_rect.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "DEG_depsgraph_query.hh" diff --git a/source/blender/editors/space_view3d/view3d_navigate_walk.cc b/source/blender/editors/space_view3d/view3d_navigate_walk.cc index a1d4c3808fa..5f9084ca916 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_walk.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_walk.cc @@ -24,7 +24,7 @@ #include "BLI_rect.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_main.h" #include "BKE_report.h" 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 7c18d26499e..7c97db0e627 100644 --- a/source/blender/editors/space_view3d/view3d_navigate_zoom_border.cc +++ b/source/blender/editors/space_view3d/view3d_navigate_zoom_border.cc @@ -13,7 +13,7 @@ #include "BLI_math_vector.h" #include "BLI_rect.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" #include "DEG_depsgraph_query.hh" diff --git a/source/blender/editors/space_view3d/view3d_ops.cc b/source/blender/editors/space_view3d/view3d_ops.cc index 713933824d8..fea999dec35 100644 --- a/source/blender/editors/space_view3d/view3d_ops.cc +++ b/source/blender/editors/space_view3d/view3d_ops.cc @@ -19,7 +19,7 @@ #include "BKE_appdir.h" #include "BKE_blender_copybuffer.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_report.h" diff --git a/source/blender/editors/space_view3d/view3d_placement.cc b/source/blender/editors/space_view3d/view3d_placement.cc index 2825dd0d1a8..579795ad1d4 100644 --- a/source/blender/editors/space_view3d/view3d_placement.cc +++ b/source/blender/editors/space_view3d/view3d_placement.cc @@ -16,7 +16,7 @@ #include "BLI_math_matrix.h" #include "BLI_math_rotation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "RNA_access.hh" #include "RNA_define.hh" diff --git a/source/blender/editors/space_view3d/view3d_select.cc b/source/blender/editors/space_view3d/view3d_select.cc index d75b78b7794..8ce591218fd 100644 --- a/source/blender/editors/space_view3d/view3d_select.cc +++ b/source/blender/editors/space_view3d/view3d_select.cc @@ -47,12 +47,12 @@ #include "IMB_imbuf_types.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_attribute.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_crazyspace.hh" -#include "BKE_curve.h" -#include "BKE_editmesh.h" +#include "BKE_curve.hh" +#include "BKE_editmesh.hh" #include "BKE_grease_pencil.hh" #include "BKE_layer.h" #include "BKE_mball.h" diff --git a/source/blender/editors/space_view3d/view3d_snap.cc b/source/blender/editors/space_view3d/view3d_snap.cc index ac83f8064c0..1fb9dc95b2d 100644 --- a/source/blender/editors/space_view3d/view3d_snap.cc +++ b/source/blender/editors/space_view3d/view3d_snap.cc @@ -17,9 +17,9 @@ #include "BLI_vector.hh" #include "BKE_action.h" -#include "BKE_armature.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_main.h" #include "BKE_mball.h" diff --git a/source/blender/editors/space_view3d/view3d_utils.cc b/source/blender/editors/space_view3d/view3d_utils.cc index 5414950fca6..feba109eb78 100644 --- a/source/blender/editors/space_view3d/view3d_utils.cc +++ b/source/blender/editors/space_view3d/view3d_utils.cc @@ -31,7 +31,7 @@ #include "BLI_utildefines.h" #include "BKE_camera.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_object.hh" #include "BKE_scene.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/space_view3d/view3d_view.cc b/source/blender/editors/space_view3d/view3d_view.cc index 84b41c57346..c1b53713b6a 100644 --- a/source/blender/editors/space_view3d/view3d_view.cc +++ b/source/blender/editors/space_view3d/view3d_view.cc @@ -16,7 +16,7 @@ #include "BLI_rect.h" #include "BKE_action.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_gpencil_modifier_legacy.h" #include "BKE_idprop.h" diff --git a/source/blender/editors/transform/transform.cc b/source/blender/editors/transform/transform.cc index 197a0e3c025..0a353784da5 100644 --- a/source/blender/editors/transform/transform.cc +++ b/source/blender/editors/transform/transform.cc @@ -19,8 +19,8 @@ #include "BLI_math_vector.h" #include "BLI_rect.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_mask.h" #include "BKE_scene.h" diff --git a/source/blender/editors/transform/transform_constraints.cc b/source/blender/editors/transform/transform_constraints.cc index bfdbb997f3d..c95c96afcc0 100644 --- a/source/blender/editors/transform/transform_constraints.cc +++ b/source/blender/editors/transform/transform_constraints.cc @@ -27,7 +27,7 @@ #include "BLI_string.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "ED_view3d.hh" diff --git a/source/blender/editors/transform/transform_convert.cc b/source/blender/editors/transform/transform_convert.cc index 4d366295fd2..64457554d76 100644 --- a/source/blender/editors/transform/transform_convert.cc +++ b/source/blender/editors/transform/transform_convert.cc @@ -21,7 +21,7 @@ #include "BKE_action.h" #include "BKE_anim_data.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_global.h" #include "BKE_image.h" diff --git a/source/blender/editors/transform/transform_convert_action.cc b/source/blender/editors/transform/transform_convert_action.cc index e5ceb3cec8e..f84e3003a6c 100644 --- a/source/blender/editors/transform/transform_convert_action.cc +++ b/source/blender/editors/transform/transform_convert_action.cc @@ -16,7 +16,7 @@ #include "BLI_math_vector.h" #include "BLI_rect.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_gpencil_legacy.h" #include "BKE_grease_pencil.hh" diff --git a/source/blender/editors/transform/transform_convert_armature.cc b/source/blender/editors/transform/transform_convert_armature.cc index c4a628d0883..eadb02e56ac 100644 --- a/source/blender/editors/transform/transform_convert_armature.cc +++ b/source/blender/editors/transform/transform_convert_armature.cc @@ -20,9 +20,9 @@ #include "BKE_action.h" #include "BKE_animsys.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_constraint.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_report.h" #include "BKE_scene.h" diff --git a/source/blender/editors/transform/transform_convert_cursor.cc b/source/blender/editors/transform/transform_convert_cursor.cc index 3f2c3cddb55..cb8cdae811c 100644 --- a/source/blender/editors/transform/transform_convert_cursor.cc +++ b/source/blender/editors/transform/transform_convert_cursor.cc @@ -16,7 +16,7 @@ #include "BLI_math_rotation.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" #include "BKE_scene.h" diff --git a/source/blender/editors/transform/transform_convert_curve.cc b/source/blender/editors/transform/transform_convert_curve.cc index 36ee68a95d8..9676be064d7 100644 --- a/source/blender/editors/transform/transform_convert_curve.cc +++ b/source/blender/editors/transform/transform_convert_curve.cc @@ -15,8 +15,8 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "transform.hh" #include "transform_snap.hh" diff --git a/source/blender/editors/transform/transform_convert_gpencil_legacy.cc b/source/blender/editors/transform/transform_convert_gpencil_legacy.cc index dce5c6ea149..09d7f7f165b 100644 --- a/source/blender/editors/transform/transform_convert_gpencil_legacy.cc +++ b/source/blender/editors/transform/transform_convert_gpencil_legacy.cc @@ -16,8 +16,8 @@ #include "BLI_math_vector.h" #include "BKE_colortools.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_gpencil_curve_legacy.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" diff --git a/source/blender/editors/transform/transform_convert_graph.cc b/source/blender/editors/transform/transform_convert_graph.cc index 4dd0183e70d..8a67aa0c58e 100644 --- a/source/blender/editors/transform/transform_convert_graph.cc +++ b/source/blender/editors/transform/transform_convert_graph.cc @@ -14,7 +14,7 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_layer.h" #include "BKE_nla.h" diff --git a/source/blender/editors/transform/transform_convert_grease_pencil.cc b/source/blender/editors/transform/transform_convert_grease_pencil.cc index 5079dd1f12b..518894f73e3 100644 --- a/source/blender/editors/transform/transform_convert_grease_pencil.cc +++ b/source/blender/editors/transform/transform_convert_grease_pencil.cc @@ -8,7 +8,7 @@ #include "BLI_math_matrix.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "ED_curves.hh" #include "ED_grease_pencil.hh" diff --git a/source/blender/editors/transform/transform_convert_lattice.cc b/source/blender/editors/transform/transform_convert_lattice.cc index ad0d9a47479..e6c56434c43 100644 --- a/source/blender/editors/transform/transform_convert_lattice.cc +++ b/source/blender/editors/transform/transform_convert_lattice.cc @@ -14,8 +14,8 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_context.h" -#include "BKE_lattice.h" +#include "BKE_context.hh" +#include "BKE_lattice.hh" #include "transform.hh" #include "transform_snap.hh" diff --git a/source/blender/editors/transform/transform_convert_mask.cc b/source/blender/editors/transform/transform_convert_mask.cc index 838bcfb1886..7c57ea01afe 100644 --- a/source/blender/editors/transform/transform_convert_mask.cc +++ b/source/blender/editors/transform/transform_convert_mask.cc @@ -14,7 +14,7 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_mask.h" #include "ED_clip.hh" diff --git a/source/blender/editors/transform/transform_convert_mball.cc b/source/blender/editors/transform/transform_convert_mball.cc index c65205a9242..ba692e15352 100644 --- a/source/blender/editors/transform/transform_convert_mball.cc +++ b/source/blender/editors/transform/transform_convert_mball.cc @@ -14,7 +14,7 @@ #include "BLI_math_rotation.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "transform.hh" #include "transform_snap.hh" diff --git a/source/blender/editors/transform/transform_convert_mesh.cc b/source/blender/editors/transform/transform_convert_mesh.cc index 8bd6568bd2d..b68550a8138 100644 --- a/source/blender/editors/transform/transform_convert_mesh.cc +++ b/source/blender/editors/transform/transform_convert_mesh.cc @@ -20,9 +20,9 @@ #include "BLI_math_vector.h" #include "BLI_memarena.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_crazyspace.hh" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_mesh.hh" #include "BKE_modifier.hh" #include "BKE_scene.h" diff --git a/source/blender/editors/transform/transform_convert_mesh_edge.cc b/source/blender/editors/transform/transform_convert_mesh_edge.cc index 529d4d36126..13bf1c7fcb2 100644 --- a/source/blender/editors/transform/transform_convert_mesh_edge.cc +++ b/source/blender/editors/transform/transform_convert_mesh_edge.cc @@ -13,9 +13,9 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_context.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_mesh.hh" #include "transform.hh" diff --git a/source/blender/editors/transform/transform_convert_mesh_skin.cc b/source/blender/editors/transform/transform_convert_mesh_skin.cc index ffcee56beb8..c0ac9f016a5 100644 --- a/source/blender/editors/transform/transform_convert_mesh_skin.cc +++ b/source/blender/editors/transform/transform_convert_mesh_skin.cc @@ -14,9 +14,9 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_crazyspace.hh" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_modifier.hh" #include "BKE_scene.h" diff --git a/source/blender/editors/transform/transform_convert_mesh_uv.cc b/source/blender/editors/transform/transform_convert_mesh_uv.cc index 105b5d0fe4b..87a227fc7d4 100644 --- a/source/blender/editors/transform/transform_convert_mesh_uv.cc +++ b/source/blender/editors/transform/transform_convert_mesh_uv.cc @@ -15,9 +15,9 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_context.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_mesh_mapping.hh" #include "ED_image.hh" diff --git a/source/blender/editors/transform/transform_convert_mesh_vert_cdata.cc b/source/blender/editors/transform/transform_convert_mesh_vert_cdata.cc index 1a587165890..4e3782c4c4d 100644 --- a/source/blender/editors/transform/transform_convert_mesh_vert_cdata.cc +++ b/source/blender/editors/transform/transform_convert_mesh_vert_cdata.cc @@ -9,8 +9,8 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "DEG_depsgraph.hh" diff --git a/source/blender/editors/transform/transform_convert_nla.cc b/source/blender/editors/transform/transform_convert_nla.cc index a39c9fc0602..7be4c97c619 100644 --- a/source/blender/editors/transform/transform_convert_nla.cc +++ b/source/blender/editors/transform/transform_convert_nla.cc @@ -18,7 +18,7 @@ #include "BLI_math_vector.h" #include "BKE_anim_data.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_nla.h" #include "ED_anim_api.hh" diff --git a/source/blender/editors/transform/transform_convert_node.cc b/source/blender/editors/transform/transform_convert_node.cc index 2d18269d22f..4e7656bbfdd 100644 --- a/source/blender/editors/transform/transform_convert_node.cc +++ b/source/blender/editors/transform/transform_convert_node.cc @@ -15,10 +15,10 @@ #include "BLI_math_vector.hh" #include "BLI_rect.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_node.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_report.h" #include "ED_node.hh" diff --git a/source/blender/editors/transform/transform_convert_object.cc b/source/blender/editors/transform/transform_convert_object.cc index eb5b03ccdc5..41463e6d54a 100644 --- a/source/blender/editors/transform/transform_convert_object.cc +++ b/source/blender/editors/transform/transform_convert_object.cc @@ -14,7 +14,7 @@ #include "BLI_math_vector.h" #include "BKE_animsys.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/editors/transform/transform_convert_object_texspace.cc b/source/blender/editors/transform/transform_convert_object_texspace.cc index 4381fbda1b5..654374efbf6 100644 --- a/source/blender/editors/transform/transform_convert_object_texspace.cc +++ b/source/blender/editors/transform/transform_convert_object_texspace.cc @@ -12,7 +12,7 @@ #include "BLI_math_vector.h" #include "BKE_animsys.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_object.hh" #include "BKE_report.h" diff --git a/source/blender/editors/transform/transform_convert_paintcurve.cc b/source/blender/editors/transform/transform_convert_paintcurve.cc index 31afb5eaaa7..fb846d687cb 100644 --- a/source/blender/editors/transform/transform_convert_paintcurve.cc +++ b/source/blender/editors/transform/transform_convert_paintcurve.cc @@ -13,7 +13,7 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_paint.hh" #include "transform.hh" diff --git a/source/blender/editors/transform/transform_convert_particle.cc b/source/blender/editors/transform/transform_convert_particle.cc index bbf1ee9e375..a5360ee7f25 100644 --- a/source/blender/editors/transform/transform_convert_particle.cc +++ b/source/blender/editors/transform/transform_convert_particle.cc @@ -14,7 +14,7 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_particle.h" #include "BKE_pointcache.h" diff --git a/source/blender/editors/transform/transform_convert_sculpt.cc b/source/blender/editors/transform/transform_convert_sculpt.cc index a565270a937..031a95d6777 100644 --- a/source/blender/editors/transform/transform_convert_sculpt.cc +++ b/source/blender/editors/transform/transform_convert_sculpt.cc @@ -12,7 +12,7 @@ #include "BLI_math_rotation.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_lib_id.h" #include "BKE_paint.hh" diff --git a/source/blender/editors/transform/transform_convert_sequencer.cc b/source/blender/editors/transform/transform_convert_sequencer.cc index faa814eaec4..1b10d51518f 100644 --- a/source/blender/editors/transform/transform_convert_sequencer.cc +++ b/source/blender/editors/transform/transform_convert_sequencer.cc @@ -14,7 +14,7 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_report.h" diff --git a/source/blender/editors/transform/transform_convert_sequencer_image.cc b/source/blender/editors/transform/transform_convert_sequencer_image.cc index bcc6b8298b5..2f5594d8750 100644 --- a/source/blender/editors/transform/transform_convert_sequencer_image.cc +++ b/source/blender/editors/transform/transform_convert_sequencer_image.cc @@ -15,7 +15,7 @@ #include "BLI_math_rotation.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" #include "SEQ_channels.hh" diff --git a/source/blender/editors/transform/transform_convert_sequencer_retiming.cc b/source/blender/editors/transform/transform_convert_sequencer_retiming.cc index 5758a0016d6..6d6131ad767 100644 --- a/source/blender/editors/transform/transform_convert_sequencer_retiming.cc +++ b/source/blender/editors/transform/transform_convert_sequencer_retiming.cc @@ -14,7 +14,7 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" #include "SEQ_relations.hh" diff --git a/source/blender/editors/transform/transform_convert_tracking.cc b/source/blender/editors/transform/transform_convert_tracking.cc index ecff8ac0b2b..a9716acdb54 100644 --- a/source/blender/editors/transform/transform_convert_tracking.cc +++ b/source/blender/editors/transform/transform_convert_tracking.cc @@ -13,10 +13,10 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_movieclip.h" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_tracking.h" #include "ED_clip.hh" diff --git a/source/blender/editors/transform/transform_convert_tracking_curves.cc b/source/blender/editors/transform/transform_convert_tracking_curves.cc index 6f1a6389e21..2a1e1ea4471 100644 --- a/source/blender/editors/transform/transform_convert_tracking_curves.cc +++ b/source/blender/editors/transform/transform_convert_tracking_curves.cc @@ -12,10 +12,10 @@ #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_movieclip.h" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_tracking.h" #include "BLI_math_matrix.h" diff --git a/source/blender/editors/transform/transform_draw_cursors.cc b/source/blender/editors/transform/transform_draw_cursors.cc index dd39d3a8dfe..86b9ed5fc33 100644 --- a/source/blender/editors/transform/transform_draw_cursors.cc +++ b/source/blender/editors/transform/transform_draw_cursors.cc @@ -12,7 +12,7 @@ #include "BLI_math_rotation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "DNA_screen_types.h" #include "DNA_userdef_types.h" diff --git a/source/blender/editors/transform/transform_generics.cc b/source/blender/editors/transform/transform_generics.cc index 5019d6b77a2..51543c7cf80 100644 --- a/source/blender/editors/transform/transform_generics.cc +++ b/source/blender/editors/transform/transform_generics.cc @@ -26,7 +26,7 @@ #include "GPU_immediate.h" #include "GPU_matrix.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_mask.h" #include "BKE_modifier.hh" diff --git a/source/blender/editors/transform/transform_gizmo_2d.cc b/source/blender/editors/transform/transform_gizmo_2d.cc index 87fa8772ab9..db4f88a3a2e 100644 --- a/source/blender/editors/transform/transform_gizmo_2d.cc +++ b/source/blender/editors/transform/transform_gizmo_2d.cc @@ -22,7 +22,7 @@ #include "DNA_space_types.h" #include "DNA_view3d_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_layer.h" diff --git a/source/blender/editors/transform/transform_gizmo_3d.cc b/source/blender/editors/transform/transform_gizmo_3d.cc index 228178af7e1..6d373bb0973 100644 --- a/source/blender/editors/transform/transform_gizmo_3d.cc +++ b/source/blender/editors/transform/transform_gizmo_3d.cc @@ -20,11 +20,11 @@ #include "DNA_lattice_types.h" #include "DNA_meta_types.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_crazyspace.hh" -#include "BKE_curve.h" -#include "BKE_editmesh.h" +#include "BKE_curve.hh" +#include "BKE_editmesh.hh" #include "BKE_global.h" #include "BKE_gpencil_legacy.h" #include "BKE_grease_pencil.hh" diff --git a/source/blender/editors/transform/transform_gizmo_3d_cage.cc b/source/blender/editors/transform/transform_gizmo_3d_cage.cc index b936df5f97f..2f8a4c2801c 100644 --- a/source/blender/editors/transform/transform_gizmo_3d_cage.cc +++ b/source/blender/editors/transform/transform_gizmo_3d_cage.cc @@ -13,7 +13,7 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_scene.h" diff --git a/source/blender/editors/transform/transform_gizmo_3d_shear.cc b/source/blender/editors/transform/transform_gizmo_3d_shear.cc index 044ffbc11da..0dbb1f1540d 100644 --- a/source/blender/editors/transform/transform_gizmo_3d_shear.cc +++ b/source/blender/editors/transform/transform_gizmo_3d_shear.cc @@ -13,7 +13,7 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_scene.h" #include "ED_gizmo_library.hh" diff --git a/source/blender/editors/transform/transform_gizmo_extrude_3d.cc b/source/blender/editors/transform/transform_gizmo_extrude_3d.cc index fa5daebc0de..b7c5c454456 100644 --- a/source/blender/editors/transform/transform_gizmo_extrude_3d.cc +++ b/source/blender/editors/transform/transform_gizmo_extrude_3d.cc @@ -12,7 +12,7 @@ #include "BLI_math_vector.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_scene.h" diff --git a/source/blender/editors/transform/transform_input.cc b/source/blender/editors/transform/transform_input.cc index 190976def6a..cab11ac1b7d 100644 --- a/source/blender/editors/transform/transform_input.cc +++ b/source/blender/editors/transform/transform_input.cc @@ -12,7 +12,7 @@ #include "DNA_screen_types.h" #include "DNA_space_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BLI_math_vector.h" #include "BLI_utildefines.h" diff --git a/source/blender/editors/transform/transform_mode.cc b/source/blender/editors/transform/transform_mode.cc index d89b9b1b6c1..c2d6c11a222 100644 --- a/source/blender/editors/transform/transform_mode.cc +++ b/source/blender/editors/transform/transform_mode.cc @@ -21,7 +21,7 @@ #include "BLI_string.h" #include "BKE_constraint.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_nla.h" #include "RNA_access.hh" diff --git a/source/blender/editors/transform/transform_mode_align.cc b/source/blender/editors/transform/transform_mode_align.cc index f6551b83c45..17f0662eb62 100644 --- a/source/blender/editors/transform/transform_mode_align.cc +++ b/source/blender/editors/transform/transform_mode_align.cc @@ -8,7 +8,7 @@ #include -#include "BKE_context.h" +#include "BKE_context.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/transform/transform_mode_baketime.cc b/source/blender/editors/transform/transform_mode_baketime.cc index b2fe672dbaa..b912e5b009f 100644 --- a/source/blender/editors/transform/transform_mode_baketime.cc +++ b/source/blender/editors/transform/transform_mode_baketime.cc @@ -11,7 +11,7 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_unit.h" #include "ED_screen.hh" diff --git a/source/blender/editors/transform/transform_mode_bbone_resize.cc b/source/blender/editors/transform/transform_mode_bbone_resize.cc index 466c86d8e30..16dde065c61 100644 --- a/source/blender/editors/transform/transform_mode_bbone_resize.cc +++ b/source/blender/editors/transform/transform_mode_bbone_resize.cc @@ -12,7 +12,7 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_unit.h" #include "ED_screen.hh" diff --git a/source/blender/editors/transform/transform_mode_bend.cc b/source/blender/editors/transform/transform_mode_bend.cc index ecc7ca6c263..77c8451b6c4 100644 --- a/source/blender/editors/transform/transform_mode_bend.cc +++ b/source/blender/editors/transform/transform_mode_bend.cc @@ -19,7 +19,7 @@ #include "BLI_string.h" #include "BLI_task.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_unit.h" #include "ED_screen.hh" diff --git a/source/blender/editors/transform/transform_mode_boneenvelope.cc b/source/blender/editors/transform/transform_mode_boneenvelope.cc index 7f6f5caa44d..58259c7cdd3 100644 --- a/source/blender/editors/transform/transform_mode_boneenvelope.cc +++ b/source/blender/editors/transform/transform_mode_boneenvelope.cc @@ -11,7 +11,7 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_unit.h" #include "ED_screen.hh" diff --git a/source/blender/editors/transform/transform_mode_boneroll.cc b/source/blender/editors/transform/transform_mode_boneroll.cc index 1f8b99bb5dc..949db8a31b5 100644 --- a/source/blender/editors/transform/transform_mode_boneroll.cc +++ b/source/blender/editors/transform/transform_mode_boneroll.cc @@ -12,7 +12,7 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_unit.h" #include "ED_screen.hh" diff --git a/source/blender/editors/transform/transform_mode_curveshrinkfatten.cc b/source/blender/editors/transform/transform_mode_curveshrinkfatten.cc index d17e903784e..7afdc017a27 100644 --- a/source/blender/editors/transform/transform_mode_curveshrinkfatten.cc +++ b/source/blender/editors/transform/transform_mode_curveshrinkfatten.cc @@ -12,7 +12,7 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_unit.h" #include "ED_screen.hh" diff --git a/source/blender/editors/transform/transform_mode_customdata.cc b/source/blender/editors/transform/transform_mode_customdata.cc index 099686a04e8..793ac5b47df 100644 --- a/source/blender/editors/transform/transform_mode_customdata.cc +++ b/source/blender/editors/transform/transform_mode_customdata.cc @@ -12,7 +12,7 @@ #include "BLI_string.h" #include "BLI_task.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_unit.h" #include "ED_screen.hh" diff --git a/source/blender/editors/transform/transform_mode_edge_rotate_normal.cc b/source/blender/editors/transform/transform_mode_edge_rotate_normal.cc index f1484ed41c4..e5551a98f95 100644 --- a/source/blender/editors/transform/transform_mode_edge_rotate_normal.cc +++ b/source/blender/editors/transform/transform_mode_edge_rotate_normal.cc @@ -12,8 +12,8 @@ #include "BLI_math_rotation.h" #include "BLI_math_vector.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_mesh.hh" #include "BKE_unit.h" diff --git a/source/blender/editors/transform/transform_mode_edge_seq_slide.cc b/source/blender/editors/transform/transform_mode_edge_seq_slide.cc index 072b006ddd4..cc1fbaabd01 100644 --- a/source/blender/editors/transform/transform_mode_edge_seq_slide.cc +++ b/source/blender/editors/transform/transform_mode_edge_seq_slide.cc @@ -13,7 +13,7 @@ #include "BLI_blenlib.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_unit.h" #include "ED_screen.hh" diff --git a/source/blender/editors/transform/transform_mode_edge_slide.cc b/source/blender/editors/transform/transform_mode_edge_slide.cc index a0800c5ba3a..c1d534e339f 100644 --- a/source/blender/editors/transform/transform_mode_edge_slide.cc +++ b/source/blender/editors/transform/transform_mode_edge_slide.cc @@ -15,8 +15,8 @@ #include "BLI_string.h" #include "BLI_utildefines_stack.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_editmesh_bvh.h" #include "BKE_unit.h" diff --git a/source/blender/editors/transform/transform_mode_gpopacity.cc b/source/blender/editors/transform/transform_mode_gpopacity.cc index e92a3831877..affcda2e925 100644 --- a/source/blender/editors/transform/transform_mode_gpopacity.cc +++ b/source/blender/editors/transform/transform_mode_gpopacity.cc @@ -11,7 +11,7 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_unit.h" #include "DNA_gpencil_legacy_types.h" diff --git a/source/blender/editors/transform/transform_mode_gpshrinkfatten.cc b/source/blender/editors/transform/transform_mode_gpshrinkfatten.cc index 953272c6151..e0848cddeea 100644 --- a/source/blender/editors/transform/transform_mode_gpshrinkfatten.cc +++ b/source/blender/editors/transform/transform_mode_gpshrinkfatten.cc @@ -11,7 +11,7 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_unit.h" #include "DNA_gpencil_legacy_types.h" diff --git a/source/blender/editors/transform/transform_mode_maskshrinkfatten.cc b/source/blender/editors/transform/transform_mode_maskshrinkfatten.cc index 09276d85eb1..15cab2eecea 100644 --- a/source/blender/editors/transform/transform_mode_maskshrinkfatten.cc +++ b/source/blender/editors/transform/transform_mode_maskshrinkfatten.cc @@ -11,7 +11,7 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_unit.h" #include "ED_screen.hh" diff --git a/source/blender/editors/transform/transform_mode_mirror.cc b/source/blender/editors/transform/transform_mode_mirror.cc index 88f65c9e278..05ff6a51db1 100644 --- a/source/blender/editors/transform/transform_mode_mirror.cc +++ b/source/blender/editors/transform/transform_mode_mirror.cc @@ -13,8 +13,8 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "ED_screen.hh" diff --git a/source/blender/editors/transform/transform_mode_push_pull.cc b/source/blender/editors/transform/transform_mode_push_pull.cc index c715158f5fa..ffff1d36623 100644 --- a/source/blender/editors/transform/transform_mode_push_pull.cc +++ b/source/blender/editors/transform/transform_mode_push_pull.cc @@ -13,7 +13,7 @@ #include "BLI_string.h" #include "BLI_task.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_unit.h" #include "ED_screen.hh" diff --git a/source/blender/editors/transform/transform_mode_resize.cc b/source/blender/editors/transform/transform_mode_resize.cc index f2681c3c344..b476d978fec 100644 --- a/source/blender/editors/transform/transform_mode_resize.cc +++ b/source/blender/editors/transform/transform_mode_resize.cc @@ -14,7 +14,7 @@ #include "BLI_math_vector.h" #include "BLI_task.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_unit.h" diff --git a/source/blender/editors/transform/transform_mode_rotate.cc b/source/blender/editors/transform/transform_mode_rotate.cc index 2ba19638272..f3a336847ce 100644 --- a/source/blender/editors/transform/transform_mode_rotate.cc +++ b/source/blender/editors/transform/transform_mode_rotate.cc @@ -13,7 +13,7 @@ #include "BLI_math_vector.h" #include "BLI_task.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" #include "BKE_unit.h" diff --git a/source/blender/editors/transform/transform_mode_shear.cc b/source/blender/editors/transform/transform_mode_shear.cc index 52ebf501db2..674851dfc72 100644 --- a/source/blender/editors/transform/transform_mode_shear.cc +++ b/source/blender/editors/transform/transform_mode_shear.cc @@ -15,7 +15,7 @@ #include "BLI_string.h" #include "BLI_task.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_unit.h" #include "ED_screen.hh" diff --git a/source/blender/editors/transform/transform_mode_shrink_fatten.cc b/source/blender/editors/transform/transform_mode_shrink_fatten.cc index e1bc00ff6bd..bdb8caebdfb 100644 --- a/source/blender/editors/transform/transform_mode_shrink_fatten.cc +++ b/source/blender/editors/transform/transform_mode_shrink_fatten.cc @@ -12,7 +12,7 @@ #include "BLI_string.h" #include "BLI_task.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" #include "BKE_unit.h" diff --git a/source/blender/editors/transform/transform_mode_skin_resize.cc b/source/blender/editors/transform/transform_mode_skin_resize.cc index faf56a196a6..10fbc8b19af 100644 --- a/source/blender/editors/transform/transform_mode_skin_resize.cc +++ b/source/blender/editors/transform/transform_mode_skin_resize.cc @@ -12,7 +12,7 @@ #include "BLI_math_vector.h" #include "BLI_task.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_unit.h" #include "ED_screen.hh" diff --git a/source/blender/editors/transform/transform_mode_snapsource.cc b/source/blender/editors/transform/transform_mode_snapsource.cc index 08609908d98..8d5b6eac68f 100644 --- a/source/blender/editors/transform/transform_mode_snapsource.cc +++ b/source/blender/editors/transform/transform_mode_snapsource.cc @@ -10,7 +10,7 @@ #include "DNA_windowmanager_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "ED_screen.hh" #include "ED_transform_snap_object_context.hh" diff --git a/source/blender/editors/transform/transform_mode_tilt.cc b/source/blender/editors/transform/transform_mode_tilt.cc index afe61cd1bc7..1ed0a474ca3 100644 --- a/source/blender/editors/transform/transform_mode_tilt.cc +++ b/source/blender/editors/transform/transform_mode_tilt.cc @@ -12,7 +12,7 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_unit.h" #include "ED_screen.hh" diff --git a/source/blender/editors/transform/transform_mode_timescale.cc b/source/blender/editors/transform/transform_mode_timescale.cc index 44f7342efa6..7903220bfd8 100644 --- a/source/blender/editors/transform/transform_mode_timescale.cc +++ b/source/blender/editors/transform/transform_mode_timescale.cc @@ -13,7 +13,7 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_nla.h" #include "BKE_unit.h" diff --git a/source/blender/editors/transform/transform_mode_timeslide.cc b/source/blender/editors/transform/transform_mode_timeslide.cc index e0ebf0cead6..280e3a15d17 100644 --- a/source/blender/editors/transform/transform_mode_timeslide.cc +++ b/source/blender/editors/transform/transform_mode_timeslide.cc @@ -15,7 +15,7 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_nla.h" #include "BKE_unit.h" diff --git a/source/blender/editors/transform/transform_mode_timetranslate.cc b/source/blender/editors/transform/transform_mode_timetranslate.cc index d536dadeecc..d04061c9826 100644 --- a/source/blender/editors/transform/transform_mode_timetranslate.cc +++ b/source/blender/editors/transform/transform_mode_timetranslate.cc @@ -13,7 +13,7 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_unit.h" #include "ED_screen.hh" diff --git a/source/blender/editors/transform/transform_mode_tosphere.cc b/source/blender/editors/transform/transform_mode_tosphere.cc index 72c0ed676d9..ae8b14fa4d1 100644 --- a/source/blender/editors/transform/transform_mode_tosphere.cc +++ b/source/blender/editors/transform/transform_mode_tosphere.cc @@ -15,7 +15,7 @@ #include "MEM_guardedalloc.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_unit.h" #include "ED_screen.hh" diff --git a/source/blender/editors/transform/transform_mode_trackball.cc b/source/blender/editors/transform/transform_mode_trackball.cc index e212f9d4558..a12a3eea039 100644 --- a/source/blender/editors/transform/transform_mode_trackball.cc +++ b/source/blender/editors/transform/transform_mode_trackball.cc @@ -14,7 +14,7 @@ #include "BLI_string.h" #include "BLI_task.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_unit.h" #include "ED_screen.hh" diff --git a/source/blender/editors/transform/transform_mode_translate.cc b/source/blender/editors/transform/transform_mode_translate.cc index 536b30a606b..a4668af178a 100644 --- a/source/blender/editors/transform/transform_mode_translate.cc +++ b/source/blender/editors/transform/transform_mode_translate.cc @@ -18,7 +18,7 @@ #include "BLI_string.h" #include "BLI_task.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_report.h" #include "BKE_unit.h" diff --git a/source/blender/editors/transform/transform_mode_vert_slide.cc b/source/blender/editors/transform/transform_mode_vert_slide.cc index 328a79e245f..dc51f440fea 100644 --- a/source/blender/editors/transform/transform_mode_vert_slide.cc +++ b/source/blender/editors/transform/transform_mode_vert_slide.cc @@ -13,8 +13,8 @@ #include "BLI_math_matrix.h" #include "BLI_string.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_unit.h" #include "GPU_immediate.h" diff --git a/source/blender/editors/transform/transform_ops.cc b/source/blender/editors/transform/transform_ops.cc index d75821f6bd9..27039700184 100644 --- a/source/blender/editors/transform/transform_ops.cc +++ b/source/blender/editors/transform/transform_ops.cc @@ -16,8 +16,8 @@ #include "BLT_translation.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_global.h" #include "BKE_report.h" #include "BKE_scene.h" diff --git a/source/blender/editors/transform/transform_orientations.cc b/source/blender/editors/transform/transform_orientations.cc index 18bc4abe338..46e24fbd488 100644 --- a/source/blender/editors/transform/transform_orientations.cc +++ b/source/blender/editors/transform/transform_orientations.cc @@ -32,10 +32,10 @@ #include "BLI_utildefines.h" #include "BKE_action.h" -#include "BKE_armature.h" -#include "BKE_context.h" -#include "BKE_curve.h" -#include "BKE_editmesh.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" +#include "BKE_curve.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_report.h" #include "BKE_scene.h" diff --git a/source/blender/editors/transform/transform_snap.cc b/source/blender/editors/transform/transform_snap.cc index bea6c0a4e96..bf7d040f7a7 100644 --- a/source/blender/editors/transform/transform_snap.cc +++ b/source/blender/editors/transform/transform_snap.cc @@ -21,8 +21,8 @@ #include "GPU_matrix.h" #include "GPU_state.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_node_runtime.hh" #include "BKE_object.hh" diff --git a/source/blender/editors/transform/transform_snap_animation.cc b/source/blender/editors/transform/transform_snap_animation.cc index 295e2b5dfda..0282dbfc2c5 100644 --- a/source/blender/editors/transform/transform_snap_animation.cc +++ b/source/blender/editors/transform/transform_snap_animation.cc @@ -11,7 +11,7 @@ #include "BLI_math_matrix_types.hh" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_nla.h" #include "ED_markers.hh" diff --git a/source/blender/editors/transform/transform_snap_object.cc b/source/blender/editors/transform/transform_snap_object.cc index d11e62ef433..551b7aebaaa 100644 --- a/source/blender/editors/transform/transform_snap_object.cc +++ b/source/blender/editors/transform/transform_snap_object.cc @@ -12,9 +12,9 @@ #include "DNA_screen_types.h" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BKE_duplilist.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_geometry_set_instances.hh" #include "BKE_layer.h" #include "BKE_mesh.hh" diff --git a/source/blender/editors/transform/transform_snap_object_armature.cc b/source/blender/editors/transform/transform_snap_object_armature.cc index 605d015db6e..a0db4aa7919 100644 --- a/source/blender/editors/transform/transform_snap_object_armature.cc +++ b/source/blender/editors/transform/transform_snap_object_armature.cc @@ -8,8 +8,8 @@ #include "BLI_math_matrix.hh" -#include "BKE_armature.h" -#include "BKE_bvhutils.h" +#include "BKE_armature.hh" +#include "BKE_bvhutils.hh" #include "BKE_mesh.hh" #include "DNA_armature_types.h" diff --git a/source/blender/editors/transform/transform_snap_object_camera.cc b/source/blender/editors/transform/transform_snap_object_camera.cc index f8a7cfe518d..29632c410b8 100644 --- a/source/blender/editors/transform/transform_snap_object_camera.cc +++ b/source/blender/editors/transform/transform_snap_object_camera.cc @@ -8,7 +8,7 @@ #include "BLI_math_matrix.hh" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BKE_mesh.hh" #include "BKE_object.hh" #include "BKE_tracking.h" diff --git a/source/blender/editors/transform/transform_snap_object_curve.cc b/source/blender/editors/transform/transform_snap_object_curve.cc index 228190be6d6..8896ff8b3f9 100644 --- a/source/blender/editors/transform/transform_snap_object_curve.cc +++ b/source/blender/editors/transform/transform_snap_object_curve.cc @@ -10,8 +10,8 @@ #include "DNA_curve_types.h" -#include "BKE_bvhutils.h" -#include "BKE_curve.h" +#include "BKE_bvhutils.hh" +#include "BKE_curve.hh" #include "BKE_mesh.hh" #include "BKE_object.hh" diff --git a/source/blender/editors/transform/transform_snap_object_editmesh.cc b/source/blender/editors/transform/transform_snap_object_editmesh.cc index 408822aa472..b7ad7cc2bea 100644 --- a/source/blender/editors/transform/transform_snap_object_editmesh.cc +++ b/source/blender/editors/transform/transform_snap_object_editmesh.cc @@ -9,8 +9,8 @@ #include "BLI_math_matrix.hh" #include "BLI_math_vector.h" -#include "BKE_bvhutils.h" -#include "BKE_editmesh.h" +#include "BKE_bvhutils.hh" +#include "BKE_editmesh.hh" #include "BKE_global.h" #include "BKE_mesh.hh" #include "BKE_object.hh" diff --git a/source/blender/editors/transform/transform_snap_object_mesh.cc b/source/blender/editors/transform/transform_snap_object_mesh.cc index 9157e8bd90d..d0d60ff1523 100644 --- a/source/blender/editors/transform/transform_snap_object_mesh.cc +++ b/source/blender/editors/transform/transform_snap_object_mesh.cc @@ -9,8 +9,8 @@ #include "BLI_math_matrix.hh" #include "BLI_math_vector.h" -#include "BKE_bvhutils.h" -#include "BKE_editmesh.h" +#include "BKE_bvhutils.hh" +#include "BKE_editmesh.hh" #include "BKE_mesh.hh" #include "BKE_object.hh" diff --git a/source/blender/editors/transform/transform_snap_sequencer.cc b/source/blender/editors/transform/transform_snap_sequencer.cc index 7040c53f892..e46b602951f 100644 --- a/source/blender/editors/transform/transform_snap_sequencer.cc +++ b/source/blender/editors/transform/transform_snap_sequencer.cc @@ -12,7 +12,7 @@ #include "BLI_blenlib.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "ED_screen.hh" #include "ED_transform.hh" diff --git a/source/blender/editors/undo/ed_undo.cc b/source/blender/editors/undo/ed_undo.cc index 7902553b6f3..4fd779510d9 100644 --- a/source/blender/editors/undo/ed_undo.cc +++ b/source/blender/editors/undo/ed_undo.cc @@ -22,7 +22,7 @@ #include "BKE_blender_undo.h" #include "BKE_callbacks.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_main.h" diff --git a/source/blender/editors/undo/memfile_undo.cc b/source/blender/editors/undo/memfile_undo.cc index 9339335dfe2..c2c370b0cac 100644 --- a/source/blender/editors/undo/memfile_undo.cc +++ b/source/blender/editors/undo/memfile_undo.cc @@ -22,7 +22,7 @@ #include "DNA_scene_types.h" #include "BKE_blender_undo.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_lib_query.h" #include "BKE_main.h" diff --git a/source/blender/editors/util/ed_draw.cc b/source/blender/editors/util/ed_draw.cc index b4325ffb905..750c8cf6a60 100644 --- a/source/blender/editors/util/ed_draw.cc +++ b/source/blender/editors/util/ed_draw.cc @@ -20,7 +20,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BLF_api.h" diff --git a/source/blender/editors/util/ed_transverts.cc b/source/blender/editors/util/ed_transverts.cc index 3e1d5f372fe..f3941f399af 100644 --- a/source/blender/editors/util/ed_transverts.cc +++ b/source/blender/editors/util/ed_transverts.cc @@ -19,12 +19,12 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BKE_DerivedMesh.h" -#include "BKE_armature.h" -#include "BKE_context.h" -#include "BKE_curve.h" -#include "BKE_editmesh.h" -#include "BKE_lattice.h" +#include "BKE_DerivedMesh.hh" +#include "BKE_armature.hh" +#include "BKE_context.hh" +#include "BKE_curve.hh" +#include "BKE_editmesh.hh" +#include "BKE_lattice.hh" #include "BKE_mesh_iterators.hh" #include "BKE_object.hh" diff --git a/source/blender/editors/util/ed_util_imbuf.cc b/source/blender/editors/util/ed_util_imbuf.cc index 401ffb81783..a79d98c6d2f 100644 --- a/source/blender/editors/util/ed_util_imbuf.cc +++ b/source/blender/editors/util/ed_util_imbuf.cc @@ -12,7 +12,7 @@ #include "BLI_rect.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_main.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/util/ed_util_ops.cc b/source/blender/editors/util/ed_util_ops.cc index 3f6694e092a..4f0529a4415 100644 --- a/source/blender/editors/util/ed_util_ops.cc +++ b/source/blender/editors/util/ed_util_ops.cc @@ -16,7 +16,7 @@ #include "BLI_fileops.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_lib_override.hh" #include "BKE_main.h" diff --git a/source/blender/editors/util/ed_viewer_path.cc b/source/blender/editors/util/ed_viewer_path.cc index a0edcd5d984..e29ad273b8b 100644 --- a/source/blender/editors/util/ed_viewer_path.cc +++ b/source/blender/editors/util/ed_viewer_path.cc @@ -6,7 +6,7 @@ #include "ED_screen.hh" #include "BKE_compute_contexts.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_node_runtime.hh" #include "BKE_node_tree_zones.hh" diff --git a/source/blender/editors/util/gizmo_utils.cc b/source/blender/editors/util/gizmo_utils.cc index 1ae2cd8791b..96b5491522f 100644 --- a/source/blender/editors/util/gizmo_utils.cc +++ b/source/blender/editors/util/gizmo_utils.cc @@ -12,7 +12,7 @@ #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "DNA_workspace_types.h" diff --git a/source/blender/editors/util/numinput.cc b/source/blender/editors/util/numinput.cc index 492837c2f58..3f451285bf0 100644 --- a/source/blender/editors/util/numinput.cc +++ b/source/blender/editors/util/numinput.cc @@ -17,7 +17,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" #include "BKE_scene.h" #include "BKE_unit.h" diff --git a/source/blender/editors/uvedit/uvedit_buttons.cc b/source/blender/editors/uvedit/uvedit_buttons.cc index 8015c66e2ec..37b92de142a 100644 --- a/source/blender/editors/uvedit/uvedit_buttons.cc +++ b/source/blender/editors/uvedit/uvedit_buttons.cc @@ -23,9 +23,9 @@ #include "BLT_translation.h" -#include "BKE_context.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_screen.hh" diff --git a/source/blender/editors/uvedit/uvedit_clipboard.cc b/source/blender/editors/uvedit/uvedit_clipboard.cc index 9e075af33d8..23f760493b5 100644 --- a/source/blender/editors/uvedit/uvedit_clipboard.cc +++ b/source/blender/editors/uvedit/uvedit_clipboard.cc @@ -18,9 +18,9 @@ * * An iso_edge is undirected. */ -#include "BKE_context.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_mesh_mapping.hh" /* UvElementMap */ #include "BKE_report.h" diff --git a/source/blender/editors/uvedit/uvedit_islands.cc b/source/blender/editors/uvedit/uvedit_islands.cc index bf1893c2655..562b593497f 100644 --- a/source/blender/editors/uvedit/uvedit_islands.cc +++ b/source/blender/editors/uvedit/uvedit_islands.cc @@ -16,7 +16,7 @@ #include "BLI_listbase.h" #include "BLI_math_vector.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "DNA_image_types.h" diff --git a/source/blender/editors/uvedit/uvedit_ops.cc b/source/blender/editors/uvedit/uvedit_ops.cc index b56bbeec8c1..0268c352211 100644 --- a/source/blender/editors/uvedit/uvedit_ops.cc +++ b/source/blender/editors/uvedit/uvedit_ops.cc @@ -28,9 +28,9 @@ #include "BLT_translation.h" -#include "BKE_context.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_main.h" #include "BKE_material.h" diff --git a/source/blender/editors/uvedit/uvedit_path.cc b/source/blender/editors/uvedit/uvedit_path.cc index 385855ba1e0..5996b80a36c 100644 --- a/source/blender/editors/uvedit/uvedit_path.cc +++ b/source/blender/editors/uvedit/uvedit_path.cc @@ -29,9 +29,9 @@ #include "DNA_scene_types.h" #include "DNA_space_types.h" -#include "BKE_context.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_mesh.hh" #include "BKE_report.h" diff --git a/source/blender/editors/uvedit/uvedit_rip.cc b/source/blender/editors/uvedit/uvedit_rip.cc index 0aef529f8c2..580b44ecefa 100644 --- a/source/blender/editors/uvedit/uvedit_rip.cc +++ b/source/blender/editors/uvedit/uvedit_rip.cc @@ -25,9 +25,9 @@ #include "DNA_scene_types.h" #include "DNA_space_types.h" -#include "BKE_context.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_report.h" diff --git a/source/blender/editors/uvedit/uvedit_select.cc b/source/blender/editors/uvedit/uvedit_select.cc index ebbacf62dfa..4b42e09df45 100644 --- a/source/blender/editors/uvedit/uvedit_select.cc +++ b/source/blender/editors/uvedit/uvedit_select.cc @@ -37,9 +37,9 @@ #include "BLT_translation.h" -#include "BKE_context.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_material.h" #include "BKE_mesh.hh" diff --git a/source/blender/editors/uvedit/uvedit_smart_stitch.cc b/source/blender/editors/uvedit/uvedit_smart_stitch.cc index 756b8207832..943efaf3552 100644 --- a/source/blender/editors/uvedit/uvedit_smart_stitch.cc +++ b/source/blender/editors/uvedit/uvedit_smart_stitch.cc @@ -26,9 +26,9 @@ #include "BLT_translation.h" -#include "BKE_context.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_mesh_mapping.hh" #include "BKE_report.h" diff --git a/source/blender/editors/uvedit/uvedit_unwrap_ops.cc b/source/blender/editors/uvedit/uvedit_unwrap_ops.cc index 71d6e2d5b02..584e10f48e1 100644 --- a/source/blender/editors/uvedit/uvedit_unwrap_ops.cc +++ b/source/blender/editors/uvedit/uvedit_unwrap_ops.cc @@ -37,9 +37,9 @@ #include "BLT_translation.h" -#include "BKE_context.h" -#include "BKE_customdata.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" +#include "BKE_editmesh.hh" #include "BKE_image.h" #include "BKE_layer.h" #include "BKE_lib_id.h" diff --git a/source/blender/freestyle/intern/blender_interface/BlenderFileLoader.h b/source/blender/freestyle/intern/blender_interface/BlenderFileLoader.h index 8c05fdee667..eb4dcba10b5 100644 --- a/source/blender/freestyle/intern/blender_interface/BlenderFileLoader.h +++ b/source/blender/freestyle/intern/blender_interface/BlenderFileLoader.h @@ -33,7 +33,7 @@ #include "render_types.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_lib_id.h" #include "BKE_material.h" #include "BKE_mesh.h" diff --git a/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp b/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp index 391a8ecc660..a3d7934e377 100644 --- a/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp +++ b/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp @@ -30,7 +30,7 @@ #include "BKE_attribute.h" #include "BKE_collection.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_global.h" #include "BKE_idprop.h" #include "BKE_layer.h" @@ -39,7 +39,7 @@ #include "BKE_material.h" #include "BKE_mesh.hh" #include "BKE_node.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_object.hh" #include "BKE_scene.h" diff --git a/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp b/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp index 33f5d43b380..207c8dde105 100644 --- a/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp +++ b/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp @@ -29,7 +29,7 @@ using namespace Freestyle; #include "DNA_text_types.h" #include "BKE_callbacks.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_freestyle.h" #include "BKE_global.h" #include "BKE_lib_id.h" diff --git a/source/blender/freestyle/intern/system/PythonInterpreter.h b/source/blender/freestyle/intern/system/PythonInterpreter.h index f78ae7a7599..a97284e5b88 100644 --- a/source/blender/freestyle/intern/system/PythonInterpreter.h +++ b/source/blender/freestyle/intern/system/PythonInterpreter.h @@ -23,7 +23,7 @@ extern "C" { // soc #include "DNA_text_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/geometry/GEO_add_curves_on_mesh.hh b/source/blender/geometry/GEO_add_curves_on_mesh.hh index fdcc5fa0bb9..c1523e0452b 100644 --- a/source/blender/geometry/GEO_add_curves_on_mesh.hh +++ b/source/blender/geometry/GEO_add_curves_on_mesh.hh @@ -9,7 +9,7 @@ #include "BLI_math_vector.hh" #include "BLI_span.hh" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BKE_curves.hh" #include "DNA_mesh_types.h" diff --git a/source/blender/geometry/intern/curve_constraints.cc b/source/blender/geometry/intern/curve_constraints.cc index 5d189b86229..d19ce0bcfdb 100644 --- a/source/blender/geometry/intern/curve_constraints.cc +++ b/source/blender/geometry/intern/curve_constraints.cc @@ -7,7 +7,7 @@ #include "GEO_curve_constraints.hh" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" /** * The code below uses a prefix naming convention to indicate the coordinate space: diff --git a/source/blender/geometry/intern/mesh_merge_by_distance.cc b/source/blender/geometry/intern/mesh_merge_by_distance.cc index 8d4dccf494a..0e5d2d7d2d9 100644 --- a/source/blender/geometry/intern/mesh_merge_by_distance.cc +++ b/source/blender/geometry/intern/mesh_merge_by_distance.cc @@ -17,7 +17,7 @@ #include "DNA_mesh_types.h" #include "DNA_meshdata_types.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "GEO_mesh_merge_by_distance.hh" diff --git a/source/blender/geometry/intern/mesh_to_volume.cc b/source/blender/geometry/intern/mesh_to_volume.cc index 8815f65cec6..a125e6e4393 100644 --- a/source/blender/geometry/intern/mesh_to_volume.cc +++ b/source/blender/geometry/intern/mesh_to_volume.cc @@ -7,7 +7,7 @@ #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BKE_volume_openvdb.hh" #include "GEO_mesh_to_volume.hh" diff --git a/source/blender/geometry/intern/points_to_volume.cc b/source/blender/geometry/intern/points_to_volume.cc index 6c29e352180..44495cfb406 100644 --- a/source/blender/geometry/intern/points_to_volume.cc +++ b/source/blender/geometry/intern/points_to_volume.cc @@ -4,7 +4,7 @@ #include "BLI_math_matrix.hh" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BKE_volume_openvdb.hh" #include "GEO_points_to_volume.hh" diff --git a/source/blender/geometry/intern/randomize.cc b/source/blender/geometry/intern/randomize.cc index 654225307d7..7d4307fa5ee 100644 --- a/source/blender/geometry/intern/randomize.cc +++ b/source/blender/geometry/intern/randomize.cc @@ -16,7 +16,7 @@ #include "BKE_attribute.hh" #include "BKE_attribute_math.hh" #include "BKE_curves.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_geometry_set.hh" #include "BKE_global.h" #include "BKE_instances.hh" 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 99b0078b12d..7df0caf0054 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 @@ -22,8 +22,8 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" #include "BKE_gpencil_modifier_legacy.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 2155e5b7cf1..08592713488 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 @@ -27,7 +27,7 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" #include "BKE_gpencil_modifier_legacy.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 06e62aa9685..17fd852e938 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 @@ -30,7 +30,7 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_color.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_color.cc index c76c7eac20d..3d16ed063ad 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_color.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_color.cc @@ -23,7 +23,7 @@ #include "DNA_screen_types.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_modifier_legacy.h" #include "BKE_lib_query.h" #include "BKE_main.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 9db4ad65866..b8e60180c16 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 @@ -23,7 +23,7 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.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 8906e1cd37e..d20826c9599 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 @@ -28,7 +28,7 @@ #include "BKE_action.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_modifier_legacy.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 cb3c0f3bcb7..3520a2764c2 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 @@ -22,11 +22,11 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_modifier_legacy.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_lib_query.h" #include "BKE_main.h" #include "BKE_modifier.hh" 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 438f7435022..749f7cc83c1 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 @@ -24,7 +24,7 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_modifier_legacy.h" #include "BKE_lib_query.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 0cc4467d1e7..9dad0afa1c1 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 @@ -23,7 +23,7 @@ #include "DNA_screen_types.h" #include "BKE_collection.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_gpencil_legacy.h" #include "BKE_gpencil_modifier_legacy.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_mirror.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_mirror.cc index c941ee918b6..df03e1978a7 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_mirror.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_mirror.cc @@ -23,7 +23,7 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" #include "BKE_gpencil_modifier_legacy.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 22da03925f0..dc399d34f61 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 @@ -24,7 +24,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" #include "BKE_gpencil_modifier_legacy.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 d426201a4b2..276680a612c 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 @@ -25,7 +25,7 @@ #include "DNA_screen_types.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.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 904de9fe52b..3dfedd11867 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 @@ -27,7 +27,7 @@ #include "DNA_screen_types.h" #include "RNA_access.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_modifier_legacy.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 82c5f3960c2..d112757177e 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 @@ -21,7 +21,7 @@ #include "DNA_screen_types.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_modifier_legacy.h" #include "BKE_lib_query.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_outline.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_outline.cc index 749415518cc..10ead144474 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_outline.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_outline.cc @@ -24,7 +24,7 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" #include "BKE_gpencil_modifier_legacy.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 b4e75884894..054afcef694 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 @@ -23,7 +23,7 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_modifier_legacy.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 823e8fcf3c4..c17b172b566 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 @@ -20,7 +20,7 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_modifier_legacy.h" #include "BKE_lib_query.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 37654a37e54..57066412ba6 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 @@ -22,7 +22,7 @@ #include "DNA_screen_types.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_modifier_legacy.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_subdiv.cc b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_subdiv.cc index 590f01dcd77..28f19c241d6 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_subdiv.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_subdiv.cc @@ -20,7 +20,7 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_modifier_legacy.h" #include "BKE_lib_query.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 d8d674b1386..22c03d0aadb 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 @@ -21,7 +21,7 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_modifier_legacy.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 e7315ac07c3..30d489e073d 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 @@ -22,7 +22,7 @@ #include "DNA_screen_types.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_modifier_legacy.h" #include "BKE_lib_query.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 d06a07c9ab1..dd596843022 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 @@ -27,7 +27,7 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" #include "BKE_gpencil_modifier_legacy.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 7e247749d93..b0e5a78909b 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 @@ -28,7 +28,7 @@ #include "BKE_colorband.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_modifier_legacy.h" #include "BKE_lib_query.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 fb75b22bea3..35ce523e4c2 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 @@ -11,7 +11,7 @@ #include "MEM_guardedalloc.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_modifier_legacy.h" #include "BKE_material.h" #include "BKE_screen.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 1b6a7a211e5..cfc2b25bc21 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 @@ -22,7 +22,7 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_legacy.h" #include "BKE_gpencil_modifier_legacy.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 7fe48305bea..c493d2b9cdb 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 @@ -23,7 +23,7 @@ #include "DNA_screen_types.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_gpencil_legacy.h" #include "BKE_gpencil_modifier_legacy.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/lineart/lineart_cpu.cc b/source/blender/gpencil_modifiers_legacy/intern/lineart/lineart_cpu.cc index fb4bb3936c4..e7a1ad92bfd 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/lineart/lineart_cpu.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/lineart/lineart_cpu.cc @@ -24,10 +24,10 @@ #include "BKE_attribute.hh" #include "BKE_camera.h" #include "BKE_collection.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_deform.h" #include "BKE_duplilist.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_global.h" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" diff --git a/source/blender/gpencil_modifiers_legacy/intern/lineart/lineart_ops.cc b/source/blender/gpencil_modifiers_legacy/intern/lineart/lineart_ops.cc index 6b879e3c487..def80ae4bc4 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/lineart/lineart_ops.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/lineart/lineart_ops.cc @@ -13,7 +13,7 @@ #include "BLI_linklist.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_gpencil_legacy.h" #include "BKE_gpencil_modifier_legacy.h" diff --git a/source/blender/gpu/intern/gpu_shader_builder_stubs.cc b/source/blender/gpu/intern/gpu_shader_builder_stubs.cc index 777959f834f..fd9f5e67c49 100644 --- a/source/blender/gpu/intern/gpu_shader_builder_stubs.cc +++ b/source/blender/gpu/intern/gpu_shader_builder_stubs.cc @@ -14,7 +14,7 @@ #include "IMB_imbuf_types.h" #include "BKE_attribute.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_global.h" #include "BKE_material.h" #include "BKE_mesh.hh" @@ -158,7 +158,7 @@ extern "C" void BKE_material_defaults_free_gpu() /** \} */ /* -------------------------------------------------------------------- */ -/** \name Stubs of BKE_customdata.h +/** \name Stubs of BKE_customdata.hh * \{ */ extern "C" int CustomData_get_offset(const struct CustomData * /*data*/, eCustomDataType /*type*/) diff --git a/source/blender/ikplugin/intern/iksolver_plugin.cc b/source/blender/ikplugin/intern/iksolver_plugin.cc index 8ff63dfcf9a..6235543ca34 100644 --- a/source/blender/ikplugin/intern/iksolver_plugin.cc +++ b/source/blender/ikplugin/intern/iksolver_plugin.cc @@ -16,7 +16,7 @@ #include "BLI_utildefines.h" #include "BLI_vector.hh" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_constraint.h" #include "DNA_action_types.h" diff --git a/source/blender/ikplugin/intern/itasc_plugin.cc b/source/blender/ikplugin/intern/itasc_plugin.cc index 46c27b66023..6055a073fca 100644 --- a/source/blender/ikplugin/intern/itasc_plugin.cc +++ b/source/blender/ikplugin/intern/itasc_plugin.cc @@ -33,7 +33,7 @@ #include "BLI_utildefines.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_constraint.h" #include "BKE_global.h" #include "DNA_action_types.h" diff --git a/source/blender/imbuf/intern/colormanagement.cc b/source/blender/imbuf/intern/colormanagement.cc index 07d45cac7b1..85cadcdea3a 100644 --- a/source/blender/imbuf/intern/colormanagement.cc +++ b/source/blender/imbuf/intern/colormanagement.cc @@ -36,7 +36,7 @@ #include "BKE_appdir.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_image_format.h" #include "BKE_main.h" diff --git a/source/blender/io/alembic/exporter/abc_export_capi.cc b/source/blender/io/alembic/exporter/abc_export_capi.cc index f4ed5b93292..a7452338748 100644 --- a/source/blender/io/alembic/exporter/abc_export_capi.cc +++ b/source/blender/io/alembic/exporter/abc_export_capi.cc @@ -17,7 +17,7 @@ #include "DNA_scene_types.h" #include "BKE_blender_version.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_main.h" #include "BKE_scene.h" diff --git a/source/blender/io/alembic/exporter/abc_writer_curves.cc b/source/blender/io/alembic/exporter/abc_writer_curves.cc index a5f59f2ab53..1e193671887 100644 --- a/source/blender/io/alembic/exporter/abc_writer_curves.cc +++ b/source/blender/io/alembic/exporter/abc_writer_curves.cc @@ -12,7 +12,7 @@ #include "DNA_curve_types.h" #include "DNA_object_types.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_mesh.hh" #include "BKE_object.hh" diff --git a/source/blender/io/alembic/exporter/abc_writer_hair.cc b/source/blender/io/alembic/exporter/abc_writer_hair.cc index 5ff3a14dfa5..1e2ee7109d6 100644 --- a/source/blender/io/alembic/exporter/abc_writer_hair.cc +++ b/source/blender/io/alembic/exporter/abc_writer_hair.cc @@ -20,7 +20,7 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "BKE_mesh_legacy_convert.hh" #include "BKE_mesh_runtime.hh" diff --git a/source/blender/io/alembic/exporter/abc_writer_mesh.cc b/source/blender/io/alembic/exporter/abc_writer_mesh.cc index e834d509704..8f223dad0e0 100644 --- a/source/blender/io/alembic/exporter/abc_writer_mesh.cc +++ b/source/blender/io/alembic/exporter/abc_writer_mesh.cc @@ -16,7 +16,7 @@ #include "BKE_attribute.h" #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_lib_id.h" #include "BKE_material.h" #include "BKE_mesh.hh" diff --git a/source/blender/io/alembic/exporter/abc_writer_nurbs.cc b/source/blender/io/alembic/exporter/abc_writer_nurbs.cc index 26990b970f4..dba8f1a415d 100644 --- a/source/blender/io/alembic/exporter/abc_writer_nurbs.cc +++ b/source/blender/io/alembic/exporter/abc_writer_nurbs.cc @@ -14,7 +14,7 @@ #include "BLI_listbase.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_object_types.hh" #include "CLG_log.h" diff --git a/source/blender/io/alembic/exporter/abc_writer_points.cc b/source/blender/io/alembic/exporter/abc_writer_points.cc index 72071e668b6..6d974ace7bf 100644 --- a/source/blender/io/alembic/exporter/abc_writer_points.cc +++ b/source/blender/io/alembic/exporter/abc_writer_points.cc @@ -14,7 +14,7 @@ #include "BLI_math_matrix.h" #include "BLI_math_vector.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_particle.h" #include "DEG_depsgraph_query.hh" diff --git a/source/blender/io/alembic/intern/abc_customdata.cc b/source/blender/io/alembic/intern/abc_customdata.cc index 097b0e95532..038921a0376 100644 --- a/source/blender/io/alembic/intern/abc_customdata.cc +++ b/source/blender/io/alembic/intern/abc_customdata.cc @@ -20,7 +20,7 @@ #include "BLI_math_base.h" #include "BLI_utildefines.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" /* NOTE: for now only UVs and Vertex Colors are supported for streaming. diff --git a/source/blender/io/alembic/intern/abc_reader_curves.cc b/source/blender/io/alembic/intern/abc_reader_curves.cc index 06e040f45d2..fd8dbbb422e 100644 --- a/source/blender/io/alembic/intern/abc_reader_curves.cc +++ b/source/blender/io/alembic/intern/abc_reader_curves.cc @@ -22,7 +22,7 @@ #include "BLT_translation.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_mesh.hh" #include "BKE_object.hh" diff --git a/source/blender/io/alembic/intern/abc_reader_nurbs.cc b/source/blender/io/alembic/intern/abc_reader_nurbs.cc index 4e67d8969a8..917b567b3a1 100644 --- a/source/blender/io/alembic/intern/abc_reader_nurbs.cc +++ b/source/blender/io/alembic/intern/abc_reader_nurbs.cc @@ -21,7 +21,7 @@ #include "BLT_translation.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_object.hh" using Alembic::AbcGeom::FloatArraySamplePtr; diff --git a/source/blender/io/alembic/intern/abc_reader_points.cc b/source/blender/io/alembic/intern/abc_reader_points.cc index 48432ddbb06..cce5c2740bf 100644 --- a/source/blender/io/alembic/intern/abc_reader_points.cc +++ b/source/blender/io/alembic/intern/abc_reader_points.cc @@ -17,7 +17,7 @@ #include "BLT_translation.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "BKE_object.hh" diff --git a/source/blender/io/alembic/intern/alembic_capi.cc b/source/blender/io/alembic/intern/alembic_capi.cc index 09cdc030033..db9d1c34ea9 100644 --- a/source/blender/io/alembic/intern/alembic_capi.cc +++ b/source/blender/io/alembic/intern/alembic_capi.cc @@ -31,8 +31,8 @@ #include "DNA_scene_types.h" #include "BKE_cachefile.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_lib_id.h" diff --git a/source/blender/io/collada/AnimationExporter.h b/source/blender/io/collada/AnimationExporter.h index 4ccb776d729..d8f5bb9d1a7 100644 --- a/source/blender/io/collada/AnimationExporter.h +++ b/source/blender/io/collada/AnimationExporter.h @@ -27,7 +27,7 @@ #include "BIK_api.h" #include "BKE_action.h" /* pose functions */ -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_constraint.h" #include "BKE_fcurve.h" #include "BKE_object.hh" diff --git a/source/blender/io/collada/AnimationImporter.cpp b/source/blender/io/collada/AnimationImporter.cpp index 5ed8026c697..700cefe58cb 100644 --- a/source/blender/io/collada/AnimationImporter.cpp +++ b/source/blender/io/collada/AnimationImporter.cpp @@ -25,7 +25,7 @@ #include "BLT_translation.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_fcurve.h" #include "BKE_object.hh" diff --git a/source/blender/io/collada/AnimationImporter.h b/source/blender/io/collada/AnimationImporter.h index 4803d16d1fd..5d2eb536cd7 100644 --- a/source/blender/io/collada/AnimationImporter.h +++ b/source/blender/io/collada/AnimationImporter.h @@ -22,7 +22,7 @@ #include "COLLADAFWNode.h" #include "COLLADAFWUniqueId.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "DNA_anim_types.h" diff --git a/source/blender/io/collada/ArmatureExporter.cpp b/source/blender/io/collada/ArmatureExporter.cpp index 033dd4e5353..3111d943ad8 100644 --- a/source/blender/io/collada/ArmatureExporter.cpp +++ b/source/blender/io/collada/ArmatureExporter.cpp @@ -16,7 +16,7 @@ #include "DNA_modifier_types.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_global.h" #include "BKE_mesh.hh" diff --git a/source/blender/io/collada/ArmatureImporter.cpp b/source/blender/io/collada/ArmatureImporter.cpp index 3f4423166df..37a1337f944 100644 --- a/source/blender/io/collada/ArmatureImporter.cpp +++ b/source/blender/io/collada/ArmatureImporter.cpp @@ -14,7 +14,7 @@ #include "COLLADAFWUniqueId.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_object.hh" #include "BLI_listbase.h" #include "BLI_math_matrix.h" diff --git a/source/blender/io/collada/ArmatureImporter.h b/source/blender/io/collada/ArmatureImporter.h index aa7dcdfa466..6beccf7f169 100644 --- a/source/blender/io/collada/ArmatureImporter.h +++ b/source/blender/io/collada/ArmatureImporter.h @@ -12,7 +12,7 @@ #include "COLLADAFWNode.h" #include "COLLADAFWUniqueId.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_key.h" #include "DNA_armature_types.h" diff --git a/source/blender/io/collada/BCAnimationCurve.h b/source/blender/io/collada/BCAnimationCurve.h index 0f552b0e954..3300b0c0359 100644 --- a/source/blender/io/collada/BCAnimationCurve.h +++ b/source/blender/io/collada/BCAnimationCurve.h @@ -9,7 +9,7 @@ #include "MEM_guardedalloc.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_fcurve.h" #include "BKE_material.h" diff --git a/source/blender/io/collada/BlenderContext.h b/source/blender/io/collada/BlenderContext.h index f893b1edc28..62458a2913a 100644 --- a/source/blender/io/collada/BlenderContext.h +++ b/source/blender/io/collada/BlenderContext.h @@ -8,7 +8,7 @@ #pragma once -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BLI_linklist.h" #include "BlenderTypes.h" diff --git a/source/blender/io/collada/ControllerExporter.cpp b/source/blender/io/collada/ControllerExporter.cpp index b40ac8f759e..54f5ceca797 100644 --- a/source/blender/io/collada/ControllerExporter.cpp +++ b/source/blender/io/collada/ControllerExporter.cpp @@ -16,7 +16,7 @@ #include "DNA_modifier_types.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_deform.h" #include "BKE_global.h" #include "BKE_idprop.h" diff --git a/source/blender/io/collada/DocumentExporter.cpp b/source/blender/io/collada/DocumentExporter.cpp index bfcb40f960f..6f71672fa61 100644 --- a/source/blender/io/collada/DocumentExporter.cpp +++ b/source/blender/io/collada/DocumentExporter.cpp @@ -69,9 +69,9 @@ #include "BKE_action.h" /* pose functions */ #include "BKE_animsys.h" #include "BKE_appdir.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_blender_version.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_fcurve.h" #include "BKE_global.h" #include "BKE_image.h" diff --git a/source/blender/io/collada/EffectExporter.cpp b/source/blender/io/collada/EffectExporter.cpp index 0eb01ce19ec..c753960fc63 100644 --- a/source/blender/io/collada/EffectExporter.cpp +++ b/source/blender/io/collada/EffectExporter.cpp @@ -23,7 +23,7 @@ #include "DNA_world_types.h" #include "BKE_collection.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_material.h" #include "BKE_mesh.hh" diff --git a/source/blender/io/collada/GeometryExporter.cpp b/source/blender/io/collada/GeometryExporter.cpp index 1b85a0f8c5c..6fd8ce8c23e 100644 --- a/source/blender/io/collada/GeometryExporter.cpp +++ b/source/blender/io/collada/GeometryExporter.cpp @@ -21,7 +21,7 @@ #include "BLI_utildefines.h" #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_global.h" #include "BKE_lib_id.h" #include "BKE_material.h" diff --git a/source/blender/io/collada/ImageExporter.cpp b/source/blender/io/collada/ImageExporter.cpp index ac94fdb7e77..782e0815e58 100644 --- a/source/blender/io/collada/ImageExporter.cpp +++ b/source/blender/io/collada/ImageExporter.cpp @@ -13,7 +13,7 @@ #include "DNA_meshdata_types.h" #include "DNA_texture_types.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_global.h" #include "BKE_image.h" #include "BKE_image_format.h" diff --git a/source/blender/io/collada/InstanceWriter.cpp b/source/blender/io/collada/InstanceWriter.cpp index 72250375410..0793b303089 100644 --- a/source/blender/io/collada/InstanceWriter.cpp +++ b/source/blender/io/collada/InstanceWriter.cpp @@ -11,7 +11,7 @@ #include "COLLADASWInstanceMaterial.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_material.h" #include "DNA_mesh_types.h" diff --git a/source/blender/io/collada/Materials.cpp b/source/blender/io/collada/Materials.cpp index eda326f1180..a8c35719896 100644 --- a/source/blender/io/collada/Materials.cpp +++ b/source/blender/io/collada/Materials.cpp @@ -7,7 +7,7 @@ #include "BKE_node.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" MaterialNode::MaterialNode(bContext *C, Material *ma, KeyImageMap &key_image_map) : mContext(C), material(ma), effect(nullptr), key_image_map(&key_image_map) diff --git a/source/blender/io/collada/Materials.h b/source/blender/io/collada/Materials.h index 956435d4421..09b4f4a9bd2 100644 --- a/source/blender/io/collada/Materials.h +++ b/source/blender/io/collada/Materials.h @@ -7,7 +7,7 @@ #include #include -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_node.h" #include "BLI_listbase.h" #include "DNA_material_types.h" diff --git a/source/blender/io/collada/MeshImporter.cpp b/source/blender/io/collada/MeshImporter.cpp index 6486e4ee789..f6212c5d854 100644 --- a/source/blender/io/collada/MeshImporter.cpp +++ b/source/blender/io/collada/MeshImporter.cpp @@ -19,7 +19,7 @@ #include "MEM_guardedalloc.h" #include "BKE_attribute.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_displist.h" #include "BKE_global.h" #include "BKE_lib_id.h" diff --git a/source/blender/io/collada/SkinInfo.h b/source/blender/io/collada/SkinInfo.h index 67ac852431b..07b26c30dca 100644 --- a/source/blender/io/collada/SkinInfo.h +++ b/source/blender/io/collada/SkinInfo.h @@ -17,7 +17,7 @@ #include "COLLADAFWTypes.h" #include "COLLADAFWUniqueId.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "DNA_object_types.h" #include "TransformReader.h" diff --git a/source/blender/io/collada/collada.cpp b/source/blender/io/collada/collada.cpp index 6b257256a4b..045e6214ed9 100644 --- a/source/blender/io/collada/collada.cpp +++ b/source/blender/io/collada/collada.cpp @@ -15,7 +15,7 @@ #include "ImportSettings.h" #include "collada.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_scene.h" #include "DEG_depsgraph.hh" #include "DEG_depsgraph_query.hh" diff --git a/source/blender/io/collada/collada_internal.cpp b/source/blender/io/collada/collada_internal.cpp index 5ed83cf2da5..9bb99cb7949 100644 --- a/source/blender/io/collada/collada_internal.cpp +++ b/source/blender/io/collada/collada_internal.cpp @@ -13,7 +13,7 @@ #include "BLI_linklist.h" #include "BLI_math_matrix.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" UnitConverter::UnitConverter() : up_axis(COLLADAFW::FileInfo::Z_UP) { diff --git a/source/blender/io/collada/collada_utils.cpp b/source/blender/io/collada/collada_utils.cpp index ee70430f9d4..1007fccb74c 100644 --- a/source/blender/io/collada/collada_utils.cpp +++ b/source/blender/io/collada/collada_utils.cpp @@ -33,10 +33,10 @@ #include "BLI_math_matrix.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_constraint.h" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_global.h" #include "BKE_key.h" #include "BKE_layer.h" diff --git a/source/blender/io/collada/collada_utils.h b/source/blender/io/collada/collada_utils.h index af418ae9a2a..4d2e600cbed 100644 --- a/source/blender/io/collada/collada_utils.h +++ b/source/blender/io/collada/collada_utils.h @@ -37,7 +37,7 @@ #include "BLI_string.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_idprop.h" #include "BKE_main.h" #include "BKE_node.h" diff --git a/source/blender/io/gpencil/intern/gpencil_io_base.cc b/source/blender/io/gpencil/intern/gpencil_io_base.cc index ea1716a5096..fa0bd221faf 100644 --- a/source/blender/io/gpencil/intern/gpencil_io_base.cc +++ b/source/blender/io/gpencil/intern/gpencil_io_base.cc @@ -18,7 +18,7 @@ #include "DNA_screen_types.h" #include "BKE_camera.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" #include "BKE_layer.h" diff --git a/source/blender/io/gpencil/intern/gpencil_io_capi.cc b/source/blender/io/gpencil/intern/gpencil_io_capi.cc index f4f99954e7c..bbf4c0a5ee5 100644 --- a/source/blender/io/gpencil/intern/gpencil_io_capi.cc +++ b/source/blender/io/gpencil/intern/gpencil_io_capi.cc @@ -14,7 +14,7 @@ #include "DNA_screen_types.h" #include "DNA_space_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_legacy.h" #include "BKE_main.h" #include "BKE_scene.h" diff --git a/source/blender/io/gpencil/intern/gpencil_io_export_pdf.cc b/source/blender/io/gpencil/intern/gpencil_io_export_pdf.cc index c8afb6d031e..8968f75a703 100644 --- a/source/blender/io/gpencil/intern/gpencil_io_export_pdf.cc +++ b/source/blender/io/gpencil/intern/gpencil_io_export_pdf.cc @@ -17,7 +17,7 @@ #include "DNA_screen_types.h" #include "DNA_view3d_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_gpencil_geom_legacy.h" #include "BKE_gpencil_legacy.h" #include "BKE_main.h" diff --git a/source/blender/io/ply/IO_ply.hh b/source/blender/io/ply/IO_ply.hh index 3d3842497f2..06d04acaa0e 100644 --- a/source/blender/io/ply/IO_ply.hh +++ b/source/blender/io/ply/IO_ply.hh @@ -8,7 +8,7 @@ #pragma once -#include "BKE_context.h" +#include "BKE_context.hh" #include "BLI_path_util.h" #include "DNA_windowmanager_types.h" diff --git a/source/blender/io/ply/exporter/ply_export.cc b/source/blender/io/ply/exporter/ply_export.cc index d353af51eb2..127c7f2f7bd 100644 --- a/source/blender/io/ply/exporter/ply_export.cc +++ b/source/blender/io/ply/exporter/ply_export.cc @@ -11,7 +11,7 @@ #include "DNA_collection_types.h" #include "DNA_scene_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BLI_memory_utils.hh" #include "IO_ply.hh" diff --git a/source/blender/io/ply/importer/ply_import_mesh.cc b/source/blender/io/ply/importer/ply_import_mesh.cc index b9781178c1c..f297b24368c 100644 --- a/source/blender/io/ply/importer/ply_import_mesh.cc +++ b/source/blender/io/ply/importer/ply_import_mesh.cc @@ -8,7 +8,7 @@ #include "BKE_attribute.h" #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" diff --git a/source/blender/io/stl/IO_stl.hh b/source/blender/io/stl/IO_stl.hh index ab8d62bd96b..786eb47edbd 100644 --- a/source/blender/io/stl/IO_stl.hh +++ b/source/blender/io/stl/IO_stl.hh @@ -8,7 +8,7 @@ #pragma once -#include "BKE_context.h" +#include "BKE_context.hh" #include "BLI_path_util.h" #include "IO_orientation.hh" diff --git a/source/blender/io/stl/importer/stl_import.cc b/source/blender/io/stl/importer/stl_import.cc index 7b3d1df6721..7b6859c5174 100644 --- a/source/blender/io/stl/importer/stl_import.cc +++ b/source/blender/io/stl/importer/stl_import.cc @@ -8,7 +8,7 @@ #include -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_layer.h" #include "BKE_mesh.hh" #include "BKE_object.hh" diff --git a/source/blender/io/stl/importer/stl_import_mesh.cc b/source/blender/io/stl/importer/stl_import_mesh.cc index da4a8838651..615b145378f 100644 --- a/source/blender/io/stl/importer/stl_import_mesh.cc +++ b/source/blender/io/stl/importer/stl_import_mesh.cc @@ -8,7 +8,7 @@ #include -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_lib_id.h" #include "BKE_main.h" #include "BKE_mesh.hh" diff --git a/source/blender/io/usd/hydra/curves.cc b/source/blender/io/usd/hydra/curves.cc index fc53ebfd905..e12378309a2 100644 --- a/source/blender/io/usd/hydra/curves.cc +++ b/source/blender/io/usd/hydra/curves.cc @@ -7,7 +7,7 @@ #include #include -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_material.h" #include "BKE_curves.hh" diff --git a/source/blender/io/usd/hydra/volume.cc b/source/blender/io/usd/hydra/volume.cc index f7ecabc3e89..2b3d1f14221 100644 --- a/source/blender/io/usd/hydra/volume.cc +++ b/source/blender/io/usd/hydra/volume.cc @@ -10,7 +10,7 @@ #include #include "BKE_material.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BLI_index_range.hh" #include "DNA_volume_types.h" diff --git a/source/blender/io/usd/intern/usd_capi_export.cc b/source/blender/io/usd/intern/usd_capi_export.cc index eb54fea9a03..26d02fb162c 100644 --- a/source/blender/io/usd/intern/usd_capi_export.cc +++ b/source/blender/io/usd/intern/usd_capi_export.cc @@ -29,7 +29,7 @@ #include "BKE_appdir.h" #include "BKE_blender_version.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_report.h" #include "BKE_scene.h" diff --git a/source/blender/io/usd/intern/usd_capi_import.cc b/source/blender/io/usd/intern/usd_capi_import.cc index e05ee13aba4..8e27dcbaaad 100644 --- a/source/blender/io/usd/intern/usd_capi_import.cc +++ b/source/blender/io/usd/intern/usd_capi_import.cc @@ -13,7 +13,7 @@ #include "BKE_blender_version.h" #include "BKE_cachefile.h" #include "BKE_cdderivedmesh.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_lib_id.h" diff --git a/source/blender/io/usd/intern/usd_reader_curve.cc b/source/blender/io/usd/intern/usd_reader_curve.cc index ff600142891..6ae84e6a21d 100644 --- a/source/blender/io/usd/intern/usd_reader_curve.cc +++ b/source/blender/io/usd/intern/usd_reader_curve.cc @@ -6,7 +6,7 @@ #include "usd_reader_curve.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_mesh.hh" #include "BKE_object.hh" diff --git a/source/blender/io/usd/intern/usd_reader_material.cc b/source/blender/io/usd/intern/usd_reader_material.cc index c9534114a74..a5571dbd94a 100644 --- a/source/blender/io/usd/intern/usd_reader_material.cc +++ b/source/blender/io/usd/intern/usd_reader_material.cc @@ -12,7 +12,7 @@ #include "BKE_main.h" #include "BKE_material.h" #include "BKE_node.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BLI_fileops.h" #include "BLI_math_vector.h" diff --git a/source/blender/io/usd/intern/usd_reader_mesh.cc b/source/blender/io/usd/intern/usd_reader_mesh.cc index 0cbc0722027..5b54d13f733 100644 --- a/source/blender/io/usd/intern/usd_reader_mesh.cc +++ b/source/blender/io/usd/intern/usd_reader_mesh.cc @@ -10,7 +10,7 @@ #include "usd_skel_convert.h" #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_main.h" #include "BKE_material.h" #include "BKE_mesh.hh" diff --git a/source/blender/io/usd/intern/usd_reader_nurbs.cc b/source/blender/io/usd/intern/usd_reader_nurbs.cc index 60be4b0ae1e..16d4d8dbca0 100644 --- a/source/blender/io/usd/intern/usd_reader_nurbs.cc +++ b/source/blender/io/usd/intern/usd_reader_nurbs.cc @@ -7,7 +7,7 @@ #include "usd_reader_nurbs.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_mesh.hh" #include "BKE_object.hh" diff --git a/source/blender/io/usd/intern/usd_reader_skeleton.cc b/source/blender/io/usd/intern/usd_reader_skeleton.cc index 797330a90f5..8a283fba27a 100644 --- a/source/blender/io/usd/intern/usd_reader_skeleton.cc +++ b/source/blender/io/usd/intern/usd_reader_skeleton.cc @@ -5,7 +5,7 @@ #include "usd_reader_skeleton.h" #include "usd_skel_convert.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_idprop.h" #include "BKE_object.hh" diff --git a/source/blender/io/usd/intern/usd_reader_volume.cc b/source/blender/io/usd/intern/usd_reader_volume.cc index 4db104290d8..7d2cb0f1243 100644 --- a/source/blender/io/usd/intern/usd_reader_volume.cc +++ b/source/blender/io/usd/intern/usd_reader_volume.cc @@ -7,7 +7,7 @@ #include "BLI_string.h" #include "BKE_object.hh" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "DNA_object_types.h" #include "DNA_volume_types.h" diff --git a/source/blender/io/usd/intern/usd_skel_convert.cc b/source/blender/io/usd/intern/usd_skel_convert.cc index f80d384eb73..c423f828e3b 100644 --- a/source/blender/io/usd/intern/usd_skel_convert.cc +++ b/source/blender/io/usd/intern/usd_skel_convert.cc @@ -22,7 +22,7 @@ #include "DNA_scene_types.h" #include "BKE_action.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_deform.h" #include "BKE_fcurve.h" #include "BKE_key.h" diff --git a/source/blender/io/usd/intern/usd_writer_abstract.cc b/source/blender/io/usd/intern/usd_writer_abstract.cc index 7140f51ef3b..4afd6f20c55 100644 --- a/source/blender/io/usd/intern/usd_writer_abstract.cc +++ b/source/blender/io/usd/intern/usd_writer_abstract.cc @@ -8,7 +8,7 @@ #include #include -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_report.h" #include "BLI_assert.h" diff --git a/source/blender/io/usd/intern/usd_writer_mesh.cc b/source/blender/io/usd/intern/usd_writer_mesh.cc index c24de18f94c..b1a04c48228 100644 --- a/source/blender/io/usd/intern/usd_writer_mesh.cc +++ b/source/blender/io/usd/intern/usd_writer_mesh.cc @@ -18,7 +18,7 @@ #include "BLI_math_vector_types.hh" #include "BKE_attribute.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_lib_id.h" #include "BKE_material.h" #include "BKE_mesh.hh" diff --git a/source/blender/io/usd/intern/usd_writer_volume.cc b/source/blender/io/usd/intern/usd_writer_volume.cc index 8d85f924735..bc20595a299 100644 --- a/source/blender/io/usd/intern/usd_writer_volume.cc +++ b/source/blender/io/usd/intern/usd_writer_volume.cc @@ -12,7 +12,7 @@ #include "DNA_windowmanager_types.h" #include "BKE_report.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BLI_fileops.h" #include "BLI_index_range.hh" diff --git a/source/blender/io/usd/tests/usd_curves_test.cc b/source/blender/io/usd/tests/usd_curves_test.cc index 1a1aab8cdd6..117f3441f85 100644 --- a/source/blender/io/usd/tests/usd_curves_test.cc +++ b/source/blender/io/usd/tests/usd_curves_test.cc @@ -23,7 +23,7 @@ #include "DNA_material_types.h" #include "DNA_node_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_main.h" #include "BKE_mesh.hh" diff --git a/source/blender/io/usd/tests/usd_export_test.cc b/source/blender/io/usd/tests/usd_export_test.cc index dd93ae2a4b5..6d8a6e64550 100644 --- a/source/blender/io/usd/tests/usd_export_test.cc +++ b/source/blender/io/usd/tests/usd_export_test.cc @@ -20,7 +20,7 @@ #include "DNA_material_types.h" #include "DNA_node_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_main.h" #include "BKE_mesh.hh" diff --git a/source/blender/io/usd/tests/usd_usdz_export_test.cc b/source/blender/io/usd/tests/usd_usdz_export_test.cc index d36ecf9c5f3..f8fc6fa29c1 100644 --- a/source/blender/io/usd/tests/usd_usdz_export_test.cc +++ b/source/blender/io/usd/tests/usd_usdz_export_test.cc @@ -9,7 +9,7 @@ #include #include "BKE_appdir.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BLI_fileops.h" #include "BLI_path_util.h" diff --git a/source/blender/io/wavefront_obj/IO_wavefront_obj.hh b/source/blender/io/wavefront_obj/IO_wavefront_obj.hh index 105e56a88f6..1bc7474f633 100644 --- a/source/blender/io/wavefront_obj/IO_wavefront_obj.hh +++ b/source/blender/io/wavefront_obj/IO_wavefront_obj.hh @@ -10,7 +10,7 @@ #include "BLI_path_util.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "DEG_depsgraph.hh" diff --git a/source/blender/io/wavefront_obj/exporter/obj_export_mesh.cc b/source/blender/io/wavefront_obj/exporter/obj_export_mesh.cc index 6b2c8f5e28b..bbbf92650a5 100644 --- a/source/blender/io/wavefront_obj/exporter/obj_export_mesh.cc +++ b/source/blender/io/wavefront_obj/exporter/obj_export_mesh.cc @@ -7,7 +7,7 @@ */ #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_deform.h" #include "BKE_lib_id.h" #include "BKE_material.h" diff --git a/source/blender/io/wavefront_obj/importer/obj_import_mesh.cc b/source/blender/io/wavefront_obj/importer/obj_import_mesh.cc index 4bd61d1df26..f9ce811ed3d 100644 --- a/source/blender/io/wavefront_obj/importer/obj_import_mesh.cc +++ b/source/blender/io/wavefront_obj/importer/obj_import_mesh.cc @@ -13,11 +13,11 @@ #include "DNA_scene_types.h" #include "BKE_attribute.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_deform.h" #include "BKE_material.h" #include "BKE_mesh.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_object.hh" #include "BKE_object_deform.h" diff --git a/source/blender/io/wavefront_obj/importer/obj_import_nurbs.hh b/source/blender/io/wavefront_obj/importer/obj_import_nurbs.hh index 24bec3a9bab..4ce41a0438c 100644 --- a/source/blender/io/wavefront_obj/importer/obj_import_nurbs.hh +++ b/source/blender/io/wavefront_obj/importer/obj_import_nurbs.hh @@ -8,7 +8,7 @@ #pragma once -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BLI_utility_mixins.hh" diff --git a/source/blender/io/wavefront_obj/tests/obj_importer_tests.cc b/source/blender/io/wavefront_obj/tests/obj_importer_tests.cc index 869a23ca3a3..ef2df445fa2 100644 --- a/source/blender/io/wavefront_obj/tests/obj_importer_tests.cc +++ b/source/blender/io/wavefront_obj/tests/obj_importer_tests.cc @@ -7,8 +7,8 @@ #include "testing/testing.h" #include "tests/blendfile_loading_base_test.h" -#include "BKE_curve.h" -#include "BKE_customdata.h" +#include "BKE_curve.hh" +#include "BKE_customdata.hh" #include "BKE_main.h" #include "BKE_material.h" #include "BKE_mesh.hh" diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h index bf00fc1e260..0f69f621953 100644 --- a/source/blender/makesdna/DNA_modifier_types.h +++ b/source/blender/makesdna/DNA_modifier_types.h @@ -2141,7 +2141,7 @@ typedef struct DataTransferModifierData { /** DT_MULTILAYER_INDEX_MAX; See DT_TOLAYERS_ enum in ED_object.hh. */ int layers_select_dst[5]; - /** See CDT_MIX_ enum in BKE_customdata.h. */ + /** See CDT_MIX_ enum in BKE_customdata.hh. */ int mix_mode; float mix_factor; /** #MAX_VGROUP_NAME. */ diff --git a/source/blender/makesrna/intern/makesrna.cc b/source/blender/makesrna/intern/makesrna.cc index d58653feb34..6da57d35a40 100644 --- a/source/blender/makesrna/intern/makesrna.cc +++ b/source/blender/makesrna/intern/makesrna.cc @@ -4834,7 +4834,7 @@ static void rna_generate(BlenderRNA *brna, FILE *f, const char *filename, const fprintf(f, "#include \"BLI_blenlib.h\"\n\n"); fprintf(f, "#include \"BLI_utildefines.h\"\n\n"); - fprintf(f, "#include \"BKE_context.h\"\n"); + fprintf(f, "#include \"BKE_context.hh\"\n"); fprintf(f, "#include \"BKE_lib_id.h\"\n"); fprintf(f, "#include \"BKE_main.h\"\n"); fprintf(f, "#include \"BKE_report.h\"\n"); diff --git a/source/blender/makesrna/intern/rna_access.cc b/source/blender/makesrna/intern/rna_access.cc index 0d83c973dbb..c05dd9b5b09 100644 --- a/source/blender/makesrna/intern/rna_access.cc +++ b/source/blender/makesrna/intern/rna_access.cc @@ -31,7 +31,7 @@ #include "BKE_anim_data.h" #include "BKE_collection.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_global.h" #include "BKE_idprop.h" diff --git a/source/blender/makesrna/intern/rna_access_compare_override.cc b/source/blender/makesrna/intern/rna_access_compare_override.cc index 58e198fb547..b98ecf68b07 100644 --- a/source/blender/makesrna/intern/rna_access_compare_override.cc +++ b/source/blender/makesrna/intern/rna_access_compare_override.cc @@ -33,7 +33,7 @@ # include #endif -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_idprop.h" #include "BKE_idtype.h" #include "BKE_lib_override.hh" diff --git a/source/blender/makesrna/intern/rna_animation_api.cc b/source/blender/makesrna/intern/rna_animation_api.cc index be63783bcfa..c645c513a78 100644 --- a/source/blender/makesrna/intern/rna_animation_api.cc +++ b/source/blender/makesrna/intern/rna_animation_api.cc @@ -20,7 +20,7 @@ #ifdef RNA_RUNTIME -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_nla.h" # include "BKE_report.h" diff --git a/source/blender/makesrna/intern/rna_armature.cc b/source/blender/makesrna/intern/rna_armature.cc index 7f9278ab391..e32369dea5d 100644 --- a/source/blender/makesrna/intern/rna_armature.cc +++ b/source/blender/makesrna/intern/rna_armature.cc @@ -62,12 +62,12 @@ constexpr int COLOR_SETS_MAX_THEMED_INDEX = 20; # include "BLI_math_vector.h" # include "BKE_action.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_global.h" # include "BKE_idprop.h" # include "BKE_main.h" -# include "BKE_armature.h" +# include "BKE_armature.hh" # include "ED_armature.hh" # include "ANIM_bone_collections.h" diff --git a/source/blender/makesrna/intern/rna_armature_api.cc b/source/blender/makesrna/intern/rna_armature_api.cc index 4d32c87f94c..1d2b7e92245 100644 --- a/source/blender/makesrna/intern/rna_armature_api.cc +++ b/source/blender/makesrna/intern/rna_armature_api.cc @@ -21,7 +21,7 @@ # include "DNA_armature_types.h" -# include "BKE_armature.h" +# include "BKE_armature.hh" # include "BLI_math_matrix.h" # include "BLI_math_vector.h" diff --git a/source/blender/makesrna/intern/rna_asset.cc b/source/blender/makesrna/intern/rna_asset.cc index 7c521c4978e..56522210ced 100644 --- a/source/blender/makesrna/intern/rna_asset.cc +++ b/source/blender/makesrna/intern/rna_asset.cc @@ -32,8 +32,8 @@ const EnumPropertyItem rna_enum_aset_library_type_items[] = { # include "AS_asset_library.h" # include "AS_asset_representation.hh" -# include "BKE_asset.h" -# include "BKE_context.h" +# include "BKE_asset.hh" +# include "BKE_context.hh" # include "BKE_idprop.h" # include "BLI_listbase.h" diff --git a/source/blender/makesrna/intern/rna_attribute.cc b/source/blender/makesrna/intern/rna_attribute.cc index dbd846e1851..4c0213c0acb 100644 --- a/source/blender/makesrna/intern/rna_attribute.cc +++ b/source/blender/makesrna/intern/rna_attribute.cc @@ -23,7 +23,7 @@ #include "BLI_math_color.h" #include "BKE_attribute.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BLT_translation.h" diff --git a/source/blender/makesrna/intern/rna_boid.cc b/source/blender/makesrna/intern/rna_boid.cc index 078f7b61dcd..ed34feb8972 100644 --- a/source/blender/makesrna/intern/rna_boid.cc +++ b/source/blender/makesrna/intern/rna_boid.cc @@ -102,7 +102,7 @@ static const EnumPropertyItem boidruleset_type_items[] = { # include "BLI_math_base.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_particle.h" # include "DEG_depsgraph.hh" diff --git a/source/blender/makesrna/intern/rna_camera_api.cc b/source/blender/makesrna/intern/rna_camera_api.cc index 28e827ddc47..dface6eece3 100644 --- a/source/blender/makesrna/intern/rna_camera_api.cc +++ b/source/blender/makesrna/intern/rna_camera_api.cc @@ -21,7 +21,7 @@ # include "BLI_math_vector.h" # include "BKE_camera.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_object.hh" static void rna_camera_view_frame(Camera *camera, diff --git a/source/blender/makesrna/intern/rna_cloth.cc b/source/blender/makesrna/intern/rna_cloth.cc index 0cb68e7c87d..511381d2635 100644 --- a/source/blender/makesrna/intern/rna_cloth.cc +++ b/source/blender/makesrna/intern/rna_cloth.cc @@ -27,7 +27,7 @@ #ifdef RNA_RUNTIME -# include "BKE_context.h" +# include "BKE_context.hh" # include "DEG_depsgraph.hh" # include "DEG_depsgraph_build.hh" diff --git a/source/blender/makesrna/intern/rna_color.cc b/source/blender/makesrna/intern/rna_color.cc index e1b8eb57c4d..182486af4c0 100644 --- a/source/blender/makesrna/intern/rna_color.cc +++ b/source/blender/makesrna/intern/rna_color.cc @@ -14,7 +14,7 @@ #include "BLI_utildefines.h" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "RNA_define.hh" #include "RNA_enum_types.hh" diff --git a/source/blender/makesrna/intern/rna_constraint.cc b/source/blender/makesrna/intern/rna_constraint.cc index b070cab794d..638fb855384 100644 --- a/source/blender/makesrna/intern/rna_constraint.cc +++ b/source/blender/makesrna/intern/rna_constraint.cc @@ -325,7 +325,7 @@ static const EnumPropertyItem target_space_object_items[] = { # include "BKE_action.h" # include "BKE_animsys.h" # include "BKE_constraint.h" -# include "BKE_context.h" +# include "BKE_context.hh" # ifdef WITH_ALEMBIC # include "ABC_alembic.h" diff --git a/source/blender/makesrna/intern/rna_context.cc b/source/blender/makesrna/intern/rna_context.cc index 5dd0cb7f2c6..262d94a4dbf 100644 --- a/source/blender/makesrna/intern/rna_context.cc +++ b/source/blender/makesrna/intern/rna_context.cc @@ -11,7 +11,7 @@ #include "DNA_ID.h" #include "DNA_userdef_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BLI_utildefines.h" #include "RNA_access.hh" diff --git a/source/blender/makesrna/intern/rna_curve.cc b/source/blender/makesrna/intern/rna_curve.cc index 242f45db4ef..e9debc3e526 100644 --- a/source/blender/makesrna/intern/rna_curve.cc +++ b/source/blender/makesrna/intern/rna_curve.cc @@ -152,7 +152,7 @@ static const EnumPropertyItem curve2d_fill_mode_items[] = { # include "DNA_object_types.h" -# include "BKE_curve.h" +# include "BKE_curve.hh" # include "BKE_curveprofile.h" # include "BKE_main.h" # include "BKE_vfont.h" diff --git a/source/blender/makesrna/intern/rna_curve_api.cc b/source/blender/makesrna/intern/rna_curve_api.cc index 8cb899f0fd3..d193d457666 100644 --- a/source/blender/makesrna/intern/rna_curve_api.cc +++ b/source/blender/makesrna/intern/rna_curve_api.cc @@ -15,7 +15,7 @@ #include "BLI_utildefines.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "rna_internal.h" /* own include */ diff --git a/source/blender/makesrna/intern/rna_dynamicpaint.cc b/source/blender/makesrna/intern/rna_dynamicpaint.cc index f9af2899369..9da82ef8bee 100644 --- a/source/blender/makesrna/intern/rna_dynamicpaint.cc +++ b/source/blender/makesrna/intern/rna_dynamicpaint.cc @@ -37,7 +37,7 @@ const EnumPropertyItem rna_enum_prop_dynamicpaint_type_items[] = { #ifdef RNA_RUNTIME -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_particle.h" # include "DEG_depsgraph.hh" diff --git a/source/blender/makesrna/intern/rna_fluid.cc b/source/blender/makesrna/intern/rna_fluid.cc index 7a2c7ce97ab..6b1e7cc0761 100644 --- a/source/blender/makesrna/intern/rna_fluid.cc +++ b/source/blender/makesrna/intern/rna_fluid.cc @@ -40,7 +40,7 @@ # include "BLI_threads.h" # include "BKE_colorband.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_particle.h" # include "DEG_depsgraph.hh" diff --git a/source/blender/makesrna/intern/rna_gpencil_legacy_modifier.cc b/source/blender/makesrna/intern/rna_gpencil_legacy_modifier.cc index 8f378af34ba..31fbf3f7480 100644 --- a/source/blender/makesrna/intern/rna_gpencil_legacy_modifier.cc +++ b/source/blender/makesrna/intern/rna_gpencil_legacy_modifier.cc @@ -277,7 +277,7 @@ static const EnumPropertyItem modifier_noise_random_mode_items[] = { # include "DNA_particle_types.h" # include "BKE_cachefile.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_gpencil_legacy.h" # include "BKE_gpencil_modifier_legacy.h" # include "BKE_object.hh" diff --git a/source/blender/makesrna/intern/rna_image.cc b/source/blender/makesrna/intern/rna_image.cc index 2b00795d23d..e91aa82ac58 100644 --- a/source/blender/makesrna/intern/rna_image.cc +++ b/source/blender/makesrna/intern/rna_image.cc @@ -16,7 +16,7 @@ #include "BKE_image.h" #include "BKE_image_format.h" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "DEG_depsgraph.hh" #include "DEG_depsgraph_build.hh" diff --git a/source/blender/makesrna/intern/rna_lattice.cc b/source/blender/makesrna/intern/rna_lattice.cc index 478c18c669a..dc554eab1c5 100644 --- a/source/blender/makesrna/intern/rna_lattice.cc +++ b/source/blender/makesrna/intern/rna_lattice.cc @@ -26,7 +26,7 @@ # include "DNA_scene_types.h" # include "BKE_deform.h" -# include "BKE_lattice.h" +# include "BKE_lattice.hh" # include "BKE_main.h" # include "BLI_string.h" diff --git a/source/blender/makesrna/intern/rna_light.cc b/source/blender/makesrna/intern/rna_light.cc index f82fc81ee81..98220956edb 100644 --- a/source/blender/makesrna/intern/rna_light.cc +++ b/source/blender/makesrna/intern/rna_light.cc @@ -26,7 +26,7 @@ # include "MEM_guardedalloc.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_main.h" # include "BKE_texture.h" diff --git a/source/blender/makesrna/intern/rna_main_api.cc b/source/blender/makesrna/intern/rna_main_api.cc index ce978b88c90..5ee74890272 100644 --- a/source/blender/makesrna/intern/rna_main_api.cc +++ b/source/blender/makesrna/intern/rna_main_api.cc @@ -26,18 +26,18 @@ #ifdef RNA_RUNTIME # include "BKE_action.h" -# include "BKE_armature.h" +# include "BKE_armature.hh" # include "BKE_brush.hh" # include "BKE_camera.h" # include "BKE_collection.h" -# include "BKE_curve.h" +# include "BKE_curve.hh" # include "BKE_curves.h" # include "BKE_displist.h" # include "BKE_gpencil_legacy.h" # include "BKE_icons.h" # include "BKE_idtype.h" # include "BKE_image.h" -# include "BKE_lattice.h" +# include "BKE_lattice.hh" # include "BKE_lib_remap.h" # include "BKE_light.h" # include "BKE_lightprobe.h" @@ -58,7 +58,7 @@ # include "BKE_text.h" # include "BKE_texture.h" # include "BKE_vfont.h" -# include "BKE_volume.h" +# include "BKE_volume.hh" # include "BKE_workspace.h" # include "BKE_world.h" diff --git a/source/blender/makesrna/intern/rna_material.cc b/source/blender/makesrna/intern/rna_material.cc index 2d9f6650ffa..3cb57bd17ad 100644 --- a/source/blender/makesrna/intern/rna_material.cc +++ b/source/blender/makesrna/intern/rna_material.cc @@ -17,7 +17,7 @@ #include "BLT_translation.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "RNA_define.hh" #include "RNA_enum_types.hh" @@ -66,7 +66,7 @@ const EnumPropertyItem rna_enum_ramp_blend_items[] = { # include "DNA_space_types.h" # include "BKE_colorband.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_gpencil_legacy.h" # include "BKE_main.h" # include "BKE_material.h" diff --git a/source/blender/makesrna/intern/rna_mesh.cc b/source/blender/makesrna/intern/rna_mesh.cc index 7a52496c403..a15cbf5094b 100644 --- a/source/blender/makesrna/intern/rna_mesh.cc +++ b/source/blender/makesrna/intern/rna_mesh.cc @@ -22,7 +22,7 @@ #include "BLI_utildefines.h" #include "BKE_attribute.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_mesh_types.hh" #include "RNA_access.hh" @@ -55,7 +55,7 @@ static const EnumPropertyItem rna_enum_mesh_remesh_mode_items[] = { # include "BLI_math_vector.h" -# include "BKE_customdata.h" +# include "BKE_customdata.hh" # include "BKE_main.h" # include "BKE_mesh.hh" # include "BKE_mesh_runtime.hh" diff --git a/source/blender/makesrna/intern/rna_modifier.cc b/source/blender/makesrna/intern/rna_modifier.cc index 5a4e32a6719..35227574f15 100644 --- a/source/blender/makesrna/intern/rna_modifier.cc +++ b/source/blender/makesrna/intern/rna_modifier.cc @@ -670,7 +670,7 @@ const EnumPropertyItem rna_enum_subdivision_boundary_smooth_items[] = { # include "DNA_particle_types.h" # include "BKE_cachefile.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_deform.h" # include "BKE_mesh_runtime.hh" # include "BKE_modifier.hh" diff --git a/source/blender/makesrna/intern/rna_node_socket.cc b/source/blender/makesrna/intern/rna_node_socket.cc index a8a07e1e42d..f30d5b045f2 100644 --- a/source/blender/makesrna/intern/rna_node_socket.cc +++ b/source/blender/makesrna/intern/rna_node_socket.cc @@ -43,7 +43,7 @@ const EnumPropertyItem rna_enum_node_socket_type_items[] = { # include "BKE_node.h" # include "BKE_node_runtime.hh" -# include "BKE_node_tree_update.h" +# include "BKE_node_tree_update.hh" # include "DEG_depsgraph_build.hh" diff --git a/source/blender/makesrna/intern/rna_node_tree_interface.cc b/source/blender/makesrna/intern/rna_node_tree_interface.cc index 18fedf45d80..a023ea688ce 100644 --- a/source/blender/makesrna/intern/rna_node_tree_interface.cc +++ b/source/blender/makesrna/intern/rna_node_tree_interface.cc @@ -32,7 +32,7 @@ static const EnumPropertyItem node_tree_interface_socket_in_out_items[] = { # include "BKE_node.h" # include "BKE_node_runtime.hh" # include "BKE_node_tree_interface.hh" -# include "BKE_node_tree_update.h" +# include "BKE_node_tree_update.hh" # include "BLI_set.hh" diff --git a/source/blender/makesrna/intern/rna_nodetree.cc b/source/blender/makesrna/intern/rna_nodetree.cc index ff5d32cfd12..c7954f5b786 100644 --- a/source/blender/makesrna/intern/rna_nodetree.cc +++ b/source/blender/makesrna/intern/rna_nodetree.cc @@ -38,7 +38,7 @@ #include "BKE_image.h" #include "BKE_node.h" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_texture.h" #include "RNA_access.hh" @@ -593,7 +593,7 @@ static const EnumPropertyItem node_cryptomatte_layer_name_items[] = { # include "BLI_linklist.h" # include "BLI_string.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_idprop.h" # include "BKE_global.h" diff --git a/source/blender/makesrna/intern/rna_object.cc b/source/blender/makesrna/intern/rna_object.cc index 328d5d51d37..db9ddd7438d 100644 --- a/source/blender/makesrna/intern/rna_object.cc +++ b/source/blender/makesrna/intern/rna_object.cc @@ -34,7 +34,7 @@ #include "BKE_camera.h" #include "BKE_collection.h" #include "BKE_editlattice.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_layer.h" #include "BKE_object_deform.h" #include "BKE_paint.hh" @@ -321,11 +321,11 @@ const EnumPropertyItem rna_enum_object_axis_items[] = { # include "DNA_lattice_types.h" # include "DNA_node_types.h" -# include "BKE_armature.h" +# include "BKE_armature.hh" # include "BKE_brush.hh" # include "BKE_constraint.h" -# include "BKE_context.h" -# include "BKE_curve.h" +# include "BKE_context.hh" +# include "BKE_curve.hh" # include "BKE_deform.h" # include "BKE_effect.h" # include "BKE_global.h" diff --git a/source/blender/makesrna/intern/rna_object_api.cc b/source/blender/makesrna/intern/rna_object_api.cc index e68e03e7c15..075d10ff921 100644 --- a/source/blender/makesrna/intern/rna_object_api.cc +++ b/source/blender/makesrna/intern/rna_object_api.cc @@ -51,11 +51,11 @@ static const EnumPropertyItem space_items[] = { #ifdef RNA_RUNTIME -# include "BKE_bvhutils.h" +# include "BKE_bvhutils.hh" # include "BKE_constraint.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_crazyspace.hh" -# include "BKE_customdata.h" +# include "BKE_customdata.hh" # include "BKE_global.h" # include "BKE_layer.h" # include "BKE_main.h" diff --git a/source/blender/makesrna/intern/rna_object_force.cc b/source/blender/makesrna/intern/rna_object_force.cc index cb25a399643..134a53678c8 100644 --- a/source/blender/makesrna/intern/rna_object_force.cc +++ b/source/blender/makesrna/intern/rna_object_force.cc @@ -106,7 +106,7 @@ static const EnumPropertyItem empty_vortex_shape_items[] = { # include "DNA_texture_types.h" # include "BKE_collection.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_modifier.hh" # include "BKE_pointcache.h" diff --git a/source/blender/makesrna/intern/rna_particle.cc b/source/blender/makesrna/intern/rna_particle.cc index 3ba9825faa1..7a325f52100 100644 --- a/source/blender/makesrna/intern/rna_particle.cc +++ b/source/blender/makesrna/intern/rna_particle.cc @@ -141,7 +141,7 @@ static const EnumPropertyItem part_fluid_type_items[] = { # include "BKE_boids.h" # include "BKE_cloth.hh" # include "BKE_colortools.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_deform.h" # include "BKE_effect.h" # include "BKE_material.h" diff --git a/source/blender/makesrna/intern/rna_pointcloud.cc b/source/blender/makesrna/intern/rna_pointcloud.cc index d3f490c6526..137db2b9922 100644 --- a/source/blender/makesrna/intern/rna_pointcloud.cc +++ b/source/blender/makesrna/intern/rna_pointcloud.cc @@ -22,7 +22,7 @@ # include "BLI_math_vector.h" -# include "BKE_customdata.h" +# include "BKE_customdata.hh" # include "BKE_pointcloud.h" # include "DEG_depsgraph.hh" diff --git a/source/blender/makesrna/intern/rna_pose.cc b/source/blender/makesrna/intern/rna_pose.cc index 2bb6bb49a82..d71e83a766c 100644 --- a/source/blender/makesrna/intern/rna_pose.cc +++ b/source/blender/makesrna/intern/rna_pose.cc @@ -64,14 +64,14 @@ const EnumPropertyItem rna_enum_color_sets_items[] = { # include "BIK_api.h" # include "BKE_action.h" -# include "BKE_armature.h" +# include "BKE_armature.hh" # include "DNA_userdef_types.h" # include "MEM_guardedalloc.h" # include "BKE_constraint.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_global.h" # include "BKE_idprop.h" diff --git a/source/blender/makesrna/intern/rna_pose_api.cc b/source/blender/makesrna/intern/rna_pose_api.cc index b275f881523..b89b7d99d46 100644 --- a/source/blender/makesrna/intern/rna_pose_api.cc +++ b/source/blender/makesrna/intern/rna_pose_api.cc @@ -25,8 +25,8 @@ #ifdef RNA_RUNTIME # include "BKE_animsys.h" -# include "BKE_armature.h" -# include "BKE_context.h" +# include "BKE_armature.hh" +# include "BKE_context.hh" # include "BKE_pose_backup.h" # include "DNA_action_types.h" diff --git a/source/blender/makesrna/intern/rna_render.cc b/source/blender/makesrna/intern/rna_render.cc index e2b62c5fb5f..02270519731 100644 --- a/source/blender/makesrna/intern/rna_render.cc +++ b/source/blender/makesrna/intern/rna_render.cc @@ -87,7 +87,7 @@ const EnumPropertyItem rna_enum_bake_pass_type_items[] = { # include "RNA_access.hh" # include "BKE_appdir.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_report.h" # include "GPU_capabilities.h" diff --git a/source/blender/makesrna/intern/rna_scene.cc b/source/blender/makesrna/intern/rna_scene.cc index 3c6d1ad666c..51a047b6424 100644 --- a/source/blender/makesrna/intern/rna_scene.cc +++ b/source/blender/makesrna/intern/rna_scene.cc @@ -32,11 +32,11 @@ #include "BLT_translation.h" -#include "BKE_armature.h" -#include "BKE_editmesh.h" +#include "BKE_armature.hh" +#include "BKE_editmesh.hh" #include "BKE_idtype.h" #include "BKE_paint.hh" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "ED_gpencil_legacy.hh" #include "ED_object.hh" @@ -726,7 +726,7 @@ const EnumPropertyItem rna_enum_grease_pencil_selectmode_items[] = { # include "BKE_brush.hh" # include "BKE_collection.h" # include "BKE_colortools.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_freestyle.h" # include "BKE_global.h" # include "BKE_gpencil_legacy.h" diff --git a/source/blender/makesrna/intern/rna_scene_api.cc b/source/blender/makesrna/intern/rna_scene_api.cc index 10c20392bb1..ef13d76cf12 100644 --- a/source/blender/makesrna/intern/rna_scene_api.cc +++ b/source/blender/makesrna/intern/rna_scene_api.cc @@ -28,7 +28,7 @@ #ifdef RNA_RUNTIME -# include "BKE_editmesh.h" +# include "BKE_editmesh.hh" # include "BKE_global.h" # include "BKE_image.h" # include "BKE_scene.h" diff --git a/source/blender/makesrna/intern/rna_sculpt_paint.cc b/source/blender/makesrna/intern/rna_sculpt_paint.cc index 49ac8411391..e038ad512aa 100644 --- a/source/blender/makesrna/intern/rna_sculpt_paint.cc +++ b/source/blender/makesrna/intern/rna_sculpt_paint.cc @@ -108,7 +108,7 @@ const EnumPropertyItem rna_enum_symmetrize_direction_items[] = { # include "MEM_guardedalloc.h" # include "BKE_collection.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_gpencil_legacy.h" # include "BKE_object.hh" # include "BKE_particle.h" diff --git a/source/blender/makesrna/intern/rna_sound.cc b/source/blender/makesrna/intern/rna_sound.cc index 054cd788555..52ffced9e0c 100644 --- a/source/blender/makesrna/intern/rna_sound.cc +++ b/source/blender/makesrna/intern/rna_sound.cc @@ -32,7 +32,7 @@ static const EnumPropertyItem rna_enum_audio_channels_items[] = { #ifdef RNA_RUNTIME -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_sound.h" # include "DEG_depsgraph.hh" diff --git a/source/blender/makesrna/intern/rna_space.cc b/source/blender/makesrna/intern/rna_space.cc index db7b30204cc..e09c4329c54 100644 --- a/source/blender/makesrna/intern/rna_space.cc +++ b/source/blender/makesrna/intern/rna_space.cc @@ -14,14 +14,14 @@ #include "BLT_translation.h" #include "BKE_attribute.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_geometry_set.hh" #include "BKE_image.h" #include "BKE_key.h" #include "BKE_movieclip.h" #include "BKE_node.h" #include "BKE_studiolight.h" -#include "BKE_viewer_path.h" +#include "BKE_viewer_path.hh" #include "ED_asset.hh" #include "ED_spreadsheet.hh" @@ -552,7 +552,7 @@ static const EnumPropertyItem rna_enum_curve_display_handle_items[] = { # include "BKE_anim_data.h" # include "BKE_brush.hh" # include "BKE_colortools.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_global.h" # include "BKE_icons.h" # include "BKE_idprop.h" diff --git a/source/blender/makesrna/intern/rna_texture.cc b/source/blender/makesrna/intern/rna_texture.cc index 60e4b85c71d..5a1e871f15b 100644 --- a/source/blender/makesrna/intern/rna_texture.cc +++ b/source/blender/makesrna/intern/rna_texture.cc @@ -23,7 +23,7 @@ #include "BLI_utildefines.h" #include "BKE_node.h" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_paint.hh" #include "BLT_translation.h" @@ -133,7 +133,7 @@ static const EnumPropertyItem blend_type_items[] = { # include "RNA_access.hh" # include "BKE_colorband.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_image.h" # include "BKE_main.h" # include "BKE_texture.h" diff --git a/source/blender/makesrna/intern/rna_texture_api.cc b/source/blender/makesrna/intern/rna_texture_api.cc index c047fdf428b..bb119b3262e 100644 --- a/source/blender/makesrna/intern/rna_texture_api.cc +++ b/source/blender/makesrna/intern/rna_texture_api.cc @@ -18,7 +18,7 @@ #ifdef RNA_RUNTIME -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_global.h" # include "BLI_math_vector.h" # include "DNA_scene_types.h" diff --git a/source/blender/makesrna/intern/rna_tracking.cc b/source/blender/makesrna/intern/rna_tracking.cc index df9d87b135d..fdae9c99fe4 100644 --- a/source/blender/makesrna/intern/rna_tracking.cc +++ b/source/blender/makesrna/intern/rna_tracking.cc @@ -12,7 +12,7 @@ #include "MEM_guardedalloc.h" #include "BKE_movieclip.h" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_tracking.h" #include "BLT_translation.h" diff --git a/source/blender/makesrna/intern/rna_ui.cc b/source/blender/makesrna/intern/rna_ui.cc index a53413e323b..123a8f43341 100644 --- a/source/blender/makesrna/intern/rna_ui.cc +++ b/source/blender/makesrna/intern/rna_ui.cc @@ -60,7 +60,7 @@ const EnumPropertyItem rna_enum_uilist_layout_type_items[] = { # include "BLI_dynstr.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_main.h" # include "BKE_report.h" # include "BKE_screen.hh" diff --git a/source/blender/makesrna/intern/rna_volume.cc b/source/blender/makesrna/intern/rna_volume.cc index 1d5adcede74..7ac7706b2ef 100644 --- a/source/blender/makesrna/intern/rna_volume.cc +++ b/source/blender/makesrna/intern/rna_volume.cc @@ -17,7 +17,7 @@ #include "DNA_scene_types.h" #include "DNA_volume_types.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BLI_math_base.h" #include "BLI_string_utf8_symbols.h" diff --git a/source/blender/makesrna/intern/rna_wm_api.cc b/source/blender/makesrna/intern/rna_wm_api.cc index eb6b375d8a7..cc2883bd96e 100644 --- a/source/blender/makesrna/intern/rna_wm_api.cc +++ b/source/blender/makesrna/intern/rna_wm_api.cc @@ -62,7 +62,7 @@ const EnumPropertyItem rna_enum_window_cursor_items[] = { #ifdef RNA_RUNTIME -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_undo_system.h" # include "WM_types.hh" diff --git a/source/blender/makesrna/intern/rna_wm_gizmo_api.cc b/source/blender/makesrna/intern/rna_wm_gizmo_api.cc index 602d469d64b..e0a108ebc43 100644 --- a/source/blender/makesrna/intern/rna_wm_gizmo_api.cc +++ b/source/blender/makesrna/intern/rna_wm_gizmo_api.cc @@ -26,7 +26,7 @@ #ifdef RNA_RUNTIME -# include "BKE_context.h" +# include "BKE_context.hh" # include "UI_interface.hh" # include "ED_gizmo_library.hh" diff --git a/source/blender/makesrna/intern/rna_world.cc b/source/blender/makesrna/intern/rna_world.cc index ce6103d0ca3..f96b04103c6 100644 --- a/source/blender/makesrna/intern/rna_world.cc +++ b/source/blender/makesrna/intern/rna_world.cc @@ -24,7 +24,7 @@ # include "MEM_guardedalloc.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_layer.h" # include "BKE_main.h" # include "BKE_texture.h" diff --git a/source/blender/modifiers/intern/MOD_armature.cc b/source/blender/modifiers/intern/MOD_armature.cc index 11d634f0b87..4969c417d7c 100644 --- a/source/blender/modifiers/intern/MOD_armature.cc +++ b/source/blender/modifiers/intern/MOD_armature.cc @@ -20,10 +20,10 @@ #include "DNA_screen_types.h" #include "BKE_action.h" -#include "BKE_armature.h" -#include "BKE_context.h" +#include "BKE_armature.hh" +#include "BKE_context.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_lib_id.h" #include "BKE_lib_query.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_array.cc b/source/blender/modifiers/intern/MOD_array.cc index 1c6c5dcce56..603dc0e0f05 100644 --- a/source/blender/modifiers/intern/MOD_array.cc +++ b/source/blender/modifiers/intern/MOD_array.cc @@ -28,8 +28,8 @@ #include "BKE_anim_path.h" #include "BKE_attribute.hh" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_displist.h" #include "BKE_lib_id.h" #include "BKE_lib_query.h" diff --git a/source/blender/modifiers/intern/MOD_bevel.cc b/source/blender/modifiers/intern/MOD_bevel.cc index fa42c4158b4..79c3cf47c56 100644 --- a/source/blender/modifiers/intern/MOD_bevel.cc +++ b/source/blender/modifiers/intern/MOD_bevel.cc @@ -21,7 +21,7 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_curveprofile.h" #include "BKE_deform.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_boolean.cc b/source/blender/modifiers/intern/MOD_boolean.cc index 75fef08745a..b2c8ba9d3cc 100644 --- a/source/blender/modifiers/intern/MOD_boolean.cc +++ b/source/blender/modifiers/intern/MOD_boolean.cc @@ -28,7 +28,7 @@ #include "DNA_screen_types.h" #include "BKE_collection.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" /* only to check G.debug */ #include "BKE_lib_id.h" #include "BKE_lib_query.h" diff --git a/source/blender/modifiers/intern/MOD_build.cc b/source/blender/modifiers/intern/MOD_build.cc index 951d3244d0e..2a546010156 100644 --- a/source/blender/modifiers/intern/MOD_build.cc +++ b/source/blender/modifiers/intern/MOD_build.cc @@ -24,7 +24,7 @@ #include "DEG_depsgraph_query.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_mesh.hh" #include "BKE_modifier.hh" #include "BKE_particle.h" diff --git a/source/blender/modifiers/intern/MOD_cast.cc b/source/blender/modifiers/intern/MOD_cast.cc index f664cd0bee9..1699b7fc516 100644 --- a/source/blender/modifiers/intern/MOD_cast.cc +++ b/source/blender/modifiers/intern/MOD_cast.cc @@ -18,9 +18,9 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_lib_id.h" #include "BKE_lib_query.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_cloth.cc b/source/blender/modifiers/intern/MOD_cloth.cc index beee5aa8803..d5f00c53b52 100644 --- a/source/blender/modifiers/intern/MOD_cloth.cc +++ b/source/blender/modifiers/intern/MOD_cloth.cc @@ -26,7 +26,7 @@ #include "MEM_guardedalloc.h" #include "BKE_cloth.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_effect.h" #include "BKE_global.h" #include "BKE_key.h" diff --git a/source/blender/modifiers/intern/MOD_collision.cc b/source/blender/modifiers/intern/MOD_collision.cc index e79c186dd86..fc7e15893bd 100644 --- a/source/blender/modifiers/intern/MOD_collision.cc +++ b/source/blender/modifiers/intern/MOD_collision.cc @@ -24,7 +24,7 @@ #include "MEM_guardedalloc.h" #include "BKE_collision.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_lib_id.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_correctivesmooth.cc b/source/blender/modifiers/intern/MOD_correctivesmooth.cc index 8d0cf0b9a5c..aab4384660f 100644 --- a/source/blender/modifiers/intern/MOD_correctivesmooth.cc +++ b/source/blender/modifiers/intern/MOD_correctivesmooth.cc @@ -24,9 +24,9 @@ #include "MEM_guardedalloc.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_mesh_wrapper.hh" diff --git a/source/blender/modifiers/intern/MOD_curve.cc b/source/blender/modifiers/intern/MOD_curve.cc index fbafc2000ea..84af8cc117e 100644 --- a/source/blender/modifiers/intern/MOD_curve.cc +++ b/source/blender/modifiers/intern/MOD_curve.cc @@ -18,10 +18,10 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" -#include "BKE_curve.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_lib_id.h" #include "BKE_lib_query.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_datatransfer.cc b/source/blender/modifiers/intern/MOD_datatransfer.cc index 76d9a2263e7..4ef71d4e513 100644 --- a/source/blender/modifiers/intern/MOD_datatransfer.cc +++ b/source/blender/modifiers/intern/MOD_datatransfer.cc @@ -16,8 +16,8 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_data_transfer.h" #include "BKE_lib_id.h" #include "BKE_lib_query.h" diff --git a/source/blender/modifiers/intern/MOD_decimate.cc b/source/blender/modifiers/intern/MOD_decimate.cc index 87fad8dc938..927fa90a4b3 100644 --- a/source/blender/modifiers/intern/MOD_decimate.cc +++ b/source/blender/modifiers/intern/MOD_decimate.cc @@ -19,7 +19,7 @@ #include "MEM_guardedalloc.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_mesh.hh" #include "BKE_screen.hh" diff --git a/source/blender/modifiers/intern/MOD_displace.cc b/source/blender/modifiers/intern/MOD_displace.cc index 61fef144ab4..8534e9575d0 100644 --- a/source/blender/modifiers/intern/MOD_displace.cc +++ b/source/blender/modifiers/intern/MOD_displace.cc @@ -20,10 +20,10 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_image.h" #include "BKE_lib_id.h" #include "BKE_lib_query.h" diff --git a/source/blender/modifiers/intern/MOD_dynamicpaint.cc b/source/blender/modifiers/intern/MOD_dynamicpaint.cc index 46a1f4fa633..95f383b29e8 100644 --- a/source/blender/modifiers/intern/MOD_dynamicpaint.cc +++ b/source/blender/modifiers/intern/MOD_dynamicpaint.cc @@ -22,7 +22,7 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_dynamicpaint.h" #include "BKE_layer.h" #include "BKE_lib_query.h" diff --git a/source/blender/modifiers/intern/MOD_edgesplit.cc b/source/blender/modifiers/intern/MOD_edgesplit.cc index 8c8b81ccdc6..0aa36cf9eef 100644 --- a/source/blender/modifiers/intern/MOD_edgesplit.cc +++ b/source/blender/modifiers/intern/MOD_edgesplit.cc @@ -21,7 +21,7 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_mesh.hh" #include "BKE_modifier.hh" #include "BKE_screen.hh" diff --git a/source/blender/modifiers/intern/MOD_explode.cc b/source/blender/modifiers/intern/MOD_explode.cc index ab48cd0ae01..971221b24ba 100644 --- a/source/blender/modifiers/intern/MOD_explode.cc +++ b/source/blender/modifiers/intern/MOD_explode.cc @@ -26,9 +26,9 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_mesh_legacy_convert.hh" diff --git a/source/blender/modifiers/intern/MOD_fluid.cc b/source/blender/modifiers/intern/MOD_fluid.cc index 9dfeb168867..c9181fa1a34 100644 --- a/source/blender/modifiers/intern/MOD_fluid.cc +++ b/source/blender/modifiers/intern/MOD_fluid.cc @@ -23,7 +23,7 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fluid.h" #include "BKE_layer.h" #include "BKE_lib_query.h" diff --git a/source/blender/modifiers/intern/MOD_hook.cc b/source/blender/modifiers/intern/MOD_hook.cc index 3690e0e3708..91367ec3da4 100644 --- a/source/blender/modifiers/intern/MOD_hook.cc +++ b/source/blender/modifiers/intern/MOD_hook.cc @@ -22,9 +22,9 @@ #include "BKE_action.h" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_lib_id.h" #include "BKE_lib_query.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_laplaciandeform.cc b/source/blender/modifiers/intern/MOD_laplaciandeform.cc index 98b5f17789b..df9cfb6f468 100644 --- a/source/blender/modifiers/intern/MOD_laplaciandeform.cc +++ b/source/blender/modifiers/intern/MOD_laplaciandeform.cc @@ -22,9 +22,9 @@ #include "DNA_meshdata_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" diff --git a/source/blender/modifiers/intern/MOD_laplaciansmooth.cc b/source/blender/modifiers/intern/MOD_laplaciansmooth.cc index 713092991d9..6d865482a37 100644 --- a/source/blender/modifiers/intern/MOD_laplaciansmooth.cc +++ b/source/blender/modifiers/intern/MOD_laplaciansmooth.cc @@ -19,9 +19,9 @@ #include "MEM_guardedalloc.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_mesh_wrapper.hh" diff --git a/source/blender/modifiers/intern/MOD_lattice.cc b/source/blender/modifiers/intern/MOD_lattice.cc index 0f73fa346c5..3d649762ee4 100644 --- a/source/blender/modifiers/intern/MOD_lattice.cc +++ b/source/blender/modifiers/intern/MOD_lattice.cc @@ -16,9 +16,9 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" -#include "BKE_lattice.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" +#include "BKE_lattice.hh" #include "BKE_lib_id.h" #include "BKE_lib_query.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_mask.cc b/source/blender/modifiers/intern/MOD_mask.cc index 02778cfad87..45711d025ff 100644 --- a/source/blender/modifiers/intern/MOD_mask.cc +++ b/source/blender/modifiers/intern/MOD_mask.cc @@ -25,8 +25,8 @@ #include "DNA_screen_types.h" #include "BKE_action.h" /* BKE_pose_channel_find_name */ -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_deform.h" #include "BKE_lib_query.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_mesh_to_volume.cc b/source/blender/modifiers/intern/MOD_mesh_to_volume.cc index 82fac814c7a..ef01b957c17 100644 --- a/source/blender/modifiers/intern/MOD_mesh_to_volume.cc +++ b/source/blender/modifiers/intern/MOD_mesh_to_volume.cc @@ -15,7 +15,7 @@ #include "BKE_mesh_wrapper.hh" #include "BKE_modifier.hh" #include "BKE_object.hh" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BLT_translation.h" diff --git a/source/blender/modifiers/intern/MOD_meshcache.cc b/source/blender/modifiers/intern/MOD_meshcache.cc index dc3d791dc1c..415b8e58f15 100644 --- a/source/blender/modifiers/intern/MOD_meshcache.cc +++ b/source/blender/modifiers/intern/MOD_meshcache.cc @@ -25,7 +25,7 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/modifiers/intern/MOD_meshdeform.cc b/source/blender/modifiers/intern/MOD_meshdeform.cc index 0f1708b968c..67e9e1201c2 100644 --- a/source/blender/modifiers/intern/MOD_meshdeform.cc +++ b/source/blender/modifiers/intern/MOD_meshdeform.cc @@ -22,9 +22,9 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_lib_id.h" #include "BKE_lib_query.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_meshsequencecache.cc b/source/blender/modifiers/intern/MOD_meshsequencecache.cc index 202c5897981..57074de7a41 100644 --- a/source/blender/modifiers/intern/MOD_meshsequencecache.cc +++ b/source/blender/modifiers/intern/MOD_meshsequencecache.cc @@ -26,7 +26,7 @@ #include "MEM_guardedalloc.h" #include "BKE_cachefile.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_query.h" #include "BKE_mesh.hh" #include "BKE_object.hh" diff --git a/source/blender/modifiers/intern/MOD_mirror.cc b/source/blender/modifiers/intern/MOD_mirror.cc index c8dd778b46d..92a34468fe5 100644 --- a/source/blender/modifiers/intern/MOD_mirror.cc +++ b/source/blender/modifiers/intern/MOD_mirror.cc @@ -15,7 +15,7 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_lib_query.h" #include "BKE_mesh_mirror.hh" diff --git a/source/blender/modifiers/intern/MOD_multires.cc b/source/blender/modifiers/intern/MOD_multires.cc index 6aa15fea77d..e5e1fdb2b9b 100644 --- a/source/blender/modifiers/intern/MOD_multires.cc +++ b/source/blender/modifiers/intern/MOD_multires.cc @@ -21,7 +21,7 @@ #include "DNA_screen_types.h" #include "BKE_cdderivedmesh.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_mesh.hh" #include "BKE_modifier.hh" #include "BKE_multires.hh" diff --git a/source/blender/modifiers/intern/MOD_nodes.cc b/source/blender/modifiers/intern/MOD_nodes.cc index 8d09bc7d074..b08d06ffe68 100644 --- a/source/blender/modifiers/intern/MOD_nodes.cc +++ b/source/blender/modifiers/intern/MOD_nodes.cc @@ -41,7 +41,7 @@ #include "BKE_attribute_math.hh" #include "BKE_bake_geometry_nodes_modifier.hh" #include "BKE_compute_contexts.hh" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_geometry_fields.hh" #include "BKE_geometry_set_instances.hh" #include "BKE_global.h" @@ -52,7 +52,7 @@ #include "BKE_mesh.hh" #include "BKE_modifier.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_object.hh" #include "BKE_pointcloud.h" #include "BKE_screen.hh" diff --git a/source/blender/modifiers/intern/MOD_normal_edit.cc b/source/blender/modifiers/intern/MOD_normal_edit.cc index f2f03ccdf4a..25f913f3b9c 100644 --- a/source/blender/modifiers/intern/MOD_normal_edit.cc +++ b/source/blender/modifiers/intern/MOD_normal_edit.cc @@ -25,7 +25,7 @@ #include "DNA_screen_types.h" #include "BKE_attribute.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_lib_id.h" #include "BKE_lib_query.h" diff --git a/source/blender/modifiers/intern/MOD_ocean.cc b/source/blender/modifiers/intern/MOD_ocean.cc index 4ba09c437d6..54df4ac2e51 100644 --- a/source/blender/modifiers/intern/MOD_ocean.cc +++ b/source/blender/modifiers/intern/MOD_ocean.cc @@ -21,7 +21,7 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_modifier.hh" diff --git a/source/blender/modifiers/intern/MOD_particleinstance.cc b/source/blender/modifiers/intern/MOD_particleinstance.cc index 8ebec46b18e..85652bf996d 100644 --- a/source/blender/modifiers/intern/MOD_particleinstance.cc +++ b/source/blender/modifiers/intern/MOD_particleinstance.cc @@ -25,9 +25,9 @@ #include "DNA_meshdata_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_effect.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_lib_query.h" #include "BKE_mesh.hh" #include "BKE_modifier.hh" diff --git a/source/blender/modifiers/intern/MOD_particlesystem.cc b/source/blender/modifiers/intern/MOD_particlesystem.cc index d01ded387f0..6f5c597c8e0 100644 --- a/source/blender/modifiers/intern/MOD_particlesystem.cc +++ b/source/blender/modifiers/intern/MOD_particlesystem.cc @@ -18,8 +18,8 @@ #include "DNA_mesh_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_mesh_legacy_convert.hh" diff --git a/source/blender/modifiers/intern/MOD_remesh.cc b/source/blender/modifiers/intern/MOD_remesh.cc index 37880f97716..7c4a1d18208 100644 --- a/source/blender/modifiers/intern/MOD_remesh.cc +++ b/source/blender/modifiers/intern/MOD_remesh.cc @@ -21,7 +21,7 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_mesh.hh" #include "BKE_mesh_remesh_voxel.hh" #include "BKE_mesh_runtime.hh" diff --git a/source/blender/modifiers/intern/MOD_screw.cc b/source/blender/modifiers/intern/MOD_screw.cc index 25c1cb59957..b6e82c2f99e 100644 --- a/source/blender/modifiers/intern/MOD_screw.cc +++ b/source/blender/modifiers/intern/MOD_screw.cc @@ -27,7 +27,7 @@ #include "DNA_screen_types.h" #include "BKE_attribute.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_lib_query.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_shrinkwrap.cc b/source/blender/modifiers/intern/MOD_shrinkwrap.cc index fca75a0e134..22d0ced9de9 100644 --- a/source/blender/modifiers/intern/MOD_shrinkwrap.cc +++ b/source/blender/modifiers/intern/MOD_shrinkwrap.cc @@ -17,8 +17,8 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_lib_id.h" #include "BKE_lib_query.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_simpledeform.cc b/source/blender/modifiers/intern/MOD_simpledeform.cc index d2d5cb81e61..7af6b556ed7 100644 --- a/source/blender/modifiers/intern/MOD_simpledeform.cc +++ b/source/blender/modifiers/intern/MOD_simpledeform.cc @@ -18,9 +18,9 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_lib_id.h" #include "BKE_lib_query.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_skin.cc b/source/blender/modifiers/intern/MOD_skin.cc index 73519a73033..4852dccbcda 100644 --- a/source/blender/modifiers/intern/MOD_skin.cc +++ b/source/blender/modifiers/intern/MOD_skin.cc @@ -59,7 +59,7 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_lib_id.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_smooth.cc b/source/blender/modifiers/intern/MOD_smooth.cc index ceb074a4ef6..4eec2d91de1 100644 --- a/source/blender/modifiers/intern/MOD_smooth.cc +++ b/source/blender/modifiers/intern/MOD_smooth.cc @@ -19,9 +19,9 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_mesh_wrapper.hh" diff --git a/source/blender/modifiers/intern/MOD_softbody.cc b/source/blender/modifiers/intern/MOD_softbody.cc index 3ae3bb51a02..3e7870be48c 100644 --- a/source/blender/modifiers/intern/MOD_softbody.cc +++ b/source/blender/modifiers/intern/MOD_softbody.cc @@ -17,7 +17,7 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_particle.h" #include "BKE_screen.hh" diff --git a/source/blender/modifiers/intern/MOD_solidify.cc b/source/blender/modifiers/intern/MOD_solidify.cc index 5ceddb809e2..72ef2d0dff5 100644 --- a/source/blender/modifiers/intern/MOD_solidify.cc +++ b/source/blender/modifiers/intern/MOD_solidify.cc @@ -17,7 +17,7 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_particle.h" #include "BKE_screen.hh" diff --git a/source/blender/modifiers/intern/MOD_subsurf.cc b/source/blender/modifiers/intern/MOD_subsurf.cc index 441e59d8ca6..9fd7f4e6e66 100644 --- a/source/blender/modifiers/intern/MOD_subsurf.cc +++ b/source/blender/modifiers/intern/MOD_subsurf.cc @@ -23,8 +23,8 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" -#include "BKE_editmesh.h" +#include "BKE_context.hh" +#include "BKE_editmesh.hh" #include "BKE_mesh.hh" #include "BKE_scene.h" #include "BKE_screen.hh" diff --git a/source/blender/modifiers/intern/MOD_surface.cc b/source/blender/modifiers/intern/MOD_surface.cc index fd54097e3f8..4f98336069e 100644 --- a/source/blender/modifiers/intern/MOD_surface.cc +++ b/source/blender/modifiers/intern/MOD_surface.cc @@ -19,8 +19,8 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_bvhutils.h" -#include "BKE_context.h" +#include "BKE_bvhutils.hh" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_screen.hh" diff --git a/source/blender/modifiers/intern/MOD_surfacedeform.cc b/source/blender/modifiers/intern/MOD_surfacedeform.cc index e990be4779c..f3c99bd0872 100644 --- a/source/blender/modifiers/intern/MOD_surfacedeform.cc +++ b/source/blender/modifiers/intern/MOD_surfacedeform.cc @@ -19,10 +19,10 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_bvhutils.h" -#include "BKE_context.h" +#include "BKE_bvhutils.hh" +#include "BKE_context.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_lib_id.h" #include "BKE_lib_query.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_triangulate.cc b/source/blender/modifiers/intern/MOD_triangulate.cc index 3245adf63cb..44b55e2d5b5 100644 --- a/source/blender/modifiers/intern/MOD_triangulate.cc +++ b/source/blender/modifiers/intern/MOD_triangulate.cc @@ -20,7 +20,7 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_mesh.hh" #include "BKE_modifier.hh" #include "BKE_screen.hh" diff --git a/source/blender/modifiers/intern/MOD_ui_common.cc b/source/blender/modifiers/intern/MOD_ui_common.cc index a8d9fc265a7..56903551f5c 100644 --- a/source/blender/modifiers/intern/MOD_ui_common.cc +++ b/source/blender/modifiers/intern/MOD_ui_common.cc @@ -11,7 +11,7 @@ #include "MEM_guardedalloc.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_modifier.hh" #include "BKE_object.hh" #include "BKE_screen.hh" diff --git a/source/blender/modifiers/intern/MOD_util.cc b/source/blender/modifiers/intern/MOD_util.cc index 44e6bcbe9dc..c1a47907691 100644 --- a/source/blender/modifiers/intern/MOD_util.cc +++ b/source/blender/modifiers/intern/MOD_util.cc @@ -23,9 +23,9 @@ #include "BKE_action.h" /* BKE_pose_channel_find_name */ #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_image.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_mesh_wrapper.hh" diff --git a/source/blender/modifiers/intern/MOD_uvproject.cc b/source/blender/modifiers/intern/MOD_uvproject.cc index 54e5dafdd41..6d0e13e6f23 100644 --- a/source/blender/modifiers/intern/MOD_uvproject.cc +++ b/source/blender/modifiers/intern/MOD_uvproject.cc @@ -25,7 +25,7 @@ #include "BKE_attribute.hh" #include "BKE_camera.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_query.h" #include "BKE_material.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_uvwarp.cc b/source/blender/modifiers/intern/MOD_uvwarp.cc index 7f88c8c6564..a922c791347 100644 --- a/source/blender/modifiers/intern/MOD_uvwarp.cc +++ b/source/blender/modifiers/intern/MOD_uvwarp.cc @@ -23,7 +23,7 @@ #include "DNA_screen_types.h" #include "BKE_action.h" /* BKE_pose_channel_find_name */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_lib_query.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_volume_displace.cc b/source/blender/modifiers/intern/MOD_volume_displace.cc index 090192914f9..62b9003f45a 100644 --- a/source/blender/modifiers/intern/MOD_volume_displace.cc +++ b/source/blender/modifiers/intern/MOD_volume_displace.cc @@ -12,7 +12,7 @@ #include "BKE_modifier.hh" #include "BKE_object.hh" #include "BKE_texture.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BKE_volume_openvdb.hh" #include "BLT_translation.h" diff --git a/source/blender/modifiers/intern/MOD_volume_to_mesh.cc b/source/blender/modifiers/intern/MOD_volume_to_mesh.cc index 1c6564714ac..5bbda514f21 100644 --- a/source/blender/modifiers/intern/MOD_volume_to_mesh.cc +++ b/source/blender/modifiers/intern/MOD_volume_to_mesh.cc @@ -11,7 +11,7 @@ #include "BKE_lib_query.h" #include "BKE_mesh.hh" #include "BKE_modifier.hh" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BKE_volume_openvdb.hh" #include "BKE_volume_to_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_warp.cc b/source/blender/modifiers/intern/MOD_warp.cc index 02242c5617b..b488e6e1d3c 100644 --- a/source/blender/modifiers/intern/MOD_warp.cc +++ b/source/blender/modifiers/intern/MOD_warp.cc @@ -24,9 +24,9 @@ #include "BKE_action.h" /* BKE_pose_channel_find_name */ #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_lib_id.h" #include "BKE_lib_query.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_wave.cc b/source/blender/modifiers/intern/MOD_wave.cc index 2e52d044b80..a61b32fffb7 100644 --- a/source/blender/modifiers/intern/MOD_wave.cc +++ b/source/blender/modifiers/intern/MOD_wave.cc @@ -18,9 +18,9 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_editmesh_cache.hh" #include "BKE_lib_id.h" #include "BKE_lib_query.h" diff --git a/source/blender/modifiers/intern/MOD_weighted_normal.cc b/source/blender/modifiers/intern/MOD_weighted_normal.cc index e81b64bb0d4..97b26463b13 100644 --- a/source/blender/modifiers/intern/MOD_weighted_normal.cc +++ b/source/blender/modifiers/intern/MOD_weighted_normal.cc @@ -23,7 +23,7 @@ #include "DNA_screen_types.h" #include "BKE_attribute.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_lib_id.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_weightvg_util.cc b/source/blender/modifiers/intern/MOD_weightvg_util.cc index 7c2fc1cc9d6..bddbd06e1ea 100644 --- a/source/blender/modifiers/intern/MOD_weightvg_util.cc +++ b/source/blender/modifiers/intern/MOD_weightvg_util.cc @@ -22,8 +22,8 @@ #include "DNA_scene_types.h" #include "BKE_colortools.h" /* CurveMapping. */ -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_deform.h" #include "BKE_modifier.hh" #include "BKE_scene.h" diff --git a/source/blender/modifiers/intern/MOD_weightvgedit.cc b/source/blender/modifiers/intern/MOD_weightvgedit.cc index 86c78e7c432..6f66b480fa3 100644 --- a/source/blender/modifiers/intern/MOD_weightvgedit.cc +++ b/source/blender/modifiers/intern/MOD_weightvgedit.cc @@ -25,7 +25,7 @@ #include "DNA_screen_types.h" #include "BKE_colortools.h" /* CurveMapping. */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_lib_query.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_weightvgmix.cc b/source/blender/modifiers/intern/MOD_weightvgmix.cc index 15b8a6312a4..d132b75a5f0 100644 --- a/source/blender/modifiers/intern/MOD_weightvgmix.cc +++ b/source/blender/modifiers/intern/MOD_weightvgmix.cc @@ -19,8 +19,8 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_deform.h" #include "BKE_lib_query.h" #include "BKE_mesh.hh" diff --git a/source/blender/modifiers/intern/MOD_weightvgproximity.cc b/source/blender/modifiers/intern/MOD_weightvgproximity.cc index 7091283d156..77ae197e32a 100644 --- a/source/blender/modifiers/intern/MOD_weightvgproximity.cc +++ b/source/blender/modifiers/intern/MOD_weightvgproximity.cc @@ -25,11 +25,11 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BKE_colortools.h" /* CurveMapping. */ -#include "BKE_context.h" -#include "BKE_curve.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_curve.hh" +#include "BKE_customdata.hh" #include "BKE_deform.h" #include "BKE_lib_id.h" #include "BKE_lib_query.h" diff --git a/source/blender/modifiers/intern/MOD_weld.cc b/source/blender/modifiers/intern/MOD_weld.cc index 2d4e3991600..7fb30a76236 100644 --- a/source/blender/modifiers/intern/MOD_weld.cc +++ b/source/blender/modifiers/intern/MOD_weld.cc @@ -29,7 +29,7 @@ #include "DNA_modifier_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_modifier.hh" #include "BKE_screen.hh" diff --git a/source/blender/modifiers/intern/MOD_wireframe.cc b/source/blender/modifiers/intern/MOD_wireframe.cc index c6ce768bd15..98d8f761756 100644 --- a/source/blender/modifiers/intern/MOD_wireframe.cc +++ b/source/blender/modifiers/intern/MOD_wireframe.cc @@ -17,7 +17,7 @@ #include "DNA_object_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_deform.h" #include "BKE_mesh.hh" #include "BKE_screen.hh" diff --git a/source/blender/nodes/NOD_geometry_nodes_log.hh b/source/blender/nodes/NOD_geometry_nodes_log.hh index f33a403d948..dc54b95435d 100644 --- a/source/blender/nodes/NOD_geometry_nodes_log.hh +++ b/source/blender/nodes/NOD_geometry_nodes_log.hh @@ -38,7 +38,7 @@ #include "BKE_attribute.h" #include "BKE_geometry_set.hh" #include "BKE_node_tree_zones.hh" -#include "BKE_viewer_path.h" +#include "BKE_viewer_path.hh" #include "FN_field.hh" diff --git a/source/blender/nodes/composite/node_composite_tree.cc b/source/blender/nodes/composite/node_composite_tree.cc index 10573d7256a..252421d7cc4 100644 --- a/source/blender/nodes/composite/node_composite_tree.cc +++ b/source/blender/nodes/composite/node_composite_tree.cc @@ -14,13 +14,13 @@ #include "DNA_node_types.h" #include "DNA_scene_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_image.h" #include "BKE_main.h" #include "BKE_node.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_tracking.h" #include "UI_resources.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc b/source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc index 7ed0ea740c1..c95d304c219 100644 --- a/source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc +++ b/source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc @@ -16,7 +16,7 @@ #include "BLI_string_ref.hh" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_cryptomatte.hh" #include "BKE_global.h" #include "BKE_image.h" diff --git a/source/blender/nodes/composite/nodes/node_composite_image.cc b/source/blender/nodes/composite/nodes/node_composite_image.cc index e131393beeb..4670236fae7 100644 --- a/source/blender/nodes/composite/nodes/node_composite_image.cc +++ b/source/blender/nodes/composite/nodes/node_composite_image.cc @@ -14,7 +14,7 @@ #include "BLI_string.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_image.h" #include "BKE_lib_id.h" diff --git a/source/blender/nodes/composite/nodes/node_composite_keyingscreen.cc b/source/blender/nodes/composite/nodes/node_composite_keyingscreen.cc index aa1ccf579b4..73efe665801 100644 --- a/source/blender/nodes/composite/nodes/node_composite_keyingscreen.cc +++ b/source/blender/nodes/composite/nodes/node_composite_keyingscreen.cc @@ -14,7 +14,7 @@ #include "DNA_movieclip_types.h" #include "DNA_tracking_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_movieclip.h" #include "BKE_tracking.h" diff --git a/source/blender/nodes/composite/nodes/node_composite_movieclip.cc b/source/blender/nodes/composite/nodes/node_composite_movieclip.cc index 6c00915da41..9272ed82979 100644 --- a/source/blender/nodes/composite/nodes/node_composite_movieclip.cc +++ b/source/blender/nodes/composite/nodes/node_composite_movieclip.cc @@ -8,7 +8,7 @@ #include "BLI_math_vector_types.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_movieclip.h" #include "BKE_tracking.h" diff --git a/source/blender/nodes/composite/nodes/node_composite_moviedistortion.cc b/source/blender/nodes/composite/nodes/node_composite_moviedistortion.cc index aaf09a7e163..4bddd295a53 100644 --- a/source/blender/nodes/composite/nodes/node_composite_moviedistortion.cc +++ b/source/blender/nodes/composite/nodes/node_composite_moviedistortion.cc @@ -10,7 +10,7 @@ #include "DNA_movieclip_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_tracking.h" 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 44554ace39b..c1ba20f32a8 100644 --- a/source/blender/nodes/composite/nodes/node_composite_output_file.cc +++ b/source/blender/nodes/composite/nodes/node_composite_output_file.cc @@ -13,7 +13,7 @@ #include "BLI_string_utils.hh" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image_format.h" #include "RNA_access.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_planetrackdeform.cc b/source/blender/nodes/composite/nodes/node_composite_planetrackdeform.cc index 4f629191a0f..981cb643375 100644 --- a/source/blender/nodes/composite/nodes/node_composite_planetrackdeform.cc +++ b/source/blender/nodes/composite/nodes/node_composite_planetrackdeform.cc @@ -15,7 +15,7 @@ #include "DNA_movieclip_types.h" #include "DNA_tracking_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_movieclip.h" #include "BKE_tracking.h" diff --git a/source/blender/nodes/composite/nodes/node_composite_stabilize2d.cc b/source/blender/nodes/composite/nodes/node_composite_stabilize2d.cc index 409736a7110..689050687f2 100644 --- a/source/blender/nodes/composite/nodes/node_composite_stabilize2d.cc +++ b/source/blender/nodes/composite/nodes/node_composite_stabilize2d.cc @@ -18,7 +18,7 @@ #include "DNA_movieclip_types.h" #include "DNA_node_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_movieclip.h" #include "BKE_tracking.h" diff --git a/source/blender/nodes/composite/nodes/node_composite_switchview.cc b/source/blender/nodes/composite/nodes/node_composite_switchview.cc index 1a047ecb3fe..edd19ee4b5e 100644 --- a/source/blender/nodes/composite/nodes/node_composite_switchview.cc +++ b/source/blender/nodes/composite/nodes/node_composite_switchview.cc @@ -6,7 +6,7 @@ * \ingroup cmpnodes */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "UI_interface.hh" diff --git a/source/blender/nodes/composite/nodes/node_composite_trackpos.cc b/source/blender/nodes/composite/nodes/node_composite_trackpos.cc index 4e3e28765dd..422d2ad1444 100644 --- a/source/blender/nodes/composite/nodes/node_composite_trackpos.cc +++ b/source/blender/nodes/composite/nodes/node_composite_trackpos.cc @@ -14,7 +14,7 @@ #include "DNA_movieclip_types.h" #include "DNA_tracking_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_id.h" #include "BKE_movieclip.h" #include "BKE_tracking.h" diff --git a/source/blender/nodes/geometry/node_geometry_tree.cc b/source/blender/nodes/geometry/node_geometry_tree.cc index 009f8b7da52..21886f20f5b 100644 --- a/source/blender/nodes/geometry/node_geometry_tree.cc +++ b/source/blender/nodes/geometry/node_geometry_tree.cc @@ -10,7 +10,7 @@ #include "NOD_geometry.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_node.hh" #include "BKE_object.hh" diff --git a/source/blender/nodes/geometry/node_geometry_util.cc b/source/blender/nodes/geometry/node_geometry_util.cc index c8670174879..1ba1e98adbe 100644 --- a/source/blender/nodes/geometry/node_geometry_util.cc +++ b/source/blender/nodes/geometry/node_geometry_util.cc @@ -9,7 +9,7 @@ #include "DNA_meshdata_types.h" #include "DNA_space_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" #include "BKE_node.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_deform_curves_on_surface.cc b/source/blender/nodes/geometry/nodes/node_geo_deform_curves_on_surface.cc index e32ba820dd9..0b45275f131 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_deform_curves_on_surface.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_deform_curves_on_surface.cc @@ -4,7 +4,7 @@ #include "BKE_attribute_math.hh" #include "BKE_curves.hh" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc b/source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc index b228caa13a3..86cb80c88ba 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc @@ -12,7 +12,7 @@ #include "DNA_pointcloud_types.h" #include "BKE_pointcloud.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BKE_volume_openvdb.hh" #include "NOD_rna_define.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_distribute_points_on_faces.cc b/source/blender/nodes/geometry/nodes/node_geo_distribute_points_on_faces.cc index d58349e0820..92397f7d589 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_distribute_points_on_faces.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_distribute_points_on_faces.cc @@ -16,7 +16,7 @@ #include "DNA_pointcloud_types.h" #include "BKE_attribute_math.hh" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" #include "BKE_mesh_sample.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_mean_filter_sdf_volume.cc b/source/blender/nodes/geometry/nodes/node_geo_mean_filter_sdf_volume.cc index 5647e3b6f50..93cc03f0c27 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_mean_filter_sdf_volume.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_mean_filter_sdf_volume.cc @@ -9,7 +9,7 @@ #include "node_geometry_util.hh" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BKE_volume_openvdb.hh" #include "DNA_node_types.h" diff --git a/source/blender/nodes/geometry/nodes/node_geo_mesh_to_sdf_volume.cc b/source/blender/nodes/geometry/nodes/node_geo_mesh_to_sdf_volume.cc index f53295c1d8e..a5be0dbcfb5 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_mesh_to_sdf_volume.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_mesh_to_sdf_volume.cc @@ -10,7 +10,7 @@ #include "BKE_mesh_runtime.hh" #include "BKE_mesh_wrapper.hh" #include "BKE_object.hh" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "GEO_mesh_to_volume.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_mesh_to_volume.cc b/source/blender/nodes/geometry/nodes/node_geo_mesh_to_volume.cc index 9893165a58e..47f7e75ebf6 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_mesh_to_volume.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_mesh_to_volume.cc @@ -10,7 +10,7 @@ #include "BKE_mesh_runtime.hh" #include "BKE_mesh_wrapper.hh" #include "BKE_object.hh" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "GEO_mesh_to_volume.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_offset_sdf_volume.cc b/source/blender/nodes/geometry/nodes/node_geo_offset_sdf_volume.cc index 65e2134aabf..41380d9fabe 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_offset_sdf_volume.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_offset_sdf_volume.cc @@ -9,7 +9,7 @@ #include "node_geometry_util.hh" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BKE_volume_openvdb.hh" #include "DNA_node_types.h" diff --git a/source/blender/nodes/geometry/nodes/node_geo_points_to_volume.cc b/source/blender/nodes/geometry/nodes/node_geo_points_to_volume.cc index 1630e8ea76a..83b6728b609 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_points_to_volume.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_points_to_volume.cc @@ -15,7 +15,7 @@ #include "GEO_points_to_volume.hh" #include "BKE_lib_id.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "NOD_rna_define.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_proximity.cc b/source/blender/nodes/geometry/nodes/node_geo_proximity.cc index 276d7cc227d..5f8f8fabc35 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_proximity.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_proximity.cc @@ -8,7 +8,7 @@ #include "DNA_mesh_types.h" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BKE_geometry_set.hh" #include "NOD_rna_define.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_raycast.cc b/source/blender/nodes/geometry/nodes/node_geo_raycast.cc index fc9e10cdc3d..3effb901dc9 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_raycast.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_raycast.cc @@ -5,7 +5,7 @@ #include "DNA_mesh_types.h" #include "BKE_attribute_math.hh" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BKE_mesh_sample.hh" #include "NOD_rna_define.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_sample_nearest.cc b/source/blender/nodes/geometry/nodes/node_geo_sample_nearest.cc index fa4511fe678..52367f5dc9d 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_sample_nearest.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_sample_nearest.cc @@ -6,7 +6,7 @@ #include "DNA_pointcloud_types.h" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_sample_nearest_surface.cc b/source/blender/nodes/geometry/nodes/node_geo_sample_nearest_surface.cc index a1d971be0b3..d6398d45850 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_sample_nearest_surface.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_sample_nearest_surface.cc @@ -6,7 +6,7 @@ #include "DNA_meshdata_types.h" #include "BKE_attribute_math.hh" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "BKE_mesh.hh" #include "BKE_mesh_sample.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_sample_volume.cc b/source/blender/nodes/geometry/nodes/node_geo_sample_volume.cc index 4a7932bbe0b..9d1c4e211da 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_sample_volume.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_sample_volume.cc @@ -5,7 +5,7 @@ #include "DEG_depsgraph_query.hh" #include "BKE_type_conversions.hh" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BKE_volume_openvdb.hh" #include "BLI_virtual_array.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_sdf_volume_sphere.cc b/source/blender/nodes/geometry/nodes/node_geo_sdf_volume_sphere.cc index a8adda84f09..b6a30cb7404 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_sdf_volume_sphere.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_sdf_volume_sphere.cc @@ -11,7 +11,7 @@ #include "BKE_geometry_set.hh" #include "BKE_lib_id.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BKE_volume_openvdb.hh" #include "NOD_socket_search_link.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_simulation_output.cc b/source/blender/nodes/geometry/nodes/node_geo_simulation_output.cc index 32e69926bcc..9b93018dedf 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_simulation_output.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_simulation_output.cc @@ -11,7 +11,7 @@ #include "BKE_bake_geometry_nodes_modifier.hh" #include "BKE_bake_items_socket.hh" #include "BKE_compute_contexts.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_curves.hh" #include "BKE_instances.hh" #include "BKE_modifier.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_string_to_curves.cc b/source/blender/nodes/geometry/nodes/node_geo_string_to_curves.cc index a4e939290d8..b824c1e411d 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_string_to_curves.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_string_to_curves.cc @@ -5,7 +5,7 @@ #include "DNA_curve_types.h" #include "DNA_vfont_types.h" -#include "BKE_curve.h" +#include "BKE_curve.hh" #include "BKE_curve_legacy_convert.hh" #include "BKE_curves.hh" #include "BKE_instances.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_transform_geometry.cc b/source/blender/nodes/geometry/nodes/node_geo_transform_geometry.cc index 055686b923b..0a319a46535 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_transform_geometry.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_transform_geometry.cc @@ -20,7 +20,7 @@ #include "BKE_instances.hh" #include "BKE_mesh.hh" #include "BKE_pointcloud.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BKE_volume_openvdb.hh" #include "DEG_depsgraph_query.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_triangulate.cc b/source/blender/nodes/geometry/nodes/node_geo_triangulate.cc index d876cdd445a..61dcbc5ca12 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_triangulate.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_triangulate.cc @@ -2,7 +2,7 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "bmesh.h" diff --git a/source/blender/nodes/geometry/nodes/node_geo_viewer.cc b/source/blender/nodes/geometry/nodes/node_geo_viewer.cc index 2c763a7a11b..fd75e057a2e 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_viewer.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_viewer.cc @@ -2,7 +2,7 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "NOD_rna_define.hh" #include "NOD_socket_search_link.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_volume_cube.cc b/source/blender/nodes/geometry/nodes/node_geo_volume_cube.cc index b3b62f3c8fc..444a1798730 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_volume_cube.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_volume_cube.cc @@ -18,7 +18,7 @@ #include "BKE_geometry_set.hh" #include "BKE_lib_id.h" #include "BKE_mesh.hh" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BKE_volume_openvdb.hh" namespace blender::nodes::node_geo_volume_cube_cc { diff --git a/source/blender/nodes/geometry/nodes/node_geo_volume_to_mesh.cc b/source/blender/nodes/geometry/nodes/node_geo_volume_to_mesh.cc index ad4de789c87..e744581a0c0 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_volume_to_mesh.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_volume_to_mesh.cc @@ -14,7 +14,7 @@ #include "BKE_material.h" #include "BKE_mesh.hh" #include "BKE_mesh_runtime.hh" -#include "BKE_volume.h" +#include "BKE_volume.hh" #include "BKE_volume_openvdb.hh" #include "BKE_volume_to_mesh.hh" diff --git a/source/blender/nodes/intern/geometry_nodes_log.cc b/source/blender/nodes/intern/geometry_nodes_log.cc index 6b63d9958a0..986278b67d8 100644 --- a/source/blender/nodes/intern/geometry_nodes_log.cc +++ b/source/blender/nodes/intern/geometry_nodes_log.cc @@ -8,7 +8,7 @@ #include "BKE_compute_contexts.hh" #include "BKE_curves.hh" #include "BKE_node_runtime.hh" -#include "BKE_viewer_path.h" +#include "BKE_viewer_path.hh" #include "FN_field_cpp_type.hh" diff --git a/source/blender/nodes/intern/node_common.cc b/source/blender/nodes/intern/node_common.cc index f5249f61526..0652f8b8ba0 100644 --- a/source/blender/nodes/intern/node_common.cc +++ b/source/blender/nodes/intern/node_common.cc @@ -26,7 +26,7 @@ #include "BKE_node.hh" #include "BKE_node_runtime.hh" #include "BKE_node_tree_interface.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "RNA_types.hh" diff --git a/source/blender/nodes/intern/node_exec.cc b/source/blender/nodes/intern/node_exec.cc index 5f80b78ac19..1bf26ced04b 100644 --- a/source/blender/nodes/intern/node_exec.cc +++ b/source/blender/nodes/intern/node_exec.cc @@ -14,7 +14,7 @@ #include "BKE_global.h" #include "BKE_node.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "MEM_guardedalloc.h" diff --git a/source/blender/nodes/intern/node_socket.cc b/source/blender/nodes/intern/node_socket.cc index 6923954c7d6..880edc8af00 100644 --- a/source/blender/nodes/intern/node_socket.cc +++ b/source/blender/nodes/intern/node_socket.cc @@ -23,7 +23,7 @@ #include "BKE_lib_id.h" #include "BKE_node.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "DNA_collection_types.h" #include "DNA_material_types.h" diff --git a/source/blender/nodes/intern/node_util.cc b/source/blender/nodes/intern/node_util.cc index 9b748e8ff0d..3bac170afd2 100644 --- a/source/blender/nodes/intern/node_util.cc +++ b/source/blender/nodes/intern/node_util.cc @@ -22,7 +22,7 @@ #include "BKE_colortools.h" #include "BKE_node.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "RNA_access.hh" #include "RNA_enum_types.hh" diff --git a/source/blender/nodes/intern/socket_search_link.cc b/source/blender/nodes/intern/socket_search_link.cc index 15f1641d373..8ddcac106c6 100644 --- a/source/blender/nodes/intern/socket_search_link.cc +++ b/source/blender/nodes/intern/socket_search_link.cc @@ -4,7 +4,7 @@ #include "BLI_set.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_node.hh" #include "UI_interface.hh" diff --git a/source/blender/nodes/shader/node_shader_tree.cc b/source/blender/nodes/shader/node_shader_tree.cc index a40f2cb0dd5..1c2c525169e 100644 --- a/source/blender/nodes/shader/node_shader_tree.cc +++ b/source/blender/nodes/shader/node_shader_tree.cc @@ -26,7 +26,7 @@ #include "BLI_utildefines.h" #include "BLI_vector.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_lib_id.h" @@ -34,7 +34,7 @@ #include "BKE_material.h" #include "BKE_node.hh" #include "BKE_node_runtime.hh" -#include "BKE_node_tree_update.h" +#include "BKE_node_tree_update.hh" #include "BKE_scene.h" #include "RNA_access.hh" diff --git a/source/blender/nodes/shader/node_shader_util.cc b/source/blender/nodes/shader/node_shader_util.cc index 6229e6e0d17..70d2d81e5b7 100644 --- a/source/blender/nodes/shader/node_shader_util.cc +++ b/source/blender/nodes/shader/node_shader_util.cc @@ -12,7 +12,7 @@ #include "BLI_math_vector.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_node_runtime.hh" #include "IMB_colormanagement.h" diff --git a/source/blender/nodes/shader/nodes/node_shader_normal_map.cc b/source/blender/nodes/shader/nodes/node_shader_normal_map.cc index 1420a095a8f..6c4d3e0ecfb 100644 --- a/source/blender/nodes/shader/nodes/node_shader_normal_map.cc +++ b/source/blender/nodes/shader/nodes/node_shader_normal_map.cc @@ -5,7 +5,7 @@ #include "node_shader_util.hh" #include "node_util.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_node_runtime.hh" #include "DEG_depsgraph_query.hh" diff --git a/source/blender/nodes/shader/nodes/node_shader_tangent.cc b/source/blender/nodes/shader/nodes/node_shader_tangent.cc index ba48bf69650..81d15325f4e 100644 --- a/source/blender/nodes/shader/nodes/node_shader_tangent.cc +++ b/source/blender/nodes/shader/nodes/node_shader_tangent.cc @@ -5,7 +5,7 @@ #include "node_shader_util.hh" #include "node_util.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "DEG_depsgraph_query.hh" diff --git a/source/blender/nodes/shader/nodes/node_shader_tex_sky.cc b/source/blender/nodes/shader/nodes/node_shader_tex_sky.cc index bbd8b4fab3b..546dd35bd9d 100644 --- a/source/blender/nodes/shader/nodes/node_shader_tex_sky.cc +++ b/source/blender/nodes/shader/nodes/node_shader_tex_sky.cc @@ -9,7 +9,7 @@ #include "BLI_math_rotation.h" #include "BLI_task.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_scene.h" #include "BKE_texture.h" diff --git a/source/blender/nodes/shader/nodes/node_shader_uvmap.cc b/source/blender/nodes/shader/nodes/node_shader_uvmap.cc index dfe0d71625e..f895a9bdf1a 100644 --- a/source/blender/nodes/shader/nodes/node_shader_uvmap.cc +++ b/source/blender/nodes/shader/nodes/node_shader_uvmap.cc @@ -5,7 +5,7 @@ #include "node_shader_util.hh" #include "node_util.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "DNA_customdata_types.h" diff --git a/source/blender/nodes/shader/nodes/node_shader_vertex_color.cc b/source/blender/nodes/shader/nodes/node_shader_vertex_color.cc index 3212d5ddb88..ab41e9a0fb3 100644 --- a/source/blender/nodes/shader/nodes/node_shader_vertex_color.cc +++ b/source/blender/nodes/shader/nodes/node_shader_vertex_color.cc @@ -5,7 +5,7 @@ #include "node_shader_util.hh" #include "node_util.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "DEG_depsgraph_query.hh" diff --git a/source/blender/nodes/texture/node_texture_tree.cc b/source/blender/nodes/texture/node_texture_tree.cc index 986266abbf6..275d2e3404a 100644 --- a/source/blender/nodes/texture/node_texture_tree.cc +++ b/source/blender/nodes/texture/node_texture_tree.cc @@ -17,7 +17,7 @@ #include "BLI_threads.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_layer.h" #include "BKE_linestyle.h" #include "BKE_node.hh" diff --git a/source/blender/python/bmesh/bmesh_py_api.cc b/source/blender/python/bmesh/bmesh_py_api.cc index bcf5c42a102..7bdae1c706c 100644 --- a/source/blender/python/bmesh/bmesh_py_api.cc +++ b/source/blender/python/bmesh/bmesh_py_api.cc @@ -23,7 +23,7 @@ #include "bmesh_py_ops.h" #include "bmesh_py_utils.h" -#include "BKE_editmesh.h" +#include "BKE_editmesh.hh" #include "DNA_mesh_types.h" diff --git a/source/blender/python/bmesh/bmesh_py_types.cc b/source/blender/python/bmesh/bmesh_py_types.cc index 7cef2b95964..a4aee1c5506 100644 --- a/source/blender/python/bmesh/bmesh_py_types.cc +++ b/source/blender/python/bmesh/bmesh_py_types.cc @@ -17,7 +17,7 @@ #include "DNA_mesh_types.h" #include "DNA_object_types.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_global.h" #include "BKE_lib_id.h" #include "BKE_mesh.hh" diff --git a/source/blender/python/bmesh/bmesh_py_types_customdata.cc b/source/blender/python/bmesh/bmesh_py_types_customdata.cc index 981106a0044..227da5d69ea 100644 --- a/source/blender/python/bmesh/bmesh_py_types_customdata.cc +++ b/source/blender/python/bmesh/bmesh_py_types_customdata.cc @@ -24,7 +24,7 @@ #include "../generic/python_utildefines.h" #include "../mathutils/mathutils.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "DNA_meshdata_types.h" diff --git a/source/blender/python/bmesh/bmesh_py_types_meshdata.cc b/source/blender/python/bmesh/bmesh_py_types_meshdata.cc index 40f9fe23183..3d443f227aa 100644 --- a/source/blender/python/bmesh/bmesh_py_types_meshdata.cc +++ b/source/blender/python/bmesh/bmesh_py_types_meshdata.cc @@ -24,7 +24,7 @@ #include "DNA_meshdata_types.h" #include "DNA_object_types.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BLI_math_base.h" #include "BLI_math_color.h" diff --git a/source/blender/python/intern/bpy_capi_utils.cc b/source/blender/python/intern/bpy_capi_utils.cc index c4dff5e0b75..3e773ec727a 100644 --- a/source/blender/python/intern/bpy_capi_utils.cc +++ b/source/blender/python/intern/bpy_capi_utils.cc @@ -19,7 +19,7 @@ #include "MEM_guardedalloc.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" #include "BLT_translation.h" diff --git a/source/blender/python/intern/bpy_interface.cc b/source/blender/python/intern/bpy_interface.cc index 0f38d40fd3a..2c03949ac1d 100644 --- a/source/blender/python/intern/bpy_interface.cc +++ b/source/blender/python/intern/bpy_interface.cc @@ -44,7 +44,7 @@ #include "DNA_text_types.h" #include "BKE_appdir.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" /* Only for script checking. */ #include "BKE_main.h" #include "BKE_text.h" diff --git a/source/blender/python/intern/bpy_interface_run.cc b/source/blender/python/intern/bpy_interface_run.cc index 4adb0413b2d..afdf5118fa4 100644 --- a/source/blender/python/intern/bpy_interface_run.cc +++ b/source/blender/python/intern/bpy_interface_run.cc @@ -17,7 +17,7 @@ #include "BLI_path_util.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_report.h" #include "BKE_text.h" diff --git a/source/blender/python/intern/bpy_library_load.cc b/source/blender/python/intern/bpy_library_load.cc index 2032d9ec620..25766712eb5 100644 --- a/source/blender/python/intern/bpy_library_load.cc +++ b/source/blender/python/intern/bpy_library_load.cc @@ -23,7 +23,7 @@ #include "BLI_utildefines.h" #include "BKE_blendfile_link_append.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_idtype.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/python/intern/bpy_msgbus.cc b/source/blender/python/intern/bpy_msgbus.cc index 82854889d43..cb6874975ec 100644 --- a/source/blender/python/intern/bpy_msgbus.cc +++ b/source/blender/python/intern/bpy_msgbus.cc @@ -18,7 +18,7 @@ #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "WM_api.hh" #include "WM_message.hh" diff --git a/source/blender/python/intern/bpy_operator.cc b/source/blender/python/intern/bpy_operator.cc index 22d4a758168..52b9539a3a9 100644 --- a/source/blender/python/intern/bpy_operator.cc +++ b/source/blender/python/intern/bpy_operator.cc @@ -42,7 +42,7 @@ #include "BLI_ghash.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_report.h" /* so operators called can spawn threads which acquire the GIL */ diff --git a/source/blender/python/intern/bpy_rna.cc b/source/blender/python/intern/bpy_rna.cc index aa716b3488b..521ca5df199 100644 --- a/source/blender/python/intern/bpy_rna.cc +++ b/source/blender/python/intern/bpy_rna.cc @@ -50,7 +50,7 @@ #include "MEM_guardedalloc.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" /* evil G.* */ #include "BKE_idprop.h" #include "BKE_idtype.h" diff --git a/source/blender/python/intern/bpy_rna_anim.cc b/source/blender/python/intern/bpy_rna_anim.cc index 4a271df024b..27c2e17a09a 100644 --- a/source/blender/python/intern/bpy_rna_anim.cc +++ b/source/blender/python/intern/bpy_rna_anim.cc @@ -27,7 +27,7 @@ #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_fcurve.h" #include "BKE_global.h" #include "BKE_idtype.h" diff --git a/source/blender/python/intern/bpy_rna_context.cc b/source/blender/python/intern/bpy_rna_context.cc index 1b6bb41a825..793c451c6d0 100644 --- a/source/blender/python/intern/bpy_rna_context.cc +++ b/source/blender/python/intern/bpy_rna_context.cc @@ -13,7 +13,7 @@ #include "BLI_listbase.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/python/intern/bpy_rna_operator.cc b/source/blender/python/intern/bpy_rna_operator.cc index 752cd82b08b..eb26ca99710 100644 --- a/source/blender/python/intern/bpy_rna_operator.cc +++ b/source/blender/python/intern/bpy_rna_operator.cc @@ -12,7 +12,7 @@ #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "../generic/python_utildefines.h" diff --git a/source/blender/python/mathutils/mathutils_bvhtree.cc b/source/blender/python/mathutils/mathutils_bvhtree.cc index 753e6805181..daf2a4efd28 100644 --- a/source/blender/python/mathutils/mathutils_bvhtree.cc +++ b/source/blender/python/mathutils/mathutils_bvhtree.cc @@ -22,7 +22,7 @@ #include "BLI_polyfill_2d.h" #include "BLI_utildefines.h" -#include "BKE_bvhutils.h" +#include "BKE_bvhutils.hh" #include "../generic/py_capi_utils.h" #include "../generic/python_utildefines.h" @@ -35,7 +35,7 @@ # include "DNA_meshdata_types.h" # include "DNA_object_types.h" -# include "BKE_customdata.h" +# include "BKE_customdata.hh" # include "BKE_editmesh_bvh.h" # include "BKE_lib_id.h" # include "BKE_mesh.hh" diff --git a/source/blender/python/mathutils/mathutils_geometry.cc b/source/blender/python/mathutils/mathutils_geometry.cc index 701b5dca158..ae393af4fb4 100644 --- a/source/blender/python/mathutils/mathutils_geometry.cc +++ b/source/blender/python/mathutils/mathutils_geometry.cc @@ -13,7 +13,7 @@ /* Used for PolyFill */ #ifndef MATH_STANDALONE /* define when building outside blender */ -# include "BKE_curve.h" +# include "BKE_curve.hh" # include "BKE_displist.h" # include "BLI_blenlib.h" # include "BLI_boxpack_2d.h" diff --git a/source/blender/render/hydra/engine.cc b/source/blender/render/hydra/engine.cc index 40d1c594981..287106be07a 100644 --- a/source/blender/render/hydra/engine.cc +++ b/source/blender/render/hydra/engine.cc @@ -13,7 +13,7 @@ #include "BLI_path_util.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "GPU_context.h" diff --git a/source/blender/render/hydra/python.cc b/source/blender/render/hydra/python.cc index e7ecb2fd4a6..1db2c81aee0 100644 --- a/source/blender/render/hydra/python.cc +++ b/source/blender/render/hydra/python.cc @@ -13,7 +13,7 @@ #include "../generic/py_capi_utils.h" #include "bpy_rna.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "RE_engine.h" diff --git a/source/blender/render/hydra/viewport_engine.cc b/source/blender/render/hydra/viewport_engine.cc index 2df9c8023f3..2432ba7bbca 100644 --- a/source/blender/render/hydra/viewport_engine.cc +++ b/source/blender/render/hydra/viewport_engine.cc @@ -20,7 +20,7 @@ #include "PIL_time.h" #include "BKE_camera.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "DEG_depsgraph_query.hh" diff --git a/source/blender/render/intern/bake.cc b/source/blender/render/intern/bake.cc index a5921a0ae2b..650c9551679 100644 --- a/source/blender/render/intern/bake.cc +++ b/source/blender/render/intern/bake.cc @@ -61,8 +61,8 @@ #include "BLI_math_vector.h" #include "BKE_attribute.hh" -#include "BKE_bvhutils.h" -#include "BKE_customdata.h" +#include "BKE_bvhutils.hh" +#include "BKE_customdata.hh" #include "BKE_image.h" #include "BKE_lib_id.h" #include "BKE_mesh.hh" diff --git a/source/blender/render/intern/multires_bake.cc b/source/blender/render/intern/multires_bake.cc index 8f5dbce9075..e56d9da6120 100644 --- a/source/blender/render/intern/multires_bake.cc +++ b/source/blender/render/intern/multires_bake.cc @@ -21,7 +21,7 @@ #include "BLI_math_matrix.h" #include "BLI_threads.h" -#include "BKE_DerivedMesh.h" +#include "BKE_DerivedMesh.hh" #include "BKE_ccg.h" #include "BKE_global.h" #include "BKE_image.h" diff --git a/source/blender/render/intern/texture_margin.cc b/source/blender/render/intern/texture_margin.cc index 7e51f0656ca..9c1bb02c9e3 100644 --- a/source/blender/render/intern/texture_margin.cc +++ b/source/blender/render/intern/texture_margin.cc @@ -12,8 +12,8 @@ #include "BLI_math_vector_types.hh" #include "BLI_vector.hh" -#include "BKE_DerivedMesh.h" -#include "BKE_customdata.h" +#include "BKE_DerivedMesh.hh" +#include "BKE_customdata.hh" #include "BKE_mesh.hh" #include "BKE_mesh_mapping.hh" diff --git a/source/blender/render/intern/texture_pointdensity.cc b/source/blender/render/intern/texture_pointdensity.cc index bebf34a13d9..1957f4ab7b5 100644 --- a/source/blender/render/intern/texture_pointdensity.cc +++ b/source/blender/render/intern/texture_pointdensity.cc @@ -32,9 +32,9 @@ #include "BKE_colorband.h" #include "BKE_colortools.h" -#include "BKE_customdata.h" +#include "BKE_customdata.hh" #include "BKE_deform.h" -#include "BKE_lattice.h" +#include "BKE_lattice.hh" #include "BKE_mesh.hh" #include "BKE_object.hh" #include "BKE_particle.h" diff --git a/source/blender/sequencer/intern/prefetch.cc b/source/blender/sequencer/intern/prefetch.cc index 502a27c8352..37be98d931d 100644 --- a/source/blender/sequencer/intern/prefetch.cc +++ b/source/blender/sequencer/intern/prefetch.cc @@ -26,7 +26,7 @@ #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_lib_id.h" diff --git a/source/blender/sequencer/intern/proxy_job.cc b/source/blender/sequencer/intern/proxy_job.cc index dfda370330d..19847e0c025 100644 --- a/source/blender/sequencer/intern/proxy_job.cc +++ b/source/blender/sequencer/intern/proxy_job.cc @@ -17,7 +17,7 @@ #include "DNA_scene_types.h" #include "DNA_sequence_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_main.h" #include "BKE_report.h" diff --git a/source/blender/sequencer/intern/strip_add.cc b/source/blender/sequencer/intern/strip_add.cc index 0df221f1301..876dea962ba 100644 --- a/source/blender/sequencer/intern/strip_add.cc +++ b/source/blender/sequencer/intern/strip_add.cc @@ -23,7 +23,7 @@ #include "BLI_string.h" #include "BLI_string_utf8.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_image.h" #include "BKE_lib_id.h" #include "BKE_main.h" diff --git a/source/blender/shader_fx/intern/FX_shader_blur.cc b/source/blender/shader_fx/intern/FX_shader_blur.cc index d51de08d34f..1df72d69159 100644 --- a/source/blender/shader_fx/intern/FX_shader_blur.cc +++ b/source/blender/shader_fx/intern/FX_shader_blur.cc @@ -13,7 +13,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "DNA_screen_types.h" diff --git a/source/blender/shader_fx/intern/FX_shader_colorize.cc b/source/blender/shader_fx/intern/FX_shader_colorize.cc index caae90a5706..b7f205e0ad3 100644 --- a/source/blender/shader_fx/intern/FX_shader_colorize.cc +++ b/source/blender/shader_fx/intern/FX_shader_colorize.cc @@ -8,7 +8,7 @@ #include -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "BLI_utildefines.h" diff --git a/source/blender/shader_fx/intern/FX_shader_flip.cc b/source/blender/shader_fx/intern/FX_shader_flip.cc index 04cfb5c3611..bca7b560fc9 100644 --- a/source/blender/shader_fx/intern/FX_shader_flip.cc +++ b/source/blender/shader_fx/intern/FX_shader_flip.cc @@ -17,7 +17,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "UI_interface.hh" diff --git a/source/blender/shader_fx/intern/FX_shader_glow.cc b/source/blender/shader_fx/intern/FX_shader_glow.cc index 5307948ddc4..16a6ef57e3c 100644 --- a/source/blender/shader_fx/intern/FX_shader_glow.cc +++ b/source/blender/shader_fx/intern/FX_shader_glow.cc @@ -18,7 +18,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_modifier.hh" #include "BKE_screen.hh" #include "BKE_shader_fx.h" diff --git a/source/blender/shader_fx/intern/FX_shader_pixel.cc b/source/blender/shader_fx/intern/FX_shader_pixel.cc index c0ee8fdd861..b8e91d84b2a 100644 --- a/source/blender/shader_fx/intern/FX_shader_pixel.cc +++ b/source/blender/shader_fx/intern/FX_shader_pixel.cc @@ -12,7 +12,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "DNA_screen_types.h" diff --git a/source/blender/shader_fx/intern/FX_shader_rim.cc b/source/blender/shader_fx/intern/FX_shader_rim.cc index 985b6e34461..4f7f4f17a58 100644 --- a/source/blender/shader_fx/intern/FX_shader_rim.cc +++ b/source/blender/shader_fx/intern/FX_shader_rim.cc @@ -15,7 +15,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "UI_interface.hh" diff --git a/source/blender/shader_fx/intern/FX_shader_shadow.cc b/source/blender/shader_fx/intern/FX_shader_shadow.cc index 758d9e3d876..61d505f8aa1 100644 --- a/source/blender/shader_fx/intern/FX_shader_shadow.cc +++ b/source/blender/shader_fx/intern/FX_shader_shadow.cc @@ -17,7 +17,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_query.h" #include "BKE_modifier.hh" #include "BKE_screen.hh" diff --git a/source/blender/shader_fx/intern/FX_shader_swirl.cc b/source/blender/shader_fx/intern/FX_shader_swirl.cc index b4f9d713252..880628f0d3c 100644 --- a/source/blender/shader_fx/intern/FX_shader_swirl.cc +++ b/source/blender/shader_fx/intern/FX_shader_swirl.cc @@ -18,7 +18,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_lib_query.h" #include "BKE_modifier.hh" #include "BKE_screen.hh" diff --git a/source/blender/shader_fx/intern/FX_shader_wave.cc b/source/blender/shader_fx/intern/FX_shader_wave.cc index 3975c51fe7b..d5a3823ee4e 100644 --- a/source/blender/shader_fx/intern/FX_shader_wave.cc +++ b/source/blender/shader_fx/intern/FX_shader_wave.cc @@ -13,7 +13,7 @@ #include "DNA_scene_types.h" #include "DNA_screen_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "BLI_utildefines.h" diff --git a/source/blender/shader_fx/intern/FX_ui_common.cc b/source/blender/shader_fx/intern/FX_ui_common.cc index 434d3b2758b..2d5b4c7eeea 100644 --- a/source/blender/shader_fx/intern/FX_ui_common.cc +++ b/source/blender/shader_fx/intern/FX_ui_common.cc @@ -11,7 +11,7 @@ #include "MEM_guardedalloc.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_object.hh" #include "BKE_screen.hh" #include "BKE_shader_fx.h" diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo.cc b/source/blender/windowmanager/gizmo/intern/wm_gizmo.cc index 591e9992c4b..acccc86cc33 100644 --- a/source/blender/windowmanager/gizmo/intern/wm_gizmo.cc +++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo.cc @@ -11,7 +11,7 @@ #include "BLI_listbase.h" #include "BLI_math_matrix.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "GPU_batch.h" diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo_group.cc b/source/blender/windowmanager/gizmo/intern/wm_gizmo_group.cc index aff76d6eb9b..577a66ac536 100644 --- a/source/blender/windowmanager/gizmo/intern/wm_gizmo_group.cc +++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo_group.cc @@ -21,7 +21,7 @@ #include "BLI_rect.h" #include "BLI_string.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "BKE_report.h" #include "BKE_workspace.h" 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 7cf5f0f2310..43c778b8505 100644 --- a/source/blender/windowmanager/gizmo/intern/wm_gizmo_group_type.cc +++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo_group_type.cc @@ -11,7 +11,7 @@ #include "BLI_ghash.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "MEM_guardedalloc.h" diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.cc b/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.cc index a740b796a5b..a3c5325ab84 100644 --- a/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.cc +++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.cc @@ -16,7 +16,7 @@ #include "BLI_math_vector_types.hh" #include "BLI_rect.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_main.h" 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 99c821d0622..299c4b471fa 100644 --- a/source/blender/windowmanager/gizmo/intern/wm_gizmo_target_props.cc +++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo_target_props.cc @@ -8,7 +8,7 @@ #include "BLI_listbase.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "MEM_guardedalloc.h" diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo_type.cc b/source/blender/windowmanager/gizmo/intern/wm_gizmo_type.cc index 69ba183e918..77d47eebb60 100644 --- a/source/blender/windowmanager/gizmo/intern/wm_gizmo_type.cc +++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo_type.cc @@ -12,7 +12,7 @@ #include "BLI_listbase.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_main.h" #include "DNA_screen_types.h" diff --git a/source/blender/windowmanager/intern/wm.cc b/source/blender/windowmanager/intern/wm.cc index ef05693b2d4..a49076bdfef 100644 --- a/source/blender/windowmanager/intern/wm.cc +++ b/source/blender/windowmanager/intern/wm.cc @@ -28,7 +28,7 @@ #include "BLT_translation.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_idprop.h" #include "BKE_idtype.h" diff --git a/source/blender/windowmanager/intern/wm_cursors.cc b/source/blender/windowmanager/intern/wm_cursors.cc index d03a96a18f2..390b1dae1a9 100644 --- a/source/blender/windowmanager/intern/wm_cursors.cc +++ b/source/blender/windowmanager/intern/wm_cursors.cc @@ -21,7 +21,7 @@ #include "DNA_userdef_types.h" #include "DNA_workspace_types.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_main.h" diff --git a/source/blender/windowmanager/intern/wm_dragdrop.cc b/source/blender/windowmanager/intern/wm_dragdrop.cc index dc8b2f5dc53..82df147fdfe 100644 --- a/source/blender/windowmanager/intern/wm_dragdrop.cc +++ b/source/blender/windowmanager/intern/wm_dragdrop.cc @@ -27,7 +27,7 @@ #include "BIF_glutil.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_idprop.h" #include "BKE_idtype.h" diff --git a/source/blender/windowmanager/intern/wm_draw.cc b/source/blender/windowmanager/intern/wm_draw.cc index f30ee18b3a0..438be18dd7a 100644 --- a/source/blender/windowmanager/intern/wm_draw.cc +++ b/source/blender/windowmanager/intern/wm_draw.cc @@ -26,7 +26,7 @@ #include "BLI_math_vector_types.hh" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_image.h" #include "BKE_main.h" diff --git a/source/blender/windowmanager/intern/wm_event_query.cc b/source/blender/windowmanager/intern/wm_event_query.cc index 8b15163bbae..1ed7cac86d0 100644 --- a/source/blender/windowmanager/intern/wm_event_query.cc +++ b/source/blender/windowmanager/intern/wm_event_query.cc @@ -22,7 +22,7 @@ #include "BLI_math_vector.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "RNA_access.hh" diff --git a/source/blender/windowmanager/intern/wm_event_system.cc b/source/blender/windowmanager/intern/wm_event_system.cc index 9c9ff99f601..b809a87e627 100644 --- a/source/blender/windowmanager/intern/wm_event_system.cc +++ b/source/blender/windowmanager/intern/wm_event_system.cc @@ -33,8 +33,8 @@ #include "BLI_timer.h" #include "BLI_utildefines.h" -#include "BKE_context.h" -#include "BKE_customdata.h" +#include "BKE_context.hh" +#include "BKE_customdata.hh" #include "BKE_global.h" #include "BKE_idprop.h" #include "BKE_lib_remap.h" diff --git a/source/blender/windowmanager/intern/wm_files.cc b/source/blender/windowmanager/intern/wm_files.cc index 0e5d17aa069..bc7d176d8b3 100644 --- a/source/blender/windowmanager/intern/wm_files.cc +++ b/source/blender/windowmanager/intern/wm_files.cc @@ -68,7 +68,7 @@ #include "BKE_blender_version.h" #include "BKE_blendfile.h" #include "BKE_callbacks.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_idprop.h" #include "BKE_lib_id.h" diff --git a/source/blender/windowmanager/intern/wm_files_link.cc b/source/blender/windowmanager/intern/wm_files_link.cc index d712bc22e96..0fce67ae41b 100644 --- a/source/blender/windowmanager/intern/wm_files_link.cc +++ b/source/blender/windowmanager/intern/wm_files_link.cc @@ -36,10 +36,10 @@ #include "BLO_readfile.h" -#include "BKE_armature.h" +#include "BKE_armature.hh" #include "BKE_blendfile.h" #include "BKE_blendfile_link_append.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_key.h" #include "BKE_layer.h" diff --git a/source/blender/windowmanager/intern/wm_gesture.cc b/source/blender/windowmanager/intern/wm_gesture.cc index df1e62667da..ff1b1042f17 100644 --- a/source/blender/windowmanager/intern/wm_gesture.cc +++ b/source/blender/windowmanager/intern/wm_gesture.cc @@ -20,7 +20,7 @@ #include "BLI_lasso_2d.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.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 02c924c38d0..9f3c596f953 100644 --- a/source/blender/windowmanager/intern/wm_gesture_ops.cc +++ b/source/blender/windowmanager/intern/wm_gesture_ops.cc @@ -20,7 +20,7 @@ #include "BLI_math_vector.h" #include "BLI_rect.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "WM_api.hh" #include "WM_types.hh" diff --git a/source/blender/windowmanager/intern/wm_init_exit.cc b/source/blender/windowmanager/intern/wm_init_exit.cc index 4dff83575a2..8202a7ac578 100644 --- a/source/blender/windowmanager/intern/wm_init_exit.cc +++ b/source/blender/windowmanager/intern/wm_init_exit.cc @@ -36,7 +36,7 @@ #include "BKE_blender.h" #include "BKE_blendfile.h" #include "BKE_callbacks.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_icons.h" #include "BKE_image.h" diff --git a/source/blender/windowmanager/intern/wm_jobs.cc b/source/blender/windowmanager/intern/wm_jobs.cc index 2f31c473253..b5aef41cc03 100644 --- a/source/blender/windowmanager/intern/wm_jobs.cc +++ b/source/blender/windowmanager/intern/wm_jobs.cc @@ -18,7 +18,7 @@ #include "BLI_threads.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_report.h" diff --git a/source/blender/windowmanager/intern/wm_keymap.cc b/source/blender/windowmanager/intern/wm_keymap.cc index b7506b0a844..69d75312b69 100644 --- a/source/blender/windowmanager/intern/wm_keymap.cc +++ b/source/blender/windowmanager/intern/wm_keymap.cc @@ -28,7 +28,7 @@ #include "UI_interface.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_idprop.h" #include "BKE_main.h" diff --git a/source/blender/windowmanager/intern/wm_keymap_utils.cc b/source/blender/windowmanager/intern/wm_keymap_utils.cc index db695e78fd8..c39ca90b86c 100644 --- a/source/blender/windowmanager/intern/wm_keymap_utils.cc +++ b/source/blender/windowmanager/intern/wm_keymap_utils.cc @@ -18,7 +18,7 @@ #include "BLI_listbase.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "RNA_access.hh" diff --git a/source/blender/windowmanager/intern/wm_menu_type.cc b/source/blender/windowmanager/intern/wm_menu_type.cc index 1a4db759ee9..970757cb6c6 100644 --- a/source/blender/windowmanager/intern/wm_menu_type.cc +++ b/source/blender/windowmanager/intern/wm_menu_type.cc @@ -20,7 +20,7 @@ #include "BLI_ghash.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "BKE_workspace.h" diff --git a/source/blender/windowmanager/intern/wm_operator_type.cc b/source/blender/windowmanager/intern/wm_operator_type.cc index cbb7e0b3557..058de4e993b 100644 --- a/source/blender/windowmanager/intern/wm_operator_type.cc +++ b/source/blender/windowmanager/intern/wm_operator_type.cc @@ -24,7 +24,7 @@ #include "BLI_ghash.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_idprop.h" #include "RNA_access.hh" diff --git a/source/blender/windowmanager/intern/wm_operator_utils.cc b/source/blender/windowmanager/intern/wm_operator_utils.cc index d669d8ad176..9e74e1e85bc 100644 --- a/source/blender/windowmanager/intern/wm_operator_utils.cc +++ b/source/blender/windowmanager/intern/wm_operator_utils.cc @@ -13,7 +13,7 @@ #include "BLI_string.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_layer.h" diff --git a/source/blender/windowmanager/intern/wm_operators.cc b/source/blender/windowmanager/intern/wm_operators.cc index 36e434749a6..4987e7b6a22 100644 --- a/source/blender/windowmanager/intern/wm_operators.cc +++ b/source/blender/windowmanager/intern/wm_operators.cc @@ -48,7 +48,7 @@ #include "BKE_anim_data.h" #include "BKE_brush.hh" #include "BKE_colortools.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_idprop.h" #include "BKE_image.h" diff --git a/source/blender/windowmanager/intern/wm_splash_screen.cc b/source/blender/windowmanager/intern/wm_splash_screen.cc index f3d80299898..8e27fb16533 100644 --- a/source/blender/windowmanager/intern/wm_splash_screen.cc +++ b/source/blender/windowmanager/intern/wm_splash_screen.cc @@ -29,7 +29,7 @@ #include "BKE_appdir.h" #include "BKE_blender_version.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_screen.hh" #include "BLT_translation.h" diff --git a/source/blender/windowmanager/intern/wm_stereo.cc b/source/blender/windowmanager/intern/wm_stereo.cc index 52ce2deca77..d1b295dea19 100644 --- a/source/blender/windowmanager/intern/wm_stereo.cc +++ b/source/blender/windowmanager/intern/wm_stereo.cc @@ -18,7 +18,7 @@ #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_report.h" diff --git a/source/blender/windowmanager/intern/wm_surface.cc b/source/blender/windowmanager/intern/wm_surface.cc index 7d2ddc415ee..7e9a26dce82 100644 --- a/source/blender/windowmanager/intern/wm_surface.cc +++ b/source/blender/windowmanager/intern/wm_surface.cc @@ -6,7 +6,7 @@ * \ingroup wm */ -#include "BKE_context.h" +#include "BKE_context.hh" #include "BLF_api.h" diff --git a/source/blender/windowmanager/intern/wm_toolsystem.cc b/source/blender/windowmanager/intern/wm_toolsystem.cc index 2366a2251c6..ff3d2ce44f7 100644 --- a/source/blender/windowmanager/intern/wm_toolsystem.cc +++ b/source/blender/windowmanager/intern/wm_toolsystem.cc @@ -26,7 +26,7 @@ #include "DNA_workspace_types.h" #include "BKE_brush.hh" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_idprop.h" #include "BKE_layer.h" #include "BKE_lib_id.h" diff --git a/source/blender/windowmanager/intern/wm_tooltip.cc b/source/blender/windowmanager/intern/wm_tooltip.cc index 90a3a10889e..3e8995f71a3 100644 --- a/source/blender/windowmanager/intern/wm_tooltip.cc +++ b/source/blender/windowmanager/intern/wm_tooltip.cc @@ -13,7 +13,7 @@ #include "BLI_math_vector.h" #include "BLI_utildefines.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "ED_screen.hh" diff --git a/source/blender/windowmanager/intern/wm_window.cc b/source/blender/windowmanager/intern/wm_window.cc index 6eda9cc4147..4c18661416a 100644 --- a/source/blender/windowmanager/intern/wm_window.cc +++ b/source/blender/windowmanager/intern/wm_window.cc @@ -31,7 +31,7 @@ #include "BLT_translation.h" #include "BKE_blender_version.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_icons.h" #include "BKE_layer.h" diff --git a/source/blender/windowmanager/xr/intern/wm_xr_actionmap.cc b/source/blender/windowmanager/xr/intern/wm_xr_actionmap.cc index 69d6a7c9e2f..827ee06c0ee 100644 --- a/source/blender/windowmanager/xr/intern/wm_xr_actionmap.cc +++ b/source/blender/windowmanager/xr/intern/wm_xr_actionmap.cc @@ -13,7 +13,7 @@ #include #include -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_idprop.h" #include "BLI_listbase.h" diff --git a/source/blender/windowmanager/xr/intern/wm_xr_draw.cc b/source/blender/windowmanager/xr/intern/wm_xr_draw.cc index 04c9e416de8..536fe0d802e 100644 --- a/source/blender/windowmanager/xr/intern/wm_xr_draw.cc +++ b/source/blender/windowmanager/xr/intern/wm_xr_draw.cc @@ -12,7 +12,7 @@ #include -#include "BKE_context.h" +#include "BKE_context.hh" #include "BLI_listbase.h" #include "BLI_math_matrix.h" diff --git a/source/blender/windowmanager/xr/intern/wm_xr_operators.cc b/source/blender/windowmanager/xr/intern/wm_xr_operators.cc index 5b7c2f8aa20..6132a687156 100644 --- a/source/blender/windowmanager/xr/intern/wm_xr_operators.cc +++ b/source/blender/windowmanager/xr/intern/wm_xr_operators.cc @@ -16,7 +16,7 @@ #include "BLI_math_rotation.h" #include "BLI_math_vector.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_idprop.h" #include "BKE_main.h" diff --git a/source/blender/windowmanager/xr/intern/wm_xr_session.cc b/source/blender/windowmanager/xr/intern/wm_xr_session.cc index de118fa9ae2..6d33cbda11f 100644 --- a/source/blender/windowmanager/xr/intern/wm_xr_session.cc +++ b/source/blender/windowmanager/xr/intern/wm_xr_session.cc @@ -7,7 +7,7 @@ */ #include "BKE_callbacks.h" -#include "BKE_context.h" +#include "BKE_context.hh" #include "BKE_global.h" #include "BKE_idprop.h" #include "BKE_main.h" diff --git a/source/creator/creator.cc b/source/creator/creator.cc index 1e955170c1c..70c7003661d 100644 --- a/source/creator/creator.cc +++ b/source/creator/creator.cc @@ -42,8 +42,8 @@ #include "BKE_brush.hh" #include "BKE_cachefile.h" #include "BKE_callbacks.h" -#include "BKE_context.h" -#include "BKE_cpp_types.h" +#include "BKE_context.hh" +#include "BKE_cpp_types.hh" #include "BKE_global.h" #include "BKE_gpencil_modifier_legacy.h" #include "BKE_idtype.h" @@ -55,7 +55,7 @@ #include "BKE_shader_fx.h" #include "BKE_sound.h" #include "BKE_vfont.h" -#include "BKE_volume.h" +#include "BKE_volume.hh" #ifndef WITH_PYTHON_MODULE # include "BLI_args.h" diff --git a/source/creator/creator_args.cc b/source/creator/creator_args.cc index 502f7f37267..b13875d19de 100644 --- a/source/creator/creator_args.cc +++ b/source/creator/creator_args.cc @@ -35,7 +35,7 @@ # include "BKE_appdir.h" # include "BKE_blender_version.h" # include "BKE_blendfile.h" -# include "BKE_context.h" +# include "BKE_context.hh" # include "BKE_global.h" # include "BKE_image_format.h"