Skip to content

Commit c41f2c1

Browse files
anwang2009pixar-oss
authored andcommitted
Flip LEGACY_PXR_RENDER_TERMINALS_API_ALLOWED_AND_WARN to false. Connections for specification of display filters, sample filters, and integrators on RenderSettings are not longer allowed. Relationships are expected instead.
(Internal change: 2376702)
1 parent a252f44 commit c41f2c1

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pxr/usdImaging/usdImaging/renderSettingsAdapter.cpp

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@
2323

2424
PXR_NAMESPACE_OPEN_SCOPE
2525

26-
TF_DEFINE_ENV_SETTING(LEGACY_PXR_RENDER_TERMINALS_API_ALLOWED_AND_WARN, true,
27-
"By default, we allow specification of connections for display "
28-
"filters, sample filters, and integrators to propagate to RenderSettings "
29-
"while producing a warning prompting users to specify relationships "
30-
"instead. In a future release, this will be updated to 'false', "
31-
"disallowing specification of connections and requiring relationships "
32-
"to specify display filters, sample filters, and integrators.");
26+
TF_DEFINE_ENV_SETTING(LEGACY_PXR_RENDER_TERMINALS_API_ALLOWED_AND_WARN, false,
27+
"By default, we disallow specification of connections for display "
28+
"filters, sample filters, and integrators to propagate to RenderSettings. "
29+
"We require relationships to specify the aforementioned propagations to "
30+
"RenderSettings instead. If set to true, warnings will be emitted "
31+
"when connections are used.");
3332

3433
TF_DEFINE_PRIVATE_TOKENS(
3534
_tokens,

0 commit comments

Comments
 (0)