Skip to content

Commit

Permalink
Removing deprecated renderman attributes from test .ma file
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-mcg committed Dec 5, 2024
1 parent 50b562f commit 708063c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,6 @@ createNode rmanGlobals -s -n "rmanGlobals";
setAttr ".ri_maxDiffuseDepth" 1;
setAttr ".ri_displayFilter" -type "string" "gaussian";
setAttr ".ri_displayFilterSize" -type "float2" 2 2 ;
setAttr ".pixelFilterMode" -type "string" "importance";
setAttr ".renderVariant" -type "string" "ris";
setAttr ".xpuMode" -type "long2" 1 1 ;
setAttr ".motionBlur" 0;
Expand Down Expand Up @@ -1565,7 +1564,6 @@ createNode rmanDisplayChannel -n "diffuse";
setAttr ".channelSource" -type "string" "lpe:C(D[DS]*[LO])|[LO]";
setAttr ".lpeLightGroup" -type "string" "";
setAttr ".filter" -type "string" "inherit from display";
setAttr ".filterwidth" -type "float2" -1 -1 ;
setAttr ".statistics" -type "string" "";
setAttr ".relativepixelvariance" -1;
setAttr ".shadowthreshold" 0.0099999997764825821;
Expand All @@ -1584,7 +1582,6 @@ createNode rmanDisplayChannel -n "a";
setAttr ".channelSource" -type "string" "a";
setAttr ".lpeLightGroup" -type "string" "";
setAttr ".filter" -type "string" "inherit from display";
setAttr ".filterwidth" -type "float2" -1 -1 ;
setAttr ".statistics" -type "string" "";
setAttr ".relativepixelvariance" -1;
setAttr ".shadowthreshold" 0.0099999997764825821;
Expand Down Expand Up @@ -2058,7 +2055,6 @@ createNode rmanDisplayChannel -n "Ci";
setAttr ".channelSource" -type "string" "Ci";
setAttr ".lpeLightGroup" -type "string" "";
setAttr ".filter" -type "string" "inherit from display";
setAttr ".filterwidth" -type "float2" -1 -1 ;
setAttr ".statistics" -type "string" "";
setAttr ".relativepixelvariance" 1;
setAttr ".shadowthreshold" 0.0099999997764825821;
Expand All @@ -2077,7 +2073,6 @@ createNode rmanDisplayChannel -n "a1";
setAttr ".channelSource" -type "string" "a";
setAttr ".lpeLightGroup" -type "string" "";
setAttr ".filter" -type "string" "inherit from display";
setAttr ".filterwidth" -type "float2" -1 -1 ;
setAttr ".statistics" -type "string" "";
setAttr ".relativepixelvariance" -1;
setAttr ".shadowthreshold" 0.0099999997764825821;
Expand Down

0 comments on commit 708063c

Please sign in to comment.