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/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/blender/io/usd/intern/usd_reader_light.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/source/blender/io/usd/intern/usd_reader_light.h b/source/blender/io/usd/intern/usd_reader_light.h
index b83886767ac..58ce48d5928 100644
--- a/source/blender/io/usd/intern/usd_reader_light.h
+++ b/source/blender/io/usd/intern/usd_reader_light.h
@@ -15,15 +15,8 @@
*/
#pragma once
-/** \file
- * \ingroup busd
- */
-
-#ifndef __USD_READER_LIGHT_H__
-# define __USD_READER_LIGHT_H__
-
-# include "usd.h"
-# include "usd_reader_xform.h"
+#include "usd.h"
+#include "usd_reader_xform.h"
class USDLightReader : public USDXformReader {
@@ -37,7 +30,6 @@ class USDLightReader : public USDXformReader {
}
void createObject(Main *bmain, double motionSampleTime) override;
+
void readObjectData(Main *bmain, double motionSampleTime) override;
};
-
-#endif /* __USD_READER_LIGHT_H__ */