tornavis/source/blender/blenkernel
Sybren A. Stüvel 78fe6d7ab1 NLA: Push down Action names the Track after the Action
When pushing down an Action to a new NLA track, the track is now named
after the Action.
2022-10-29 17:08:12 +02:00
..
intern NLA: Push down Action names the Track after the Action 2022-10-29 17:08:12 +02:00
BKE_DerivedMesh.h Mesh: Move edge crease out of MEdge 2022-09-23 09:02:28 -05:00
BKE_action.h Animation: Add function to remove all FCurves from an Action 2022-06-23 11:45:53 +02:00
BKE_action.hh File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_addon.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_anim_data.h Fix compile warnings. 2022-02-11 10:28:59 +01:00
BKE_anim_path.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_anim_visualization.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_animsys.h NLA: Keyframe Remap Through Upper Strips 2022-04-14 11:55:08 +02:00
BKE_anonymous_attribute.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_anonymous_attribute.hh File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_appdir.h Cleanup: rename BKE_appdir_folder_id_version, improve doc-strings 2022-10-04 16:52:10 +11:00
BKE_armature.h Cleanup: spelling in comments 2022-07-08 09:48:49 +10:00
BKE_armature.hh File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_asset.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_asset_catalog.hh File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_asset_catalog_path.hh File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_asset_library.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_asset_library.hh File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_attribute.h Cleanup: Fix const correctness of attribute search function 2022-06-14 17:26:07 +02:00
BKE_attribute.hh Fix: Geometry Nodes: Memory leak when deleting instances 2022-10-19 13:12:20 -05:00
BKE_attribute_math.hh Cleanup: replace C-style casts with functional casts for numeric types 2022-09-26 17:58:36 +10:00
BKE_autoexec.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_blender.h Cleanup: spelling in code comments 2022-10-06 12:13:00 +11:00
BKE_blender_copybuffer.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_blender_undo.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_blender_user_menu.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_blender_version.h Fix T101622: Sequencer channels not updating while panning view 2022-10-19 20:14:58 +02:00
BKE_blendfile.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_blendfile_link_append.h Fix T95480: Crash when relocating libraries in some cases. 2022-04-29 17:57:46 +02:00
BKE_boids.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_bpath.h BLO: move blenloader to C++ 2022-09-15 19:13:13 +02:00
BKE_brush.h Cleanup: remove NDOF_BUTTON_NONE from the range of usable buttons 2022-10-19 14:07:36 +11:00
BKE_bvhutils.h Cleanup: Use std::mutex for mesh runtime mutexes 2022-10-12 22:31:50 -05:00
BKE_cachefile.h Cleanup: rename filename to filepath when used for full paths 2022-08-27 14:52:31 +10:00
BKE_callbacks.h Compositor: add pre/post/cancel handlers and background job info 2022-06-03 09:45:08 +02:00
BKE_camera.h Cleanup: colon after params, move text into public doc-strings, spelling 2022-06-30 23:48:22 +10:00
BKE_ccg.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_cdderivedmesh.h Cleanup: Remove unused DerivedMesh functions 2022-09-11 21:42:41 -05:00
BKE_cloth.h Cleanup: Move modifier.c to C++ 2022-09-29 16:43:09 -05:00
BKE_collection.h Adding `const Scene*` parameter in many areas. 2022-09-14 21:30:56 +02:00
BKE_collision.h Cleanup: Move modifier.c to C++ 2022-09-29 16:43:09 -05:00
BKE_colorband.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_colortools.h EEVEE: Refactor curve nodes 2022-05-06 13:33:23 +02:00
BKE_compute_contexts.hh Geometry Nodes: new evaluation system 2022-09-13 08:44:32 +02:00
BKE_constraint.h Cleanup: colon after params, move text into public doc-strings, spelling 2022-06-30 23:48:22 +10:00
BKE_context.h Cleanup: spelling in comments 2022-06-03 15:08:11 +10:00
BKE_crazyspace.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_crazyspace.hh Curves: support sculpting on deformed curves 2022-07-22 15:39:41 +02:00
BKE_cryptomatte.h EEVEE-Next: Cryptomatte render passes. 2022-09-13 11:07:38 +02:00
BKE_cryptomatte.hh Cleanup: replace C-style casts with functional casts for numeric types 2022-09-26 17:58:36 +10:00
BKE_curve.h Curve: Validation message split from nurb_check_valid 2022-03-22 09:54:13 -05:00
BKE_curve_legacy_convert.hh Curves: Skip CurveEval in legacy curve conversion 2022-06-25 11:11:59 -05:00
BKE_curve_to_mesh.hh Curves: Port curve to mesh node to the new data-block 2022-04-15 10:15:48 -05:00
BKE_curveprofile.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_curves.h Cleanup: Rename attribute required functions 2022-09-15 13:14:31 -05:00
BKE_curves.hh Geometry Nodes: Curve and mesh topology access nodes 2022-09-28 14:38:27 -05:00
BKE_curves_utils.hh Curves: Port Curve to Points node to the new data-block 2022-09-18 14:56:24 -05:00
BKE_customdata.h Fix: Attribute layers can be skipped in Mesh to BMesh conversion 2022-10-13 12:43:04 -05:00
BKE_customdata_file.h Cleanup: use term 'filepath' for full file paths 2022-05-17 12:54:05 +10:00
BKE_data_transfer.h Refactor: Unify vertex and sculpt colors into new 2022-04-05 11:42:55 -07:00
BKE_deform.h Docs: improve BKE_object_defgroup_flip_map doc-string 2022-09-13 13:24:45 +10:00
BKE_displist.h Metaball: Evaluate metaball objects as mesh components 2022-08-17 10:20:25 -04:00
BKE_duplilist.h Attribute Node: support accessing attributes of View Layer and Scene. 2022-10-08 16:43:18 +03:00
BKE_dynamicpaint.h Cleanup: use "filepath" instead of "filename" for full paths 2022-03-24 16:54:01 +11:00
BKE_editlattice.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_editmesh.h Cleanup: Move files that use mesh runtime data to C++ 2022-09-29 18:32:44 -05:00
BKE_editmesh_bvh.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_editmesh_cache.h Mesh: Move runtime data out of DNA 2022-10-12 20:55:57 -05:00
BKE_editmesh_tangent.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_effect.h Adding `const Scene*` parameter in many areas. 2022-09-14 21:30:56 +02:00
BKE_fcurve.h Cleanup: spelling in comments 2022-09-16 18:14:33 +10:00
BKE_fcurve_driver.h Cleanup: strip blank lines around comment blocks 2022-08-17 12:51:07 +10:00
BKE_fluid.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_freestyle.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_geometry_fields.hh Geometry Nodes: separate Instances from InstancesComponent 2022-10-17 11:39:58 +02:00
BKE_geometry_set.h Curves: support sculpting on deformed curves 2022-07-22 15:39:41 +02:00
BKE_geometry_set.hh Geometry Nodes: separate Instances from InstancesComponent 2022-10-17 11:39:58 +02:00
BKE_geometry_set_instances.hh Cleanup: Remove unused function 2022-07-04 08:50:33 -05:00
BKE_global.h GPU: Disable SSBO support from commandline. 2022-09-26 09:41:50 +02:00
BKE_gpencil.h Cleanup: spelling in comments 2022-06-03 15:08:11 +10:00
BKE_gpencil_curve.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_gpencil_geom.h Cleanup: spelling in comments, correct doxy slashes, replace '/w' 2022-09-07 13:04:44 +10:00
BKE_gpencil_modifier.h LineArt: Shadow and related functionalities. 2022-06-29 22:54:29 +08:00
BKE_gpencil_update_cache.h Cleanup: malformed C-style comment blocks, spelling 2022-04-11 12:03:09 +10:00
BKE_icons.h BLO: move blenloader to C++ 2022-09-15 19:13:13 +02:00
BKE_idprop.h Cleanup: spelling in comments 2022-09-16 18:14:33 +10:00
BKE_idprop.hh Cleanup: Clang tidy 2022-10-05 13:48:01 -05:00
BKE_idtype.h IDManagement: change `IDTypeInfo.owner_get` to instead return address of the owner_id pointer. 2022-09-08 16:34:31 +02:00
BKE_image.h Merge branch 'blender-v3.3-release' 2022-08-08 11:00:10 -03:00
BKE_image_format.h Cleanup: rename IMA_CHAN_FLAG_ALPHA to IMA_CHAN_FLAG_RGBA to match meaning 2022-10-03 20:45:06 +02:00
BKE_image_partial_update.hh Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
BKE_image_save.h Cleanup: Use const pointers for ImageSaveOptions and ImageFormatData 2022-07-14 21:27:58 -07:00
BKE_image_wrappers.hh Move ImageTileWrapper to BKE. 2022-04-04 14:12:33 +02:00
BKE_instances.hh Cleanup: spelling in comments 2022-10-19 12:52:55 +11:00
BKE_ipo.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_kelvinlet.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_key.h Cleanup: spelling in comments 2022-09-16 18:14:33 +10:00
BKE_keyconfig.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_lattice.h Metaball: Evaluate metaball objects as mesh components 2022-08-17 10:20:25 -04:00
BKE_layer.h New viewlayer deferred resync code: add utils to ensure resync of whole Scene and Main. 2022-10-04 10:53:05 +02:00
BKE_lib_id.h Cleanup: spelling in comments 2022-09-21 12:00:01 +10:00
BKE_lib_override.h Cleanup: spelling in comments 2022-09-28 09:41:31 +10:00
BKE_lib_query.h Cleanup: Remove some references to proxies in comments/log messages. 2022-09-07 10:27:20 +02:00
BKE_lib_remap.h Cleanup: spelling in comments 2022-09-16 18:14:33 +10:00
BKE_library.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_light.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_lightprobe.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_linestyle.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_main.h BKE_Main: Add clear separation between 'temp' mains and global main. 2022-10-05 14:26:45 +02:00
BKE_main_idmap.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_main_namemap.h Fix corrupted blend files after issues from new name_map code. 2022-07-27 15:33:29 +02:00
BKE_mask.h Cleanup: ensure space after file named in headers 2022-04-04 13:34:42 +10:00
BKE_material.h IO: speed up import of large Alembic/USD/OBJ scenes by optimizing material assignment 2022-07-06 13:30:15 +03:00
BKE_mball.h Cleanup: Clang tidy 2022-10-05 13:48:01 -05:00
BKE_mball_tessellate.h Metaball: Evaluate metaball objects as mesh components 2022-08-17 10:20:25 -04:00
BKE_mesh.h Cleanup: Use const vertex pointer argument 2022-10-12 10:08:10 -05:00
BKE_mesh_boolean_convert.hh Geometry Nodes: add 'Intersecting Edges' output for boolean node 2022-06-16 20:34:27 +02:00
BKE_mesh_fair.h Cleanup: prefer terms verts/polys over vertices/polygons 2022-09-08 11:34:02 +10:00
BKE_mesh_iterators.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_mesh_legacy_convert.h Fix: Assert in legacy mesh conversion 2022-09-27 14:50:07 -05:00
BKE_mesh_mapping.h Cleanup: Use correct blenkernel namespace for mesh functions 2022-10-12 17:41:35 -05:00
BKE_mesh_mirror.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_mesh_remap.h Mesh: Remove redundant custom data pointers 2022-09-05 11:56:34 -05:00
BKE_mesh_remesh_voxel.h Sculpt: Avoid creating mask and face set when remeshing 2022-08-29 16:55:26 -05:00
BKE_mesh_runtime.h Mesh: Move runtime data out of DNA 2022-10-12 20:55:57 -05:00
BKE_mesh_sample.hh Mesh: Remove redundant custom data pointers 2022-09-05 11:56:34 -05:00
BKE_mesh_tangent.h Cleanup: Further use of const for retrieved custom data layers 2022-05-14 18:57:52 +02:00
BKE_mesh_types.h Cleanup: spelling in comments, unused arg warning 2022-10-17 11:16:39 +11:00
BKE_mesh_wrapper.h Cleanup: Remove unused argument 2022-06-24 16:16:43 -05:00
BKE_modifier.h Cleanup: Move multires.c to C++ 2022-10-06 10:49:24 -05:00
BKE_movieclip.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_multires.h Cleanup: Move multires.c to C++ 2022-10-06 10:49:24 -05:00
BKE_nla.h Cleanup: NLA transforms, simplify `recalcData_nla()` 2022-10-10 17:28:35 +02:00
BKE_node.h Fix T101705: crash when connecting reroute to multi-input socket 2022-10-17 12:00:09 +02:00
BKE_node_runtime.hh Fix T101214: hidden link can cause cycle in node tree 2022-09-20 13:21:16 +02:00
BKE_node_tree_update.h Fix T100841: Creating a frame node with shortcut doesn't sort nodes 2022-09-06 12:14:03 -05:00
BKE_object.h ViewLayer: Lazy sync of scene data. 2022-09-14 21:34:38 +02:00
BKE_object_deform.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_object_facemap.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_ocean.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_outliner_treehash.hh Outliner: (Refactor) Use C++ map instead of GHash 2022-08-19 22:21:04 +02:00
BKE_packedFile.h Cleanup: use "filepath" instead of "filename" for full paths 2022-03-24 16:54:01 +11:00
BKE_paint.h Fix T101925: sculpt color painting not updating with Cycles viewport render 2022-10-26 19:59:55 +02:00
BKE_particle.h Mesh: Remove redundant custom data pointers 2022-09-05 11:56:34 -05:00
BKE_pbvh.h Sculpt: Fix T101864: Mask initialization not updating multires data 2022-10-16 13:24:26 -07:00
BKE_pbvh_pixels.hh ImBuf: Optimize GPU memory by using 1 component format for grayscale images 2022-08-23 14:35:39 +02:00
BKE_pointcache.h Cleanup: spelling 2022-09-19 14:52:27 +10:00
BKE_pointcloud.h Cleanup: Rename attribute required functions 2022-09-15 13:14:31 -05:00
BKE_preferences.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_report.h Fix: T78228 Send all python errors to info editor 2022-04-06 18:02:58 +10:00
BKE_rigidbody.h Cleanup: malformed C-style comment blocks, spelling 2022-04-11 12:03:09 +10:00
BKE_scene.h Adding `const Scene*` parameter in many areas. 2022-09-14 21:30:56 +02:00
BKE_screen.h Cleanup: decentralize .blend I/O for space types 2022-09-28 11:52:22 +02:00
BKE_sequencer_offscreen.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_shader_fx.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_shrinkwrap.h Cleanup: format 2022-09-07 15:14:49 +10:00
BKE_simulation.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_softbody.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_sound.h Cleanup: use booleans 2022-08-26 15:58:32 +10:00
BKE_speaker.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_studiolight.h Cleanup: use doxygen links to struct members 2022-04-05 08:02:01 +10:00
BKE_subdiv.h Mesh: Move edge crease out of MEdge 2022-09-23 09:02:28 -05:00
BKE_subdiv_ccg.h Sculpt: Separate hide status from face sets, use generic attribute 2022-09-14 14:37:18 -05:00
BKE_subdiv_deform.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_subdiv_eval.h Subdiv: remove unused GPU device choice, fix crash with libepoxy on init 2022-07-18 13:59:08 +02:00
BKE_subdiv_foreach.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_subdiv_mesh.h Subdiv: Avoid quadratic runtime for loose edges 2022-09-09 08:29:46 -05:00
BKE_subdiv_modifier.h Fix T98813: crash with GPU subdiv in edit mode and instanced geometry 2022-06-14 14:54:25 +02:00
BKE_subdiv_topology.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_subsurf.h Cleanup: Move multires.c to C++ 2022-10-06 10:49:24 -05:00
BKE_text.h Cleanup: remove NULL check and outdated comment 2022-04-26 14:02:49 +10:00
BKE_text_suggestions.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_texture.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_tracking.h Fix tracking header not being self-sufficient 2022-07-05 15:58:04 +02:00
BKE_type_conversions.hh Geometry Nodes: better support for byte color attributes 2022-04-21 16:11:26 +02:00
BKE_undo_system.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_unit.h Fix regression in the recent unit system change 2022-06-10 11:17:14 +02:00
BKE_vfont.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_vfontdata.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_viewer_path.h Geometry Nodes: viewport preview 2022-09-28 17:54:59 +02:00
BKE_volume.h Cleanup: spelling in comments 2022-08-30 16:22:49 +10:00
BKE_volume_render.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_volume_to_mesh.hh File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_workspace.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_world.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_writeavi.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BKE_writeffmpeg.h Video rendering: FFMpeg AV1 codec encoding support 2022-10-21 20:10:17 -06:00
CMakeLists.txt Geometry Nodes: separate Instances from InstancesComponent 2022-10-17 11:39:58 +02:00
nla_private.h Cleanup: spelling in comments, formatting, move comments into headers 2022-09-06 16:25:20 +10:00
particle_private.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
tracking_private.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00