Skip to content

Commit

Permalink
[Hd] Enabled shared vertex primvar by default
Browse files Browse the repository at this point in the history
Updated affected test baselines in hd, hdSt, and usdImagingGL

(Internal change: 1765628)
  • Loading branch information
davidgyu authored and pixar-oss committed Jul 13, 2017
1 parent c5a4093 commit 5881035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pxr/imaging/lib/hd/rprim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

PXR_NAMESPACE_OPEN_SCOPE

TF_DEFINE_ENV_SETTING(HD_ENABLE_SHARED_VERTEX_PRIMVAR, 0,
TF_DEFINE_ENV_SETTING(HD_ENABLE_SHARED_VERTEX_PRIMVAR, 1,
"Enable sharing of vertex primvar");

HdRprim::HdRprim(SdfPath const& id,
Expand Down

0 comments on commit 5881035

Please sign in to comment.