Cleanup: Fix typos in source/blender/io
Fixes various user-facing and non-user-facing typos. Pull Request: https://projects.blender.org/blender/blender/pulls/145804
This commit is contained in:
@@ -232,7 +232,7 @@ void USDHierarchyIterator::determine_point_instancers(const HierarchyContext *co
|
||||
"base geometry input itself. Both cases prevent valid point instancer export. If it's "
|
||||
"the former, enable 'As Instance' to avoid incorrect self-referencing.");
|
||||
|
||||
/* Clear any paths which had already been accumlated. */
|
||||
/* Clear any paths which had already been accumulated. */
|
||||
Set<std::pair<pxr::SdfPath, Object *>> *paths = prototype_paths_.lookup_ptr(instancer_path);
|
||||
if (paths) {
|
||||
paths->clear();
|
||||
|
||||
@@ -120,7 +120,7 @@ void process_scene_graph_instances(const USDExportParams &export_params, pxr::Us
|
||||
pxr::UsdPrim dest_prim = stage->DefinePrim(copy_path, xform_type_tok);
|
||||
if (!dest_prim) {
|
||||
CLOG_ERROR(&LOG,
|
||||
"Couldn't create destination prim %s for copying protoype %s",
|
||||
"Couldn't create destination prim %s for copying prototype %s",
|
||||
copy_path.GetAsString().c_str(),
|
||||
proto_path.GetAsString().c_str());
|
||||
continue;
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace blender::io::obj {
|
||||
/** \name Utility
|
||||
* \{ */
|
||||
|
||||
/* Find the multiplicity entry with the valid span occuring on the right side of the related
|
||||
/* Find the multiplicity entry with the valid span occurring on the right side of the related
|
||||
* breakpoint/knot. */
|
||||
static int find_leftmost_span(const int8_t order, const Span<int> multiplicity)
|
||||
{
|
||||
@@ -39,7 +39,7 @@ static int find_leftmost_span(const int8_t order, const Span<int> multiplicity)
|
||||
return index;
|
||||
}
|
||||
|
||||
/* Find the multiplicity entry with the valid span occuring on the left side of the related
|
||||
/* Find the multiplicity entry with the valid span occurring on the left side of the related
|
||||
* breakpoint/knot. */
|
||||
static int find_rightmost_span(const int8_t order, const Span<int> multiplicity)
|
||||
{
|
||||
|
||||
@@ -199,7 +199,7 @@ static bool detect_knot_mode_cyclic(const int8_t degree,
|
||||
}
|
||||
|
||||
if (is_clamped) {
|
||||
/* Clamped curves are discontinous at the ends and have no overlapping spans. */
|
||||
/* Clamped curves are discontinuous at the ends and have no overlapping spans. */
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user