X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=config.py;h=438c044eab08ef246bd0c4c3363b373d95b716e7;hb=5ed7781eb73157f2de21f848a828b321637926b6;hp=364363dde1e0770742a4581eab1632bcb291c58e;hpb=a36a653a30a7a69d63c9122bfb4b22d05d999591;p=convexer.git diff --git a/config.py b/config.py index 364363d..438c044 100644 --- a/config.py +++ b/config.py @@ -251,5 +251,10 @@ cxr_entities = \ { "TeamNum": {"type": "int", "default": 0 } } + }, + "func_detail": + { + "allow": ('MESH',), + "keyvalues": {} } }