tornavis/source/blender/blenkernel/intern
Hans Goudey 5fe146e505 Cleanup: Move mesh_remap.c to C++
To facilitate further mesh data structure refactoring.
2022-11-13 20:27:37 -06:00
..
CCGSubSurf.c
CCGSubSurf.h Cleanup: Move three modifier files to C++ 2022-10-02 11:17:40 -05:00
CCGSubSurf_inline.h
CCGSubSurf_intern.h
CCGSubSurf_legacy.c
CCGSubSurf_util.c
DerivedMesh.cc Fix T102221: Entering editmode invalidates the driver associated with that mesh 2022-11-03 16:52:11 +01:00
action.c Refactor: Rename Object->obmat to Object->object_to_world 2022-11-01 10:48:18 +01:00
action_bones.cc
action_mirror.c Cleanup: Rename & refactor several F-curve functions 2022-07-14 10:24:32 +02:00
action_test.cc
addon.c
anim_data.c Fix T101109: Animation on nodes problems when dealing with Node Groups 2022-09-23 12:06:32 +02:00
anim_path.c Fix T97718: Crash using "Text on Curve" 2022-05-03 09:47:40 +02:00
anim_sys.c Cleanup: redundant parenthesis 2022-10-07 22:55:03 +11: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 Fix potential buffer overflow with BLI_path_slash_ensure use 2022-10-30 15:34:02 +11:00
armature.c Refactor: Rename Object->imat to Object->world_to_object 2022-11-02 15:42:23 +01:00
armature_deform.c Refactor: Rename Object->obmat to Object->object_to_world 2022-11-01 10:48:18 +01:00
armature_pose.cc
armature_selection.cc
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 Refactor: Rename Object->imat to Object->world_to_object 2022-11-02 15:42:23 +01:00
asset.cc Asset System: New core type to represent assets (`AssetRepresenation`) 2022-11-09 19:30:47 +01:00
asset_catalog.cc Asset System: New core type to represent assets (`AssetRepresenation`) 2022-11-09 19:30:47 +01:00
asset_catalog_path.cc Nodes: Add node group assets in add menu 2022-11-01 16:09:58 +01:00
asset_catalog_path_test.cc
asset_catalog_test.cc Fix AssetCatalogTest failure on WIN32 2022-10-17 21:27:05 +11:00
asset_library.cc Asset System: New core type to represent assets (`AssetRepresenation`) 2022-11-09 19:30:47 +01:00
asset_library_service.cc Asset System: New core type to represent assets (`AssetRepresenation`) 2022-11-09 19:30:47 +01:00
asset_library_service.hh Asset System: New core type to represent assets (`AssetRepresenation`) 2022-11-09 19:30:47 +01:00
asset_library_service_test.cc Fix failure in recently added asset library tests 2022-11-09 22:51:32 +01:00
asset_library_test.cc Cleanup: Remove repeated word in comments 2022-02-23 18:24:37 +11:00
asset_representation.cc Asset System: New core type to represent assets (`AssetRepresenation`) 2022-11-09 19:30:47 +01:00
asset_test.cc Fix uninitialized variable use in asset metadata test 2022-11-09 23:04:24 +01:00
attribute.cc Cleanup: Use string argument for attribute API function 2022-11-10 15:29:21 -06:00
attribute_access.cc Fix T102238: double free when storing attribute on empty geometry 2022-11-07 11:42:26 +01:00
attribute_access_intern.hh Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
attribute_math.cc Attribute Math: Improve performance of mixer in some cases 2022-08-03 10:18:02 -05:00
autoexec.c
blender.c Cleanup: spelling in comments 2022-11-02 10:18:19 +11:00
blender_copybuffer.c Adding `const Scene*` parameter in many areas. 2022-09-14 21:30:56 +02:00
blender_undo.c Cleanup: replace BLI_join_dirfile with BLI_path_join 2022-10-17 11:38:54 +11:00
blender_user_menu.c Cleanup: redundant parenthesis 2022-10-07 22:55:03 +11:00
blendfile.c Cleanup: spelling in comments 2022-11-01 12:24:58 +11:00
blendfile_link_append.c Lib reload/relocate: Improve performances. 2022-10-20 11:39:59 +02:00
boids.c Refactor: Rename Object->obmat to Object->object_to_world 2022-11-01 10:48:18 +01:00
bpath.c Cleanup: replace BLI_join_dirfile with BLI_path_join 2022-10-17 11:38:54 +11:00
bpath_test.cc Cleanup: incorrect comments, use C comments 2022-03-16 15:30:22 +11:00
brush.cc Brush: Wrap mtex/mask_tex around functions. 2022-10-18 16:06:40 +02:00
bvhutils.cc Cleanup: Use std::mutex for mesh runtime mutexes 2022-10-12 22:31:50 -05:00
cachefile.c IDManagement: change `IDTypeInfo.owner_get` to instead return address of the owner_id pointer. 2022-09-08 16:34:31 +02:00
callbacks.c Auto-generate RNA-structs declarations in `RNA_prototypes.h` 2022-03-14 17:08:46 +01:00
camera.c Refactor: Rename Object->obmat to Object->object_to_world 2022-11-01 10:48:18 +01:00
cdderivedmesh.c Cleanup: spelling in comments 2022-10-07 10:42:56 +11:00
cloth.cc Cleanup: Move cloth.c to C++ 2022-11-12 12:14:09 -06:00
collection.c Cleanup: redundant parenthesis 2022-10-07 22:55:03 +11:00
collision.c Cleanup: use 'u' prefixed integer types for brevity in C code 2022-09-26 11:33:22 +10:00
colorband.c Cleanup: use own username in code-comment tags 2022-08-09 14:18:18 +10:00
colortools.c Cleanup: redundant parenthesis 2022-10-07 22:55:03 +11:00
compute_contexts.cc Geometry Nodes: new evaluation system 2022-09-13 08:44:32 +02:00
constraint.c Refactor: Rename Object->imat to Object->world_to_object 2022-11-02 15:42:23 +01:00
context.c Asset System: New core type to represent assets (`AssetRepresenation`) 2022-11-09 19:30:47 +01:00
cpp_types.cc BLI: improve CPPType system 2022-11-12 18:33:31 +01:00
crazyspace.cc Fix T100571: Subdivision disabled with Orbit Around Selection 2022-10-24 14:59:00 -03:00
cryptomatte.cc Cleanup: redundant parenthesis 2022-10-07 22:55:03 +11:00
cryptomatte_test.cc Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
curve.cc Cleanup: redundant parenthesis 2022-10-07 22:55:03 +11:00
curve_bevel.c Cleanup: Rename original curve object type enum 2022-02-18 09:50:29 -06:00
curve_bezier.cc Cleanup: replace static_casts with functional casts for numeric types 2022-09-25 18:31:10 +10:00
curve_catmull_rom.cc Curves: Correct and improve Catmull Rom interpolation 2022-09-17 21:53:58 -05:00
curve_convert.c Cleanup: Rename original curve object type enum 2022-02-18 09:50:29 -06:00
curve_decimate.c
curve_deform.c Refactor: Rename Object->obmat to Object->object_to_world 2022-11-01 10:48:18 +01:00
curve_legacy_convert.cc Cleanup: format 2022-07-26 13:23:45 +10:00
curve_nurbs.cc Attribute Math: Improve performance of mixer in some cases 2022-08-03 10:18:02 -05:00
curve_poly.cc Fix T98788: bad first curve tangent when first points have same position 2022-07-26 15:25:59 +02:00
curve_to_mesh_convert.cc Cleanup: Mesh: Remove redundant edge render flag 2022-11-04 20:19:52 +01:00
curveprofile.cc Cleanup: replace C-style casts with functional casts for numeric types 2022-09-25 22:31:31 +10:00
curves.cc Refactor: Rename Object->obmat to Object->object_to_world 2022-11-01 10:48:18 +01:00
curves_geometry.cc BLI: new basic CacheMutex 2022-11-08 15:50:49 +01:00
curves_geometry_test.cc Fix: Tests: Incorrect curve construction 2022-07-05 17:50:59 -05:00
curves_utils.cc Cleanup: Miscellaneous cleanups to trim curves node 2022-11-09 12:13:59 -06:00
customdata.cc BLI: improve CPPType system 2022-11-12 18:33:31 +01:00
customdata_file.c Cleanup: use 'u' prefixed integer types for brevity in C code 2022-09-26 11:33:22 +10:00
data_transfer.c Cleanup: Simplify handling of loop to poly map in normal calculation 2022-11-11 23:27:36 -06:00
data_transfer_intern.h
deform.c Cleanup: use 'u' prefixed integer types for brevity in C code 2022-09-26 11:33:22 +10:00
displist.cc Cleanup: format, remove commented code & unused variable 2022-11-08 16:58:37 +11:00
dynamicpaint.c Cleanup: use bool instead of short for job stop & do_update arguments 2022-11-05 13:47:01 +11:00
editlattice.c
editmesh.cc Mesh: Move runtime data out of DNA 2022-10-12 20:55:57 -05:00
editmesh_bvh.c Cleanup: use 'u' prefixed integer types for brevity in C code 2022-09-26 11:33:22 +10:00
editmesh_cache.cc Edit Mesh: Parallelize bounds calculation with deform modifiers 2022-04-13 18:49:11 -05:00
editmesh_tangent.cc Cleanup: Clang tidy 2022-10-05 13:48:01 -05:00
effect.c Refactor: Rename Object->imat to Object->world_to_object 2022-11-02 15:42:23 +01:00
fcurve.c Cleanup: Fixing anti-patterns in fcurve.c 2022-11-11 11:07:30 -08:00
fcurve_cache.c Cleanup: Use correct capitalization of "F-Curve" 2022-04-18 20:17:41 -04:00
fcurve_driver.c Refactor: Rename Object->obmat to Object->object_to_world 2022-11-01 10:48:18 +01:00
fcurve_test.cc Cleanup: remove ED_types.h & ACTIVE, DESELECT definitions 2022-09-08 12:08:20 +10:00
fluid.c Fix T100883: crash with particle instancing and clumping 2022-11-09 20:37:55 +01:00
fmodifier.c Fix const-correctness for a number of F-Curve functions 2022-11-10 10:22:03 -08:00
freestyle.c Fix deprecation warnings about printf() on macOS 2022-11-08 12:01:01 +01:00
geometry_component_curves.cc Geometry Nodes: Add preferred domain to many field inputs 2022-11-08 13:34:11 -06:00
geometry_component_edit_data.cc Curves: support sculpting on deformed curves 2022-07-22 15:39:41 +02:00
geometry_component_instances.cc Geometry Nodes: separate Instances from InstancesComponent 2022-10-17 11:39:58 +02:00
geometry_component_mesh.cc Cleanup: Use helper function for previous mesh loop 2022-10-07 22:46:52 -05:00
geometry_component_pointcloud.cc Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
geometry_component_volume.cc
geometry_fields.cc Geometry Nodes: separate Instances from InstancesComponent 2022-10-17 11:39:58 +02:00
geometry_set.cc Fix T101660: crash when trying to propagate string attributes in some nodes 2022-10-18 17:17:08 +02:00
geometry_set_instances.cc Refactor: Rename Object->obmat to Object->object_to_world 2022-11-01 10:48:18 +01:00
gpencil.c Refactor: Rename Object->imat to Object->world_to_object 2022-11-02 15:42:23 +01:00
gpencil_curve.c Cleanup: use 'u' prefixed integer types for brevity in C code 2022-09-26 11:33:22 +10:00
gpencil_geom.cc Fix T102163: GPencil:Set start point Operator make stroke deleted 2022-10-30 16:15:23 +01:00
gpencil_modifier.c Cleanup: spelling in comments 2022-11-02 10:18:19 +11:00
gpencil_update_cache.c GPencil: Fix double-free issue in update cache 2022-03-30 11:41:27 +02:00
icons.cc Cleanup: spelling in comments 2022-11-02 10:18:19 +11:00
icons_rasterize.c Cleanup: use 'u' prefixed integer types for brevity & cast style 2022-09-25 18:26:27 +10:00
idprop.c Cleanup: remove redundant double parenthesis 2022-09-25 15:34:32 +10:00
idprop_create.cc Cleanup: spelling in comments 2022-09-16 18:14:33 +10:00
idprop_serialize.cc Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
idprop_serialize_test.cc
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 Fix deprecation warnings about printf() on macOS 2022-11-08 12:01:01 +01:00
image_format.cc Video rendering: FFMpeg AV1 codec encoding support 2022-10-21 20:10:17 -06:00
image_gen.c Cleanup: use 'u' prefixed integer types for brevity in C code 2022-09-26 11:33:22 +10:00
image_gpu.cc Cleanup: replace C-style casts with functional casts for numeric types 2022-09-25 20:17:08 +10:00
image_partial_update.cc Cleanup: spelling in comments, correct doxy slashes, replace '/w' 2022-09-07 13:04:44 +10:00
image_partial_update_test.cc
image_save.cc Fix T101329: EXR 'JPG Preview' doesn't use color space anymore 2022-10-22 18:17:01 +02:00
image_test.cc Fix 100035: Make UDIM detection less aggressive 2022-07-29 23:17:41 -07:00
instances.cc BLI: improve CPPType system 2022-11-12 18:33:31 +01:00
ipo.c Cleanup: spelling in comments 2022-11-02 10:18:19 +11:00
kelvinlet.c Cleanup: remove redundant parenthesis 2022-09-26 14:23:52 +10:00
key.c Cleanup: Simplify handling of loop to poly map in normal calculation 2022-11-11 23:27:36 -06:00
keyconfig.c
lattice.c Refactor: Rename Object->obmat to Object->object_to_world 2022-11-01 10:48:18 +01:00
lattice_deform.c Refactor: Rename Object->obmat to Object->object_to_world 2022-11-01 10:48:18 +01:00
lattice_deform_test.cc tests: Disable lattice_deform_performance test 2022-11-11 13:49:12 -07:00
layer.c Cleanup: spelling in comments 2022-11-01 12:24:58 +11:00
layer_test.cc Auto-generate RNA-structs declarations in `RNA_prototypes.h` 2022-03-14 17:08:46 +01:00
layer_utils.c ViewLayer: Lazy sync of scene data. 2022-09-14 21:34:38 +02:00
lib_id.c Cleanup: spelling in comments 2022-11-02 10:18:19 +11:00
lib_id_delete.c Asset System: New core type to represent assets (`AssetRepresenation`) 2022-11-09 19:30:47 +01:00
lib_id_eval.c
lib_id_remapper.cc Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
lib_id_remapper_test.cc Fix assert in id remapper tests. 2022-08-26 18:08:46 +02:00
lib_id_test.cc ID namemap: Fix more issues when changing libs. 2022-07-27 15:33:29 +02:00
lib_intern.h
lib_override.cc Cleanup: spelling in comments 2022-10-07 10:42:56 +11:00
lib_override_proxy_conversion.c Merge branch 'blender-v3.2-release' 2022-05-25 11:23:53 +02:00
lib_query.c IDManagement: Add new `BKE_id_owner_get` accessor. 2022-09-08 16:34:31 +02:00
lib_remap.c Cleanup: remove redundant double parenthesis 2022-09-25 15:34:32 +10:00
lib_remap_test.cc
library.c IDManagement: change `IDTypeInfo.owner_get` to instead return address of the owner_id pointer. 2022-09-08 16:34:31 +02:00
light.c IDManagement: change `IDTypeInfo.owner_get` to instead return address of the owner_id pointer. 2022-09-08 16:34:31 +02:00
lightprobe.c IDManagement: change `IDTypeInfo.owner_get` to instead return address of the owner_id pointer. 2022-09-08 16:34:31 +02:00
linestyle.c IDManagement: change `IDTypeInfo.owner_get` to instead return address of the owner_id pointer. 2022-09-08 16:34:31 +02:00
main.c BKE_Main: Add clear separation between 'temp' mains and global main. 2022-10-05 14:26:45 +02:00
main_idmap.c Cleanup: use 'u' prefixed integer types for brevity & cast style 2022-09-25 18:26:27 +10:00
main_namemap.cc Cleanup: replace C-style casts with functional casts for numeric types 2022-09-25 20:17:08 +10:00
mask.c Cleanup: remove redundant double parenthesis 2022-09-25 15:34:32 +10:00
mask_evaluate.c Cleanup: use 'u' prefixed integer types for brevity in C code 2022-09-26 11:33:22 +10:00
mask_rasterize.c Cleanup: spelling in comments 2022-11-01 12:24:58 +11:00
material.c Fix T102214: inconsistenty between bake and render with invalid material index 2022-11-09 18:13:03 +01:00
mball.cc Cleanup: redundant parenthesis 2022-10-07 22:55:03 +11:00
mball_tessellate.cc Refactor: Rename Object->obmat to Object->object_to_world 2022-11-01 10:48:18 +01:00
mesh.cc Cleanup: Simplify handling of loop to poly map in normal calculation 2022-11-11 23:27:36 -06:00
mesh_boolean_convert.cc Cleanup: replace static_casts with functional casts for numeric types 2022-09-25 18:31:10 +10:00
mesh_calc_edges.cc Cleanup: Mesh: Remove redundant edge render flag 2022-11-04 20:19:52 +01:00
mesh_convert.cc Cleanup: Mesh: Remove redundant edge render flag 2022-11-04 20:19:52 +01:00
mesh_debug.cc Mesh: Move runtime data out of DNA 2022-10-12 20:55:57 -05:00
mesh_evaluate.cc Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
mesh_fair.cc Cleanup: Use correct blenkernel namespace for mesh functions 2022-10-12 17:41:35 -05:00
mesh_iterators.cc Mesh: Move runtime data out of DNA 2022-10-12 20:55:57 -05:00
mesh_legacy_convert.cc Fix: Broken debug build after recent cleanup commit 2022-11-05 21:37:37 +01:00
mesh_mapping.cc Cleanup: Use correct blenkernel namespace for mesh functions 2022-10-12 17:41:35 -05:00
mesh_merge.c Cleanup: prefer terms verts/polys over vertices/polygons 2022-09-08 11:34:02 +10:00
mesh_merge_customdata.cc Cleanup: replace C-style casts with functional casts for numeric types 2022-09-25 20:17:08 +10:00
mesh_mirror.c Cleanup: Simplify handling of loop to poly map in normal calculation 2022-11-11 23:27:36 -06:00
mesh_normals.cc Cleanup: Disable mesh normal debug time printing 2022-11-13 14:19:20 -06:00
mesh_remap.cc Cleanup: Move mesh_remap.c to C++ 2022-11-13 20:27:37 -06:00
mesh_remesh_voxel.cc Cleanup: Use mesh API functions 2022-11-04 20:37:17 +01:00
mesh_runtime.cc Cleanup: Use std::mutex for mesh runtime mutexes 2022-10-12 22:31:50 -05:00
mesh_sample.cc Cleanup: simplify accessing mesh looptris 2022-09-24 11:41:08 +02:00
mesh_tangent.cc Mesh: Move runtime data out of DNA 2022-10-12 20:55:57 -05:00
mesh_tessellate.cc Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
mesh_validate.cc Cleanup: Move legacy mesh conversions to proper file 2022-11-04 23:28:10 +01:00
mesh_wrapper.cc Cleanup: Use std::mutex for mesh runtime mutexes 2022-10-12 22:31:50 -05:00
modifier.cc Cleanup: replace BLI_join_dirfile with BLI_path_join 2022-10-17 11:38:54 +11:00
movieclip.c Cleanup: use 'u' prefixed integer types for brevity & cast style 2022-09-25 18:26:27 +10:00
multires.cc Mesh: Move runtime data out of DNA 2022-10-12 20:55:57 -05:00
multires_inline.h
multires_reshape.c Attributes: Improve custom data initialization options 2022-08-30 14:56:05 -05:00
multires_reshape.h Mesh: Move edge crease out of MEdge 2022-09-23 09:02:28 -05:00
multires_reshape_apply_base.c Cleanup: Tweak naming for recently added mesh accessors 2022-09-07 00:06:31 -05:00
multires_reshape_ccg.c
multires_reshape_smooth.c Mesh: Move edge crease out of MEdge 2022-09-23 09:02:28 -05:00
multires_reshape_subdivide.c Cleanup: Tweak naming for recently added mesh accessors 2022-09-07 00:06:31 -05:00
multires_reshape_util.c Mesh: Move edge crease out of MEdge 2022-09-23 09:02:28 -05:00
multires_reshape_vertcos.c Mesh: Remove redundant custom data pointers 2022-09-05 11:56:34 -05:00
multires_subdiv.c
multires_unsubdivide.c Cleanup: Simplify BKE_mesh_nomain_to_mesh 2022-09-09 08:29:46 -05:00
multires_unsubdivide.h
multires_versioning.c
nla.c Cleanup: spelling in comments 2022-11-02 10:18:19 +11:00
node.cc Merge branch 'blender-v3.4-release' 2022-11-11 11:49:54 +01:00
node_runtime.cc Fix T101214: hidden link can cause cycle in node tree 2022-09-20 13:21:16 +02:00
node_tree_update.cc Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
object.cc Fix T101686: WPaint + Pose select fails with GPU depth-picking disabled 2022-11-04 13:58:57 +11:00
object_deform.c Cleanup: use 'u' prefixed integer types for brevity in C code 2022-09-26 11:33:22 +10:00
object_dupli.cc Fix: Failing instance visibility test after recent commit 2022-11-11 12:32:18 -06:00
object_facemap.c
object_update.cc Refactor: Rename Object->imat to Object->world_to_object 2022-11-02 15:42:23 +01:00
ocean.c Cleanup: replace BLI_join_dirfile with BLI_path_join 2022-10-17 11:38:54 +11:00
ocean_intern.h
ocean_spectrum.c
outliner_treehash.cc Cleanup: Clang tidy 2022-10-05 13:48:01 -05:00
packedFile.c BLI_path: remove trailing NULL argument to BLI_path_join 2022-10-17 11:16:41 +11:00
paint.cc Refactor: Rename Object->obmat to Object->object_to_world 2022-11-01 10:48:18 +01: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 Fix T100883: crash with particle instancing and clumping 2022-11-09 20:37:55 +01:00
particle_child.c Refactor: Rename Object->obmat to Object->object_to_world 2022-11-01 10:48:18 +01:00
particle_distribute.c Mesh: Move runtime data out of DNA 2022-10-12 20:55:57 -05:00
particle_system.c Fix T100883: crash with particle instancing and clumping 2022-11-09 20:37:55 +01:00
pbvh.c Sculpt: Fix T102209: Multiresolution levels greater than 6 crashes 2022-11-10 11:49:39 -08:00
pbvh.cc Sculpt: Rewrite PBVH draw 2022-09-28 14:51:23 -07:00
pbvh_bmesh.c Sculpt: Fix T102379: Crash in dyntopo 2022-11-10 10:28:10 -08:00
pbvh_intern.h Sculpt: Clean up Dyntopo's original triangle api 2022-10-10 14:45:48 -07:00
pbvh_pixels.cc Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
pointcache.c Fix deprecation warnings about printf() on macOS 2022-11-08 12:01:01 +01:00
pointcloud.cc Fix T101711: Curve to points node sometimes skips initializing radius 2022-10-12 12:29:25 -05:00
preferences.c BLI_path: remove trailing NULL argument to BLI_path_join 2022-10-17 11:16:41 +11:00
report.c Fix reports printing twice when called from Python in background-mode 2022-09-14 14:06:44 +10:00
rigidbody.c Cleanup: spelling in comments 2022-11-02 10:18:19 +11:00
scene.cc Refactor: Rename Object->obmat to Object->object_to_world 2022-11-01 10:48:18 +01:00
screen.c Cleanup: spelling in comments 2022-11-01 12:24:58 +11:00
shader_fx.c Cleanup: replace magic number with flag 2022-08-12 10:48:15 +10:00
shrinkwrap.cc Mesh: Move runtime data out of DNA 2022-10-12 20:55:57 -05:00
simulation.cc Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
softbody.c Refactor: Rename Object->imat to Object->world_to_object 2022-11-02 15:42:23 +01:00
sound.c Cleanup: use bool instead of short for job stop & do_update arguments 2022-11-05 13:47:01 +11:00
speaker.c IDManagement: change `IDTypeInfo.owner_get` to instead return address of the owner_id pointer. 2022-09-08 16:34:31 +02:00
studiolight.c Cleanup: redundant parenthesis 2022-10-07 22:55:03 +11:00
subdiv.c Cleanup: More proper sections in subdiv code 2022-05-12 11:37:05 +02:00
subdiv_ccg.cc Mesh: Move runtime data out of DNA 2022-10-12 20:55:57 -05:00
subdiv_ccg_mask.c Cleanup: Tweak naming for recently added mesh accessors 2022-09-07 00:06:31 -05:00
subdiv_ccg_material.c Cleanup: Tweak naming for recently added mesh accessors 2022-09-07 00:06:31 -05:00
subdiv_converter.c
subdiv_converter.h
subdiv_converter_mesh.c Mesh: Move selection flags to generic attributes 2022-09-23 10:45:07 -05:00
subdiv_deform.c
subdiv_displacement.c
subdiv_displacement_multires.c Cleanup: Tweak naming for recently added mesh accessors 2022-09-07 00:06:31 -05:00
subdiv_eval.c Cleanup: Tweak naming for recently added mesh accessors 2022-09-07 00:06:31 -05:00
subdiv_foreach.c Cleanup: Tweak naming for recently added mesh accessors 2022-09-07 00:06:31 -05:00
subdiv_inline.h
subdiv_mesh.cc Cleanup: Mesh: Remove redundant edge render flag 2022-11-04 20:19:52 +01:00
subdiv_modifier.cc Mesh: Move runtime data out of DNA 2022-10-12 20:55:57 -05:00
subdiv_stats.c
subdiv_topology.c
subsurf_ccg.c Cleanup: Mesh: Remove redundant edge render flag 2022-11-04 20:19:52 +01:00
text.c BLF: Editing Text with Combining Characters 2022-09-27 08:40:36 -07:00
text_suggestions.c
texture.c IDManagement: change `IDTypeInfo.owner_get` to instead return address of the owner_id pointer. 2022-09-08 16:34:31 +02:00
tracking.c Cleanup: redundant parenthesis 2022-10-07 22:55:03 +11:00
tracking_auto.c Fix slow tracking of long sequences 2022-03-15 15:50:40 +01:00
tracking_detect.c Cleanup: use 'u' prefixed integer types for brevity in C code 2022-09-26 11:33:22 +10:00
tracking_plane_tracker.c Cleanup: use 'r_' prefix for return arguments 2022-05-05 10:44:25 +10:00
tracking_region_tracker.c Cleanup: use 'u' prefixed integer types for brevity & cast style 2022-09-25 18:26:27 +10:00
tracking_solver.c Cleanup: use bool instead of short for job stop & do_update arguments 2022-11-05 13:47:01 +11:00
tracking_stabilize.c Cleanup: spelling in comments 2022-08-17 15:43:17 +10:00
tracking_test.cc
tracking_util.c Cleanup: use 'u' prefixed integer types for brevity in C code 2022-09-26 11:33:22 +10:00
type_conversions.cc Cleanup: replace C-style casts with functional casts for numeric types 2022-09-25 20:17:08 +10:00
undo_system.c Cleanup: remove redundant double parenthesis 2022-09-25 15:34:32 +10:00
unit.c Cleanup: spelling in comments 2022-11-02 10:18:19 +11:00
vfont.c Refactor: Rename Object->obmat to Object->object_to_world 2022-11-01 10:48:18 +01:00
vfontdata_freetype.c Cleanup: replace static variables with arguments 2022-10-07 16:44:13 +11:00
viewer_path.cc Cleanup: Clang tidy 2022-10-05 13:48:01 -05:00
volume.cc Cleanup: spelling in comments 2022-10-19 12:52:55 +11:00
volume_render.cc Cleanup: replace static_casts with functional casts for numeric types 2022-09-25 18:31:10 +10:00
volume_to_mesh.cc Cleanup: Tweak naming for recently added mesh accessors 2022-09-07 00:06:31 -05:00
workspace.cc Cleanup: Clang tidy 2022-10-05 13:48:01 -05:00
world.c IDManagement: change `IDTypeInfo.owner_get` to instead return address of the owner_id pointer. 2022-09-08 16:34:31 +02:00
writeavi.c Video rendering: FFMpeg AV1 codec encoding support 2022-10-21 20:10:17 -06:00
writeffmpeg.c Merge branch 'blender-v3.4-release' 2022-11-08 12:03:07 +01:00