From 106a1df4f4aeac51874f06c53b98cdf4d1aa53b1 Mon Sep 17 00:00:00 2001 From: Mark Eggert <72320499+TikiBear@users.noreply.github.com> Date: Sun, 11 Oct 2020 17:35:32 -0700 Subject: [PATCH] Update ui_world.py Add enabling check boxes for texture-transform-on-export and hobble-beziers-on-export features. --- korman/ui/ui_world.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/korman/ui/ui_world.py b/korman/ui/ui_world.py index 5443248..7bedab6 100644 --- a/korman/ui/ui_world.py +++ b/korman/ui/ui_world.py @@ -242,6 +242,8 @@ class PlasmaAgePanel(AgeButtonsPanel, bpy.types.Panel): col.enabled = korlib.ConsoleToggler.is_platform_supported() col.prop(age, "verbose") col.prop(age, "show_console") + col.prop(age, "transform_offsets") + col.prop(age, "bad_beziers") col = split.column() col.label("Plasma Settings:")