tornavis/source/blender/blenkernel/intern
Aras Pranckevicius 6cd30d5ff0 IDManagement: add more ID naming tests
As part of a larger change (https://developer.blender.org/D14162),
adding more test coverage for existing functionality separately.

New tests:
- ids_sorted_by_default
- ids_sorted_by_default_with_libraries
- name_too_long_handling
- create_equivalent_numeric_suffixes
- zero_suffix_is_never_assigned
- remove_after_dup_get_original_name
- name_number_suffix_assignment
- renames_with_duplicates
- names_are_unique_per_id_type
2022-07-14 13:41:43 +03:00
..
CCGSubSurf.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
CCGSubSurf.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
CCGSubSurf_inline.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
CCGSubSurf_intern.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
CCGSubSurf_legacy.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
CCGSubSurf_util.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
DerivedMesh.cc Fix threading crash due to conflict in mesh wrapper type 2022-07-12 10:26:52 +02:00
action.c Animation: Add function to remove all FCurves from an Action 2022-06-23 11:45:53 +02:00
action_bones.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
action_mirror.c Cleanup: Rename & refactor several F-curve functions 2022-07-14 10:24:32 +02:00
action_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
addon.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
anim_data.c Merge remote-tracking branch 'origin/blender-v3.1-release' 2022-02-21 13:06:28 +01:00
anim_path.c Fix T97718: Crash using "Text on Curve" 2022-05-03 09:47:40 +02:00
anim_sys.c Cleanup: spelling in comments 2022-06-03 15:08:11 +10:00
anim_visualization.c Animation: Sensible frame range for motion paths 2022-04-26 12:33:35 +02:00
anonymous_attribute.cc Geometry Nodes: use .a_ prefix for anonymous attribute names 2022-05-09 11:59:27 +02:00
appdir.c Cleanup: use term 'filepath' for full file paths 2022-05-17 12:54:05 +10:00
armature.c Fix T99364: Unable to select bones when custom shape display is disabled 2022-07-08 11:33:22 +10:00
armature_deform.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
armature_pose.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
armature_selection.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
armature_test.cc Cleanup: use M_PI_2 and M_PI_4 where possible 2022-03-11 18:27:58 +01:00
armature_update.c Cleanup: Make curve deform argument optional 2022-04-13 19:22:10 -05:00
asset.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
asset_catalog.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
asset_catalog_path.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
asset_catalog_path_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
asset_catalog_test.cc Cleanup: spelling in comments/strings 2022-05-11 17:02:06 +10:00
asset_library.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
asset_library_service.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
asset_library_service.hh File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
asset_library_service_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
asset_library_test.cc Cleanup: Remove repeated word in comments 2022-02-23 18:24:37 +11:00
asset_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
attribute.cc Geometry Nodes: new geometry attribute API 2022-07-08 16:16:56 +02:00
attribute_access.cc Geometry Nodes: new geometry attribute API 2022-07-08 16:16:56 +02:00
attribute_access_intern.hh Geometry Nodes: new geometry attribute API 2022-07-08 16:16:56 +02:00
attribute_math.cc Geometry Nodes: better support for byte color attributes 2022-04-21 16:11:26 +02:00
autoexec.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
blender.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
blender_copybuffer.c Cleanup: spelling in comments, capitalize tags 2022-05-13 09:29:25 +10:00
blender_undo.c Cleanup: use term 'filepath' for full file paths 2022-05-17 12:54:05 +10:00
blender_user_menu.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
blendfile.c Cleanup: spelling in comments 2022-03-30 11:38:24 +11:00
blendfile_link_append.c Merge branch 'blender-v3.2-release' 2022-05-25 15:11:06 +02:00
boids.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
bpath.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
bpath_test.cc Cleanup: incorrect comments, use C comments 2022-03-16 15:30:22 +11:00
brush.cc Cleanup: quiet class-memaccess warning 2022-07-09 15:08:23 +10:00
bvhutils.cc Cleanup: Remove unused function 2022-05-22 13:05:12 +02:00
cachefile.c Cleanup: CacheFile, use double precision for time 2022-04-08 17:57:35 +02:00
callbacks.c Auto-generate RNA-structs declarations in `RNA_prototypes.h` 2022-03-14 17:08:46 +01:00
camera.c Cleanup: logical order of axis defines, assign variables for readability 2022-07-13 16:42:06 +10:00
cdderivedmesh.c Cleanup: Remove unused DerivedMesh function 2022-05-15 12:20:13 +02:00
cloth.c Mesh: Add an explicit "positions changed" function 2022-06-23 12:00:25 -05:00
collection.c Fix T98469: Crash trying to add an object to a linked collection that is linked to multiple scenes. 2022-06-01 15:04:34 +02:00
collision.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
colorband.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
colortools.c EEVEE: Refactor curve nodes 2022-05-06 13:33:23 +02:00
constraint.c Cleanup: colon after params, move text into public doc-strings, spelling 2022-06-30 23:48:22 +10:00
context.c UI: Support setting context for buttons without layout 2022-04-26 22:23:52 +02:00
crazyspace.c Cleanup: Remove includes from DerivedMesh header 2022-05-15 20:27:28 +02:00
cryptomatte.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
cryptomatte_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
curve.cc Cleanup: Remove unused BKE_spline.hh includes 2022-06-05 21:00:03 +02:00
curve_bevel.c Cleanup: Rename original curve object type enum 2022-02-18 09:50:29 -06:00
curve_bezier.cc Curves: Port subdivide node to the new data-block 2022-07-05 16:08:37 -05:00
curve_catmull_rom.cc Curves: Port subdivide node to the new data-block 2022-07-05 16:08:37 -05:00
curve_convert.c Cleanup: Rename original curve object type enum 2022-02-18 09:50:29 -06:00
curve_decimate.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
curve_deform.c Cleanup: Rename original curve object type enum 2022-02-18 09:50:29 -06:00
curve_eval.cc Geometry Nodes: new geometry attribute API 2022-07-08 16:16:56 +02:00
curve_legacy_convert.cc Geometry Nodes: new geometry attribute API 2022-07-08 16:16:56 +02:00
curve_nurbs.cc Cleanup: Rename curve segment count function 2022-07-03 20:44:56 -05:00
curve_poly.cc Merge branch 'blender-v3.2-release' 2022-05-30 10:14:00 +02:00
curve_to_mesh_convert.cc Geometry Nodes: new geometry attribute API 2022-07-08 16:16:56 +02:00
curveprofile.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
curves.cc Curves: move curves surface transforms to blenkernel 2022-07-05 15:06:31 +02:00
curves_geometry.cc BLI: improve span access to virtual arrays 2022-07-02 11:45:57 +02:00
curves_geometry_test.cc Fix: Tests: Incorrect curve construction 2022-07-05 17:50:59 -05:00
curves_utils.cc Curves: Adjust "for each curve by type" utility 2022-06-30 19:29:32 -05:00
customdata.cc Cleanup: make format 2022-07-08 15:11:32 +02:00
customdata_file.c Cleanup: use term 'filepath' for full file paths 2022-05-17 12:54:05 +10:00
data_transfer.c Cleanup: Use `switch` and `BLI_assert_unreachable()` more. 2022-05-17 16:06:54 +02:00
data_transfer_intern.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
deform.c Cleanup: Use const arguments 2022-05-22 20:06:24 +02:00
displist.cc Curves: Skip CurveEval in legacy curve conversion 2022-06-25 11:11:59 -05:00
dynamicpaint.c Cleanup: spelling in comments 2022-06-30 12:14:22 +10:00
editlattice.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
editmesh.c Cleanup: Remove includes from DerivedMesh header 2022-05-15 20:27:28 +02:00
editmesh_bvh.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
editmesh_cache.cc Edit Mesh: Parallelize bounds calculation with deform modifiers 2022-04-13 18:49:11 -05:00
editmesh_tangent.c Fix wrong task priority for particle distribution and tanget computation 2022-05-03 23:08:29 +02:00
effect.c Cleanup: removed unused Blender Internal bump/normal mapping texture code 2022-06-21 16:00:56 +02:00
fcurve.c Cleanup: Rename & refactor several F-curve functions 2022-07-14 10:24:32 +02:00
fcurve_cache.c Cleanup: Use correct capitalization of "F-Curve" 2022-04-18 20:17:41 -04:00
fcurve_driver.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
fcurve_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
fluid.c Fix T84369: Fluid: Missing cache invalidation when properties on non-domain objects change 2022-06-27 16:54:23 -03:00
fmodifier.c Cleanup: Rename & refactor several F-curve functions 2022-07-14 10:24:32 +02:00
freestyle.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
geometry_component_curve.cc Fix: missing geometry copy before modifying it 2022-07-12 16:27:06 +02:00
geometry_component_curves.cc Fix: missing geometry copy before modifying it 2022-07-12 16:27:06 +02:00
geometry_component_instances.cc Geometry Nodes: new geometry attribute API 2022-07-08 16:16:56 +02:00
geometry_component_mesh.cc Geometry Nodes: fix face corner to edge boolean interpolation 2022-07-14 10:47:26 +02:00
geometry_component_pointcloud.cc Fix: missing geometry copy before modifying it 2022-07-12 16:27:06 +02:00
geometry_component_volume.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
geometry_set.cc Geometry Nodes: new geometry attribute API 2022-07-08 16:16:56 +02:00
geometry_set_instances.cc Cleanup: Remove unused function 2022-07-04 08:50:33 -05:00
gpencil.c Cleanup: Clang tidy 2022-06-22 18:58:25 -05:00
gpencil_curve.c Cleanup: Remove scene frame macros (`CFRA` et al.) 2022-06-30 18:38:44 +02:00
gpencil_geom.cc Cleanup: Remove scene frame macros (`CFRA` et al.) 2022-06-30 18:38:44 +02:00
gpencil_modifier.c LineArt: Shadow and related functionalities. 2022-06-29 22:54:29 +08:00
gpencil_update_cache.c GPencil: Fix double-free issue in update cache 2022-03-30 11:41:27 +02:00
icons.cc Cleanup: Use `switch` and `BLI_assert_unreachable()` more. 2022-05-17 16:06:54 +02:00
icons_rasterize.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
idprop.c Cleanup: spelling in comments, additional white space 2022-06-07 15:01:03 +10:00
idprop_create.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
idprop_serialize.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
idprop_serialize_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
idprop_utils.c Cleanup: Use `switch` and `BLI_assert_unreachable()` more. 2022-05-17 16:06:54 +02:00
idtype.c Fix (studio-reported) bad remapping of libraries. 2022-07-13 16:11:59 +02:00
image.cc Add helper function to replace buffer of a single-frame image 2022-07-01 09:44:07 +02:00
image_format.cc Color Management: various improvements and fixes for image saving 2022-05-13 17:55:54 +02:00
image_gen.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
image_gpu.cc Eevee/Workbench: store 8 bit image textures as half float for some color spaces 2022-06-03 15:25:23 +02:00
image_partial_update.cc Cleanup: remove argument to doxygen \file 2022-03-25 12:10:30 +11:00
image_partial_update_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
image_save.cc Cleanup: spelling in comments 2022-07-08 09:48:49 +10:00
image_test.cc UDIM: Improve tile format detection in filenames 2022-03-23 21:01:36 -07:00
ipo.c Cleanup: Rename original curve object type enum 2022-02-18 09:50:29 -06:00
kelvinlet.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
key.c Fix (studio-reported) crash in ID remapping code on rare cases. 2022-07-11 19:16:04 +02:00
keyconfig.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
lattice.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
lattice_deform.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
lattice_deform_test.cc Cover some DNA files with C++ utility macros 2022-04-13 11:48:12 +02:00
layer.c Cleanup: unbalanced doxy sections, add some sections 2022-04-28 14:03:47 +10:00
layer_test.cc Auto-generate RNA-structs declarations in `RNA_prototypes.h` 2022-03-14 17:08:46 +01:00
layer_utils.c BLI_array: add BLI_array_trim utility to re-allocate the current size 2022-02-21 12:01:32 +11:00
lib_id.c Cleanup: Improve const correctness of ID functions 2022-05-31 17:31:32 +02:00
lib_id_delete.c Fix fuzzy ID deletion user count check. 2022-05-27 10:49:53 +02:00
lib_id_eval.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
lib_id_remapper.cc Fix (studio-reported) crash in ID remapping code on rare cases. 2022-07-11 19:16:04 +02:00
lib_id_remapper_test.cc Remap multiple items in referenced data. 2022-02-11 14:53:33 +01:00
lib_id_test.cc IDManagement: add more ID naming tests 2022-07-14 13:41:43 +03:00
lib_intern.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
lib_override.cc LibOverride: Fix some issues from.revealed by recent previous commit. 2022-07-12 15:34:40 +02:00
lib_override_proxy_conversion.c Merge branch 'blender-v3.2-release' 2022-05-25 11:23:53 +02:00
lib_principle_properties.c Fix T95480: Crash when relocating libraries in some cases. 2022-04-29 17:57:46 +02:00
lib_query.c Fix (studio-reported) bad remapping of libraries. 2022-07-13 16:11:59 +02:00
lib_remap.c Fix (studio-reported) issue in remapping code. 2022-07-13 11:15:19 +02:00
lib_remap_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
library.c Fix (studio-reported) bad remapping of libraries. 2022-07-13 16:11:59 +02:00
light.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
lightprobe.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
linestyle.c Cleanup: spelling in comments, additional white space 2022-06-07 15:01:03 +10:00
main.c Cleanup: use 'num' / 'size' suffix instead of 'sz' 2022-05-11 13:40:09 +10:00
main_idmap.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
mask.c Cleanup: use M_PI_2 and M_PI_4 where possible 2022-03-11 18:27:58 +01:00
mask_evaluate.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
mask_rasterize.c Mask: refactor mask_rasterize vector copying into a utility function 2022-04-10 17:29:06 +10:00
material.c IO: speed up import of large Alembic/USD/OBJ scenes by optimizing material assignment 2022-07-06 13:30:15 +03:00
mball.c Cleanup: spelling in comments 2022-07-08 09:48:49 +10:00
mball_tessellate.c Cleanup: Return early in metaball tessellation code 2022-04-07 12:34:06 -05:00
mesh.cc Fix threading crash due to conflict in mesh wrapper type 2022-07-12 10:26:52 +02:00
mesh_boolean_convert.cc Cleanup: unused variable warning 2022-06-17 07:23:21 +10:00
mesh_calc_edges.cc Cleanup: Clang tidy 2022-06-10 10:29:35 +02:00
mesh_convert.cc Geometry Nodes: new geometry attribute API 2022-07-08 16:16:56 +02:00
mesh_debug.cc Cleanup: clang-tidy 2022-04-04 15:43:25 +10:00
mesh_evaluate.cc Cleanup: Move mesh legacy conversion to a separate file 2022-07-07 22:33:57 -05:00
mesh_fair.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
mesh_iterators.c Refactor: Move mesh face dot tag out of MVert 2022-04-18 23:48:43 -05:00
mesh_legacy_convert.cc Cleanup: Move mesh legacy conversion to a separate file 2022-07-07 22:33:57 -05:00
mesh_mapping.c Cleanup: use count or num instead of nbr 2022-03-25 12:04:20 +11:00
mesh_merge.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
mesh_merge_customdata.cc File missing from 78fc5ea1c3 2022-05-05 20:40:56 +10:00
mesh_mirror.c Fix: Build error due to previous commit 2022-05-14 19:46:56 +02:00
mesh_normals.cc Mesh: Only check dirty normals flag of current domain 2022-06-04 16:30:57 +02:00
mesh_remap.c Fix Data Transfer Projected Face/Edge Interpolated mode is wrong 2022-04-22 15:28:12 +02:00
mesh_remesh_voxel.cc Cleanup: use 'e' prefix for enum types 2022-06-01 15:38:48 +10:00
mesh_runtime.cc Fix: Incorrect dirty normal tag after mesh translation 2022-06-24 15:48:48 -05:00
mesh_sample.cc Geometry Nodes: new geometry attribute API 2022-07-08 16:16:56 +02:00
mesh_tangent.c Cleanup: Grammar: a vs an 2022-06-20 10:14:17 -05:00
mesh_tessellate.c Cleanup: Move mesh legacy conversion to a separate file 2022-07-07 22:33:57 -05:00
mesh_validate.cc Cleanup: use 'e' prefix for enum types 2022-06-01 15:38:48 +10:00
mesh_wrapper.cc Fix threading crash due to conflict in mesh wrapper type 2022-07-12 10:26:52 +02:00
modifier.c Refactor modifiers writing code. 2022-05-16 16:56:27 +02:00
movieclip.c GPU: Remove cached full/scaled image texture. 2022-05-27 10:52:49 +02:00
multires.c Cleanup: Further use of const for retrieved custom data layers 2022-05-14 18:57:52 +02:00
multires_inline.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
multires_reshape.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
multires_reshape.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
multires_reshape_apply_base.c Mesh: Add an explicit "positions changed" function 2022-06-23 12:00:25 -05:00
multires_reshape_ccg.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
multires_reshape_smooth.c Subdiv: support interpolating orco coordinates in subdivision surfaces 2022-05-18 16:45:38 +02:00
multires_reshape_subdivide.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
multires_reshape_util.c Cleanup: Remove includes from DerivedMesh header 2022-05-15 20:27:28 +02:00
multires_reshape_vertcos.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
multires_subdiv.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
multires_unsubdivide.c Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normals 2022-03-22 09:33:50 -05:00
multires_unsubdivide.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
multires_versioning.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
nla.c Cleanup: NLA, reformatting code 2022-07-05 11:34:40 +02:00
node.cc Curves: support deforming curves on surface 2022-07-08 14:47:10 +02:00
node_tree_update.cc Nodes: add separately allocated runtime data for nodes and sockets 2022-05-30 15:32:16 +02:00
object.cc Enable "copy to selected" for new Curves modifiers 2022-07-12 18:31:33 +02:00
object_deform.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
object_dupli.cc Curves: initial geometry nodes support for curves objects 2022-04-15 09:08:50 +02:00
object_facemap.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
object_update.c Fix T98253: Gpencil Lineart crashes when undoing creation of linked copy 2022-05-30 16:39:27 +02:00
ocean.c Cleanup: fix various typos 2022-05-30 14:09:07 +02:00
ocean_intern.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
ocean_spectrum.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
outliner_treehash.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
packedFile.c UDIM: Add support for packing inside .blend files 2022-05-11 20:11:44 -07:00
paint.c Weight & Vertex Paint: always respect edit mode hiding on faces. 2022-07-09 10:39:53 +03:00
paint_canvas.cc PBVH Pixel extractor. 2022-04-15 16:40:01 +02:00
paint_toolslots.c Curves: initial brush system integration for curves sculpt mode 2022-02-18 09:14:54 +01:00
particle.c Cleanup: make format 2022-07-08 15:11:32 +02:00
particle_child.c Fix T97278: wrong hair particle shape with kink spiral 2022-04-13 16:23:47 +02:00
particle_distribute.c Cleanup: Move mesh legacy conversion to a separate file 2022-07-07 22:33:57 -05:00
particle_system.c Cleanup: Move mesh legacy conversion to a separate file 2022-07-07 22:33:57 -05:00
pbvh.c Fix T98886: PBVH_GRIDS ignores face smooth flag on first gpu build 2022-06-29 21:05:21 -07:00
pbvh.cc Cleanup: use 'e' prefix for enum types 2022-06-01 15:38:48 +10:00
pbvh_bmesh.c Sculpt: PBVH Draw Support for EEVEE 2022-06-08 12:30:01 -07:00
pbvh_intern.h Sculpt: PBVH Draw Support for EEVEE 2022-06-08 12:30:01 -07:00
pbvh_pixels.cc 3D Texturing: Undo. 2022-05-16 15:42:54 +02:00
pointcache.c Cleanup: Remove scene frame macros (`CFRA` et al.) 2022-06-30 18:38:44 +02:00
pointcloud.cc Attributes: Use names instead of layers for some functions 2022-06-08 10:48:19 +02:00
preferences.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
report.c Fix: T78228 Send all python errors to info editor 2022-04-06 18:02:58 +10:00
rigidbody.c Cleanup: Remove unused function arguments 2022-06-22 10:55:08 +02:00
scene.cc Fix Crash: Reading canvas tool settings. 2022-07-08 14:05:11 +02:00
screen.c Fix (studio-reported) crash in ID remapping code on rare cases. 2022-07-11 19:16:04 +02:00
shader_fx.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
shrinkwrap.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
simulation.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
softbody.c Cleanup: spelling in comments, minor reformatting changes 2022-04-07 14:48:20 +10:00
sound.c Cleanup: Remove scene frame macros (`CFRA` et al.) 2022-06-30 18:38:44 +02:00
speaker.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
spline_base.cc Geometry Nodes: new geometry attribute API 2022-07-08 16:16:56 +02:00
spline_bezier.cc Cleanup: use '_num' suffix, mostly for curves & spline code 2022-05-11 13:38:00 +10:00
spline_nurbs.cc Cleanup: use '_num' suffix, mostly for curves & spline code 2022-05-11 13:38:00 +10:00
spline_poly.cc Cleanup: use '_num' suffix, mostly for curves & spline code 2022-05-11 13:38:00 +10:00
studiolight.c Cleanup: use count or num instead of nbr 2022-03-25 12:04:20 +11:00
subdiv.c Cleanup: More proper sections in subdiv code 2022-05-12 11:37:05 +02:00
subdiv_ccg.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
subdiv_ccg_mask.c Fix T98520: Sculpt operators can unintentionally clear multires mask 2022-06-01 10:48:56 +02:00
subdiv_ccg_material.c Cleanup: Remove includes from DerivedMesh header 2022-05-15 20:27:28 +02:00
subdiv_converter.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
subdiv_converter.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
subdiv_converter_mesh.c Cleanup: use 'r_' prefix for return arguments 2022-05-05 10:44:25 +10:00
subdiv_deform.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
subdiv_displacement.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
subdiv_displacement_multires.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
subdiv_eval.c Cleanup: spelling in comments, additional white space 2022-06-07 15:01:03 +10:00
subdiv_foreach.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
subdiv_inline.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
subdiv_mesh.c Cleanup: Clang tidy 2022-06-10 10:29:35 +02:00
subdiv_modifier.c Cleanup: Clang tidy 2022-06-22 18:58:25 -05:00
subdiv_stats.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
subdiv_topology.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
subsurf_ccg.c Cleanup: spelling in comments, minor formatting tweaks 2022-06-07 21:22:55 +10:00
text.c Fix text.as_string() adding a trailing new-line 2022-05-17 17:49:32 +10:00
text_suggestions.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
texture.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
tracking.c Cleanup: spelling in comments 2022-07-04 15:26:57 +10:00
tracking_auto.c Fix slow tracking of long sequences 2022-03-15 15:50:40 +01:00
tracking_detect.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
tracking_plane_tracker.c Cleanup: use 'r_' prefix for return arguments 2022-05-05 10:44:25 +10:00
tracking_region_tracker.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
tracking_solver.c Auto-generate RNA-structs declarations in `RNA_prototypes.h` 2022-03-14 17:08:46 +01:00
tracking_stabilize.c Cleanup: spelling in comments, additional white space 2022-06-07 15:01:03 +10:00
tracking_test.cc BLI: Change dependencies in vector math files 2022-02-15 10:27:03 -06:00
tracking_util.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
type_conversions.cc Geometry Nodes: refactor array devirtualization 2022-04-26 17:12:34 +02:00
undo_system.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
unit.c Fix regression in the recent unit system change 2022-06-10 11:17:14 +02:00
vfont.c Cleanup: Make curve deform argument optional 2022-04-13 19:22:10 -05:00
vfontdata_freetype.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
volume.cc Cleanup: Clang tidy 2022-05-30 17:46:44 +02:00
volume_render.cc Merge branch 'blender-v3.1-release' 2022-02-16 19:51:58 +01:00
volume_to_mesh.cc Mesh: Avoid unnecessary normal calculation and dirty tags 2022-04-19 17:08:02 -05:00
workspace.c Workspaces: Option to pin scene to a workspace 2022-07-07 18:08:18 +02:00
world.c Cycles: Add support for light groups 2022-04-02 06:14:27 +02:00
writeavi.c File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
writeffmpeg.c Cleanup: use ELEM macro 2022-03-09 10:13:43 +11:00