Skip to content

Commit

Permalink
Disable edit as maya for geometry light
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelliu-adsk committed Feb 6, 2025
1 parent 320052e commit 03e0b0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/usd/translators/lightReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ PXRUSDMAYA_DEFINE_READER(UsdLuxDistantLight, args, context)
return UsdMayaTranslatorLight::Read(args, context);
}

/*
PXRUSDMAYA_DEFINE_READER(UsdLuxGeometryLight, args, context)
{
if (TfGetEnvSetting(MAYAUSD_IMPORT_RFM_LIGHTS)) {
return UsdMayaTranslatorRfMLight::Read(args, context);
}
return false;
}
*/

PXRUSDMAYA_DEFINE_READER(UsdLuxRectLight, args, context)
{
Expand Down

0 comments on commit 03e0b0c

Please sign in to comment.