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> _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
