in e.g. generate render stack we are seeing that the module still validates the metafile even when it is not being used. a couple options here that are not mutually exclusive: stripping that input from data in the else case of posix_to_uri, allowing None Inputs, changing the example_input to not include posix paths (which could invalidate valid inputs by default).
in e.g. generate render stack we are seeing that the module still validates the metafile even when it is not being used. a couple options here that are not mutually exclusive: stripping that input from
data
in theelse
case ofposix_to_uri
, allowingNone
Inputs, changing the example_input to not include posix paths (which could invalidate valid inputs by default).