[Bf-blender-cvs] [eb747dbc660] universal-scene-description: USD Import: minor format fix

Michael Kowalski noreply at git.blender.org
Wed Sep 15 16:01:28 CEST 2021


Commit: eb747dbc6607e3d0ddb23855d82bc8e522620e44
Author: Michael Kowalski
Date:   Tue Sep 14 21:35:06 2021 -0400
Branches: universal-scene-description
https://developer.blender.org/rBeb747dbc6607e3d0ddb23855d82bc8e522620e44

USD Import: minor format fix

===================================================================

M	source/blender/io/usd/intern/usd_reader_light.cc

===================================================================

diff --git a/source/blender/io/usd/intern/usd_reader_light.cc b/source/blender/io/usd/intern/usd_reader_light.cc
index 828e9367230..4e620d23645 100644
--- a/source/blender/io/usd/intern/usd_reader_light.cc
+++ b/source/blender/io/usd/intern/usd_reader_light.cc
@@ -26,10 +26,10 @@
 #include "DNA_light_types.h"
 #include "DNA_object_types.h"
 
-#include <pxr/usd/usdLux/light.h>
 #include <pxr/usd/usdGeom/metrics.h>
 #include <pxr/usd/usdLux/diskLight.h>
 #include <pxr/usd/usdLux/distantLight.h>
+#include <pxr/usd/usdLux/light.h>
 #include <pxr/usd/usdLux/rectLight.h>
 #include <pxr/usd/usdLux/shapingAPI.h>
 #include <pxr/usd/usdLux/sphereLight.h>



More information about the Bf-blender-cvs mailing list