tornavis/source/blender/blenkernel/intern
luzpaz f159d49f56 Cleanup: Fix various source typos
This is a continuation of D13462 to clean up source typos.

Differential Revision: https://developer.blender.org/D13471
2021-12-06 22:39:52 -05:00
..
CCGSubSurf.c
CCGSubSurf.h
CCGSubSurf_inline.h
CCGSubSurf_intern.h
CCGSubSurf_legacy.c
CCGSubSurf_util.c
DerivedMesh.cc Cleanup: Avoid using C++ keyword as variable name 2021-12-02 11:20:22 -05:00
action.c Merge remote-tracking branch 'origin/blender-v3.0-release' 2021-12-02 14:40:20 +01:00
action_bones.cc RNA: support extracting names from paths without allocating memory 2021-09-04 16:59:54 +10:00
action_mirror.c Cleanup: use 3D dot product (not 4D) when comparing pose-bone axes 2021-10-05 11:09:31 +11:00
action_test.cc Cleanup: compiler warnings 2021-11-16 22:29:50 +01:00
addon.c
anim_data.c LibQuery: Add macro to help break looping when requested. 2021-10-29 11:32:26 +02:00
anim_path.c Fix T93338: Curve Guide force field crash 2021-11-25 14:16:12 +01:00
anim_sys.c Cleanup: pass the sizeof(..) as the second arg for array allocation 2021-10-14 13:00:24 +11:00
anim_visualization.c Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX 2021-07-04 00:43:40 +10:00
anonymous_attribute.cc Fix T92153: use-after-free with anonymous attributes 2021-10-13 15:37:17 +02:00
appdir.c Fix errors in BKE_appdir_font_folder_default 2021-11-01 13:43:35 +11:00
armature.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
armature_deform.c Cleanup: Remove redundant logic 2021-07-16 12:02:38 -04:00
armature_pose.cc Pose Library: remove assumption about Action group names 2021-07-20 17:12:01 +02:00
armature_selection.cc Pose Library: remove assumption about Action group names 2021-07-20 17:12:01 +02:00
armature_test.cc Cleanup: clang-format, clang-tidy, spelling 2021-10-27 15:55:36 +11:00
armature_update.c Fix T89564: Spline IK breaks when it is far away from the world origin 2021-11-26 18:24:58 +01:00
asset.cc Cleanup: Remove unused headers in asset files 2021-11-01 13:21:07 +01:00
asset_catalog.cc Merge remote-tracking branch 'origin/blender-v3.0-release' 2021-11-23 12:39:26 +01:00
asset_catalog_path.cc Asset Catalogs: be more accepting of backslashes as separators 2021-10-25 12:37:35 +02:00
asset_catalog_path_test.cc Asset Catalogs: be more accepting of backslashes as separators 2021-10-25 12:37:35 +02:00
asset_catalog_test.cc Asset Catalogs: add test for proper shortening of simple names 2021-11-09 13:13:30 +01:00
asset_library.cc Cleanup: Remove unused headers in asset files 2021-11-01 13:21:07 +01:00
asset_library_service.cc Fix compile error on Windows 2021-11-01 14:44:18 +01:00
asset_library_service.hh Asset Browser: Improved workflow for asset catalog saving 2021-10-19 18:07:22 +02:00
asset_library_service_test.cc Cleanup: capitalize NOTE tag 2021-11-30 10:15:17 +11:00
asset_library_test.cc Tests: assets, add BKE callback init/finalize to test setup/teardown 2021-10-25 14:21:43 +02:00
asset_test.cc Cleanup: spelling in comments 2021-09-24 11:31:23 +10:00
attribute.c Modifiers: export motion blur velocity through attribute 2021-09-10 16:48:30 +02:00
attribute_access.cc Geometry Nodes: reduce code duplication with new GeometyrFieldInput 2021-12-06 19:13:24 +01:00
attribute_access_intern.hh Geometry Nodes: refactor virtual array system 2021-11-16 10:16:30 +01:00
attribute_math.cc Blenlib: Explicit Colors. 2021-05-25 17:16:54 +02:00
autoexec.c Cleanup: remove redundant parenthesis 2021-08-05 16:54:34 +10:00
blender.c Localize image mutex lock into runtime field of Image datablock 2021-11-01 12:47:03 +01:00
blender_copybuffer.c Rewrite ID Paste code to use new BKE_blendfile_link_append module. 2021-11-30 17:18:35 +01:00
blender_undo.c Fix linking code after own recent commit. 2021-06-24 12:10:06 +02:00
blender_user_menu.c
blendfile.c Cleanup: clang-format, trailing space 2021-11-30 10:15:17 +11:00
blendfile_link_append.c Cleanup: remove some temp dev asserts in new link/append code. 2021-12-06 11:29:27 +01:00
boids.c Cleanup: use MEM_SAFE_FREE macro 2021-08-06 14:24:16 +10:00
bpath.c Merge remote-tracking branch 'origin/blender-v3.0-release' 2021-11-30 10:56:14 +01:00
bpath_test.cc Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
brush.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
bvhutils.cc Cleanup: spelling in comments 2021-10-12 17:55:02 +11:00
cachefile.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
callbacks.c BKE Callbacks: more explicit initialisation check 2021-10-25 12:08:08 +02:00
camera.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
cdderivedmesh.c Cleanup: Remove unused DerivedMesh functions 2021-10-05 13:16:50 -05:00
cloth.c Fix memory leak with building springs in the cloth simulator 2021-08-20 16:00:12 +10:00
collection.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
collision.c Cleanup: spelling in comments, use C style comments 2021-10-22 10:28:56 +11:00
colorband.c Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX 2021-07-04 00:43:40 +10:00
colortools.c Nodes: Add Float Curve for GN and Shader nodes. 2021-09-30 19:24:40 +01:00
constraint.c Merge branch 'blender-v3.0-release' 2021-11-19 15:58:37 +02:00
context.c Cleanup: add CTX_data_pointer_set_ptr & CTX_data_list_add_ptr 2021-08-31 13:00:31 +10:00
crazyspace.c Cleanup: spelling in comments 2021-07-07 13:42:46 +10:00
cryptomatte.cc Cleanup: enable modernize-use-equals-default check 2021-04-08 11:07:27 +02:00
cryptomatte_test.cc Fix: Cryptomatte load corrupt manifests. 2021-03-16 10:12:03 +01:00
curve.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
curve_bevel.c Cleanup: Rename curve struct fields 2021-12-01 22:01:35 -05:00
curve_convert.c Cleanup: rename BKE_font.h -> BKE_vfont.h 2021-10-06 11:18:16 +11:00
curve_decimate.c Cleanup: full sentences in comments, improve comment formatting 2021-06-26 21:50:48 +10:00
curve_deform.c Cleanup: spelling in comments 2021-10-12 17:55:02 +11:00
curve_eval.cc Cleanup: Move public docs to BKE_spline.hh header 2021-12-02 09:24:21 -05:00
curve_to_mesh_convert.cc Geometry Nodes: refactor virtual array system 2021-11-16 10:16:30 +01:00
curveprofile.cc Fix T91904: Assert when loading empty CurveProfile 2021-10-03 20:28:31 -05:00
customdata.c Fix T92649: incorrect copying of anonymous attributes in many places 2021-11-04 14:41:56 +01:00
customdata_file.c Cleanup: spelling in comments 2021-07-02 12:15:29 +10:00
data_transfer.c Cleanup: split BKE_mesh_calc_normals_poly function in two 2021-08-13 13:33:03 +10:00
data_transfer_intern.h
deform.c Cleanup: capitalize NOTE tag 2021-11-30 10:15:17 +11:00
displist.cc Cleanup: Rename curve struct fields 2021-12-01 22:01:35 -05:00
displist_tangent.c Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX 2021-07-04 00:43:40 +10:00
dynamicpaint.c Cleanup: fix typos in comments and docs 2021-11-19 12:46:49 +01:00
editlattice.c
editmesh.c Fix regression in recent change 0708733c46 2021-09-02 16:12:24 +10:00
editmesh_bvh.c Cleanup: spelling in comments 2021-10-06 14:54:05 +11:00
editmesh_cache.c
editmesh_tangent.c Cleanup: replace BKE_customdata.h in BKE_editmesh.h 2021-07-13 22:23:17 +10:00
effect.c Cleanup: Use C style comments for descriptive text 2021-08-31 14:33:57 +10:00
fcurve.c LibQuery: Add macro to help break looping when requested. 2021-10-29 11:32:26 +02:00
fcurve_cache.c Animation: add BKE_fcurve_pathcache_find API 2021-03-26 13:37:40 +11:00
fcurve_driver.c Cleanup: spelling in comments, comment block formatting 2021-11-13 13:07:13 +11:00
fcurve_test.cc
fluid.c Cleanup: fix typos in comments and docs 2021-11-19 12:46:49 +01:00
fmodifier.c Fix T85564: FCurve modifier zero influence on restrict range borders 2021-09-17 09:13:24 +02:00
freestyle.c Cleanup: Use C style comments for descriptive text 2021-08-31 14:33:57 +10:00
geometry_component_curve.cc Geometry Nodes: deduplicate virtual array implementations 2021-11-26 14:47:15 +01:00
geometry_component_instances.cc Fix: Instances component does not copy attributes 2021-12-01 12:36:49 -05:00
geometry_component_mesh.cc Geometry Nodes: deduplicate virtual array implementations 2021-11-26 14:47:15 +01:00
geometry_component_pointcloud.cc Geometry Nodes: refactor virtual array system 2021-11-16 10:16:30 +01:00
geometry_component_volume.cc Spreadsheet: support showing data of specific node 2021-04-08 17:35:37 +02:00
geometry_set.cc Geometry Nodes: use array instead of map in GeometrySet 2021-12-05 15:10:11 +01:00
geometry_set_instances.cc Geometry Nodes: refactor virtual array system 2021-11-16 10:16:30 +01:00
gpencil.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
gpencil_curve.c Cleanup: `Neighbour` -> `Neighbor`. and other minor UI messages fixes. 2021-10-04 11:14:57 +02:00
gpencil_geom.cc Fix T93074: Gpencil cutter not using flat caps in middle cuts 2021-11-15 12:17:11 +01:00
gpencil_modifier.c Cleanup: spelling in comments 2021-09-24 11:31:23 +10:00
hair.c Cleanup: clarify material copying for hair and pointclouds 2021-12-01 19:48:48 +01:00
icons.cc Assets: Sanitize threaded preview creation with undo 2021-11-24 11:26:37 +01:00
icons_rasterize.c
idprop.c Fix failing alembic test after IDProperty UI data refactor 2021-08-27 14:31:19 -05:00
idprop_utils.c Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX 2021-07-04 00:43:40 +10:00
idtype.c Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02:00
image.c Cleanup: spelling in comments & strings 2021-11-30 10:15:17 +11:00
image_gen.c BLF: Use Floats for Font Point Sizes 2021-11-13 09:39:18 -08:00
image_gpu.cc Cleanup: Migrate `image_gpu.cc` to CC. 2021-11-26 08:16:35 +01:00
image_save.c Cleanup: clang-format 2021-08-19 19:27:49 -07:00
ipo.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
kelvinlet.c
key.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
keyconfig.c Cleanup: comment blocks, trailing space in comments 2021-06-24 15:59:34 +10:00
lattice.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
lattice_deform.c Cleanup: pass the sizeof(..) as the second arg for array allocation 2021-10-14 13:00:24 +11:00
lattice_deform_test.cc Cleanup: pass the sizeof(..) as the second arg for array allocation 2021-10-14 13:00:24 +11:00
layer.c Fix T92442: undo removal of Eevee cryptomatte accurate mode option 2021-11-18 15:59:08 +01:00
layer_test.cc Tests: fix memory leak of GHOST system paths 2021-11-16 13:07:11 +01:00
layer_utils.c Cleanup: replace BKE_customdata.h in BKE_editmesh.h 2021-07-13 22:23:17 +10:00
lib_id.c Merge branch 'blender-v3.0-release' 2021-12-02 11:19:00 +01:00
lib_id_delete.c Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02:00
lib_id_eval.c Depsgraph: support flushing parameters without a full COW update 2021-06-24 20:23:00 +10:00
lib_id_test.cc Cleanup: clang-tidy 2021-06-18 14:41:24 +10:00
lib_intern.h
lib_override.c Merge branch 'blender-v3.0-release' 2021-11-19 15:58:37 +02:00
lib_query.c LibQuery: Remove last 'bool returns' from public API. 2021-10-29 11:32:26 +02:00
lib_remap.c Fix T92629: Crash on mesh separate after rB43bc494892c3. 2021-11-01 15:46:28 +01:00
library.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
light.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
lightprobe.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
linestyle.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
main.c Cleanup: use 'e' prefix for enum types 2021-10-19 18:35:39 +11:00
main_idmap.c Cleanup: spelling 2021-07-29 10:52:08 +10:00
mask.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
mask_evaluate.c Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX 2021-07-04 00:43:40 +10:00
mask_rasterize.c Cleanup: spelling in comments 2021-10-06 14:54:05 +11:00
material.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
mball.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
mball_tessellate.c Cleanup: spelling in comments 2021-09-24 11:31:23 +10:00
mesh.cc Fix T92561: unstable particle distribution with Alembic files 2021-12-01 12:44:32 +01:00
mesh_boolean_convert.cc Fix T89391, etc. Boolean bugs when objects have negative scale. 2021-07-25 13:29:45 -04:00
mesh_convert.cc Cleanup: spelling in comments 2021-11-11 14:59:30 +11:00
mesh_evaluate.cc Cleanup: spelling 2021-07-08 13:31:38 +10:00
mesh_fair.cc Cleanup: pass the sizeof(..) as the second arg for array allocation 2021-10-14 13:00:24 +11:00
mesh_iterators.c Fix T89393: crash when selecting edges when geometry nodes has "on cage" turned on 2021-07-23 16:15:18 +02:00
mesh_mapping.c Cleanup: Fix various source typos 2021-12-06 22:39:52 -05:00
mesh_merge.c Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX 2021-07-04 00:43:40 +10:00
mesh_mirror.c Fix T91444: Edge Loop Preview fails with two Mirror Modifiers 2021-11-25 10:21:49 +01:00
mesh_normals.cc Revert "Mesh: replace saacos with acosf for normal calculation" 2021-08-13 19:45:01 +10:00
mesh_remap.c Cleanup: split BKE_mesh_calc_normals_poly function in two 2021-08-13 13:33:03 +10:00
mesh_remesh_voxel.cc Cleanup: avoid error prone struct declarations in C++ 2021-11-08 17:00:36 +11:00
mesh_runtime.c Cleanup: clang-format 2021-11-13 12:47:18 +11:00
mesh_sample.cc Geometry Nodes: refactor virtual array system 2021-11-16 10:16:30 +01:00
mesh_tangent.c Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX 2021-07-04 00:43:40 +10:00
mesh_tessellate.c Cleanup: make BKE_mesh_loops_to_tessdata a static function 2021-06-20 17:21:50 +10:00
mesh_validate.c Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX 2021-07-04 00:43:40 +10:00
mesh_validate.cc BLI: add threading namespace 2021-06-16 16:14:02 +02:00
mesh_wrapper.c Fix regression in recent change 0708733c46 2021-09-02 16:12:24 +10:00
modifier.c Cleanup: spelling in comments 2021-09-23 22:08:02 +10:00
movieclip.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
multires.c Cleanup: pass the sizeof(..) as the second arg for array allocation 2021-10-14 13:00:24 +11:00
multires_inline.h Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text") 2021-07-15 18:29:01 +10:00
multires_reshape.c Cleanup: full sentences in comments, improve comment formatting 2021-06-26 21:50:48 +10:00
multires_reshape.h
multires_reshape_apply_base.c
multires_reshape_ccg.c Cleanup: spelling (use 'gimbal' instead of 'gimble') 2021-01-04 17:38:07 +11:00
multires_reshape_smooth.c Cleanup: pass the sizeof(..) as the second arg for array allocation 2021-10-14 13:00:24 +11:00
multires_reshape_subdivide.c
multires_reshape_util.c Cleanup: pass the sizeof(..) as the second arg for array allocation 2021-10-14 13:00:24 +11:00
multires_reshape_vertcos.c
multires_subdiv.c
multires_unsubdivide.c Cleanup: pass the sizeof(..) as the second arg for array allocation 2021-10-14 13:00:24 +11:00
multires_unsubdivide.h Cleanup: remove redundant struct declarations 2020-12-16 16:25:56 +11:00
multires_versioning.c
nla.c Fix T93707: Dragging the tweaked NLA strip causes crash 2021-12-06 15:50:21 +01:00
node.cc Cleanup: Remove unused includes 2021-12-06 16:50:44 -05:00
object.cc Cleanup: clang-format, trailing space 2021-11-30 10:15:17 +11:00
object_deform.c Cleanup: use MEM_SAFE_FREE macro 2021-08-06 14:24:16 +10:00
object_dupli.cc Fix T92908: print warning when instance recursion limit is reached 2021-11-09 17:52:40 +01:00
object_facemap.c
object_update.c Fix T90808: wrong BoundBox after undo curve selection 2021-11-24 14:52:49 -03:00
ocean.c Cleanup: use C++ style comments for disabled code 2021-08-12 14:34:41 +10:00
ocean_intern.h Cleanup: clang-format, correct doxy groups 2021-10-06 13:23:13 +11:00
ocean_spectrum.c Cleanup: use C++ style comments for disabled code 2021-08-12 14:34:41 +10:00
outliner_treehash.c Cleanup: Add & use enum value for ID Outliner element type 2021-03-05 17:46:33 +01:00
packedFile.c Cleanup: Add const keyword to `BKE_packedfile_id_check`. 2021-10-11 09:40:22 +02:00
paint.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
paint_toolslots.c
particle.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
particle_child.c Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX 2021-07-04 00:43:40 +10:00
particle_distribute.c Fix T92561: unstable particle distribution with Alembic files 2021-12-01 12:44:32 +01:00
particle_system.c Cleanup: use C style comments for descriptive text 2021-08-26 12:36:58 +10:00
pbvh.c Cleanup: typos in comments 2021-11-19 15:55:47 +01:00
pbvh_bmesh.c Cleanup: clang-format, correct doxy groups 2021-10-06 13:23:13 +11:00
pbvh_intern.h Cleanup: clang-format, correct doxy groups 2021-10-06 13:23:13 +11:00
pointcache.c Cleanup: remove redundant parenthesis 2021-08-05 16:54:34 +10:00
pointcloud.cc Cleanup: clarify material copying for hair and pointclouds 2021-12-01 19:48:48 +01:00
preferences.c Fix: don't use `BLI_strncpy_utf8` for copying file paths 2021-12-02 13:02:39 +01:00
report.c Cleanup: use 'e' prefix for enum types 2021-10-19 18:35:39 +11:00
rigidbody.c Cleanup: clang-format, correct doxy groups 2021-10-06 13:23:13 +11:00
scene.c Cleanup: spelling in comments & strings 2021-11-30 10:15:17 +11:00
screen.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
shader_fx.c Cleanup: Use `ID_IS_LINKED` instead of direct `id.lib` pointer check. 2021-08-26 15:01:14 +02:00
shrinkwrap.c Cleanup: spelling in comments 2021-10-18 12:13:10 +11:00
simulation.cc Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
softbody.c Cleanup: fix typos in comments and docs 2021-11-19 12:46:49 +01:00
sound.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
speaker.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
spline_base.cc Geometry Nodes: refactor virtual array system 2021-11-16 10:16:30 +01:00
spline_bezier.cc Cleanup: Move public docs to BKE_spline.hh header 2021-12-02 09:24:21 -05:00
spline_nurbs.cc Geometry Nodes: refactor virtual array system 2021-11-16 10:16:30 +01:00
spline_poly.cc Cleanup: Move public docs to BKE_spline.hh header 2021-12-02 09:24:21 -05:00
studiolight.c ImBuf: add IMB_allocFromBufferOwn that takes ownership of the buffer 2021-09-06 20:05:58 +10:00
subdiv.c Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text") 2021-07-15 18:29:01 +10:00
subdiv_ccg.c Cleanup: avoid using size for array length in naming 2021-10-14 14:06:49 +11:00
subdiv_ccg_mask.c
subdiv_ccg_material.c
subdiv_converter.c Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text") 2021-07-15 18:29:01 +10:00
subdiv_converter.h
subdiv_converter_mesh.c
subdiv_deform.c Cleanup: pass the sizeof(..) as the second arg for array allocation 2021-10-14 13:00:24 +11:00
subdiv_displacement.c
subdiv_displacement_multires.c
subdiv_eval.c Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text") 2021-07-15 18:29:01 +10:00
subdiv_foreach.c Cleanup: comment blocks, trailing space in comments 2021-06-24 15:59:34 +10:00
subdiv_inline.h
subdiv_mesh.c Fix T92481: Memory leak with subdivision surface modifier 2021-11-09 00:24:03 +11:00
subdiv_stats.c
subdiv_topology.c
subsurf_ccg.c Cleanup: remove references to non-existent 'mtexpoly' 2021-11-08 14:14:16 +11:00
text.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
text_suggestions.c Cleanup: use MEM_SAFE_FREE macro 2021-08-06 14:24:16 +10:00
texture.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
tracking.c Tracking: Sort motion tracking tracks by start and end frames 2021-10-01 16:29:38 +02:00
tracking_auto.c Cleanup: pass the sizeof(..) as the second arg for array allocation 2021-10-14 13:00:24 +11:00
tracking_detect.c
tracking_plane_tracker.c
tracking_region_tracker.c Cleanup: spelling in comments 2021-07-07 13:42:46 +10:00
tracking_solver.c
tracking_stabilize.c ImBuf: Made Wrapping and Cropping optional in IMB_transform. 2021-12-03 13:48:00 +01:00
tracking_test.cc UI: Fix Typos in Comments and Docs 2021-02-05 19:08:14 -08:00
tracking_util.c Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text") 2021-07-15 18:29:01 +10:00
undo_system.c Cleanup: use 'e' prefix for enum types 2021-10-19 18:35:39 +11:00
unit.c Cleanup: utf8 stepping functions 2021-08-27 17:02:53 +10:00
vfont.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
vfontdata_freetype.c Cleanup: spelling in comments 2021-10-06 14:54:05 +11:00
volume.cc Cleanup: clang-format, trailing space 2021-11-30 10:15:17 +11:00
volume_render.cc Cleanup: Use const arguments for volume code 2021-04-08 12:00:26 -05:00
volume_to_mesh.cc Geometry Nodes: Handle multiple grids in the volume to mesh node 2021-10-26 11:25:44 -05:00
workspace.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
world.c Refactor BKE_bpath module. 2021-11-29 14:22:38 +01:00
writeavi.c
writeffmpeg.c FFMPEG: Fix building with older versions that need FFMPEG_USE_DURATION_WORKAROUND 2021-08-24 15:15:21 +02:00