fxsdk/fxconv
Lephenixnoir ed10e727df
fxconv: enable custom types in the fxconv-metadata.txt system
Set the custom type with "custom-type: your_type_name" (instead of using
--custom on the command-line).

The converter.py in the current directory is still auto-detected as a
custom converter, but that won't work with CMake (which builds with the
build folder as current directory). Instead, a new option --converters=
with a semicolon-separated of Python files has been added. Use
fxconv_declare_converters() from the fxSDK-provided Fxconv module to
declare them programatically in CMake.
2021-05-04 17:38:28 +02:00
..
fxconv-main.py fxconv: enable custom types in the fxconv-metadata.txt system 2021-05-04 17:38:28 +02:00
fxconv.py fxconv: enable custom types in the fxconv-metadata.txt system 2021-05-04 17:38:28 +02:00