Closed generalomosco closed 1 year ago
I created a mock FaceGeometry calculator that output empty MULTI_FACE_GEOMETRY:multi_face_geometry to disable it, I thought I can call processor.setInputSidePackets(inputSidePackets); at anytime. The issue now is that I can only change disable_face_effect to enable or disable when graph has not started, when graph get started I won't be able to call processor.setInputSidePackets(...) anymore
It works perfect now by changing disable_face_effect input_side_packet to input_stream because input_side_packet is for static env
I tried to use PassThroughCalculator to disable the FaceGeometry but unfortunately it is given me error saying input and output must be assigned to PassThroughCalculator! The goal is to add more custom calculators so i can disable the one which is not required