Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-12-11 02:56:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-11 02:56:53 +0300
commit63d521432e9307643c279237b041a8f2ac6dda9d (patch)
tree5384b15865454dab13207606e8fe2d3dee5939bc /source/blender/alembic
parente0fbea9c0d52744c082454a90487768f406bff5a (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/alembic')
-rw-r--r--source/blender/alembic/intern/abc_customdata.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/alembic/intern/abc_customdata.h b/source/blender/alembic/intern/abc_customdata.h
index 52f55a41628..6107e230627 100644
--- a/source/blender/alembic/intern/abc_customdata.h
+++ b/source/blender/alembic/intern/abc_customdata.h
@@ -59,8 +59,7 @@ struct CDStreamConfig {
bool pack_uvs;
/* TODO(kevin): might need a better way to handle adding and/or updating
- * custom datas such that it updates the custom data holder and its pointers
- * properly. */
+ * custom data such that it updates the custom data holder and its pointers properly. */
Mesh *mesh;
void *(*add_customdata_cb)(Mesh *mesh, const char *name, int data_type);