Cleanup: spelling in comments (make check_spelling_*)
This commit is contained in:
@@ -240,7 +240,7 @@ int BLI_convexhull_2d(blender::Span<blender::float2> points, int r_points[])
|
||||
/** \} */
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/** \name Comupte AABB Fitting Angle (For Assertion)
|
||||
/** \name Compute AABB Fitting Angle (For Assertion)
|
||||
* \{ */
|
||||
|
||||
#if defined(USE_BRUTE_FORCE_ASSERT) && !defined(NDEBUG)
|
||||
@@ -552,7 +552,7 @@ static void convexhull_2d_angle_iter_step(HullAngleIter &hiter)
|
||||
/** \} */
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/** \name Comupte AABB Fitting Angle (Optimized)
|
||||
/** \name Compute AABB Fitting Angle (Optimized)
|
||||
* \{ */
|
||||
|
||||
/**
|
||||
|
||||
@@ -993,8 +993,8 @@ void uiTemplateImageSettings(uiLayout *layout, PointerRNA *imfptr, bool color_ma
|
||||
|
||||
col->prop(imfptr, "media_type", UI_ITEM_NONE, std::nullopt, ICON_NONE);
|
||||
|
||||
/* Multi layer images and video media types only have a single supported format, so we needn't
|
||||
* draw the format format enum. */
|
||||
/* Multi layer images and video media types only have a single supported format,
|
||||
* so we needn't draw the format enum. */
|
||||
if (imf->media_type == MEDIA_TYPE_IMAGE) {
|
||||
col->prop(imfptr, "file_format", UI_ITEM_NONE, std::nullopt, ICON_NONE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user