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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-04-14 20:37:30 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-04-14 20:54:51 +0300
commit8b0102b443571a19ab17e141623cfc029320813c (patch)
treec7a2a1407c75cac7b88723849a64a61325328048 /source/blender/alembic/intern/abc_util.cc
parent91d611b7cbc8ef4d1d98cef2f2913783f602669e (diff)
Fix Alembic using wrong visible/selected flags, fix warnings.
Diffstat (limited to 'source/blender/alembic/intern/abc_util.cc')
-rw-r--r--source/blender/alembic/intern/abc_util.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/alembic/intern/abc_util.cc b/source/blender/alembic/intern/abc_util.cc
index 8af7fb8b6f6..a4a7256b783 100644
--- a/source/blender/alembic/intern/abc_util.cc
+++ b/source/blender/alembic/intern/abc_util.cc
@@ -86,11 +86,6 @@ std::string get_object_dag_path_name(const Object * const ob, Object *dupli_pare
return name;
}
-bool object_selected(const Base * const ob_base)
-{
- return ob_base->flag & SELECT;
-}
-
Imath::M44d convert_matrix(float mat[4][4])
{
Imath::M44d m;