o3de / o3de-atom-sampleviewer

Atom sample viewer project for the Open 3D Engine
https://o3de.org
Other
32 stars 37 forks source link

PassTree Test Script Reports Error About Child Passes #532

Open santorac opened 2 years ago

santorac commented 2 years ago

Run the PassTree.bv.lua test script. It reports the following error message.

PassSystem: Trace::Error
 D:/o3de/Gems/Atom/RPI/Code/Source/RPI.Public/Pass/ParentPass.cpp(145): 'void __cdecl AZ::RPI::ParentPass::RemoveChild(class AZStd::intrusive_ptr<class AZ::RPI::Pass>)'
PassSystem: Do not remove child passes outside of the removal, reset, or build phases.

This shows up in the test results as "Total Errors: 1 (See "Trace::Error" messages in the console output)" image

moudgils commented 1 year ago

@VickyAtAZ Close if not applicable