tornavis/source/blender/blenkernel
Campbell Barton 8710943570 Cleanup: indentation 2018-04-16 18:24:38 +02:00
..
intern Cleanup: indentation 2018-04-16 18:24:38 +02:00
BKE_DerivedMesh.h Remove workspace object mode, reverts changes w/ 2.8 2018-04-05 18:21:14 +02:00
BKE_action.h Cleanup: BKE naming conventions for datablock add/localize 2018-01-11 10:01:01 +11:00
BKE_addon.h BKE_addon: new/free/ensure functions 2018-02-12 17:24:18 +11:00
BKE_anim.h Avoid passing context to motion path calculation 2017-11-20 22:33:16 +11:00
BKE_animsys.h Merge branch 'master' into blender2.8 2017-12-05 19:04:34 +01:00
BKE_appdir.h Main Workspace Integration 2017-06-01 19:59:37 +02:00
BKE_armature.h Merge branch 'master' into blender2.8 2018-04-04 09:54:50 +02:00
BKE_autoexec.h
BKE_blender.h Fix T53274: Saving template prefs overwrites default prefs 2017-11-23 03:12:00 +11:00
BKE_blender_copybuffer.h Use temp .blend file copybuffer for pose copy-paste 2016-09-15 09:51:15 +02:00
BKE_blender_undo.h Undo: unified undo system w/ linear history 2018-03-31 20:40:37 +02:00
BKE_blender_version.h Merge branch 'master' into blender2.8 2018-03-10 19:06:28 +01:00
BKE_blendfile.h Merge branch 'master' into blender2.8 2017-11-23 03:26:00 +11:00
BKE_bmfont.h
BKE_bmfont_types.h
BKE_boids.h Make whole ID copying code use const source pointer. 2017-06-14 22:38:11 +02:00
BKE_bpath.h
BKE_brush.h Use eObjectMode for function arguments 2018-02-06 23:34:58 +11:00
BKE_bullet.h
BKE_bvhutils.h Cleanup: style, spelling 2018-01-28 17:00:39 +11:00
BKE_cachefile.h Refactor ID copying (and to some extent, ID freeing). 2017-08-07 20:34:36 +02:00
BKE_camera.h Fix T53788: Camera animation not working 2018-01-19 11:12:22 +01:00
BKE_ccg.h
BKE_cdderivedmesh.h Fix missing hair after rendering with different viewport/render settings 2017-02-07 14:21:29 +01:00
BKE_cloth.h Remove workspace object mode, reverts changes w/ 2.8 2018-04-05 18:21:14 +02:00
BKE_collection.h Collections: API to get automatic name of new collection 2018-04-02 17:25:22 -03:00
BKE_collision.h Depsgraph: Remove all layer bit flags related checks 2017-04-05 11:39:30 +02:00
BKE_colorband.h UI: color-band eyedropper now combines samples 2017-12-13 15:38:11 +11:00
BKE_colortools.h Make whole ID copying code use const source pointer. 2017-06-14 22:38:11 +02:00
BKE_constraint.h Pass EvaluationContext instead of bContext 2017-08-16 12:46:04 +10:00
BKE_context.h Merge branch 'master' into blender2.8 2018-04-16 16:22:34 +02:00
BKE_crazyspace.h Pass EvaluationContext instead of bContext 2017-08-16 12:46:04 +10:00
BKE_curve.h Merge branch 'master' into blender2.8 2017-11-02 15:45:19 +11:00
BKE_customdata.h TexFace removal part 3 2017-05-25 15:19:58 +10:00
BKE_customdata_file.h
BKE_data_transfer.h Pass EvaluationContext instead of bContext 2017-08-16 12:46:04 +10:00
BKE_deform.h Make whole ID copying code use const source pointer. 2017-06-14 22:38:11 +02:00
BKE_displist.h Pass EvaluationContext instead of bContext 2017-08-16 12:46:04 +10:00
BKE_dynamicpaint.h Rename any instance of scene layer or render layer in code with view layer 2017-11-23 07:48:23 -02:00
BKE_editlattice.h Cleanup: split lattice into own library 2018-03-19 15:45:50 +01:00
BKE_editmesh.h Pass EvaluationContext instead of bContext 2017-08-16 12:46:04 +10:00
BKE_editmesh_bvh.h
BKE_editmesh_tangent.h Merge branch 'master' into blender2.8 2017-07-03 19:53:00 +03:00
BKE_effect.h Pass EvaluationContext instead of bContext 2017-08-16 12:46:04 +10:00
BKE_fcurve.h Make auto handle placement aware of cyclic extrapolation. 2017-10-17 19:39:10 +03:00
BKE_fluidsim.h Pass EvaluationContext instead of bContext 2017-08-16 12:46:04 +10:00
BKE_font.h Font objects: Support proper auto-space 2017-12-19 15:55:56 +01:00
BKE_freestyle.h Depsgraph: Fix copy-on-write assert when freeing Freestyle config 2017-12-26 13:31:48 -02:00
BKE_global.h Merge branch 'master' into blender2.8 2018-04-01 11:03:25 +02:00
BKE_gpencil.h Refactor ID copying (and to some extent, ID freeing). 2017-08-07 20:34:36 +02:00
BKE_group.h Cleanup: iterator macros 2018-03-09 11:52:11 +11:00
BKE_icons.h Make ID icons safe for deletion from threads 2018-04-16 10:18:43 +02:00
BKE_idcode.h Fix ID types DAG update tagging. 2016-08-08 17:51:15 +02:00
BKE_idprop.h Add utility function to reset ID property value to a given one 2018-01-24 15:04:46 +01:00
BKE_image.h Write StampData metadata to video files 2018-04-05 16:50:23 +02:00
BKE_ipo.h
BKE_key.h Refactor ID copying (and to some extent, ID freeing). 2017-08-07 20:34:36 +02:00
BKE_lamp.h Merge branch 'master' into blender2.8 2018-01-11 10:19:00 +11:00
BKE_lattice.h Depsgraph: Remove workarounds used for cyclic dependencies 2017-11-21 14:23:57 +01:00
BKE_layer.h Multi-Object Editing 2018-04-16 17:56:50 +02:00
BKE_library.h Merge branch 'master' into blender2.8 2018-01-25 10:31:37 +11:00
BKE_library_idmap.h readfile: optimization for undo 2016-06-07 17:27:52 +10:00
BKE_library_override.h Static overrides API: add functions to create overrides from several datablocks at once. 2018-01-16 17:11:03 +01:00
BKE_library_query.h Merge ID static override, part I: core changes in DNA, BKE and .blend read/write. 2017-11-29 17:23:25 +01:00
BKE_library_remap.h Merge ID static override, part I: core changes in DNA, BKE and .blend read/write. 2017-11-29 17:23:25 +01:00
BKE_lightprobe.h Merge again... 2017-08-07 20:48:22 +02:00
BKE_linestyle.h Refactor ID copying (and to some extent, ID freeing). 2017-08-07 20:34:36 +02:00
BKE_main.h Merge branch 'master' into blender2.8 2018-04-01 11:03:25 +02:00
BKE_mask.h Masks: Remove unused function 2017-12-13 16:14:08 +01:00
BKE_material.h Merge branch 'master' into blender2.8 2018-01-11 10:19:00 +11:00
BKE_mball.h Metalball drawing: rename mball helpers to handles 2018-02-16 02:01:09 -02:00
BKE_mball_tessellate.h Pass EvaluationContext instead of bContext 2017-08-16 12:46:04 +10:00
BKE_mesh.h Python API: remove preview/render resolution settings from API functions. 2018-04-13 14:38:59 +02:00
BKE_mesh_mapping.h Add BKE_mesh_calc_islands_loop_poly_uvmap and use it in new OSD UV subdiv. 2016-07-21 16:54:36 +02:00
BKE_mesh_remap.h
BKE_mesh_tangent.h Merge branch 'master' into blender2.8 2017-07-03 19:53:00 +03:00
BKE_modifier.h Remove workspace object mode, reverts changes w/ 2.8 2018-04-05 18:21:14 +02:00
BKE_movieclip.h Sequencer: Expose read-only FPS property for movie-type strips 2018-03-05 15:01:23 +01:00
BKE_multires.h Remove workspace object mode, reverts changes w/ 2.8 2018-04-05 18:21:14 +02:00
BKE_navmesh_conversion.h
BKE_nla.h Cleanup: Use BKE_ prefix for all public functions exposed by the NLA module 2018-03-08 17:15:34 +13:00
BKE_node.h Merge branch 'master' into blender2.8 2018-03-14 02:15:37 +11:00
BKE_object.h Multi-Object Editing 2018-04-16 17:56:50 +02:00
BKE_object_deform.h Fix T53206: Array modifier doesn't merge vgroups 2018-03-06 09:57:41 +11:00
BKE_object_facemap.h Fix strict cflags compilation after recent const changes 2017-06-15 10:19:33 +02:00
BKE_ocean.h
BKE_outliner_treehash.h Outliner: Delete all selected collections, not just active one 2017-02-28 21:15:51 +01:00
BKE_packedFile.h
BKE_paint.h Merge branch 'master' into blender2.8 2018-04-16 17:24:20 +02:00
BKE_particle.h Python API: remove preview/render resolution settings from API functions. 2018-04-13 14:38:59 +02:00
BKE_pbvh.h Merge branch 'master' into blender2.8 2018-01-15 13:55:52 +01:00
BKE_pointcache.h Cleanup: add utility function to find a single point cache ID. 2018-04-13 11:31:19 +02:00
BKE_property.h Make whole ID copying code use const source pointer. 2017-06-14 22:38:11 +02:00
BKE_report.h
BKE_rigidbody.h Pass EvaluationContext instead of bContext 2017-08-16 12:46:04 +10:00
BKE_sca.h Refactor ID copying (and to some extent, ID freeing). 2017-08-07 20:34:36 +02:00
BKE_scene.h Depsgraph: don't pass evaluation context to update functions. 2018-04-13 14:17:37 +02:00
BKE_screen.h Cleanup: move some screen utility functions, from topbar branch. 2018-04-16 15:18:48 +02:00
BKE_sequencer.h Depsgraph: remove engine type from evaluation context. 2018-04-13 14:17:32 +02:00
BKE_shrinkwrap.h Remove workspace object mode, reverts changes w/ 2.8 2018-04-05 18:21:14 +02:00
BKE_sketch.h Transform Volume rewrite/refactor 2016-05-11 20:20:25 +10:00
BKE_smoke.h Pass EvaluationContext instead of bContext 2017-08-16 12:46:04 +10:00
BKE_softbody.h Pass EvaluationContext instead of bContext 2017-08-16 12:46:04 +10:00
BKE_sound.h Audaspace: Moving audaspace 1.3 into extern. 2017-08-18 08:24:12 +02:00
BKE_speaker.h Refactor ID copying (and to some extent, ID freeing). 2017-08-07 20:34:36 +02:00
BKE_subsurf.h Subsurf: Use regular mutex instead of RW one 2018-01-11 14:38:58 +01:00
BKE_suggestions.h
BKE_text.h Cleanup: remove undoing access, minor formatting 2018-04-15 10:48:50 +02:00
BKE_texture.h Cleanup: extract BKE_colorband from BKE_texture 2017-12-07 15:40:11 +11:00
BKE_tracking.h Merge branch 'master' into blender2.8 2017-12-19 13:42:01 +01:00
BKE_undo_system.h Fix T54568: Undo memory de-duplication failed 2018-04-14 12:30:14 +02:00
BKE_unit.h Cleanup: use const for units API 2016-05-03 13:52:07 +10:00
BKE_workspace.h Depsgraph: don't pass evaluation context to update functions. 2018-04-13 14:17:37 +02:00
BKE_world.h Merge branch 'master' into blender2.8 2018-01-19 17:21:15 +11:00
BKE_writeavi.h
BKE_writeffmpeg.h
BKE_writeframeserver.h
CMakeLists.txt Multi-Object Editing 2018-04-16 17:56:50 +02:00
nla_private.h
particle_private.h Simple hair children: Initial implementation of twist control 2018-02-15 11:53:58 +01:00
tracking_private.h Tracking: Make frame accessor cache safe for threading 2017-08-14 11:43:19 +02:00