State:New|TargetRelease:No Target|icon_bug|icon_katana|database:public|Resolution:None|BugID:120620|
Problem Summary
RenderOutputUtils::getFlattenedMaterialAttr() is supposed to return a "collapsed" material attribute derived from the material attribute at the given location and all of its parents.
> {> arnoldDisplacement = StringAttribute("Noise"),> arnoldDisplacementPort = StringAttribute("out"),> }
> {> arnoldDisplacement = StringAttribute("Noise"),> }
Customer reported version
katanaunsure/unknown
Reproduced by support
This bug has been reproduced in:
Katana1.6v3
Katana2.0v1
Katana2.0v2
Earliest version tested
- This issue appears to be in all versions of the product
Expected behaviour
i.e. `getChildByName("terminals")` should give something like:
> {> arnoldDisplacement = StringAttribute("Noise"),> arnoldDisplacementPort = StringAttribute("out"),> } Actual behaviour
> {> arnoldDisplacement = StringAttribute("Noise"),> } We're sorry to hear that
Please tell us why