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-04-29 15:04:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-29 15:06:26 +0300
commitbbbf1664309b6c30581ea6db035620c4abfe8e46 (patch)
tree26fa18852717d8a23a1314682d6025634d783e10 /source/blender/alembic/intern/abc_exporter.cc
parentee192a35e8a0122e39c3d4d12eb62a2e26344ca7 (diff)
Cleanup: comments (long lines) in alembic
Diffstat (limited to 'source/blender/alembic/intern/abc_exporter.cc')
-rw-r--r--source/blender/alembic/intern/abc_exporter.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/alembic/intern/abc_exporter.cc b/source/blender/alembic/intern/abc_exporter.cc
index 4a7f26d2e18..e39b5686c82 100644
--- a/source/blender/alembic/intern/abc_exporter.cc
+++ b/source/blender/alembic/intern/abc_exporter.cc
@@ -158,7 +158,8 @@ static bool export_object(const ExportSettings *const settings,
if (settings->selected_only && !BASE_SELECTED(v3d, base)) {
return false;
}
- // FIXME Sybren: handle these cleanly (maybe just remove code), now using active scene layer instead.
+ // FIXME Sybren: handle these cleanly (maybe just remove code),
+ // now using active scene layer instead.
if (settings->visible_layers_only && !BASE_VISIBLE(v3d, base)) {
return false;
}