tornavis/source/blender/blenkernel
Bastien Montagne f3a3a976b7 Refactor: move `Library`-specific functions into proper `BKE_library` file.
Even though we do not have much of those, this might change in the
future, and in any case having specific functions for this ID type in
generic `BKE_lib` area was really confusing.
2020-02-10 17:10:17 +01:00
..
intern Refactor: move `Library`-specific functions into proper `BKE_library` file. 2020-02-10 17:10:17 +01:00
BKE_DerivedMesh.h Cleanup: doxygen comments 2019-11-25 01:51:11 +11:00
BKE_action.h Fix T68665: FCurve group disappear on Curve/Surface object data 2019-12-17 15:22:29 +01:00
BKE_addon.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_anim.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_animsys.h Refactor: Make construction of resolved RNA path reusable 2020-01-13 12:00:44 +01:00
BKE_appdir.h GPU: Platform Support Level 2019-10-04 16:23:39 +02:00
BKE_armature.h Bones: implement a new Aligned Inherit Scale mode. 2019-11-21 20:10:07 +03:00
BKE_autoexec.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_blender.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_blender_copybuffer.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_blender_undo.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_blender_user_menu.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_blender_version.h UI: Info Editor Visual Changes 2020-01-29 09:24:54 -08:00
BKE_blendfile.h Preferences: don't store preferences in the startup 2019-07-31 21:36:12 +10:00
BKE_boids.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_bpath.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_brush.h Sculpt/Paint: Remove Unified SIZE_PRESSURE and ALPHA_PRESSURE 2019-11-27 17:17:46 +01:00
BKE_bvhutils.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_cachefile.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_callbacks.h Python handlers: Pass depsgraph to events where it makes sense 2019-09-11 10:43:27 +02:00
BKE_camera.h Cleanup: includes in headers 2019-09-07 23:17:40 +10:00
BKE_ccg.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_cdderivedmesh.h Cleanup: remove unused derived-mesh API calls 2019-08-21 11:41:40 +10:00
BKE_cloth.h Integrate hair collisions with cloth collision 2020-01-16 18:54:30 +01:00
BKE_collection.h Fix memory leak when full-copying a scene after recent changes. 2020-01-17 19:59:00 +01:00
BKE_collision.h Fix T71620: broken particle collisions due to rB0666ece2e2f9 2020-01-12 17:23:02 +01:00
BKE_colorband.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_colortools.h Curve: CurveMapping Extend Option 2019-11-27 16:05:54 +01:00
BKE_constraint.h Constraints: remove special meaning of Local Space for parentless Objects. 2019-11-06 15:36:05 +03:00
BKE_context.h UI: support Copy To Selected and Alt-Click for PropertyGroup members. 2019-12-04 12:23:41 +03:00
BKE_crazyspace.h Fix T63384: Vertices are moving in different directions 2019-06-05 15:17:53 +02:00
BKE_curve.h Improve error message converting nurb to bezier 2020-02-04 21:14:05 +01:00
BKE_curveprofile.h Cleanup: clang-format 2019-11-21 23:15:02 +11:00
BKE_customdata.h BMesh: support copying & freeing layers by type 2019-11-26 16:19:56 +11:00
BKE_customdata_file.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_data_transfer.h ClangFormat: format '#if 0' code in source/ 2019-04-17 08:24:14 +02:00
BKE_deform.h Cleanup: Improve usage of extern "C" 2020-02-07 17:22:11 +01:00
BKE_displist.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_displist_tangent.h Displist: Add mikktspace tangent space generation for DL_INDEX3 2020-01-30 02:46:01 +01:00
BKE_dynamicpaint.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_editlattice.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_editmesh.h BMesh: remove BMEditMesh.ob pointer 2020-01-07 17:47:17 +11:00
BKE_editmesh_bvh.h Cleanup: argument naming, redundant NULL checks 2019-10-03 07:32:28 +10:00
BKE_editmesh_cache.h doxygen: add newline after \file 2019-02-18 08:22:12 +11:00
BKE_editmesh_tangent.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_effect.h Cleanup: comments (long lines) in blenkernel 2019-04-27 12:07:07 +10:00
BKE_fcurve.h Cleanup: Animation, match parameter names in declaration with implementation 2020-02-07 13:56:04 +01:00
BKE_fluid.h Fix linking errors WITH_MOD_FLUID=OFF, again 2019-12-18 12:52:15 +11:00
BKE_font.h Fix T71273: Bad encoding of utf-8 for Text objects 2019-11-22 12:27:34 -03:00
BKE_freestyle.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_global.h Fluid: Hide Advanced cache options 2020-02-06 19:06:22 +01:00
BKE_gpencil.h Fix T72134: Adaptive UVs does not affect strokes that are already drawn 2019-12-03 12:09:47 +01:00
BKE_gpencil_modifier.h GPencil: Reduce VBO memory footprint when using modifiers 2019-10-04 10:20:15 +02:00
BKE_icons.h UI: invert toolbar icon colors for light toolbar button background 2020-02-03 18:41:49 +01:00
BKE_idcode.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_idprop.h IDProps: add utility to set an ID pointer IDProp value. 2020-01-24 11:39:21 +01:00
BKE_image.h Add support for tiled images and the UDIM naming scheme 2019-12-12 18:40:37 +01:00
BKE_image_save.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_ipo.h doxygen: add newline after \file 2019-02-18 08:22:12 +11:00
BKE_kelvinlet.h Sculpt/Paint: Move Elastic Deform Kelvinlets to BKE 2019-11-27 17:08:15 +01:00
BKE_key.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_keyconfig.h Preferences: remove keymap items created with invalid data path 2019-10-25 21:47:16 +11:00
BKE_lattice.h Curve Modifier add invert vgroup option 2020-02-06 11:51:06 +01:00
BKE_layer.h Fix T70670: Hidden collections are still rendered by Cycles in the Viewport 2019-10-14 22:45:33 -03:00
BKE_lib_id.h Refactor: move `Library`-specific functions into proper `BKE_library` file. 2020-02-10 17:10:17 +01:00
BKE_lib_override.h Fix mismatch in BKE headers' multi-include safeguards naming. 2020-02-10 16:54:24 +01:00
BKE_lib_query.h Fix mismatch in BKE headers' multi-include safeguards naming. 2020-02-10 16:54:24 +01:00
BKE_lib_remap.h Fix mismatch in BKE headers' multi-include safeguards naming. 2020-02-10 16:54:24 +01:00
BKE_library.h Refactor: move `Library`-specific functions into proper `BKE_library` file. 2020-02-10 17:10:17 +01:00
BKE_light.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_lightprobe.h Cleanup: rename lightprobe configure to type_set 2020-01-20 17:54:38 +11:00
BKE_linestyle.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_main.h Cleanup: Add basic doc about each `BKE_main` and `BKE_lib` files. 2020-02-10 15:05:54 +01:00
BKE_main_idmap.h Cleanup: Add basic doc about each `BKE_main` and `BKE_lib` files. 2020-02-10 15:05:54 +01:00
BKE_mask.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_material.h Cleanup: refactor default materials and shader nodes 2020-02-06 13:36:39 +01:00
BKE_mball.h Cleanup: const args, naming, doxy groups, clang-format 2019-08-23 09:09:38 +10:00
BKE_mball_tessellate.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_mesh.h Cleanup: use of 'unsigned' 2020-02-08 01:02:18 +11:00
BKE_mesh_iterators.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_mesh_mapping.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_mesh_mirror.h Missed header guard update last commit 2019-11-22 13:32:57 +11:00
BKE_mesh_remap.h Cleanup: comments (long lines) in blenkernel 2019-04-27 12:07:07 +10:00
BKE_mesh_remesh_voxel.h Cleanup: used BKE_mesh_ prefix 2019-11-25 15:49:25 +11:00
BKE_mesh_runtime.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_mesh_tangent.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_modifier.h Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`. 2020-02-10 13:00:42 +01:00
BKE_movieclip.h Fix T66872: Changing clip color space does not update background images 2019-07-28 13:24:18 +02:00
BKE_multires.h Force sculpting on highest multires level 2019-11-13 17:15:54 +01:00
BKE_nla.h Sound: Fix queries of sound info 2019-06-11 15:11:07 +02:00
BKE_node.h NodeTree: Add access to the address of an ID's nodetree pointer. 2020-02-06 18:55:20 +01:00
BKE_object.h Cleanup: removed unused derivedDeform and derivedFinal 2020-01-27 12:18:43 +01:00
BKE_object_deform.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_object_facemap.h Mesh: support face-maps when joining 2019-09-20 12:09:22 +10:00
BKE_ocean.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_outliner_treehash.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_packedFile.h Cleanup: split enum types, use PF_CMP prefix 2019-07-08 00:43:44 +10:00
BKE_paint.h Cleanup: use of 'unsigned' 2020-02-08 01:02:18 +11:00
BKE_particle.h Fluid Particles: fix threading crash with viscoelastic springs. 2019-11-09 13:44:43 +03:00
BKE_pbvh.h Cleanup: redundant struct declarations 2019-12-17 10:15:22 +11:00
BKE_pointcache.h Cleanup: sort struct declarations 2019-12-17 10:08:47 +11:00
BKE_report.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_rigidbody.h Fix assert when deleting a RBW constraint object. 2019-10-04 18:57:14 +02:00
BKE_scene.h Cleanup: fix compiler warnings related to deprecated members 2020-01-28 18:25:31 +01:00
BKE_screen.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_sequencer.h Cleanup: remove old VSE prefetching code. 2020-02-07 23:49:37 +01:00
BKE_shader_fx.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_shrinkwrap.h Voxel Remesh: Fix poles and preserve volume 2019-09-26 16:30:25 +02:00
BKE_softbody.h ClangFormat: run with ReflowComments on source/ 2019-05-01 11:13:14 +10:00
BKE_sound.h Refactor: Add C++ guard code to headers 2019-11-29 14:39:54 +01:00
BKE_speaker.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_studiolight.h Cleanup: includes in headers 2019-09-07 23:17:40 +10:00
BKE_subdiv.h Cleanup: spelling 2019-09-30 17:07:05 +10:00
BKE_subdiv_ccg.h Sculpt: support automasking, pose and mask expand for multires 2019-10-08 17:44:46 +02:00
BKE_subdiv_deform.h Fix T70163: Error painting with Subdivision at end of stack 2019-09-26 12:01:52 +02:00
BKE_subdiv_eval.h Fix T70163: Error painting with Subdivision at end of stack 2019-09-26 12:01:52 +02:00
BKE_subdiv_foreach.h Cleanup: comment, RNA spelling 2019-06-17 12:52:20 +10:00
BKE_subdiv_mesh.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_subdiv_topology.h Subvid: Initial support of subdiv topology query 2019-09-18 17:56:22 +02:00
BKE_subsurf.h Cleanup: quiet const warnings 2020-01-02 13:08:20 +11:00
BKE_text.h Text: add Text.select_set(...) 2019-10-04 06:00:08 +10:00
BKE_text_suggestions.h Cleanup: BKE_suggestions -> BKE_text_suggestions 2019-11-22 13:32:57 +11:00
BKE_texture.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_tracking.h Tracking: Cleanup, more clear variable name 2020-02-10 12:48:45 +01:00
BKE_undo_system.h Fix sculpt + undo curve crash 2019-11-13 14:04:18 +11:00
BKE_unit.h ClangFormat: run with ReflowComments on source/ 2019-05-01 11:13:14 +10:00
BKE_workspace.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
BKE_world.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BKE_writeavi.h Cleanup: move trailing comments to avoid wrapping code 2019-08-14 23:32:24 +10:00
BKE_writeffmpeg.h FFmpeg: Added writing of WebM containers 2019-07-31 11:28:38 +02:00
CMakeLists.txt Refactor: move `Library`-specific functions into proper `BKE_library` file. 2020-02-10 17:10:17 +01:00
nla_private.h Cleanup: redundant struct declarations 2019-08-25 16:45:47 +10:00
particle_private.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
tracking_private.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00