tornavis/source/blender/blenkernel
Campbell Barton 17e1e2bfd8 Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00
..
intern Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00
BKE_DerivedMesh.h Modifiers: include the object & modifier when logging errors 2020-10-26 18:16:30 +11:00
BKE_action.h Cleanup: sort struct blocks 2020-12-16 16:26:23 +11:00
BKE_addon.h Cleanup: use C comments for descriptive text 2020-10-10 22:04:51 +11:00
BKE_anim_data.h Cleanup: sort struct declarations 2020-09-30 11:51:13 +10:00
BKE_anim_path.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_anim_visualization.h Cleanup: sort struct blocks 2020-12-16 16:26:23 +11:00
BKE_animsys.h Nla Refactor: Split animsys_evaluate_nla() 2021-01-14 18:25:01 -05:00
BKE_appdir.h Refactor/extend BKE API to get special user directories 2020-12-11 16:20:53 +01:00
BKE_armature.h Pose: Add a 'pose_ensure' new utils that only rebuilds if needed. 2020-10-26 11:26:55 +01:00
BKE_asset.h Cleanup: use 'pragma once' 2021-01-04 17:38:11 +11:00
BKE_attribute.h Cleanup: remove redundant struct declarations 2020-12-16 16:25:56 +11:00
BKE_attribute_access.hh Geometry Nodes: new Attribute Sample Texture node 2021-01-21 16:49:06 +01:00
BKE_attribute_math.hh Geometry Nodes: transfer corner and point attributes in Point Distribute node 2021-01-15 12:00:38 +01:00
BKE_autoexec.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_blender.h Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fix 2020-09-04 21:04:16 +02:00
BKE_blender_copybuffer.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_blender_undo.h Cleanup/refactor: Undosys: Get rid of the magic values for undo direction. 2021-02-04 22:03:39 +01:00
BKE_blender_user_menu.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_blender_version.h Sky Texture: change Nishita Altitude to use unit system 2021-01-27 16:48:50 +01:00
BKE_blendfile.h readfile: always run setup_app_data after updating defaults 2020-10-03 07:25:36 +10:00
BKE_boids.h Cleanup: reduce indirect DNA header inclusion 2020-12-15 12:34:14 +11:00
BKE_bpath.h Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fix 2020-09-04 21:04:16 +02:00
BKE_brush.h Cleanup: rename get_brush_icon, make it a static function 2021-01-04 17:37:44 +11:00
BKE_bvhutils.h Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fix 2020-09-04 21:04:16 +02:00
BKE_cachefile.h Refactor: remove `BKE_<id_type>_copy` functions. 2020-10-07 18:05:06 +02:00
BKE_callbacks.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_camera.h Refactor: remove `BKE_<id_type>_copy` functions. 2020-10-07 18:05:06 +02:00
BKE_ccg.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_cdderivedmesh.h Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fix 2020-09-04 21:04:16 +02:00
BKE_cloth.h Cloth: add a vertex group setting to exclude from object collision. 2021-01-11 19:34:33 +03:00
BKE_collection.h Cleanup: sort structs, files 2020-11-06 12:32:54 +11:00
BKE_collision.h Cleanup: sort struct blocks 2020-12-16 16:26:23 +11:00
BKE_colorband.h Cleanup: use bool instead of int in various places 2020-09-02 19:10:40 +02:00
BKE_colortools.h Refactor: move color settings .blend I/O to blenkernel 2020-11-06 14:10:31 +01:00
BKE_constraint.h Cleanup: sort struct blocks 2020-12-16 16:26:23 +11:00
BKE_context.h UI: Allow UI to pass focused data-block to operators via context 2020-12-11 23:08:29 +01:00
BKE_crazyspace.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_cryptomatte.h Cleanup: clang-format, trailing space 2021-01-13 13:15:22 +11:00
BKE_cryptomatte.hh Cleanup: spelling 2021-01-13 13:21:29 +11:00
BKE_curve.h Cleanup: reduce indirect DNA header inclusion 2020-12-15 12:34:14 +11:00
BKE_curveprofile.h Cleanup: sort struct declarations 2020-09-30 11:51:13 +10:00
BKE_customdata.h Cleanup: sort struct declarations 2020-09-30 11:51:13 +10:00
BKE_customdata_file.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_data_transfer.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_deform.h Weight Paint: avoid creating very small values with locked weights. 2021-01-12 14:32:05 +03:00
BKE_displist.h Docs: comment values for DispList.type 2020-09-08 17:16:35 +10:00
BKE_displist_tangent.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_duplilist.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_dynamicpaint.h Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fix 2020-09-04 21:04:16 +02:00
BKE_editlattice.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_editmesh.h Cleanup: remove redundant struct declarations 2020-12-16 16:25:56 +11:00
BKE_editmesh_bvh.h Cleanup: clang-format 2020-10-01 14:29:45 +02:00
BKE_editmesh_cache.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_editmesh_tangent.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_effect.h Force Fields: implement early filtering by the Affect flags. 2021-02-02 23:03:16 +03:00
BKE_fcurve.h Animation: New Euler filter implementation 2020-11-23 12:48:04 +01:00
BKE_fcurve_driver.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_fluid.h Fluid: Added domain check for new OpenVDB precision 'Mini' type 2020-10-19 21:40:17 +02:00
BKE_font.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_freestyle.h Cleanup: reduce indirect DNA header inclusion 2020-12-15 12:34:14 +11:00
BKE_geometry_set.h Fix T85049: Geometry Nodes: How to handle instances with shear? 2021-01-26 18:21:12 +01:00
BKE_geometry_set.hh Merge branch 'blender-v2.92-release' 2021-02-02 09:21:14 -06:00
BKE_global.h Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00
BKE_gpencil.h GPencil: Make Layer and Frame duplicate functions more flexible 2021-01-21 15:57:10 +01:00
BKE_gpencil_curve.h Cleanup: sort struct blocks 2020-12-16 16:26:23 +11:00
BKE_gpencil_geom.h Cleanup: sort struct blocks 2020-12-16 16:26:23 +11:00
BKE_gpencil_modifier.h Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00
BKE_hair.h Revert "CleanUp: Introduce `eMeshBatchDirtyMode` enum" 2020-10-09 07:25:43 +02:00
BKE_icons.h Fix redundant declaration warning 2020-12-15 17:19:55 +01:00
BKE_idprop.h Cleanup: reduce indirect DNA header inclusion 2020-12-15 12:34:14 +11:00
BKE_idtype.h LibOverride: Add an 'post apply' callback to IDTypeInfo. 2021-01-22 15:31:15 +01:00
BKE_image.h Fix T82591: Performance regression when rendering at very high resolution 2020-12-18 09:18:44 +01:00
BKE_image_save.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_ipo.h Cleanup: remove redundant struct declarations 2020-12-16 16:25:56 +11:00
BKE_kelvinlet.h Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fix 2020-09-04 21:04:16 +02:00
BKE_key.h Cleanup/Refactor: Shapekey: Get rid of `BKE_key_copy_nolib()` 2020-10-08 16:25:34 +02:00
BKE_keyconfig.h Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00
BKE_lattice.h Cleanup: remove redundant struct declarations 2020-12-16 16:25:56 +11:00
BKE_layer.h Cleanup: make format 2020-12-15 12:01:45 +01:00
BKE_lib_id.h Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00
BKE_lib_override.h LibOverride: refactor of relationships handling in library overrides. 2021-01-25 14:48:51 +01:00
BKE_lib_query.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_lib_remap.h Cleanup: remove redundant struct declarations 2020-12-16 16:25:56 +11:00
BKE_library.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_light.h Refactor: remove `BKE_<id_type>_copy` functions. 2020-10-07 18:05:06 +02:00
BKE_lightprobe.h Refactor: remove `BKE_<id_type>_copy` functions. 2020-10-07 18:05:06 +02:00
BKE_linestyle.h Refactor: remove `BKE_<id_type>_copy` functions. 2020-10-07 18:05:06 +02:00
BKE_main.h BKE BMain relations: add utils to (re)set tags of the entries. 2021-02-02 17:26:59 +01:00
BKE_main_idmap.h Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fix 2020-09-04 21:04:16 +02:00
BKE_mask.h Cleanup: Remove `BKE_mask_copy_nolib()` and `BKE_mask_free()`. 2020-10-08 11:40:55 +02:00
BKE_material.h Refactor: remove `BKE_<id_type>_copy` functions. 2020-10-07 18:05:06 +02:00
BKE_mball.h Revert "CleanUp: Introduce `eMeshBatchDirtyMode` enum" 2020-10-09 07:25:43 +02:00
BKE_mball_tessellate.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_mesh.h Cleanup: use bool arguments & variables 2021-01-09 19:07:14 +11:00
BKE_mesh_fair.h Sculpt: Fair Face Sets operation for Face Set Edit 2020-12-15 20:32:58 +01:00
BKE_mesh_iterators.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_mesh_mapping.h Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fix 2020-09-04 21:04:16 +02:00
BKE_mesh_mirror.h Fix T84364: Sculpt symmetrize fails with shape keys 2021-01-05 22:48:12 +11:00
BKE_mesh_remap.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_mesh_remesh_voxel.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_mesh_runtime.h Blenkernel: move DerivedMesh.c to c++ 2020-12-14 13:08:02 +01:00
BKE_mesh_tangent.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_mesh_types.h CleanUp: Introduce `eMeshBatchDirtyMode` enum 2020-10-09 07:27:18 +02:00
BKE_mesh_wrapper.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_modifier.h Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00
BKE_movieclip.h Refactor: remove `BKE_<id_type>_copy` functions. 2020-10-07 18:05:06 +02:00
BKE_multires.h Cleanup: remove some forward declared enums 2020-12-11 11:48:58 +01:00
BKE_nla.h LibOverride: Add initial support for adding new NLA tracks. 2020-12-08 10:55:57 +01:00
BKE_node.h Geometry Nodes: new Is Viewport node 2021-02-04 16:36:34 +01:00
BKE_object.h Refactor modifier copying code. 2021-01-19 18:58:35 +01:00
BKE_object_deform.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_object_facemap.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_ocean.h Ocean Modifier: allow spray maps to be baked 2020-10-20 12:47:58 -05:00
BKE_outliner_treehash.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_packedFile.h Cleanup: sort struct declarations 2020-09-30 11:51:13 +10:00
BKE_paint.h Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00
BKE_particle.h Cleanup: sort struct blocks 2020-12-16 16:26:23 +11:00
BKE_pbvh.h Cleanup: remove redundant struct declarations 2020-12-16 16:25:56 +11:00
BKE_persistent_data_handle.hh Geometry Nodes: support collection sockets 2020-12-11 17:47:58 +01:00
BKE_pointcache.h Cleanup: sort struct blocks 2020-12-16 16:26:23 +11:00
BKE_pointcloud.h Geometry Nodes: initial scattering and geometry nodes 2020-12-02 15:38:47 +01:00
BKE_preferences.h Asset System: Support custom asset library paths through Preferences 2020-12-15 17:03:48 +01:00
BKE_report.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_rigidbody.h Fix Rigidbody depsgraph passive and constraint transform relations. 2020-08-28 14:55:59 +02:00
BKE_scene.h Cleanup: accept const pointer for BKE_scene_get_depsgraph 2021-01-29 15:52:53 +01:00
BKE_screen.h Merge branch 'blender-v2.92-release' 2021-01-29 16:06:11 +01:00
BKE_sequencer_offscreen.h Cleanup: reduce indirect DNA header inclusion 2020-12-15 12:34:14 +11:00
BKE_shader_fx.h Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00
BKE_shrinkwrap.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_simulation.h Cleanup: reduce indirect DNA header inclusion 2020-12-15 12:34:14 +11:00
BKE_softbody.h Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00
BKE_sound.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_speaker.h Cleanup: remove redundant struct declarations 2020-12-16 16:25:56 +11:00
BKE_studiolight.h Cleanup: reduce indirect DNA header inclusion 2020-12-15 12:34:14 +11:00
BKE_subdiv.h Fix subdivision surface wrong for non-limit surface and subdivision level 1 2020-10-01 17:43:41 +02:00
BKE_subdiv_ccg.h Spelling: Miscellaneous 2020-10-19 09:11:00 -07:00
BKE_subdiv_deform.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_subdiv_eval.h Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fix 2020-09-04 21:04:16 +02:00
BKE_subdiv_foreach.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_subdiv_mesh.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_subdiv_topology.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_subsurf.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_text.h Refactor: remove `BKE_<id_type>_copy` functions. 2020-10-07 18:05:06 +02:00
BKE_text_suggestions.h Cleanup: reduce indirect DNA header inclusion 2020-12-15 12:34:14 +11:00
BKE_texture.h Refactor: remove `BKE_<id_type>_copy` functions. 2020-10-07 18:05:06 +02:00
BKE_tracking.h Tracking: Implement tracks average operator 2021-01-18 16:38:40 +01:00
BKE_undo_system.h Cleanup/refactor: Undosys: Get rid of the magic values for undo direction. 2021-02-04 22:03:39 +01:00
BKE_unit.h Cleanup: Rename public "bUnit" functions 2020-09-09 08:41:15 -05:00
BKE_volume.h Cleanup: take grid reference instead of shared pointer as parameter 2021-02-02 13:17:51 +01:00
BKE_volume_render.h Volumes: simplify volumes in modifiers or on load 2020-10-20 11:00:16 +02:00
BKE_workspace.h Fix (unreported) design flow in how workspace's relation data are read from .blend file. 2020-10-02 11:47:34 +02:00
BKE_world.h Refactor: Remove `BKE_XXX_localize()`, in favor of using regular ID copying code. 2020-10-07 11:09:36 +02:00
BKE_writeavi.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BKE_writeffmpeg.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
CMakeLists.txt Cleanup: cmake indentation, white-space 2021-02-05 09:45:16 +11:00
nla_private.h NLA: Extract nlasnapshot_blend() 2021-02-03 16:45:53 -05:00
particle_private.h Cleanup: reduce indirect DNA header inclusion 2020-12-15 12:34:14 +11:00
tracking_private.h Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00