Cleanup: Move depsgraph headers to C++
Pull Request: https://projects.blender.org/blender/blender/pulls/110816
This commit is contained in:
@@ -61,8 +61,8 @@
|
||||
#include "BLI_sys_types.h" /* for intptr_t support */
|
||||
|
||||
#include "BKE_shrinkwrap.h"
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "CLG_log.h"
|
||||
|
||||
|
||||
@@ -51,8 +51,8 @@
|
||||
#include "BKE_object.h"
|
||||
#include "BKE_preview_image.hh"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_build.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_build.hh"
|
||||
|
||||
#include "BIK_api.h"
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "BKE_armature.h"
|
||||
#include "BKE_fcurve.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/** \name Flip the Action (Armature/Pose Objects)
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
#include "BLO_read_write.hh"
|
||||
|
||||
|
||||
@@ -50,8 +50,8 @@
|
||||
#include "BKE_report.h"
|
||||
#include "BKE_texture.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "RNA_access.hh"
|
||||
#include "RNA_path.hh"
|
||||
|
||||
@@ -50,8 +50,8 @@
|
||||
|
||||
#include "ANIM_bone_collections.h"
|
||||
|
||||
#include "DEG_depsgraph_build.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_build.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "BIK_api.h"
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include "BKE_lattice.h"
|
||||
#include "BKE_mesh.hh"
|
||||
|
||||
#include "DEG_depsgraph_build.h"
|
||||
#include "DEG_depsgraph_build.hh"
|
||||
|
||||
#include "CLG_log.h"
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "BIK_api.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
/* ********************** SPLINE IK SOLVER ******************* */
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include "BKE_screen.h"
|
||||
#include "BKE_studiolight.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
#include "RE_pipeline.h"
|
||||
#include "RE_texture.h"
|
||||
|
||||
@@ -34,8 +34,8 @@
|
||||
#include "BKE_main.h"
|
||||
#include "BKE_scene.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_build.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_build.hh"
|
||||
|
||||
#include "BLO_readfile.h"
|
||||
#include "BLO_writefile.hh"
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
#include "BLO_undofile.hh"
|
||||
#include "BLO_writefile.hh"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/** \name Global Undo
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
#include "BLI_blenlib.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
#include "BKE_idtype.h"
|
||||
#include "BKE_image.h"
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include "BKE_modifier.h"
|
||||
#include "BKE_scene.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "RE_engine.h"
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
#include "BLT_translation.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
#include "BLI_rand.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "BKE_bvhutils.h"
|
||||
#include "BKE_cloth.hh"
|
||||
|
||||
@@ -43,8 +43,8 @@
|
||||
#include "DNA_rigidbody_types.h"
|
||||
#include "DNA_scene_types.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
|
||||
@@ -34,9 +34,9 @@
|
||||
#include "BKE_collision.h"
|
||||
#include "BLI_kdopbvh.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_physics.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_physics.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#ifdef WITH_ELTOPO
|
||||
# include "eltopo-capi.h"
|
||||
|
||||
@@ -70,8 +70,8 @@
|
||||
|
||||
#include "BIK_api.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "BLO_read_write.hh"
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include "DNA_windowmanager_types.h"
|
||||
#include "DNA_workspace_types.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_string.h"
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "BKE_multires.hh"
|
||||
#include "BKE_report.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
BLI_INLINE void tan_calc_quat_v3(float r_quat[4],
|
||||
const float co_1[3],
|
||||
|
||||
@@ -51,8 +51,8 @@
|
||||
#include "BKE_object.h"
|
||||
#include "BKE_vfont.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "CLG_log.h"
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#include "BKE_modifier.h"
|
||||
#include "BKE_vfont.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
static Curve *curve_from_font_object(Object *object, Depsgraph *depsgraph)
|
||||
{
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
#include "BLT_translation.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "BLO_read_write.hh"
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include "BKE_object_deform.h"
|
||||
#include "BKE_report.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "data_transfer_intern.h"
|
||||
|
||||
|
||||
@@ -44,8 +44,8 @@
|
||||
|
||||
#include "BLI_sys_types.h" /* For #intptr_t support. */
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
using blender::IndexRange;
|
||||
|
||||
|
||||
@@ -62,8 +62,8 @@
|
||||
#include "BKE_pointcache.h"
|
||||
#include "BKE_scene.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
/* for image output */
|
||||
#include "IMB_imbuf.h"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "BKE_mesh_wrapper.hh"
|
||||
#include "BKE_object.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
BMEditMesh *BKE_editmesh_create(BMesh *bm)
|
||||
{
|
||||
|
||||
@@ -52,9 +52,9 @@
|
||||
#include "BKE_particle.h"
|
||||
#include "BKE_scene.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_physics.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_physics.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "RE_texture.h"
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
#include "CLG_log.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#ifdef WITH_PYTHON
|
||||
# include "BPY_extern.h"
|
||||
|
||||
@@ -66,8 +66,8 @@
|
||||
# include "BKE_scene.h"
|
||||
# include "BKE_texture.h"
|
||||
|
||||
# include "DEG_depsgraph.h"
|
||||
# include "DEG_depsgraph_query.h"
|
||||
# include "DEG_depsgraph.hh"
|
||||
# include "DEG_depsgraph_query.hh"
|
||||
|
||||
# include "RE_texture.h"
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ extern "C" {
|
||||
#include "curve_fit_nd.h"
|
||||
}
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#define COORD_FITTING_INFLUENCE 20.0f
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
#include "BKE_mesh.hh"
|
||||
#include "BKE_object.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
using blender::float3;
|
||||
using blender::Span;
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
#include "BLI_math_color.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "BLO_read_write.hh"
|
||||
|
||||
|
||||
@@ -43,8 +43,8 @@
|
||||
#include "BKE_screen.h"
|
||||
#include "BKE_shrinkwrap.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "MOD_gpencil_legacy_lineart.h"
|
||||
#include "MOD_gpencil_legacy_modifiertypes.h"
|
||||
|
||||
@@ -45,8 +45,8 @@
|
||||
#include "DNA_material_types.h"
|
||||
#include "DNA_modifier_types.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
|
||||
@@ -93,8 +93,8 @@
|
||||
|
||||
#include "BLI_sys_types.h" /* for intptr_t support */
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "BLO_read_write.hh"
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include "BKE_modifier.h"
|
||||
#include "BKE_object.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "BLO_read_write.hh"
|
||||
|
||||
|
||||
@@ -43,9 +43,9 @@
|
||||
#include "DNA_workspace_types.h"
|
||||
#include "DNA_world_types.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_debug.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_debug.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "DRW_engine.h"
|
||||
|
||||
|
||||
@@ -58,9 +58,9 @@
|
||||
#include "BKE_node.h"
|
||||
#include "BKE_rigidbody.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_build.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_build.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "RNA_access.hh"
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
#include "lib_intern.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
#ifdef WITH_PYTHON
|
||||
# include "BPY_extern.h"
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
#include "DNA_object_types.h"
|
||||
#include "DNA_scene_types.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_build.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_build.hh"
|
||||
|
||||
#include "BKE_anim_data.h"
|
||||
#include "BKE_armature.h"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "DNA_object_types.h"
|
||||
#include "DNA_scene_types.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
#include "BKE_collection.h"
|
||||
#include "BKE_idtype.h"
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
#include "BKE_node_tree_update.h"
|
||||
#include "BKE_object.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_build.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_build.hh"
|
||||
|
||||
#include "lib_intern.h" /* own include */
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
#include "BLT_translation.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
#include "BLO_read_write.hh"
|
||||
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
|
||||
#include "BLT_translation.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_build.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_build.hh"
|
||||
|
||||
void BKE_light_linking_free_if_empty(Object *object)
|
||||
{
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#include "BKE_movieclip.h"
|
||||
#include "BKE_tracking.h"
|
||||
|
||||
#include "DEG_depsgraph_build.h"
|
||||
#include "DEG_depsgraph_build.hh"
|
||||
|
||||
#include "DRW_engine.h"
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
#include "BKE_curve.h"
|
||||
#include "BKE_mask.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
uint BKE_mask_spline_resolution(MaskSpline *spline, int width, int height)
|
||||
{
|
||||
|
||||
@@ -68,9 +68,9 @@
|
||||
#include "BKE_scene.h"
|
||||
#include "BKE_vfont.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_build.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_build.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "GPU_material.h"
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
#include "BKE_object.h"
|
||||
#include "BKE_scene.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
#include "BLO_read_write.hh"
|
||||
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
#include "BKE_object.h"
|
||||
#include "BKE_scene.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "BLI_strict_flags.h"
|
||||
|
||||
|
||||
@@ -63,8 +63,8 @@
|
||||
|
||||
#include "PIL_time.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "BLO_read_write.hh"
|
||||
|
||||
|
||||
@@ -54,8 +54,8 @@
|
||||
|
||||
#include "BKE_curve_to_mesh.hh"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
using blender::float3;
|
||||
using blender::IndexRange;
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "BKE_deform.h"
|
||||
#include "BKE_mesh.hh"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
|
||||
@@ -48,8 +48,8 @@
|
||||
#include "BKE_subdiv_mesh.hh"
|
||||
#include "BKE_subdiv_modifier.hh"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
using blender::float3;
|
||||
using blender::Span;
|
||||
|
||||
@@ -67,8 +67,8 @@
|
||||
#include "BKE_main.h"
|
||||
/* end */
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "MOD_modifiertypes.hh"
|
||||
|
||||
|
||||
@@ -63,8 +63,8 @@
|
||||
#include "IMB_moviecache.h"
|
||||
#include "IMB_openexr.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "GPU_texture.h"
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
#include "CCGSubSurf.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "multires_reshape.hh"
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "BKE_subsurf.hh"
|
||||
#include "BLI_math_vector.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "multires_reshape.hh"
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "BKE_multires.hh"
|
||||
#include "BKE_subdiv_eval.hh"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
void multires_reshape_apply_base_update_mesh_coords(MultiresReshapeContext *reshape_context)
|
||||
{
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include "BKE_subsurf.hh"
|
||||
#include "BLI_math_vector.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "multires_reshape.hh"
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include "BKE_subdiv_foreach.hh"
|
||||
#include "BKE_subdiv_mesh.hh"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/** \name Construct/destruct reshape context
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
#include "bmesh.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "multires_reshape.hh"
|
||||
#include "multires_unsubdivide.hh"
|
||||
|
||||
@@ -88,8 +88,8 @@
|
||||
#include "NOD_socket.hh"
|
||||
#include "NOD_texture.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_build.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_build.hh"
|
||||
|
||||
#include "BLO_read_write.hh"
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include "NOD_socket.hh"
|
||||
#include "NOD_texture.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
using namespace blender::nodes;
|
||||
|
||||
|
||||
@@ -131,8 +131,8 @@
|
||||
#include "BKE_vfont.h"
|
||||
#include "BKE_volume.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "DRW_engine.h"
|
||||
|
||||
|
||||
@@ -59,8 +59,8 @@
|
||||
#include "BKE_type_conversions.hh"
|
||||
#include "BKE_vfont.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "BLI_hash.h"
|
||||
#include "DNA_world_types.h"
|
||||
|
||||
@@ -52,9 +52,9 @@
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_light_linking.hh"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
namespace deg = blender::deg;
|
||||
|
||||
|
||||
@@ -63,8 +63,8 @@
|
||||
#include "BKE_subdiv_ccg.hh"
|
||||
#include "BKE_subsurf.hh"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "RNA_enum_types.hh"
|
||||
|
||||
|
||||
@@ -72,9 +72,9 @@
|
||||
#include "BKE_scene.h"
|
||||
#include "BKE_texture.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_build.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_build.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "RE_texture.h"
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include "BKE_object.h"
|
||||
#include "BKE_particle.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
static void alloc_child_particles(ParticleSystem *psys, int tot)
|
||||
{
|
||||
|
||||
@@ -64,9 +64,9 @@
|
||||
#include "BKE_pointcache.h"
|
||||
#include "BKE_scene.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_physics.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_physics.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "PIL_time.h"
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
#include "BLT_translation.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "BLO_read_write.hh"
|
||||
|
||||
|
||||
@@ -53,8 +53,8 @@
|
||||
# include "BKE_lib_query.h"
|
||||
#endif
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#ifdef WITH_BULLET
|
||||
static CLG_LogRef LOG = {"bke.rigidbody"};
|
||||
|
||||
@@ -92,10 +92,10 @@
|
||||
#include "BKE_workspace.h"
|
||||
#include "BKE_world.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_build.h"
|
||||
#include "DEG_depsgraph_debug.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_build.hh"
|
||||
#include "DEG_depsgraph_debug.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "RE_engine.h"
|
||||
|
||||
|
||||
@@ -31,8 +31,8 @@
|
||||
#include "BKE_screen.h"
|
||||
#include "BKE_shader_fx.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "FX_shader_types.h"
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#include "BKE_mesh_wrapper.hh"
|
||||
#include "BKE_subsurf.hh"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
|
||||
@@ -62,8 +62,8 @@
|
||||
#include "BKE_scene.h"
|
||||
#include "BKE_softbody.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "PIL_time.h"
|
||||
|
||||
|
||||
@@ -50,8 +50,8 @@
|
||||
#include "BKE_scene.h"
|
||||
#include "BKE_sound.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "BLO_read_write.hh"
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
#include "BLT_translation.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "BLO_read_write.hh"
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "DNA_windowmanager_types.h"
|
||||
#include "DNA_workspace_types.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
#include "DRW_engine.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
#include "GPU_material.h"
|
||||
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
|
||||
#include "DRW_engine.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
#include "BLO_blend_defs.hh"
|
||||
#include "BLO_blend_validate.hh"
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
#include "IMB_colormanagement.h"
|
||||
#include "IMB_imbuf.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
#include "BLT_translation.h"
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
|
||||
#include "BLO_readfile.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_build.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_build.hh"
|
||||
|
||||
#include "DNA_genfile.h" /* for DNA_sdna_current_init() */
|
||||
#include "DNA_windowmanager_types.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "testing/testing.h"
|
||||
|
||||
struct BlendFileData;
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
#include "BKE_key.h"
|
||||
#include "BKE_main.h"
|
||||
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
#include "bmesh.h"
|
||||
#include "intern/bmesh_private.h" /* For element checking. */
|
||||
|
||||
@@ -78,7 +78,7 @@ set(SRC
|
||||
intern/depsgraph_debug.cc
|
||||
intern/depsgraph_eval.cc
|
||||
intern/depsgraph_light_linking.cc
|
||||
intern/depsgraph_light_linking.h
|
||||
intern/depsgraph_light_linking.hh
|
||||
intern/depsgraph_physics.cc
|
||||
intern/depsgraph_query.cc
|
||||
intern/depsgraph_query_foreach.cc
|
||||
@@ -89,13 +89,12 @@ set(SRC
|
||||
intern/depsgraph_type.cc
|
||||
intern/depsgraph_update.cc
|
||||
|
||||
DEG_depsgraph.h
|
||||
DEG_depsgraph_build.h
|
||||
DEG_depsgraph_debug.h
|
||||
DEG_depsgraph_light_linking.h
|
||||
DEG_depsgraph.hh
|
||||
DEG_depsgraph_build.hh
|
||||
DEG_depsgraph_debug.hh
|
||||
DEG_depsgraph_light_linking.hh
|
||||
DEG_depsgraph_physics.h
|
||||
DEG_depsgraph_query.h
|
||||
DEG_depsgraph_physics.hh
|
||||
DEG_depsgraph_query.hh
|
||||
|
||||
intern/builder/deg_builder.h
|
||||
intern/builder/deg_builder_cache.h
|
||||
@@ -134,20 +133,20 @@ set(SRC
|
||||
intern/eval/deg_eval_runtime_backup_sound.h
|
||||
intern/eval/deg_eval_runtime_backup_volume.h
|
||||
intern/eval/deg_eval_stats.h
|
||||
intern/node/deg_node.h
|
||||
intern/node/deg_node_component.h
|
||||
intern/node/deg_node_factory.h
|
||||
intern/node/deg_node_factory_impl.h
|
||||
intern/node/deg_node_id.h
|
||||
intern/node/deg_node_operation.h
|
||||
intern/node/deg_node_time.h
|
||||
intern/depsgraph.h
|
||||
intern/depsgraph_physics.h
|
||||
intern/depsgraph_registry.h
|
||||
intern/depsgraph_relation.h
|
||||
intern/depsgraph_tag.h
|
||||
intern/depsgraph_type.h
|
||||
intern/depsgraph_update.h
|
||||
intern/node/deg_node.hh
|
||||
intern/node/deg_node_component.hh
|
||||
intern/node/deg_node_factory.hh
|
||||
intern/node/deg_node_factory_impl.hh
|
||||
intern/node/deg_node_id.hh
|
||||
intern/node/deg_node_operation.hh
|
||||
intern/node/deg_node_time.hh
|
||||
intern/depsgraph.hh
|
||||
intern/depsgraph_physics.hh
|
||||
intern/depsgraph_registry.hh
|
||||
intern/depsgraph_relation.hh
|
||||
intern/depsgraph_tag.hh
|
||||
intern/depsgraph_type.hh
|
||||
intern/depsgraph_update.hh
|
||||
)
|
||||
|
||||
set(LIB
|
||||
|
||||
@@ -58,10 +58,6 @@ enum {
|
||||
DAG_EVAL_NEED_SHRINKWRAP_BOUNDARY = (1 << 1),
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* ************************************************ */
|
||||
/* Depsgraph API */
|
||||
|
||||
@@ -275,7 +271,3 @@ void DEG_debug_print_eval_time(struct Depsgraph *depsgraph,
|
||||
float time);
|
||||
|
||||
/** \} */
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
-8
@@ -28,10 +28,6 @@ struct bNodeTree;
|
||||
|
||||
#include "BLI_sys_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Graph Building -------------------------------- */
|
||||
|
||||
/** Build depsgraph for the given scene layer, and dump results in given graph container. */
|
||||
@@ -184,7 +180,3 @@ struct Depsgraph *DEG_get_graph_from_handle(struct DepsNodeHandle *node_handle);
|
||||
bool DEG_object_has_geometry_component(struct Object *object);
|
||||
|
||||
/* ************************************************ */
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
-8
@@ -12,10 +12,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct Depsgraph;
|
||||
struct Scene;
|
||||
struct ViewLayer;
|
||||
@@ -66,7 +62,3 @@ bool DEG_debug_graph_relations_validate(struct Depsgraph *graph,
|
||||
|
||||
/** Perform consistency check on the graph. */
|
||||
bool DEG_debug_consistency_check(struct Depsgraph *graph);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
@@ -1,19 +0,0 @@
|
||||
/* SPDX-FileCopyrightText: 2023 Blender Authors
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
/** \file
|
||||
* \ingroup depsgraph
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* TODO(sergey): Functions needed to expose the receiver/emitter map to RNA. */
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
+1
-9
@@ -10,7 +10,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
struct DepsNodeHandle;
|
||||
struct Depsgraph;
|
||||
@@ -18,10 +18,6 @@ struct EffectorWeights;
|
||||
struct ListBase;
|
||||
struct Object;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef enum ePhysicsRelationType {
|
||||
DEG_PHYSICS_EFFECTOR = 0,
|
||||
DEG_PHYSICS_COLLISION = 1,
|
||||
@@ -54,7 +50,3 @@ void DEG_add_forcefield_relations(struct DepsNodeHandle *handle,
|
||||
bool add_absorption,
|
||||
int skip_forcefield,
|
||||
const char *name);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
+2
-10
@@ -13,8 +13,8 @@
|
||||
#include "BLI_iterator.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_build.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_build.hh"
|
||||
|
||||
/* Needed for the instance iterator. */
|
||||
#include "DNA_object_types.h"
|
||||
@@ -30,10 +30,6 @@ struct Scene;
|
||||
struct ViewLayer;
|
||||
struct ViewerPath;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/** \name DEG input data
|
||||
* \{ */
|
||||
@@ -294,7 +290,3 @@ void DEG_foreach_dependent_ID_component(const Depsgraph *depsgraph,
|
||||
void DEG_foreach_ID(const Depsgraph *depsgraph, DEGForeachIDCallback callback, void *user_data);
|
||||
|
||||
/** \} */
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
@@ -27,18 +27,18 @@
|
||||
|
||||
#include "intern/builder/deg_builder_cache.h"
|
||||
#include "intern/builder/deg_builder_remove_noop.h"
|
||||
#include "intern/depsgraph.h"
|
||||
#include "intern/depsgraph_relation.h"
|
||||
#include "intern/depsgraph_tag.h"
|
||||
#include "intern/depsgraph_type.h"
|
||||
#include "intern/depsgraph.hh"
|
||||
#include "intern/depsgraph_relation.hh"
|
||||
#include "intern/depsgraph_tag.hh"
|
||||
#include "intern/depsgraph_type.hh"
|
||||
#include "intern/eval/deg_eval_copy_on_write.h"
|
||||
#include "intern/eval/deg_eval_visibility.h"
|
||||
#include "intern/node/deg_node.h"
|
||||
#include "intern/node/deg_node_component.h"
|
||||
#include "intern/node/deg_node_id.h"
|
||||
#include "intern/node/deg_node_operation.h"
|
||||
#include "intern/node/deg_node.hh"
|
||||
#include "intern/node/deg_node_component.hh"
|
||||
#include "intern/node/deg_node_id.hh"
|
||||
#include "intern/node/deg_node_operation.hh"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
namespace blender::deg {
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
#include "intern/depsgraph_type.h"
|
||||
#include "intern/depsgraph_type.hh"
|
||||
|
||||
#include "RNA_access.hh"
|
||||
|
||||
|
||||
@@ -15,12 +15,12 @@
|
||||
#include "BLI_stack.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#include "intern/node/deg_node.h"
|
||||
#include "intern/node/deg_node_component.h"
|
||||
#include "intern/node/deg_node_operation.h"
|
||||
#include "intern/node/deg_node.hh"
|
||||
#include "intern/node/deg_node_component.hh"
|
||||
#include "intern/node/deg_node_operation.hh"
|
||||
|
||||
#include "intern/depsgraph.h"
|
||||
#include "intern/depsgraph_relation.h"
|
||||
#include "intern/depsgraph.hh"
|
||||
#include "intern/depsgraph_relation.hh"
|
||||
|
||||
namespace blender::deg {
|
||||
|
||||
|
||||
@@ -9,10 +9,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "intern/builder/deg_builder_rna.h"
|
||||
#include "intern/depsgraph_type.h"
|
||||
#include "intern/node/deg_node_component.h"
|
||||
#include "intern/node/deg_node_id.h"
|
||||
#include "intern/node/deg_node_operation.h"
|
||||
#include "intern/depsgraph_type.hh"
|
||||
#include "intern/node/deg_node_component.hh"
|
||||
#include "intern/node/deg_node_id.hh"
|
||||
#include "intern/node/deg_node_operation.hh"
|
||||
|
||||
#include "DNA_ID.h"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "intern/depsgraph_type.h"
|
||||
#include "intern/depsgraph_type.hh"
|
||||
|
||||
struct ID;
|
||||
|
||||
|
||||
@@ -98,8 +98,8 @@
|
||||
#include "RNA_prototypes.h"
|
||||
#include "RNA_types.hh"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_build.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_build.hh"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
@@ -107,16 +107,16 @@
|
||||
#include "intern/builder/deg_builder.h"
|
||||
#include "intern/builder/deg_builder_key.h"
|
||||
#include "intern/builder/deg_builder_rna.h"
|
||||
#include "intern/depsgraph.h"
|
||||
#include "intern/depsgraph_light_linking.h"
|
||||
#include "intern/depsgraph_tag.h"
|
||||
#include "intern/depsgraph_type.h"
|
||||
#include "intern/depsgraph.hh"
|
||||
#include "intern/depsgraph_light_linking.hh"
|
||||
#include "intern/depsgraph_tag.hh"
|
||||
#include "intern/depsgraph_type.hh"
|
||||
#include "intern/eval/deg_eval_copy_on_write.h"
|
||||
#include "intern/eval/deg_eval_visibility.h"
|
||||
#include "intern/node/deg_node.h"
|
||||
#include "intern/node/deg_node_component.h"
|
||||
#include "intern/node/deg_node_id.h"
|
||||
#include "intern/node/deg_node_operation.h"
|
||||
#include "intern/node/deg_node.hh"
|
||||
#include "intern/node/deg_node_component.hh"
|
||||
#include "intern/node/deg_node_id.hh"
|
||||
#include "intern/node/deg_node_operation.hh"
|
||||
|
||||
namespace blender::deg {
|
||||
|
||||
|
||||
@@ -11,11 +11,11 @@
|
||||
#include "intern/builder/deg_builder.h"
|
||||
#include "intern/builder/deg_builder_key.h"
|
||||
#include "intern/builder/deg_builder_map.h"
|
||||
#include "intern/depsgraph_type.h"
|
||||
#include "intern/node/deg_node_id.h"
|
||||
#include "intern/node/deg_node_operation.h"
|
||||
#include "intern/depsgraph_type.hh"
|
||||
#include "intern/node/deg_node_id.hh"
|
||||
#include "intern/node/deg_node_operation.hh"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
struct CacheFile;
|
||||
struct Camera;
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user