From a6e348389c7a2e8ba11faffb46fb601a9c55d6e2 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 11 Jun 2023 17:00:05 +0200 Subject: [PATCH] Added the new proprty hint. --- pythonscript/pandemonium/tags.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/pythonscript/pandemonium/tags.pyx b/pythonscript/pandemonium/tags.pyx index 455eff7..33bf818 100644 --- a/pythonscript/pandemonium/tags.pyx +++ b/pythonscript/pandemonium/tags.pyx @@ -48,6 +48,7 @@ class PropertyHint(enum.IntEnum): LAYERS_3D_RENDER = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_LAYERS_3D_RENDER LAYERS_3D_PHYSICS = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_LAYERS_3D_PHYSICS LAYERS_3D_NAVIGATION = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_LAYERS_3D_NAVIGATION + PROPERTY_HINT_LAYERS_AVOIDANCE = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_LAYERS_AVOIDANCE FILE = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_FILE DIR = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_DIR GLOBAL_FILE = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_GLOBAL_FILE