From dc99c3532a736b6620e973dcd5447abc98bee77a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 13 Mar 2020 14:49:13 +0100 Subject: Cleanup: USD, move some common code to an abstract superclass The `check_is_animated()` function will be used by the upcoming Alembic exporter as well. There is nothing USD-specific in the function. No functional changes. --- source/blender/io/usd/intern/usd_writer_abstract.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/io/usd/intern/usd_writer_abstract.h') diff --git a/source/blender/io/usd/intern/usd_writer_abstract.h b/source/blender/io/usd/intern/usd_writer_abstract.h index 835d3a42c80..ad8049f499c 100644 --- a/source/blender/io/usd/intern/usd_writer_abstract.h +++ b/source/blender/io/usd/intern/usd_writer_abstract.h @@ -66,7 +66,6 @@ class USDAbstractWriter : public AbstractHierarchyWriter { protected: virtual void do_write(HierarchyContext &context) = 0; - virtual bool check_is_animated(const HierarchyContext &context) const; pxr::UsdTimeCode get_export_time_code() const; pxr::UsdShadeMaterial ensure_usd_material(Material *material); -- cgit v1.2.3