Skip to content

Commit

Permalink
Cleanup: spelling in comments from blender repo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduroure committed Oct 16, 2024
1 parent 3f8a801 commit 0ea268b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions addons/io_scene_gltf2/blender/com/gltf2_blender_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ def fast_structured_np_unique(arr, *args, **kwargs):
Float field caveats:
All elements of -0.0 in the input array will be replaced with 0.0 to ensure that both values are collapsed into one.
NaN values can have lots of different byte representations (e.g. signalling/quiet and custom payloads). Only the
NaN values can have lots of different byte representations (e.g. signaling/quiet and custom payloads). Only the
duplicates of each unique byte representation will be collapsed into one.
Nested structured dtypes are not supported.
The behaviour of structured dtypes with overlapping fields is undefined.
The behavior of structured dtypes with overlapping fields is undefined.
"""
structured_dtype = arr.dtype
fields = structured_dtype.fields
Expand Down
2 changes: 1 addition & 1 deletion addons/io_scene_gltf2/blender/exp/animation/anim_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def link_samplers(animation: gltf2_io.Animation, export_settings):
After gathering, samplers are stored in the channels properties of the animation and need to be moved
to their own list while storing an index into this list at the position where they previously were.
This behaviour is similar to that of the glTFExporter that traverses all nodes
This behavior is similar to that of the glTFExporter that traverses all nodes
:param animation:
:param export_settings:
:return:
Expand Down

0 comments on commit 0ea268b

Please sign in to comment.