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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-01-27 07:23:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-27 07:28:24 +0300
commitfc669a4c3ec0c3ccce7eecc4408636271f3a1fd4 (patch)
tree7c76ea24c229e01956cb09f238895aacc550894d /intern
parent6e03a66e78efcd07b352e5d6a5260cc0ef23523a (diff)
Cleanup: spelling
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/render/alembic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/alembic.h b/intern/cycles/render/alembic.h
index 855d774bfdb..77bdac09ba2 100644
--- a/intern/cycles/render/alembic.h
+++ b/intern/cycles/render/alembic.h
@@ -150,7 +150,7 @@ template<typename T> class DataStore {
return;
}
- /* TODO(@kevindietrich): arrays are emptied when passed to the sockets, so for now we copy the
+ /* TODO(kevindietrich): arrays are emptied when passed to the sockets, so for now we copy the
* arrays to avoid reloading the data */
T value = *data_;
node->set(*socket, value);