openfx
openfx copied to clipboard
Add property checker/metadata system and C++ helpers
-
include/ofx-props.ymlis the property reference/metadata -
scripts/gen-props.pyis the checker and source generator
All props are included in the YML definition, and the script generates C++ files with all the property metadata and suite assignments. The C++ files aren't yet checked in, but you can build them easily: python scripts/gen-props.py -v and then look in include/gen_*.hxx.