tornavis/source/blender/blenkernel/intern
Julian Eisel 4100a79219 Assets: Add Author field to asset metadata
This is information you'd typically want to be visible in the UI. It's optional
of course, so if not relevant, it can just remain unset.
2021-10-25 13:51:14 +02:00
..
CCGSubSurf.c
CCGSubSurf.h
CCGSubSurf_inline.h
CCGSubSurf_intern.h
CCGSubSurf_legacy.c
CCGSubSurf_util.c
DerivedMesh.cc Geometry Nodes: Remove implicit realizing and conversion 2021-10-19 08:39:10 -05:00
action.c Cleanup: spelling in comments 2021-10-18 12:13:10 +11: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: clang-tidy, comments 2021-07-13 20:51:24 +10:00
addon.c
anim_data.c Cleanup: rename BKE_animdata_{add=>ensure}_id 2021-07-09 11:53:16 +10:00
anim_path.c Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text") 2021-07-15 18:29:01 +10: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 Cleanup: use dot-points for appdir platform specific paths 2021-10-14 16:41:37 +11:00
armature.c Cleanup: spelling in comments, use C style comments 2021-10-22 10:28:56 +11: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 Fix test print wording that confuses build bot highlighting. 2021-10-22 18:26:12 +03:00
armature_update.c Cleanup: improve naming and comments of scene frame/ctime functions 2021-07-12 17:41:15 +02:00
asset.cc Assets: Add Author field to asset metadata 2021-10-25 13:51:14 +02:00
asset_catalog.cc Cleanup: spelling in comments 2021-10-24 21:04:04 +11: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: be more accepting of backslashes as separators 2021-10-25 12:37:35 +02:00
asset_library.cc Asset Catalogs: support reloading without losing local changes 2021-10-22 16:31:32 +02:00
asset_library_service.cc Asset Catalogs: support reloading without losing local changes 2021-10-22 16:31:32 +02: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 Asset Catalogs: support reloading without losing local changes 2021-10-22 16:31:32 +02:00
asset_library_test.cc Asset Browser: Improved workflow for asset catalog saving 2021-10-19 18:07:22 +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 Fix: Crash when retrieving output "id" attribute 2021-10-20 13:15:37 -05:00
attribute_access_intern.hh Geometry Nodes: Make Random ID a builtin attribute, remove sockets 2021-10-20 10:54:54 -05: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 Templates: Set more user preference settings to be swapped 2021-09-13 16:18:59 +02:00
blender_copybuffer.c Fix linking code after own recent commit. 2021-06-24 12:10:06 +02: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: spelling in comments 2021-10-18 12:13:10 +11:00
boids.c Cleanup: use MEM_SAFE_FREE macro 2021-08-06 14:24:16 +10:00
bpath.c Cleanup: clang-format, correct doxy groups 2021-10-06 13:23:13 +11:00
brush.c IDManagement: Add option to clear asset data when making ID local. 2021-10-21 12:55:15 +02:00
bvhutils.cc Cleanup: spelling in comments 2021-10-12 17:55:02 +11:00
cachefile.c Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02:00
callbacks.c BKE Callbacks: more explicit initialisation check 2021-10-25 12:08:08 +02:00
camera.c Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02: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 Fix T90246: Full Copy'ing a scene confuses physics in the original scene. 2021-09-30 16:00:29 +02: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 Constraints: change default Stretch To rotation type to Swing. 2021-09-27 20:45:03 +03: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 Cleanup: use elem macros 2021-10-20 11:16:43 +11:00
curve_bevel.c Cleanup: comment blocks, trailing space in comments 2021-06-24 15:59:34 +10: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 Geometry Nodes: Curve Sample Node 2021-09-20 20:23:26 -05:00
curve_to_mesh_convert.cc Cleanup: Move curve to mesh node implementation to blenkernel 2021-09-21 11:56:54 -05:00
curveprofile.cc Fix T91904: Assert when loading empty CurveProfile 2021-10-03 20:28:31 -05:00
customdata.c Fix T92153: use-after-free with anonymous attributes 2021-10-13 15:37:17 +02: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: use MEM_SAFE_FREE macro 2021-08-06 14:24:16 +10:00
displist.cc Cleanup: rename BKE_font.h -> BKE_vfont.h 2021-10-06 11:18:16 +11:00
displist_tangent.c Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX 2021-07-04 00:43:40 +10:00
dynamicpaint.c Cleanup: use elem macros 2021-10-20 11:16:43 +11: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
extern_implementations.cc Cleanup: use extern templates for typed output attribute 2021-10-03 16:30:14 +02:00
fcurve.c RNA: support extracting names from paths without allocating memory 2021-09-04 16:59:54 +10:00
fcurve_cache.c Animation: add BKE_fcurve_pathcache_find API 2021-03-26 13:37:40 +11:00
fcurve_driver.c Fix T85318: Driver variable don't resolve collection indices 2021-02-04 11:19:09 +11:00
fcurve_test.cc
fluid.c Cleanup: use elem macros 2021-10-20 11:16:43 +11: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 Fix: Empty id attribute on curve control points 2021-10-20 17:45:14 -05:00
geometry_component_instances.cc Geometry Nodes: add utility to process all instances separately 2021-09-27 17:35:45 +02:00
geometry_component_mesh.cc Geometry Nodes: Make Random ID a builtin attribute, remove sockets 2021-10-20 10:54:54 -05:00
geometry_component_pointcloud.cc Geometry Nodes: Make Random ID a builtin attribute, remove sockets 2021-10-20 10:54:54 -05:00
geometry_component_volume.cc Spreadsheet: support showing data of specific node 2021-04-08 17:35:37 +02:00
geometry_set.cc Cleanup: Add check whether to remove an anonymous atttribute 2021-10-20 09:57:54 -05:00
geometry_set_instances.cc Geometry Nodes: Remove implicit realizing and conversion 2021-10-19 08:39:10 -05:00
gpencil.c Cleanup: quiet shadow warning, trailign space 2021-10-05 10:59:48 +11:00
gpencil_curve.c Cleanup: `Neighbour` -> `Neighbor`. and other minor UI messages fixes. 2021-10-04 11:14:57 +02:00
gpencil_geom.cc Cleanup: spelling in comments 2021-09-23 15:42:44 +10:00
gpencil_modifier.c Cleanup: spelling in comments 2021-09-24 11:31:23 +10:00
hair.c Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02:00
icons.cc Assets/IDs: Don't generate previews for object types with no real geometry 2021-10-25 13:33:16 +02: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 Image: Fix Crash During Undo. 2021-10-25 11:41:49 +02:00
image_gen.c Cleanup: remove unused assignments 2021-10-04 13:15:15 +11:00
image_gpu.c Fix T90825: Performance texture painting with limited scale. 2021-09-08 09:56:13 +02:00
image_save.c Cleanup: clang-format 2021-08-19 19:27:49 -07:00
ipo.c Cleanup: spelling in comments 2021-09-24 11:31:23 +10:00
kelvinlet.c
key.c Cleanup: spelling in comments 2021-10-03 12:13:29 +11:00
keyconfig.c Cleanup: comment blocks, trailing space in comments 2021-06-24 15:59:34 +10:00
lattice.c Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02: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 Render: change view layer name convention to ViewLayer_001 to avoid OpenEXR issues 2021-10-19 14:30:45 +02:00
layer_test.cc Fix failing view layer tests after recent changes to naming convention 2021-10-19 14:55:06 +02:00
layer_utils.c Cleanup: replace BKE_customdata.h in BKE_editmesh.h 2021-07-13 22:23:17 +10:00
lib_id.c IDManagement: Assign current Main's lib to newly created IDs. 2021-10-21 15:22:35 +02: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 Cleanup: rename BKE_font.h -> BKE_vfont.h 2021-10-06 11:18:16 +11:00
lib_query.c Cleanup: doxy sections, parameter syntax 2021-09-15 10:53:12 +10:00
lib_remap.c Fix handling of overrides during append. 2021-10-06 11:43:42 +02:00
library.c IDType: Cleanup: Remove useless `IDTYPE_FLAGS_NO_MAKELOCAL`. 2021-09-16 14:30:55 +02:00
light.c Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02:00
lightprobe.c Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02:00
linestyle.c Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02: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 Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02: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 Cleanup: rename BKE_font.h -> BKE_vfont.h 2021-10-06 11:18:16 +11:00
mball.c Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02:00
mball_tessellate.c Cleanup: spelling in comments 2021-09-24 11:31:23 +10:00
mesh.c Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02: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: use elem macros 2021-10-20 11:16:43 +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: use single back-tick quoting in comments 2021-07-20 22:58:14 +10:00
mesh_merge.c Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX 2021-07-04 00:43:40 +10:00
mesh_mirror.c Cleanup: split BKE_mesh_calc_normals_poly function in two 2021-08-13 13:33:03 +10: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: Fix Clang braced-scalar-init warning 2021-08-05 11:00:56 +05:30
mesh_runtime.c Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX 2021-07-04 00:43:40 +10:00
mesh_sample.cc Geometry Nodes: Fields version of the raycast node 2021-10-19 09:01:39 -05: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 Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02: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
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
multires_versioning.c
nla.c Cleanup: use C comments for plain text 2021-09-29 07:30:34 +10:00
node.cc Geometry Nodes: new Image Texture node 2021-10-25 13:03:57 +02:00
object.c Fix T90638: Inconsistent object data behavior when link-duplicating collections. 2021-10-22 12:35:40 +02:00
object_deform.c Cleanup: use MEM_SAFE_FREE macro 2021-08-06 14:24:16 +10:00
object_dupli.cc Fix T86671: Background Scene Dupliface Not Instanced. 2021-10-11 18:18:51 +02:00
object_facemap.c
object_update.c Revert "Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'" 2021-07-19 10:17:38 -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 Cleanup: Blendwrite: Move code deciding if an ID should be written out of ID callbacks. 2021-08-19 15:09:33 +02:00
paint_toolslots.c
particle.c Cleanup: spelling in comments 2021-10-03 12:13:29 +11:00
particle_child.c Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX 2021-07-04 00:43:40 +10:00
particle_distribute.c Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX 2021-07-04 00:43:40 +10:00
particle_system.c Cleanup: use C style comments for descriptive text 2021-08-26 12:36:58 +10:00
pbvh.c Cleanup: spelling in comments 2021-10-18 12:13:10 +11: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 Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02:00
preferences.c BKE Preferences: find asset library containing a path 2021-09-27 18:10:47 +02: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 Render: change view layer name convention to ViewLayer_001 to avoid OpenEXR issues 2021-10-19 14:30:45 +02:00
screen.c Cleanup: make format 2021-09-22 16:55:09 +02: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 Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02:00
softbody.c Cleanup: spelling in comments 2021-10-03 12:13:29 +11:00
sound.c Fix T91012: Scene strip doesn't play audio 2021-10-15 23:20:45 +02:00
speaker.c Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02:00
spline_base.cc Fix: Spline length calculation fails with no evaluated points 2021-09-19 19:01:24 -05:00
spline_bezier.cc Cleanup: spelling in comments 2021-10-24 21:04:04 +11:00
spline_nurbs.cc Splines: Add a method for reversing a Spline 2021-09-15 13:57:01 -05:00
spline_poly.cc Splines: Add a method for reversing a Spline 2021-09-15 13:57:01 -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 Cleanup: pass the sizeof(..) as the second arg for array allocation 2021-10-14 13:00:24 +11:00
subdiv_stats.c
subdiv_topology.c
subsurf_ccg.c Cleanup: Remove unused DerivedMesh functions 2021-10-05 13:16:50 -05:00
text.c Cleanup: spelling in comments 2021-10-18 12:13:10 +11:00
text_suggestions.c Cleanup: use MEM_SAFE_FREE macro 2021-08-06 14:24:16 +10:00
texture.c Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02: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 Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX 2021-07-04 00:43:40 +10: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 Cleanup: spelling in comments 2021-10-06 14:54:05 +11:00
vfontdata_freetype.c Cleanup: spelling in comments 2021-10-06 14:54:05 +11:00
volume.cc Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02:00
volume_render.cc Cleanup: Use const arguments for volume code 2021-04-08 12:00:26 -05:00
volume_to_mesh.cc Mesh: Tag normals dirty instead of calculating 2021-08-02 13:47:32 -04:00
workspace.c Fix: properly implement the 'only append' execption case for WorkSpaces. 2021-09-16 14:30:56 +02:00
world.c Initial implementation of local ID re-use when appending. 2021-09-22 16:55:39 +02: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